.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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .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-selection__placeholder, .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; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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; }
/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */


.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

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

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

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

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

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

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

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

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

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

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

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

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

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

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

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

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

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

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

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

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
/*!
 * bootstrap-star-rating v4.0.6
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading{width:25px;height:25px;font-size:0;color:#fff;background:url(../img/loading.gif) top left no-repeat;border:none}.rating-container .rating-stars{position:relative;cursor:pointer;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap}.rating-container .rating-input{position:absolute;cursor:pointer;width:100%;height:1px;bottom:0;left:0;font-size:1px;border:none;background:0 0;opacity:0;padding:0;margin:0}.rating-container.is-display-only .rating-input,.rating-container.is-display-only .rating-stars{cursor:default}.rating-disabled .rating-input,.rating-disabled .rating-stars{cursor:not-allowed}.rating-container .star{display:inline-block;margin:0 2px;text-align:center}.rating-container .empty-stars{color:#aaa}.rating-container .filled-stars{position:absolute;left:0;top:0;margin:auto;color:#fde16d;white-space:nowrap;overflow:hidden;-webkit-text-stroke:1px #777;text-shadow:1px 1px #999}.rating-rtl{float:right}.rating-animate .filled-stars{transition:width .25s ease}.rating-rtl .filled-stars{left:auto;right:0;transition:none;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0)}.rating-rtl.is-star .filled-stars{right:.06em}.rating-rtl.is-heart .empty-stars{margin-right:.07em}.rating-container .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%;padding-right:5px}.clear-rating-active{cursor:pointer!important}.clear-rating-active:hover{color:#843534}.rating-container .caption .label{display:inline-block;padding:.25em .4em;line-height:1;text-align:center;vertical-align:baseline;border-radius:.25rem}.rating-container .caption{color:#999;display:inline-block;vertical-align:middle;line-height:1;margin-left:5px;margin-right:0}.rating-rtl .caption{margin-right:5px;margin-left:0}@media print{.rating-container .clear-rating{display:none}}.rating-xl{font-size:48px}.rating-lg{font-size:40px}.rating-md{font-size:32px}.rating-sm{font-size:24px}.rating-xs{font-size:16px}.rating-xl .caption{font-size:20px}.rating-lg .caption{font-size:18px}.rating-md .caption{font-size:16px}.rating-sm .caption{font-size:14px}.rating-xs .caption{font-size:12px}
/*!
 * Krajee SVG Theme styling for bootstrap-star-rating.
 * This file must be loaded after 'star-rating.css'.
 *
 * @see http://github.com/kartik-v/bootstrap-star-rating
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 */
.theme-krajee-svg .krajee-icon,.theme-krajee-svg .krajee-icon-clear{display:inline-block;width:2rem;height:2rem;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.theme-krajee-svg .clear-rating,.theme-krajee-svg .rating-stars{font-size:5px}.theme-krajee-svg .krajee-icon-clear{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23aaa%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E')}.theme-krajee-svg .filled-stars .krajee-icon-star{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg.rating-xl .krajee-icon,.theme-krajee-svg.rating-xl .krajee-icon-clear{width:3rem;height:3rem}.theme-krajee-svg.rating-lg .krajee-icon,.theme-krajee-svg.rating-lg .krajee-icon-clear{width:2.5rem;height:2.5rem}.theme-krajee-svg.rating-md .krajee-icon,.theme-krajee-svg.rating-md .krajee-icon-clear{width:2rem;height:2rem}.theme-krajee-svg.rating-sm .krajee-icon,.theme-krajee-svg.rating-sm .krajee-icon-clear{width:1.5rem;height:1.5rem}.theme-krajee-svg.rating-xs .krajee-icon,.theme-krajee-svg.rating-xs .krajee-icon-clear{width:1rem;height:1rem}.theme-krajee-svg .krajee-icon-clear:hover{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23843534%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23843534%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E')}.theme-krajee-svg .empty-stars .krajee-icon-star{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .filled-stars .krajee-icon-heart{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg .empty-stars .krajee-icon-heart{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')}.theme-krajee-svg.rating-rtl.is-heart .filled-stars{right:.02em}.theme-krajee-svg.rating-rtl.is-heart .empty-stars{margin-right:.01em}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */
@font-face {
  font-family: 'Feather';
  src: url(/fonts/feather/Feather.ttf?sdxovp) format("truetype"), url(/fonts/feather/Feather.woff?sdxovp) format("woff"), url(/fonts/feather/Feather.svg?sdxovp#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 10, app/assets/stylesheets/_feather.scss */
.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, app/assets/stylesheets/_feather.scss */
.fe-activity:before {
  content: '\e900';
}

/* line 28, app/assets/stylesheets/_feather.scss */
.fe-airplay:before {
  content: '\e901';
}

/* line 31, app/assets/stylesheets/_feather.scss */
.fe-alert-circle:before {
  content: '\e902';
}

/* line 34, app/assets/stylesheets/_feather.scss */
.fe-alert-octagon:before {
  content: '\e903';
}

/* line 37, app/assets/stylesheets/_feather.scss */
.fe-alert-triangle:before {
  content: '\e904';
}

/* line 40, app/assets/stylesheets/_feather.scss */
.fe-align-center:before {
  content: '\e905';
}

/* line 43, app/assets/stylesheets/_feather.scss */
.fe-align-justify:before {
  content: '\e906';
}

/* line 46, app/assets/stylesheets/_feather.scss */
.fe-align-left:before {
  content: '\e907';
}

/* line 49, app/assets/stylesheets/_feather.scss */
.fe-align-right:before {
  content: '\e908';
}

/* line 52, app/assets/stylesheets/_feather.scss */
.fe-anchor:before {
  content: '\e909';
}

/* line 55, app/assets/stylesheets/_feather.scss */
.fe-aperture:before {
  content: '\e90a';
}

/* line 58, app/assets/stylesheets/_feather.scss */
.fe-archive:before {
  content: '\e90b';
}

/* line 61, app/assets/stylesheets/_feather.scss */
.fe-arrow-down:before {
  content: '\e90c';
}

/* line 64, app/assets/stylesheets/_feather.scss */
.fe-arrow-down-circle:before {
  content: '\e90d';
}

/* line 67, app/assets/stylesheets/_feather.scss */
.fe-arrow-down-left:before {
  content: '\e90e';
}

/* line 70, app/assets/stylesheets/_feather.scss */
.fe-arrow-down-right:before {
  content: '\e90f';
}

/* line 73, app/assets/stylesheets/_feather.scss */
.fe-arrow-left:before {
  content: '\e910';
}

/* line 76, app/assets/stylesheets/_feather.scss */
.fe-arrow-left-circle:before {
  content: '\e911';
}

/* line 79, app/assets/stylesheets/_feather.scss */
.fe-arrow-right:before {
  content: '\e912';
}

/* line 82, app/assets/stylesheets/_feather.scss */
.fe-arrow-right-circle:before {
  content: '\e913';
}

/* line 85, app/assets/stylesheets/_feather.scss */
.fe-arrow-up:before {
  content: '\e914';
}

/* line 88, app/assets/stylesheets/_feather.scss */
.fe-arrow-up-circle:before {
  content: '\e915';
}

/* line 91, app/assets/stylesheets/_feather.scss */
.fe-arrow-up-left:before {
  content: '\e916';
}

/* line 94, app/assets/stylesheets/_feather.scss */
.fe-arrow-up-right:before {
  content: '\e917';
}

/* line 97, app/assets/stylesheets/_feather.scss */
.fe-at-sign:before {
  content: '\e918';
}

/* line 100, app/assets/stylesheets/_feather.scss */
.fe-award:before {
  content: '\e919';
}

/* line 103, app/assets/stylesheets/_feather.scss */
.fe-bar-chart:before {
  content: '\e91a';
}

/* line 106, app/assets/stylesheets/_feather.scss */
.fe-bar-chart-2:before {
  content: '\e91b';
}

/* line 109, app/assets/stylesheets/_feather.scss */
.fe-battery:before {
  content: '\e91c';
}

/* line 112, app/assets/stylesheets/_feather.scss */
.fe-battery-charging:before {
  content: '\e91d';
}

/* line 115, app/assets/stylesheets/_feather.scss */
.fe-bell:before {
  content: '\e91e';
}

/* line 118, app/assets/stylesheets/_feather.scss */
.fe-bell-off:before {
  content: '\e91f';
}

/* line 121, app/assets/stylesheets/_feather.scss */
.fe-bluetooth:before {
  content: '\e920';
}

/* line 124, app/assets/stylesheets/_feather.scss */
.fe-bold:before {
  content: '\e921';
}

/* line 127, app/assets/stylesheets/_feather.scss */
.fe-book:before {
  content: '\e922';
}

/* line 130, app/assets/stylesheets/_feather.scss */
.fe-book-open:before {
  content: '\e923';
}

/* line 133, app/assets/stylesheets/_feather.scss */
.fe-bookmark:before {
  content: '\e924';
}

/* line 136, app/assets/stylesheets/_feather.scss */
.fe-box:before {
  content: '\e925';
}

/* line 139, app/assets/stylesheets/_feather.scss */
.fe-briefcase:before {
  content: '\e926';
}

/* line 142, app/assets/stylesheets/_feather.scss */
.fe-calendar:before {
  content: '\e927';
}

/* line 145, app/assets/stylesheets/_feather.scss */
.fe-camera:before {
  content: '\e928';
}

/* line 148, app/assets/stylesheets/_feather.scss */
.fe-camera-off:before {
  content: '\e929';
}

/* line 151, app/assets/stylesheets/_feather.scss */
.fe-cast:before {
  content: '\e92a';
}

/* line 154, app/assets/stylesheets/_feather.scss */
.fe-check:before {
  content: '\e92b';
}

/* line 157, app/assets/stylesheets/_feather.scss */
.fe-check-circle:before {
  content: '\e92c';
}

/* line 160, app/assets/stylesheets/_feather.scss */
.fe-check-square:before {
  content: '\e92d';
}

/* line 163, app/assets/stylesheets/_feather.scss */
.fe-chevron-down:before {
  content: '\e92e';
}

/* line 166, app/assets/stylesheets/_feather.scss */
.fe-chevron-left:before {
  content: '\e92f';
}

/* line 169, app/assets/stylesheets/_feather.scss */
.fe-chevron-right:before {
  content: '\e930';
}

/* line 172, app/assets/stylesheets/_feather.scss */
.fe-chevron-up:before {
  content: '\e931';
}

/* line 175, app/assets/stylesheets/_feather.scss */
.fe-chevrons-down:before {
  content: '\e932';
}

/* line 178, app/assets/stylesheets/_feather.scss */
.fe-chevrons-left:before {
  content: '\e933';
}

/* line 181, app/assets/stylesheets/_feather.scss */
.fe-chevrons-right:before {
  content: '\e934';
}

/* line 184, app/assets/stylesheets/_feather.scss */
.fe-chevrons-up:before {
  content: '\e935';
}

/* line 187, app/assets/stylesheets/_feather.scss */
.fe-chrome:before {
  content: '\e936';
}

/* line 190, app/assets/stylesheets/_feather.scss */
.fe-circle:before {
  content: '\e937';
}

/* line 193, app/assets/stylesheets/_feather.scss */
.fe-clipboard:before {
  content: '\e938';
}

/* line 196, app/assets/stylesheets/_feather.scss */
.fe-clock:before {
  content: '\e939';
}

/* line 199, app/assets/stylesheets/_feather.scss */
.fe-cloud:before {
  content: '\e93a';
}

/* line 202, app/assets/stylesheets/_feather.scss */
.fe-cloud-drizzle:before {
  content: '\e93b';
}

/* line 205, app/assets/stylesheets/_feather.scss */
.fe-cloud-lightning:before {
  content: '\e93c';
}

/* line 208, app/assets/stylesheets/_feather.scss */
.fe-cloud-off:before {
  content: '\e93d';
}

/* line 211, app/assets/stylesheets/_feather.scss */
.fe-cloud-rain:before {
  content: '\e93e';
}

/* line 214, app/assets/stylesheets/_feather.scss */
.fe-cloud-snow:before {
  content: '\e93f';
}

/* line 217, app/assets/stylesheets/_feather.scss */
.fe-code:before {
  content: '\e940';
}

/* line 220, app/assets/stylesheets/_feather.scss */
.fe-codepen:before {
  content: '\e941';
}

/* line 223, app/assets/stylesheets/_feather.scss */
.fe-command:before {
  content: '\e942';
}

/* line 226, app/assets/stylesheets/_feather.scss */
.fe-compass:before {
  content: '\e943';
}

/* line 229, app/assets/stylesheets/_feather.scss */
.fe-copy:before {
  content: '\e944';
}

/* line 232, app/assets/stylesheets/_feather.scss */
.fe-corner-down-left:before {
  content: '\e945';
}

/* line 235, app/assets/stylesheets/_feather.scss */
.fe-corner-down-right:before {
  content: '\e946';
}

/* line 238, app/assets/stylesheets/_feather.scss */
.fe-corner-left-down:before {
  content: '\e947';
}

/* line 241, app/assets/stylesheets/_feather.scss */
.fe-corner-left-up:before {
  content: '\e948';
}

/* line 244, app/assets/stylesheets/_feather.scss */
.fe-corner-right-down:before {
  content: '\e949';
}

/* line 247, app/assets/stylesheets/_feather.scss */
.fe-corner-right-up:before {
  content: '\e94a';
}

/* line 250, app/assets/stylesheets/_feather.scss */
.fe-corner-up-left:before {
  content: '\e94b';
}

/* line 253, app/assets/stylesheets/_feather.scss */
.fe-corner-up-right:before {
  content: '\e94c';
}

/* line 256, app/assets/stylesheets/_feather.scss */
.fe-cpu:before {
  content: '\e94d';
}

/* line 259, app/assets/stylesheets/_feather.scss */
.fe-credit-card:before {
  content: '\e94e';
}

/* line 262, app/assets/stylesheets/_feather.scss */
.fe-crop:before {
  content: '\e94f';
}

/* line 265, app/assets/stylesheets/_feather.scss */
.fe-crosshair:before {
  content: '\e950';
}

/* line 268, app/assets/stylesheets/_feather.scss */
.fe-database:before {
  content: '\e951';
}

/* line 271, app/assets/stylesheets/_feather.scss */
.fe-delete:before {
  content: '\e952';
}

/* line 274, app/assets/stylesheets/_feather.scss */
.fe-disc:before {
  content: '\e953';
}

/* line 277, app/assets/stylesheets/_feather.scss */
.fe-dollar-sign:before {
  content: '\e954';
}

/* line 280, app/assets/stylesheets/_feather.scss */
.fe-download:before {
  content: '\e955';
}

/* line 283, app/assets/stylesheets/_feather.scss */
.fe-download-cloud:before {
  content: '\e956';
}

/* line 286, app/assets/stylesheets/_feather.scss */
.fe-droplet:before {
  content: '\e957';
}

/* line 289, app/assets/stylesheets/_feather.scss */
.fe-edit:before {
  content: '\e958';
}

/* line 292, app/assets/stylesheets/_feather.scss */
.fe-edit-2:before {
  content: '\e959';
}

/* line 295, app/assets/stylesheets/_feather.scss */
.fe-edit-3:before {
  content: '\e95a';
}

/* line 298, app/assets/stylesheets/_feather.scss */
.fe-external-link:before {
  content: '\e95b';
}

/* line 301, app/assets/stylesheets/_feather.scss */
.fe-eye:before {
  content: '\e95c';
}

/* line 304, app/assets/stylesheets/_feather.scss */
.fe-eye-off:before {
  content: '\e95d';
}

/* line 307, app/assets/stylesheets/_feather.scss */
.fe-facebook:before {
  content: '\e95e';
}

/* line 310, app/assets/stylesheets/_feather.scss */
.fe-fast-forward:before {
  content: '\e95f';
}

/* line 313, app/assets/stylesheets/_feather.scss */
.fe-feather:before {
  content: '\e960';
}

/* line 316, app/assets/stylesheets/_feather.scss */
.fe-file:before {
  content: '\e961';
}

/* line 319, app/assets/stylesheets/_feather.scss */
.fe-file-minus:before {
  content: '\e962';
}

/* line 322, app/assets/stylesheets/_feather.scss */
.fe-file-plus:before {
  content: '\e963';
}

/* line 325, app/assets/stylesheets/_feather.scss */
.fe-file-text:before {
  content: '\e964';
}

/* line 328, app/assets/stylesheets/_feather.scss */
.fe-film:before {
  content: '\e965';
}

/* line 331, app/assets/stylesheets/_feather.scss */
.fe-filter:before {
  content: '\e966';
}

/* line 334, app/assets/stylesheets/_feather.scss */
.fe-flag:before {
  content: '\e967';
}

/* line 337, app/assets/stylesheets/_feather.scss */
.fe-folder:before {
  content: '\e968';
}

/* line 340, app/assets/stylesheets/_feather.scss */
.fe-folder-minus:before {
  content: '\e969';
}

/* line 343, app/assets/stylesheets/_feather.scss */
.fe-folder-plus:before {
  content: '\e96a';
}

/* line 346, app/assets/stylesheets/_feather.scss */
.fe-gift:before {
  content: '\e96b';
}

/* line 349, app/assets/stylesheets/_feather.scss */
.fe-git-branch:before {
  content: '\e96c';
}

/* line 352, app/assets/stylesheets/_feather.scss */
.fe-git-commit:before {
  content: '\e96d';
}

/* line 355, app/assets/stylesheets/_feather.scss */
.fe-git-merge:before {
  content: '\e96e';
}

/* line 358, app/assets/stylesheets/_feather.scss */
.fe-git-pull-request:before {
  content: '\e96f';
}

/* line 361, app/assets/stylesheets/_feather.scss */
.fe-github:before {
  content: '\e970';
}

/* line 364, app/assets/stylesheets/_feather.scss */
.fe-gitlab:before {
  content: '\e971';
}

/* line 367, app/assets/stylesheets/_feather.scss */
.fe-globe:before {
  content: '\e972';
}

/* line 370, app/assets/stylesheets/_feather.scss */
.fe-grid:before {
  content: '\e973';
}

/* line 373, app/assets/stylesheets/_feather.scss */
.fe-hard-drive:before {
  content: '\e974';
}

/* line 376, app/assets/stylesheets/_feather.scss */
.fe-hash:before {
  content: '\e975';
}

/* line 379, app/assets/stylesheets/_feather.scss */
.fe-headphones:before {
  content: '\e976';
}

/* line 382, app/assets/stylesheets/_feather.scss */
.fe-heart:before {
  content: '\e977';
}

/* line 385, app/assets/stylesheets/_feather.scss */
.fe-help-circle:before {
  content: '\e978';
}

/* line 388, app/assets/stylesheets/_feather.scss */
.fe-home:before {
  content: '\e979';
}

/* line 391, app/assets/stylesheets/_feather.scss */
.fe-image:before {
  content: '\e97a';
}

/* line 394, app/assets/stylesheets/_feather.scss */
.fe-inbox:before {
  content: '\e97b';
}

/* line 397, app/assets/stylesheets/_feather.scss */
.fe-info:before {
  content: '\e97c';
}

/* line 400, app/assets/stylesheets/_feather.scss */
.fe-instagram:before {
  content: '\e97d';
}

/* line 403, app/assets/stylesheets/_feather.scss */
.fe-italic:before {
  content: '\e97e';
}

/* line 406, app/assets/stylesheets/_feather.scss */
.fe-layers:before {
  content: '\e97f';
}

/* line 409, app/assets/stylesheets/_feather.scss */
.fe-layout:before {
  content: '\e980';
}

/* line 412, app/assets/stylesheets/_feather.scss */
.fe-life-buoy:before {
  content: '\e981';
}

/* line 415, app/assets/stylesheets/_feather.scss */
.fe-link:before {
  content: '\e982';
}

/* line 418, app/assets/stylesheets/_feather.scss */
.fe-link-2:before {
  content: '\e983';
}

/* line 421, app/assets/stylesheets/_feather.scss */
.fe-linkedin:before {
  content: '\e984';
}

/* line 424, app/assets/stylesheets/_feather.scss */
.fe-list:before {
  content: '\e985';
}

/* line 427, app/assets/stylesheets/_feather.scss */
.fe-loader:before {
  content: '\e986';
}

/* line 430, app/assets/stylesheets/_feather.scss */
.fe-lock:before {
  content: '\e987';
}

/* line 433, app/assets/stylesheets/_feather.scss */
.fe-log-in:before {
  content: '\e988';
}

/* line 436, app/assets/stylesheets/_feather.scss */
.fe-log-out:before {
  content: '\e989';
}

/* line 439, app/assets/stylesheets/_feather.scss */
.fe-mail:before {
  content: '\e98a';
}

/* line 442, app/assets/stylesheets/_feather.scss */
.fe-map:before {
  content: '\e98b';
}

/* line 445, app/assets/stylesheets/_feather.scss */
.fe-map-pin:before {
  content: '\e98c';
}

/* line 448, app/assets/stylesheets/_feather.scss */
.fe-maximize:before {
  content: '\e98d';
}

/* line 451, app/assets/stylesheets/_feather.scss */
.fe-maximize-2:before {
  content: '\e98e';
}

/* line 454, app/assets/stylesheets/_feather.scss */
.fe-menu:before {
  content: '\e98f';
}

/* line 457, app/assets/stylesheets/_feather.scss */
.fe-message-circle:before {
  content: '\e990';
}

/* line 460, app/assets/stylesheets/_feather.scss */
.fe-message-square:before {
  content: '\e991';
}

/* line 463, app/assets/stylesheets/_feather.scss */
.fe-mic:before {
  content: '\e992';
}

/* line 466, app/assets/stylesheets/_feather.scss */
.fe-mic-off:before {
  content: '\e993';
}

/* line 469, app/assets/stylesheets/_feather.scss */
.fe-minimize:before {
  content: '\e994';
}

/* line 472, app/assets/stylesheets/_feather.scss */
.fe-minimize-2:before {
  content: '\e995';
}

/* line 475, app/assets/stylesheets/_feather.scss */
.fe-minus:before {
  content: '\e996';
}

/* line 478, app/assets/stylesheets/_feather.scss */
.fe-minus-circle:before {
  content: '\e997';
}

/* line 481, app/assets/stylesheets/_feather.scss */
.fe-minus-square:before {
  content: '\e998';
}

/* line 484, app/assets/stylesheets/_feather.scss */
.fe-monitor:before {
  content: '\e999';
}

/* line 487, app/assets/stylesheets/_feather.scss */
.fe-moon:before {
  content: '\e99a';
}

/* line 490, app/assets/stylesheets/_feather.scss */
.fe-more-horizontal:before {
  content: '\e99b';
}

/* line 493, app/assets/stylesheets/_feather.scss */
.fe-more-vertical:before {
  content: '\e99c';
}

/* line 496, app/assets/stylesheets/_feather.scss */
.fe-move:before {
  content: '\e99d';
}

/* line 499, app/assets/stylesheets/_feather.scss */
.fe-music:before {
  content: '\e99e';
}

/* line 502, app/assets/stylesheets/_feather.scss */
.fe-navigation:before {
  content: '\e99f';
}

/* line 505, app/assets/stylesheets/_feather.scss */
.fe-navigation-2:before {
  content: '\e9a0';
}

/* line 508, app/assets/stylesheets/_feather.scss */
.fe-octagon:before {
  content: '\e9a1';
}

/* line 511, app/assets/stylesheets/_feather.scss */
.fe-package:before {
  content: '\e9a2';
}

/* line 514, app/assets/stylesheets/_feather.scss */
.fe-paperclip:before {
  content: '\e9a3';
}

/* line 517, app/assets/stylesheets/_feather.scss */
.fe-pause:before {
  content: '\e9a4';
}

/* line 520, app/assets/stylesheets/_feather.scss */
.fe-pause-circle:before {
  content: '\e9a5';
}

/* line 523, app/assets/stylesheets/_feather.scss */
.fe-percent:before {
  content: '\e9a6';
}

/* line 526, app/assets/stylesheets/_feather.scss */
.fe-phone:before {
  content: '\e9a7';
}

/* line 529, app/assets/stylesheets/_feather.scss */
.fe-phone-call:before {
  content: '\e9a8';
}

/* line 532, app/assets/stylesheets/_feather.scss */
.fe-phone-forwarded:before {
  content: '\e9a9';
}

/* line 535, app/assets/stylesheets/_feather.scss */
.fe-phone-incoming:before {
  content: '\e9aa';
}

/* line 538, app/assets/stylesheets/_feather.scss */
.fe-phone-missed:before {
  content: '\e9ab';
}

/* line 541, app/assets/stylesheets/_feather.scss */
.fe-phone-off:before {
  content: '\e9ac';
}

/* line 544, app/assets/stylesheets/_feather.scss */
.fe-phone-outgoing:before {
  content: '\e9ad';
}

/* line 547, app/assets/stylesheets/_feather.scss */
.fe-pie-chart:before {
  content: '\e9ae';
}

/* line 550, app/assets/stylesheets/_feather.scss */
.fe-play:before {
  content: '\e9af';
}

/* line 553, app/assets/stylesheets/_feather.scss */
.fe-play-circle:before {
  content: '\e9b0';
}

/* line 556, app/assets/stylesheets/_feather.scss */
.fe-plus:before {
  content: '\e9b1';
}

/* line 559, app/assets/stylesheets/_feather.scss */
.fe-plus-circle:before {
  content: '\e9b2';
}

/* line 562, app/assets/stylesheets/_feather.scss */
.fe-plus-square:before {
  content: '\e9b3';
}

/* line 565, app/assets/stylesheets/_feather.scss */
.fe-pocket:before {
  content: '\e9b4';
}

/* line 568, app/assets/stylesheets/_feather.scss */
.fe-power:before {
  content: '\e9b5';
}

/* line 571, app/assets/stylesheets/_feather.scss */
.fe-printer:before {
  content: '\e9b6';
}

/* line 574, app/assets/stylesheets/_feather.scss */
.fe-radio:before {
  content: '\e9b7';
}

/* line 577, app/assets/stylesheets/_feather.scss */
.fe-refresh-ccw:before {
  content: '\e9b8';
}

/* line 580, app/assets/stylesheets/_feather.scss */
.fe-refresh-cw:before {
  content: '\e9b9';
}

/* line 583, app/assets/stylesheets/_feather.scss */
.fe-repeat:before {
  content: '\e9ba';
}

/* line 586, app/assets/stylesheets/_feather.scss */
.fe-rewind:before {
  content: '\e9bb';
}

/* line 589, app/assets/stylesheets/_feather.scss */
.fe-rotate-ccw:before {
  content: '\e9bc';
}

/* line 592, app/assets/stylesheets/_feather.scss */
.fe-rotate-cw:before {
  content: '\e9bd';
}

/* line 595, app/assets/stylesheets/_feather.scss */
.fe-rss:before {
  content: '\e9be';
}

/* line 598, app/assets/stylesheets/_feather.scss */
.fe-save:before {
  content: '\e9bf';
}

/* line 601, app/assets/stylesheets/_feather.scss */
.fe-scissors:before {
  content: '\e9c0';
}

/* line 604, app/assets/stylesheets/_feather.scss */
.fe-search:before {
  content: '\e9c1';
}

/* line 607, app/assets/stylesheets/_feather.scss */
.fe-send:before {
  content: '\e9c2';
}

/* line 610, app/assets/stylesheets/_feather.scss */
.fe-server:before {
  content: '\e9c3';
}

/* line 613, app/assets/stylesheets/_feather.scss */
.fe-settings:before {
  content: '\e9c4';
}

/* line 616, app/assets/stylesheets/_feather.scss */
.fe-share:before {
  content: '\e9c5';
}

/* line 619, app/assets/stylesheets/_feather.scss */
.fe-share-2:before {
  content: '\e9c6';
}

/* line 622, app/assets/stylesheets/_feather.scss */
.fe-shield:before {
  content: '\e9c7';
}

/* line 625, app/assets/stylesheets/_feather.scss */
.fe-shield-off:before {
  content: '\e9c8';
}

/* line 628, app/assets/stylesheets/_feather.scss */
.fe-shopping-bag:before {
  content: '\e9c9';
}

/* line 631, app/assets/stylesheets/_feather.scss */
.fe-shopping-cart:before {
  content: '\e9ca';
}

/* line 634, app/assets/stylesheets/_feather.scss */
.fe-shuffle:before {
  content: '\e9cb';
}

/* line 637, app/assets/stylesheets/_feather.scss */
.fe-sidebar:before {
  content: '\e9cc';
}

/* line 640, app/assets/stylesheets/_feather.scss */
.fe-skip-back:before {
  content: '\e9cd';
}

/* line 643, app/assets/stylesheets/_feather.scss */
.fe-skip-forward:before {
  content: '\e9ce';
}

/* line 646, app/assets/stylesheets/_feather.scss */
.fe-slack:before {
  content: '\e9cf';
}

/* line 649, app/assets/stylesheets/_feather.scss */
.fe-slash:before {
  content: '\e9d0';
}

/* line 652, app/assets/stylesheets/_feather.scss */
.fe-sliders:before {
  content: '\e9d1';
}

/* line 655, app/assets/stylesheets/_feather.scss */
.fe-smartphone:before {
  content: '\e9d2';
}

/* line 658, app/assets/stylesheets/_feather.scss */
.fe-speaker:before {
  content: '\e9d3';
}

/* line 661, app/assets/stylesheets/_feather.scss */
.fe-square:before {
  content: '\e9d4';
}

/* line 664, app/assets/stylesheets/_feather.scss */
.fe-star:before {
  content: '\e9d5';
}

/* line 667, app/assets/stylesheets/_feather.scss */
.fe-stop-circle:before {
  content: '\e9d6';
}

/* line 670, app/assets/stylesheets/_feather.scss */
.fe-sun:before {
  content: '\e9d7';
}

/* line 673, app/assets/stylesheets/_feather.scss */
.fe-sunrise:before {
  content: '\e9d8';
}

/* line 676, app/assets/stylesheets/_feather.scss */
.fe-sunset:before {
  content: '\e9d9';
}

/* line 679, app/assets/stylesheets/_feather.scss */
.fe-tablet:before {
  content: '\e9da';
}

/* line 682, app/assets/stylesheets/_feather.scss */
.fe-tag:before {
  content: '\e9db';
}

/* line 685, app/assets/stylesheets/_feather.scss */
.fe-target:before {
  content: '\e9dc';
}

/* line 688, app/assets/stylesheets/_feather.scss */
.fe-terminal:before {
  content: '\e9dd';
}

/* line 691, app/assets/stylesheets/_feather.scss */
.fe-thermometer:before {
  content: '\e9de';
}

/* line 694, app/assets/stylesheets/_feather.scss */
.fe-thumbs-down:before {
  content: '\e9df';
}

/* line 697, app/assets/stylesheets/_feather.scss */
.fe-thumbs-up:before {
  content: '\e9e0';
}

/* line 700, app/assets/stylesheets/_feather.scss */
.fe-toggle-left:before {
  content: '\e9e1';
}

/* line 703, app/assets/stylesheets/_feather.scss */
.fe-toggle-right:before {
  content: '\e9e2';
}

/* line 706, app/assets/stylesheets/_feather.scss */
.fe-trash:before {
  content: '\e9e3';
}

/* line 709, app/assets/stylesheets/_feather.scss */
.fe-trash-2:before {
  content: '\e9e4';
}

/* line 712, app/assets/stylesheets/_feather.scss */
.fe-trending-down:before {
  content: '\e9e5';
}

/* line 715, app/assets/stylesheets/_feather.scss */
.fe-trending-up:before {
  content: '\e9e6';
}

/* line 718, app/assets/stylesheets/_feather.scss */
.fe-triangle:before {
  content: '\e9e7';
}

/* line 721, app/assets/stylesheets/_feather.scss */
.fe-truck:before {
  content: '\e9e8';
}

/* line 724, app/assets/stylesheets/_feather.scss */
.fe-tv:before {
  content: '\e9e9';
}

/* line 727, app/assets/stylesheets/_feather.scss */
.fe-twitter:before {
  content: '\e9ea';
}

/* line 730, app/assets/stylesheets/_feather.scss */
.fe-type:before {
  content: '\e9eb';
}

/* line 733, app/assets/stylesheets/_feather.scss */
.fe-umbrella:before {
  content: '\e9ec';
}

/* line 736, app/assets/stylesheets/_feather.scss */
.fe-underline:before {
  content: '\e9ed';
}

/* line 739, app/assets/stylesheets/_feather.scss */
.fe-unlock:before {
  content: '\e9ee';
}

/* line 742, app/assets/stylesheets/_feather.scss */
.fe-upload:before {
  content: '\e9ef';
}

/* line 745, app/assets/stylesheets/_feather.scss */
.fe-upload-cloud:before {
  content: '\e9f0';
}

/* line 748, app/assets/stylesheets/_feather.scss */
.fe-user:before {
  content: '\e9f1';
}

/* line 751, app/assets/stylesheets/_feather.scss */
.fe-user-check:before {
  content: '\e9f2';
}

/* line 754, app/assets/stylesheets/_feather.scss */
.fe-user-minus:before {
  content: '\e9f3';
}

/* line 757, app/assets/stylesheets/_feather.scss */
.fe-user-plus:before {
  content: '\e9f4';
}

/* line 760, app/assets/stylesheets/_feather.scss */
.fe-user-x:before {
  content: '\e9f5';
}

/* line 763, app/assets/stylesheets/_feather.scss */
.fe-users:before {
  content: '\e9f6';
}

/* line 766, app/assets/stylesheets/_feather.scss */
.fe-video:before {
  content: '\e9f7';
}

/* line 769, app/assets/stylesheets/_feather.scss */
.fe-video-off:before {
  content: '\e9f8';
}

/* line 772, app/assets/stylesheets/_feather.scss */
.fe-voicemail:before {
  content: '\e9f9';
}

/* line 775, app/assets/stylesheets/_feather.scss */
.fe-volume:before {
  content: '\e9fa';
}

/* line 778, app/assets/stylesheets/_feather.scss */
.fe-volume-1:before {
  content: '\e9fb';
}

/* line 781, app/assets/stylesheets/_feather.scss */
.fe-volume-2:before {
  content: '\e9fc';
}

/* line 784, app/assets/stylesheets/_feather.scss */
.fe-volume-x:before {
  content: '\e9fd';
}

/* line 787, app/assets/stylesheets/_feather.scss */
.fe-watch:before {
  content: '\e9fe';
}

/* line 790, app/assets/stylesheets/_feather.scss */
.fe-wifi:before {
  content: '\e9ff';
}

/* line 793, app/assets/stylesheets/_feather.scss */
.fe-wifi-off:before {
  content: '\ea00';
}

/* line 796, app/assets/stylesheets/_feather.scss */
.fe-wind:before {
  content: '\ea01';
}

/* line 799, app/assets/stylesheets/_feather.scss */
.fe-x:before {
  content: '\ea02';
}

/* line 802, app/assets/stylesheets/_feather.scss */
.fe-x-circle:before {
  content: '\ea03';
}

/* line 805, app/assets/stylesheets/_feather.scss */
.fe-x-square:before {
  content: '\ea04';
}

/* line 808, app/assets/stylesheets/_feather.scss */
.fe-youtube:before {
  content: '\ea05';
}

/* line 811, app/assets/stylesheets/_feather.scss */
.fe-zap:before {
  content: '\ea06';
}

/* line 814, app/assets/stylesheets/_feather.scss */
.fe-zap-off:before {
  content: '\ea07';
}

/* line 817, app/assets/stylesheets/_feather.scss */
.fe-zoom-in:before {
  content: '\ea08';
}

/* line 820, app/assets/stylesheets/_feather.scss */
.fe-zoom-out:before {
  content: '\ea09';
}

/**
 * Dashkit
 *
 * Custom variables followed by Dashkit variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.4.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)
 */
/* line 13, app/assets/stylesheets/_dashkit.scss */
:root {
  --black: #2F2F33;
  --blue: #1637C0;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #E63757;
  --orange: #fd7e14;
  --yellow: #F6C343;
  --green: #00D97E;
  --teal: #02a8b5;
  --cyan: #39afd1;
  --white: #FFFFFF;
  --gray: #CCCCCC;
  --gray-light: #D2D2D2;
  --gray-lighter: #F8F8F8;
  --gray-dark: #404040;
  --primary: #1637C0;
  --secondary: #6D6D6D;
  --success: #00D97E;
  --info: #39afd1;
  --warning: #F6C343;
  --danger: #E63757;
  --light: #EDF2F9;
  --dark: #12263F;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 47, app/assets/stylesheets/_dashkit.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/_dashkit.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 38, 63, 0);
}

/* line 58, app/assets/stylesheets/_dashkit.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/_dashkit.scss */
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  text-align: left;
  background-color: #FFFFFF;
}

/* line 71, app/assets/stylesheets/_dashkit.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 74, app/assets/stylesheets/_dashkit.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 79, app/assets/stylesheets/_dashkit.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', sans-serif;
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 84, app/assets/stylesheets/_dashkit.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 88, app/assets/stylesheets/_dashkit.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 98, app/assets/stylesheets/_dashkit.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 103, app/assets/stylesheets/_dashkit.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 109, app/assets/stylesheets/_dashkit.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/_dashkit.scss */
dt {
  font-weight: 600;
}

/* line 118, app/assets/stylesheets/_dashkit.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 122, app/assets/stylesheets/_dashkit.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 125, app/assets/stylesheets/_dashkit.scss */
b,
strong {
  font-weight: bolder;
}

/* line 129, app/assets/stylesheets/_dashkit.scss */
small {
  font-size: 80%;
}

/* line 132, app/assets/stylesheets/_dashkit.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 139, app/assets/stylesheets/_dashkit.scss */
sub {
  bottom: -.25em;
}

/* line 142, app/assets/stylesheets/_dashkit.scss */
sup {
  top: -.5em;
}

/* line 145, app/assets/stylesheets/_dashkit.scss */
a {
  color: #1637C0;
  text-decoration: none;
  background-color: transparent;
}

/* line 149, app/assets/stylesheets/_dashkit.scss */
a:hover {
  color: #1657af;
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/_dashkit.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/_dashkit.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 160, app/assets/stylesheets/_dashkit.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 167, app/assets/stylesheets/_dashkit.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 172, app/assets/stylesheets/_dashkit.scss */
figure {
  margin: 0 0 1rem;
}

/* line 175, app/assets/stylesheets/_dashkit.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 179, app/assets/stylesheets/_dashkit.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 183, app/assets/stylesheets/_dashkit.scss */
table {
  border-collapse: collapse;
}

/* line 186, app/assets/stylesheets/_dashkit.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #95AAC9;
  text-align: left;
  caption-side: bottom;
}

/* line 193, app/assets/stylesheets/_dashkit.scss */
th {
  text-align: inherit;
}

/* line 196, app/assets/stylesheets/_dashkit.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 200, app/assets/stylesheets/_dashkit.scss */
button {
  border-radius: 0;
}

/* line 203, app/assets/stylesheets/_dashkit.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 207, app/assets/stylesheets/_dashkit.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 217, app/assets/stylesheets/_dashkit.scss */
button,
input {
  overflow: visible;
}

/* line 221, app/assets/stylesheets/_dashkit.scss */
button,
select {
  text-transform: none;
}

/* line 225, app/assets/stylesheets/_dashkit.scss */
select {
  word-wrap: normal;
}

/* line 228, app/assets/stylesheets/_dashkit.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 234, app/assets/stylesheets/_dashkit.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 240, app/assets/stylesheets/_dashkit.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 247, app/assets/stylesheets/_dashkit.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 252, app/assets/stylesheets/_dashkit.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 258, app/assets/stylesheets/_dashkit.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 262, app/assets/stylesheets/_dashkit.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 268, app/assets/stylesheets/_dashkit.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 279, app/assets/stylesheets/_dashkit.scss */
progress {
  vertical-align: baseline;
}

/* line 282, app/assets/stylesheets/_dashkit.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 286, app/assets/stylesheets/_dashkit.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 290, app/assets/stylesheets/_dashkit.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 293, app/assets/stylesheets/_dashkit.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 297, app/assets/stylesheets/_dashkit.scss */
output {
  display: inline-block;
}

/* line 300, app/assets/stylesheets/_dashkit.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 304, app/assets/stylesheets/_dashkit.scss */
template {
  display: none;
}

/* line 307, app/assets/stylesheets/_dashkit.scss */
[hidden] {
  display: none !important;
}

/* line 310, app/assets/stylesheets/_dashkit.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

/* line 316, app/assets/stylesheets/_dashkit.scss */
h1, .h1 {
  font-size: 1.625rem;
}

/* line 319, app/assets/stylesheets/_dashkit.scss */
h2, .h2 {
  font-size: 1.25rem;
}

/* line 322, app/assets/stylesheets/_dashkit.scss */
h3, .h3 {
  font-size: 1.0625rem;
}

/* line 325, app/assets/stylesheets/_dashkit.scss */
h4, .h4 {
  font-size: 0.9375rem;
}

/* line 328, app/assets/stylesheets/_dashkit.scss */
h5, .h5 {
  font-size: 0.8125rem;
}

/* line 331, app/assets/stylesheets/_dashkit.scss */
h6, .h6 {
  font-size: 0.625rem;
}

/* line 334, app/assets/stylesheets/_dashkit.scss */
.lead {
  font-size: 1.17188rem;
  font-weight: 300;
}

/* line 338, app/assets/stylesheets/_dashkit.scss */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 343, app/assets/stylesheets/_dashkit.scss */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 348, app/assets/stylesheets/_dashkit.scss */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 353, app/assets/stylesheets/_dashkit.scss */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 358, app/assets/stylesheets/_dashkit.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #E3EBF6;
}

/* line 364, app/assets/stylesheets/_dashkit.scss */
small,
.small {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 369, app/assets/stylesheets/_dashkit.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 374, app/assets/stylesheets/_dashkit.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 378, app/assets/stylesheets/_dashkit.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 382, app/assets/stylesheets/_dashkit.scss */
.list-inline-item {
  display: inline-block;
}

/* line 384, app/assets/stylesheets/_dashkit.scss */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 387, app/assets/stylesheets/_dashkit.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 391, app/assets/stylesheets/_dashkit.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.17188rem;
}

/* line 395, app/assets/stylesheets/_dashkit.scss */
.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #95AAC9;
}

/* line 399, app/assets/stylesheets/_dashkit.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 402, app/assets/stylesheets/_dashkit.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 406, app/assets/stylesheets/_dashkit.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #F9FBFD;
  border: 1px solid #E3EBF6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 414, app/assets/stylesheets/_dashkit.scss */
.figure {
  display: inline-block;
}

/* line 417, app/assets/stylesheets/_dashkit.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 421, app/assets/stylesheets/_dashkit.scss */
.figure-caption {
  font-size: 0.8125rem;
  color: #95AAC9;
}

/* line 425, app/assets/stylesheets/_dashkit.scss */
code {
  font-size: 87.5%;
  color: #1637C0;
  word-wrap: break-word;
}

/* line 429, app/assets/stylesheets/_dashkit.scss */
a > code {
  color: inherit;
}

/* line 432, app/assets/stylesheets/_dashkit.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #283E59;
  border-radius: 0.25rem;
}

/* line 438, app/assets/stylesheets/_dashkit.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 443, app/assets/stylesheets/_dashkit.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #283E59;
}

/* line 447, app/assets/stylesheets/_dashkit.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 452, app/assets/stylesheets/_dashkit.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 456, app/assets/stylesheets/_dashkit.scss */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 463, app/assets/stylesheets/_dashkit.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 466, app/assets/stylesheets/_dashkit.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 469, app/assets/stylesheets/_dashkit.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 472, app/assets/stylesheets/_dashkit.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 475, app/assets/stylesheets/_dashkit.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 483, app/assets/stylesheets/_dashkit.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 487, app/assets/stylesheets/_dashkit.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 491, app/assets/stylesheets/_dashkit.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 495, app/assets/stylesheets/_dashkit.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 498, app/assets/stylesheets/_dashkit.scss */
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 505, app/assets/stylesheets/_dashkit.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 508, app/assets/stylesheets/_dashkit.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 513, app/assets/stylesheets/_dashkit.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 524, app/assets/stylesheets/_dashkit.scss */
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 530, app/assets/stylesheets/_dashkit.scss */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 535, app/assets/stylesheets/_dashkit.scss */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 540, app/assets/stylesheets/_dashkit.scss */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 545, app/assets/stylesheets/_dashkit.scss */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 550, app/assets/stylesheets/_dashkit.scss */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 555, app/assets/stylesheets/_dashkit.scss */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 560, app/assets/stylesheets/_dashkit.scss */
.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 566, app/assets/stylesheets/_dashkit.scss */
.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 571, app/assets/stylesheets/_dashkit.scss */
.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 576, app/assets/stylesheets/_dashkit.scss */
.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 581, app/assets/stylesheets/_dashkit.scss */
.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 586, app/assets/stylesheets/_dashkit.scss */
.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 591, app/assets/stylesheets/_dashkit.scss */
.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 596, app/assets/stylesheets/_dashkit.scss */
.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 601, app/assets/stylesheets/_dashkit.scss */
.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 606, app/assets/stylesheets/_dashkit.scss */
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 611, app/assets/stylesheets/_dashkit.scss */
.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 616, app/assets/stylesheets/_dashkit.scss */
.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 621, app/assets/stylesheets/_dashkit.scss */
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 626, app/assets/stylesheets/_dashkit.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* line 630, app/assets/stylesheets/_dashkit.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}

/* line 634, app/assets/stylesheets/_dashkit.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

/* line 638, app/assets/stylesheets/_dashkit.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/* line 642, app/assets/stylesheets/_dashkit.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

/* line 646, app/assets/stylesheets/_dashkit.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

/* line 650, app/assets/stylesheets/_dashkit.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

/* line 654, app/assets/stylesheets/_dashkit.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

/* line 658, app/assets/stylesheets/_dashkit.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

/* line 662, app/assets/stylesheets/_dashkit.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

/* line 666, app/assets/stylesheets/_dashkit.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

/* line 670, app/assets/stylesheets/_dashkit.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

/* line 674, app/assets/stylesheets/_dashkit.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

/* line 678, app/assets/stylesheets/_dashkit.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}

/* line 682, app/assets/stylesheets/_dashkit.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}

/* line 686, app/assets/stylesheets/_dashkit.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 689, app/assets/stylesheets/_dashkit.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 692, app/assets/stylesheets/_dashkit.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 695, app/assets/stylesheets/_dashkit.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 698, app/assets/stylesheets/_dashkit.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 701, app/assets/stylesheets/_dashkit.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 704, app/assets/stylesheets/_dashkit.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 707, app/assets/stylesheets/_dashkit.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 710, app/assets/stylesheets/_dashkit.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 713, app/assets/stylesheets/_dashkit.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 716, app/assets/stylesheets/_dashkit.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 720, app/assets/stylesheets/_dashkit.scss */
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 725, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 729, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 733, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 737, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 741, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 745, app/assets/stylesheets/_dashkit.scss */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 749, app/assets/stylesheets/_dashkit.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 754, app/assets/stylesheets/_dashkit.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 758, app/assets/stylesheets/_dashkit.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 762, app/assets/stylesheets/_dashkit.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 766, app/assets/stylesheets/_dashkit.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 770, app/assets/stylesheets/_dashkit.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 774, app/assets/stylesheets/_dashkit.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 778, app/assets/stylesheets/_dashkit.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 782, app/assets/stylesheets/_dashkit.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 786, app/assets/stylesheets/_dashkit.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 790, app/assets/stylesheets/_dashkit.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 794, app/assets/stylesheets/_dashkit.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 798, app/assets/stylesheets/_dashkit.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 802, app/assets/stylesheets/_dashkit.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  /* line 805, app/assets/stylesheets/_dashkit.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  /* line 808, app/assets/stylesheets/_dashkit.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  /* line 811, app/assets/stylesheets/_dashkit.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  /* line 814, app/assets/stylesheets/_dashkit.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* line 817, app/assets/stylesheets/_dashkit.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  /* line 820, app/assets/stylesheets/_dashkit.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  /* line 823, app/assets/stylesheets/_dashkit.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  /* line 826, app/assets/stylesheets/_dashkit.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  /* line 829, app/assets/stylesheets/_dashkit.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  /* line 832, app/assets/stylesheets/_dashkit.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  /* line 835, app/assets/stylesheets/_dashkit.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  /* line 838, app/assets/stylesheets/_dashkit.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  /* line 841, app/assets/stylesheets/_dashkit.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  /* line 844, app/assets/stylesheets/_dashkit.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  /* line 847, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 849, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 851, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 853, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 855, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 857, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 859, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 861, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 863, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 865, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 867, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 869, app/assets/stylesheets/_dashkit.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 873, app/assets/stylesheets/_dashkit.scss */
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 878, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 882, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 886, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 890, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 894, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 898, app/assets/stylesheets/_dashkit.scss */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 902, app/assets/stylesheets/_dashkit.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 907, app/assets/stylesheets/_dashkit.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 911, app/assets/stylesheets/_dashkit.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 915, app/assets/stylesheets/_dashkit.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 919, app/assets/stylesheets/_dashkit.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 923, app/assets/stylesheets/_dashkit.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 927, app/assets/stylesheets/_dashkit.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 931, app/assets/stylesheets/_dashkit.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 935, app/assets/stylesheets/_dashkit.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 939, app/assets/stylesheets/_dashkit.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 943, app/assets/stylesheets/_dashkit.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 947, app/assets/stylesheets/_dashkit.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 951, app/assets/stylesheets/_dashkit.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 955, app/assets/stylesheets/_dashkit.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  /* line 958, app/assets/stylesheets/_dashkit.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  /* line 961, app/assets/stylesheets/_dashkit.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  /* line 964, app/assets/stylesheets/_dashkit.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  /* line 967, app/assets/stylesheets/_dashkit.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* line 970, app/assets/stylesheets/_dashkit.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  /* line 973, app/assets/stylesheets/_dashkit.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  /* line 976, app/assets/stylesheets/_dashkit.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  /* line 979, app/assets/stylesheets/_dashkit.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  /* line 982, app/assets/stylesheets/_dashkit.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  /* line 985, app/assets/stylesheets/_dashkit.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  /* line 988, app/assets/stylesheets/_dashkit.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  /* line 991, app/assets/stylesheets/_dashkit.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  /* line 994, app/assets/stylesheets/_dashkit.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  /* line 997, app/assets/stylesheets/_dashkit.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  /* line 1000, app/assets/stylesheets/_dashkit.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1002, app/assets/stylesheets/_dashkit.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1004, app/assets/stylesheets/_dashkit.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1006, app/assets/stylesheets/_dashkit.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1008, app/assets/stylesheets/_dashkit.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1010, app/assets/stylesheets/_dashkit.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1012, app/assets/stylesheets/_dashkit.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1014, app/assets/stylesheets/_dashkit.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1016, app/assets/stylesheets/_dashkit.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1018, app/assets/stylesheets/_dashkit.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1020, app/assets/stylesheets/_dashkit.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1022, app/assets/stylesheets/_dashkit.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1026, app/assets/stylesheets/_dashkit.scss */
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1031, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1035, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1039, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1043, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1047, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1051, app/assets/stylesheets/_dashkit.scss */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1055, app/assets/stylesheets/_dashkit.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1060, app/assets/stylesheets/_dashkit.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1064, app/assets/stylesheets/_dashkit.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1068, app/assets/stylesheets/_dashkit.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1072, app/assets/stylesheets/_dashkit.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1076, app/assets/stylesheets/_dashkit.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1080, app/assets/stylesheets/_dashkit.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1084, app/assets/stylesheets/_dashkit.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1088, app/assets/stylesheets/_dashkit.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1092, app/assets/stylesheets/_dashkit.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1096, app/assets/stylesheets/_dashkit.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1100, app/assets/stylesheets/_dashkit.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1104, app/assets/stylesheets/_dashkit.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1108, app/assets/stylesheets/_dashkit.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  /* line 1111, app/assets/stylesheets/_dashkit.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  /* line 1114, app/assets/stylesheets/_dashkit.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  /* line 1117, app/assets/stylesheets/_dashkit.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  /* line 1120, app/assets/stylesheets/_dashkit.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* line 1123, app/assets/stylesheets/_dashkit.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  /* line 1126, app/assets/stylesheets/_dashkit.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  /* line 1129, app/assets/stylesheets/_dashkit.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  /* line 1132, app/assets/stylesheets/_dashkit.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  /* line 1135, app/assets/stylesheets/_dashkit.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  /* line 1138, app/assets/stylesheets/_dashkit.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  /* line 1141, app/assets/stylesheets/_dashkit.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  /* line 1144, app/assets/stylesheets/_dashkit.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  /* line 1147, app/assets/stylesheets/_dashkit.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  /* line 1150, app/assets/stylesheets/_dashkit.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  /* line 1153, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1155, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1157, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1159, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1161, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1163, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1165, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1167, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1169, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1171, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1173, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1175, app/assets/stylesheets/_dashkit.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1179, app/assets/stylesheets/_dashkit.scss */
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1184, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1188, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1192, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1196, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1200, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1204, app/assets/stylesheets/_dashkit.scss */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1208, app/assets/stylesheets/_dashkit.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1213, app/assets/stylesheets/_dashkit.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1217, app/assets/stylesheets/_dashkit.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1221, app/assets/stylesheets/_dashkit.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1225, app/assets/stylesheets/_dashkit.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1229, app/assets/stylesheets/_dashkit.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1233, app/assets/stylesheets/_dashkit.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1237, app/assets/stylesheets/_dashkit.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1241, app/assets/stylesheets/_dashkit.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1245, app/assets/stylesheets/_dashkit.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1249, app/assets/stylesheets/_dashkit.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1253, app/assets/stylesheets/_dashkit.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1257, app/assets/stylesheets/_dashkit.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1261, app/assets/stylesheets/_dashkit.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  /* line 1264, app/assets/stylesheets/_dashkit.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  /* line 1267, app/assets/stylesheets/_dashkit.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  /* line 1270, app/assets/stylesheets/_dashkit.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  /* line 1273, app/assets/stylesheets/_dashkit.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* line 1276, app/assets/stylesheets/_dashkit.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  /* line 1279, app/assets/stylesheets/_dashkit.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  /* line 1282, app/assets/stylesheets/_dashkit.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  /* line 1285, app/assets/stylesheets/_dashkit.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  /* line 1288, app/assets/stylesheets/_dashkit.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  /* line 1291, app/assets/stylesheets/_dashkit.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  /* line 1294, app/assets/stylesheets/_dashkit.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  /* line 1297, app/assets/stylesheets/_dashkit.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  /* line 1300, app/assets/stylesheets/_dashkit.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  /* line 1303, app/assets/stylesheets/_dashkit.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  /* line 1306, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1308, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1310, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1312, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1314, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1316, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1318, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1320, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1322, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1324, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1326, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1328, app/assets/stylesheets/_dashkit.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1331, app/assets/stylesheets/_dashkit.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #12263F;
}

/* line 1335, app/assets/stylesheets/_dashkit.scss */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #EDF2F9;
}

/* line 1340, app/assets/stylesheets/_dashkit.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EDF2F9;
}

/* line 1343, app/assets/stylesheets/_dashkit.scss */
.table tbody + tbody {
  border-top: 2px solid #EDF2F9;
}

/* line 1346, app/assets/stylesheets/_dashkit.scss */
.table-sm th,
.table-sm td {
  padding: 1rem;
}

/* line 1350, app/assets/stylesheets/_dashkit.scss */
.table-bordered {
  border: 1px solid #EDF2F9;
}

/* line 1352, app/assets/stylesheets/_dashkit.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #EDF2F9;
}

/* line 1355, app/assets/stylesheets/_dashkit.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1359, app/assets/stylesheets/_dashkit.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1365, app/assets/stylesheets/_dashkit.scss */
.table-striped tbody tr:nth-of-type(even) {
  background-color: #F9FBFD;
}

/* line 1368, app/assets/stylesheets/_dashkit.scss */
.table-hover tbody tr:hover {
  color: #12263F;
  background-color: #F9FBFD;
}

/* line 1372, app/assets/stylesheets/_dashkit.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4daf8;
}

/* line 1377, app/assets/stylesheets/_dashkit.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #91baf1;
}

/* line 1383, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-primary:hover {
  background-color: #adccf5;
}

/* line 1385, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adccf5;
}

/* line 1389, app/assets/stylesheets/_dashkit.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6dde5;
}

/* line 1394, app/assets/stylesheets/_dashkit.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b4bfcf;
}

/* line 1400, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-secondary:hover {
  background-color: #c6d0db;
}

/* line 1402, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c6d0db;
}

/* line 1406, app/assets/stylesheets/_dashkit.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f4db;
}

/* line 1411, app/assets/stylesheets/_dashkit.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aebbc;
}

/* line 1417, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 1419, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 1423, app/assets/stylesheets/_dashkit.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8e9f2;
}

/* line 1428, app/assets/stylesheets/_dashkit.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98d5e7;
}

/* line 1434, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-info:hover {
  background-color: #b3e1ed;
}

/* line 1436, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e1ed;
}

/* line 1440, app/assets/stylesheets/_dashkit.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceeca;
}

/* line 1445, app/assets/stylesheets/_dashkit.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fae09d;
}

/* line 1451, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 1453, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 1457, app/assets/stylesheets/_dashkit.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c7d0;
}

/* line 1462, app/assets/stylesheets/_dashkit.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f297a8;
}

/* line 1468, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-danger:hover {
  background-color: #f5b0bd;
}

/* line 1470, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b0bd;
}

/* line 1474, app/assets/stylesheets/_dashkit.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafbfd;
}

/* line 1479, app/assets/stylesheets/_dashkit.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f8fc;
}

/* line 1485, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-light:hover {
  background-color: #e8ecf6;
}

/* line 1487, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8ecf6;
}

/* line 1491, app/assets/stylesheets/_dashkit.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdc2c9;
}

/* line 1496, app/assets/stylesheets/_dashkit.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #848e9b;
}

/* line 1502, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-dark:hover {
  background-color: #afb5be;
}

/* line 1504, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afb5be;
}

/* line 1508, app/assets/stylesheets/_dashkit.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 1513, app/assets/stylesheets/_dashkit.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 1519, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 1521, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 1525, app/assets/stylesheets/_dashkit.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #F9FBFD;
}

/* line 1530, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 1532, app/assets/stylesheets/_dashkit.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 1536, app/assets/stylesheets/_dashkit.scss */
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #3B506C;
  border-color: #496285;
}

/* line 1541, app/assets/stylesheets/_dashkit.scss */
.table .thead-light th {
  color: #95AAC9;
  background-color: #F9FBFD;
  border-color: #EDF2F9;
}

/* line 1546, app/assets/stylesheets/_dashkit.scss */
.table-dark {
  color: #FFFFFF;
  background-color: #3B506C;
}

/* line 1549, app/assets/stylesheets/_dashkit.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #496285;
}

/* line 1553, app/assets/stylesheets/_dashkit.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1555, app/assets/stylesheets/_dashkit.scss */
.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1557, app/assets/stylesheets/_dashkit.scss */
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1562, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1567, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1571, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1576, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1580, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1585, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1589, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1594, app/assets/stylesheets/_dashkit.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1597, app/assets/stylesheets/_dashkit.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1602, app/assets/stylesheets/_dashkit.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1605, app/assets/stylesheets/_dashkit.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263F;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1621, app/assets/stylesheets/_dashkit.scss */
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 1624, app/assets/stylesheets/_dashkit.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1627, app/assets/stylesheets/_dashkit.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #12263F;
}

/* line 1630, app/assets/stylesheets/_dashkit.scss */
.form-control:focus {
  color: #12263F;
  background-color: #FFFFFF;
  border-color: #1637C0;
  outline: 0;
  box-shadow: transparent;
}

/* line 1636, app/assets/stylesheets/_dashkit.scss */
.form-control::-webkit-input-placeholder {
  color: #B1C2D9;
  opacity: 1;
}

/* line 1639, app/assets/stylesheets/_dashkit.scss */
.form-control::-moz-placeholder {
  color: #B1C2D9;
  opacity: 1;
}

/* line 1642, app/assets/stylesheets/_dashkit.scss */
.form-control:-ms-input-placeholder {
  color: #B1C2D9;
  opacity: 1;
}

/* line 1645, app/assets/stylesheets/_dashkit.scss */
.form-control::-ms-input-placeholder {
  color: #B1C2D9;
  opacity: 1;
}

/* line 1648, app/assets/stylesheets/_dashkit.scss */
.form-control::placeholder {
  color: #B1C2D9;
  opacity: 1;
}

/* line 1651, app/assets/stylesheets/_dashkit.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
}

/* line 1655, app/assets/stylesheets/_dashkit.scss */
select.form-control:focus::-ms-value {
  color: #12263F;
  background-color: #FFFFFF;
}

/* line 1659, app/assets/stylesheets/_dashkit.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1664, app/assets/stylesheets/_dashkit.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1671, app/assets/stylesheets/_dashkit.scss */
.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* line 1677, app/assets/stylesheets/_dashkit.scss */
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.75;
}

/* line 1683, app/assets/stylesheets/_dashkit.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #12263F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1694, app/assets/stylesheets/_dashkit.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1698, app/assets/stylesheets/_dashkit.scss */
.form-control-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 1705, app/assets/stylesheets/_dashkit.scss */
.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 1712, app/assets/stylesheets/_dashkit.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1715, app/assets/stylesheets/_dashkit.scss */
textarea.form-control {
  height: auto;
}

/* line 1718, app/assets/stylesheets/_dashkit.scss */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 1721, app/assets/stylesheets/_dashkit.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1725, app/assets/stylesheets/_dashkit.scss */
.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1731, app/assets/stylesheets/_dashkit.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1736, app/assets/stylesheets/_dashkit.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1741, app/assets/stylesheets/_dashkit.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1745, app/assets/stylesheets/_dashkit.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #95AAC9;
}

/* line 1749, app/assets/stylesheets/_dashkit.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1752, app/assets/stylesheets/_dashkit.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 1759, app/assets/stylesheets/_dashkit.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 1765, app/assets/stylesheets/_dashkit.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #00D97E;
}

/* line 1772, app/assets/stylesheets/_dashkit.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #00d97e;
  border-radius: 0.375rem;
}

/* line 1786, app/assets/stylesheets/_dashkit.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1792, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00D97E;
}

/* line 1794, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1798, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00D97E;
}

/* line 1800, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1804, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00D97E;
}

/* line 1807, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1812, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00D97E;
}

/* line 1814, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00D97E;
}

/* line 1817, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 1821, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1824, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00D97E;
}

/* line 1827, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00D97E;
}

/* line 1830, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1834, app/assets/stylesheets/_dashkit.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #E63757;
}

/* line 1841, app/assets/stylesheets/_dashkit.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #e63757;
  border-radius: 0.375rem;
}

/* line 1855, app/assets/stylesheets/_dashkit.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1861, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E63757;
}

/* line 1863, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 1867, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E63757;
}

/* line 1869, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 1873, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E63757;
}

/* line 1876, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1881, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E63757;
}

/* line 1883, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E63757;
}

/* line 1886, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec647d;
  background-color: #ec647d;
}

/* line 1890, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 1893, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E63757;
}

/* line 1896, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E63757;
}

/* line 1899, app/assets/stylesheets/_dashkit.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 1903, app/assets/stylesheets/_dashkit.scss */
.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

/* line 1911, app/assets/stylesheets/_dashkit.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 1914, app/assets/stylesheets/_dashkit.scss */
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1922, app/assets/stylesheets/_dashkit.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1933, app/assets/stylesheets/_dashkit.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1937, app/assets/stylesheets/_dashkit.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 1939, app/assets/stylesheets/_dashkit.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 1942, app/assets/stylesheets/_dashkit.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 1951, app/assets/stylesheets/_dashkit.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 1957, app/assets/stylesheets/_dashkit.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  /* line 1962, app/assets/stylesheets/_dashkit.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 1965, app/assets/stylesheets/_dashkit.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #12263F;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  -webkit-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;
  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) {
  /* line 1985, app/assets/stylesheets/_dashkit.scss */
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 1988, app/assets/stylesheets/_dashkit.scss */
.btn:hover {
  color: #12263F;
  text-decoration: none;
}

/* line 1991, app/assets/stylesheets/_dashkit.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 1994, app/assets/stylesheets/_dashkit.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 1997, app/assets/stylesheets/_dashkit.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2001, app/assets/stylesheets/_dashkit.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 2005, app/assets/stylesheets/_dashkit.scss */
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #1a68d1;
  border-color: #1862c6;
}

/* line 2009, app/assets/stylesheets/_dashkit.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #1a68d1;
  border-color: #1862c6;
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2014, app/assets/stylesheets/_dashkit.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: var(--gray);
  border-color: var(--gray);
}

/* line 2018, app/assets/stylesheets/_dashkit.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1862c6;
  border-color: #175dba;
}

/* line 2023, app/assets/stylesheets/_dashkit.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2027, app/assets/stylesheets/_dashkit.scss */
.btn-secondary {
  color: #FFFFFF;
  background-color: #6D6D6D;
  border-color: #6D6D6D;
}

/* line 2031, app/assets/stylesheets/_dashkit.scss */
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #585858;
  border-color: #585858;
}

/* line 2035, app/assets/stylesheets/_dashkit.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #585858;
  border-color: #585858;
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 2040, app/assets/stylesheets/_dashkit.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6D6D6D;
  border-color: #6D6D6D;
}

/* line 2044, app/assets/stylesheets/_dashkit.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #585858;
  border-color: #585858;
}

/* line 2049, app/assets/stylesheets/_dashkit.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 80, 80, 0.5);
}

/* line 2053, app/assets/stylesheets/_dashkit.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #0CBE74;
  border-color: #0CBE74;
}

/* line 2057, app/assets/stylesheets/_dashkit.scss */
.btn-success:hover {
  color: #FFFFFF;
  background-color: #09975C;
  border-color: #088a54;
}

/* line 2061, app/assets/stylesheets/_dashkit.scss */
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #09975C;
  border-color: #088a54;
  box-shadow: 0 0 0 0.15rem rgba(38, 210, 131, 0.5);
}

/* line 2066, app/assets/stylesheets/_dashkit.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #4D4D4D;
  background-color: #949494;
  border-color: #949494;
}

/* line 2070, app/assets/stylesheets/_dashkit.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #088a54;
  border-color: #077a4a;
}

/* line 2075, app/assets/stylesheets/_dashkit.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 210, 131, 0.5);
}

/* line 2079, app/assets/stylesheets/_dashkit.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2083, app/assets/stylesheets/_dashkit.scss */
.btn-info:hover {
  color: #FFFFFF;
  background-color: #2b99b9;
  border-color: #2991ae;
}

/* line 2087, app/assets/stylesheets/_dashkit.scss */
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #2b99b9;
  border-color: #2991ae;
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2092, app/assets/stylesheets/_dashkit.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2096, app/assets/stylesheets/_dashkit.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2991ae;
  border-color: #2688a4;
}

/* line 2101, app/assets/stylesheets/_dashkit.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2105, app/assets/stylesheets/_dashkit.scss */
.btn-warning {
  color: #283E59;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 2109, app/assets/stylesheets/_dashkit.scss */
.btn-warning:hover {
  color: #283E59;
  background-color: #f4b71e;
  border-color: #f4b312;
}

/* line 2113, app/assets/stylesheets/_dashkit.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #283E59;
  background-color: #f4b71e;
  border-color: #f4b312;
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2118, app/assets/stylesheets/_dashkit.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #283E59;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 2122, app/assets/stylesheets/_dashkit.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #283E59;
  background-color: #f4b312;
  border-color: #eead0b;
}

/* line 2127, app/assets/stylesheets/_dashkit.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2131, app/assets/stylesheets/_dashkit.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 2135, app/assets/stylesheets/_dashkit.scss */
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #db1b3f;
  border-color: #d01a3b;
}

/* line 2139, app/assets/stylesheets/_dashkit.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #db1b3f;
  border-color: #d01a3b;
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2144, app/assets/stylesheets/_dashkit.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 2148, app/assets/stylesheets/_dashkit.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d01a3b;
  border-color: #c51938;
}

/* line 2153, app/assets/stylesheets/_dashkit.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2157, app/assets/stylesheets/_dashkit.scss */
.btn-light {
  color: #283E59;
  background-color: #EDF2F9;
  border-color: #EDF2F9;
}

/* line 2161, app/assets/stylesheets/_dashkit.scss */
.btn-light:hover {
  color: #283E59;
  background-color: #d0ddef;
  border-color: #c7d6ec;
}

/* line 2165, app/assets/stylesheets/_dashkit.scss */
.btn-light:focus, .btn-light.focus {
  color: #283E59;
  background-color: #d0ddef;
  border-color: #c7d6ec;
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2170, app/assets/stylesheets/_dashkit.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #283E59;
  background-color: #EDF2F9;
  border-color: #EDF2F9;
}

/* line 2174, app/assets/stylesheets/_dashkit.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #283E59;
  background-color: #c7d6ec;
  border-color: #bdcfe9;
}

/* line 2179, app/assets/stylesheets/_dashkit.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2183, app/assets/stylesheets/_dashkit.scss */
.btn-dark {
  color: #FFFFFF;
  background-color: #12263F;
  border-color: #12263F;
}

/* line 2187, app/assets/stylesheets/_dashkit.scss */
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #0a1421;
  border-color: #070e17;
}

/* line 2191, app/assets/stylesheets/_dashkit.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #0a1421;
  border-color: #070e17;
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2196, app/assets/stylesheets/_dashkit.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #12263F;
  border-color: #12263F;
}

/* line 2200, app/assets/stylesheets/_dashkit.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #070e17;
  border-color: #04080d;
}

/* line 2205, app/assets/stylesheets/_dashkit.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2209, app/assets/stylesheets/_dashkit.scss */
.btn-white {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 2213, app/assets/stylesheets/_dashkit.scss */
.btn-white:hover {
  color: #283E59;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2217, app/assets/stylesheets/_dashkit.scss */
.btn-white:focus, .btn-white.focus {
  color: #283E59;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2222, app/assets/stylesheets/_dashkit.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 2226, app/assets/stylesheets/_dashkit.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #283E59;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2231, app/assets/stylesheets/_dashkit.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2235, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary {
  color: #1637C0;
  border-color: #1637C0;
}

/* line 2238, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 2242, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2244, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1637C0;
  background-color: transparent;
}

/* line 2247, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 2252, app/assets/stylesheets/_dashkit.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2256, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary {
  color: #6D6D6D;
  border-color: #6D6D6D;
}

/* line 2259, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6D6D6D;
  border-color: #6D6D6D;
}

/* line 2263, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 2265, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6D6D6D;
  background-color: transparent;
}

/* line 2268, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6D6D6D;
  border-color: #6D6D6D;
}

/* line 2273, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 80, 80, 0.5);
}

/* line 2277, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success {
  color: #0CBE74;
  border-color: #0CBE74;
}

/* line 2280, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #0CBE74;
  border-color: #0CBE74;
}

/* line 2284, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 210, 131, 0.5);
}

/* line 2286, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0CBE74;
  background-color: transparent;
}

/* line 2289, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0CBE74;
  border-color: #0CBE74;
}

/* line 2294, app/assets/stylesheets/_dashkit.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 210, 131, 0.5);
}

/* line 2298, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info {
  color: #39afd1;
  border-color: #39afd1;
}

/* line 2301, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2305, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 2307, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #39afd1;
  background-color: transparent;
}

/* line 2310, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2315, app/assets/stylesheets/_dashkit.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 2319, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning {
  color: #F6C343;
  border-color: #F6C343;
}

/* line 2322, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning:hover {
  color: #283E59;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 2326, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 2328, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F6C343;
  background-color: transparent;
}

/* line 2331, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #283E59;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 2336, app/assets/stylesheets/_dashkit.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 2340, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger {
  color: #E63757;
  border-color: #E63757;
}

/* line 2343, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 2347, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 2349, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E63757;
  background-color: transparent;
}

/* line 2352, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 2357, app/assets/stylesheets/_dashkit.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 2361, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light {
  color: #EDF2F9;
  border-color: #EDF2F9;
}

/* line 2364, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light:hover {
  color: #283E59;
  background-color: #EDF2F9;
  border-color: #EDF2F9;
}

/* line 2368, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 2370, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EDF2F9;
  background-color: transparent;
}

/* line 2373, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #283E59;
  background-color: #EDF2F9;
  border-color: #EDF2F9;
}

/* line 2378, app/assets/stylesheets/_dashkit.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 2382, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark {
  color: #12263F;
  border-color: #12263F;
}

/* line 2385, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #12263F;
  border-color: #12263F;
}

/* line 2389, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 2391, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #12263F;
  background-color: transparent;
}

/* line 2394, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #12263F;
  border-color: #12263F;
}

/* line 2399, app/assets/stylesheets/_dashkit.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 2403, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 2406, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white:hover {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 2410, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 2412, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFFFFF;
  background-color: transparent;
}

/* line 2415, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 2420, app/assets/stylesheets/_dashkit.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 2424, app/assets/stylesheets/_dashkit.scss */
.btn-link {
  font-weight: 400;
  color: #1637C0;
  text-decoration: none;
}

/* line 2428, app/assets/stylesheets/_dashkit.scss */
.btn-link:hover {
  color: #1657af;
  text-decoration: none;
}

/* line 2431, app/assets/stylesheets/_dashkit.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 2434, app/assets/stylesheets/_dashkit.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #B1C2D9;
  pointer-events: none;
}

/* line 2438, app/assets/stylesheets/_dashkit.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 2444, app/assets/stylesheets/_dashkit.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 2450, app/assets/stylesheets/_dashkit.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2453, app/assets/stylesheets/_dashkit.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2456, app/assets/stylesheets/_dashkit.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2461, app/assets/stylesheets/_dashkit.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2465, app/assets/stylesheets/_dashkit.scss */
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2468, app/assets/stylesheets/_dashkit.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2471, app/assets/stylesheets/_dashkit.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2474, app/assets/stylesheets/_dashkit.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2481, app/assets/stylesheets/_dashkit.scss */
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2485, app/assets/stylesheets/_dashkit.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2491, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2493, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 2502, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2505, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 0.9375rem;
  color: #12263F;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: 0.375rem;
}

/* line 2524, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2528, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2533, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2536, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2541, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2544, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2549, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2552, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2557, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2560, app/assets/stylesheets/_dashkit.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2564, app/assets/stylesheets/_dashkit.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2570, app/assets/stylesheets/_dashkit.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 2580, app/assets/stylesheets/_dashkit.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2583, app/assets/stylesheets/_dashkit.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

/* line 2590, app/assets/stylesheets/_dashkit.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 2600, app/assets/stylesheets/_dashkit.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2603, app/assets/stylesheets/_dashkit.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 2606, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

/* line 2613, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
}

/* line 2619, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 2622, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 2631, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2634, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 2637, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 2641, app/assets/stylesheets/_dashkit.scss */
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #EDF2F9;
}

/* line 2647, app/assets/stylesheets/_dashkit.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6E84A3;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2658, app/assets/stylesheets/_dashkit.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #12263F;
  text-decoration: none;
  background-color: transparent;
}

/* line 2662, app/assets/stylesheets/_dashkit.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #12263F;
  text-decoration: none;
  background-color: transparent;
}

/* line 2666, app/assets/stylesheets/_dashkit.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #95AAC9;
  pointer-events: none;
  background-color: transparent;
}

/* line 2671, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2674, app/assets/stylesheets/_dashkit.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: inherit;
  white-space: nowrap;
}

/* line 2682, app/assets/stylesheets/_dashkit.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #6E84A3;
}

/* line 2687, app/assets/stylesheets/_dashkit.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2693, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

/* line 2698, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 2701, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 2707, app/assets/stylesheets/_dashkit.scss */
.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 2713, app/assets/stylesheets/_dashkit.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 2716, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 2720, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2725, app/assets/stylesheets/_dashkit.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2730, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 2733, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2737, app/assets/stylesheets/_dashkit.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 2740, app/assets/stylesheets/_dashkit.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 2744, app/assets/stylesheets/_dashkit.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 2748, app/assets/stylesheets/_dashkit.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 2756, app/assets/stylesheets/_dashkit.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 2759, app/assets/stylesheets/_dashkit.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 2762, app/assets/stylesheets/_dashkit.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2766, app/assets/stylesheets/_dashkit.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2771, app/assets/stylesheets/_dashkit.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 2774, app/assets/stylesheets/_dashkit.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2782, app/assets/stylesheets/_dashkit.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 2790, app/assets/stylesheets/_dashkit.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 2799, app/assets/stylesheets/_dashkit.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 2812, app/assets/stylesheets/_dashkit.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 2816, app/assets/stylesheets/_dashkit.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 2818, app/assets/stylesheets/_dashkit.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2822, app/assets/stylesheets/_dashkit.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2826, app/assets/stylesheets/_dashkit.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 2831, app/assets/stylesheets/_dashkit.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2835, app/assets/stylesheets/_dashkit.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2839, app/assets/stylesheets/_dashkit.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

/* line 2843, app/assets/stylesheets/_dashkit.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 2847, app/assets/stylesheets/_dashkit.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 2850, app/assets/stylesheets/_dashkit.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 2860, app/assets/stylesheets/_dashkit.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 2863, app/assets/stylesheets/_dashkit.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 2866, app/assets/stylesheets/_dashkit.scss */
.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #95AAC9;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
}

/* line 2882, app/assets/stylesheets/_dashkit.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 2886, app/assets/stylesheets/_dashkit.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.5rem + 2px);
}

/* line 2890, app/assets/stylesheets/_dashkit.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 2901, app/assets/stylesheets/_dashkit.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.75em + 0.25rem + 2px);
}

/* line 2905, app/assets/stylesheets/_dashkit.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 2916, app/assets/stylesheets/_dashkit.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 2920, app/assets/stylesheets/_dashkit.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2929, app/assets/stylesheets/_dashkit.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2938, app/assets/stylesheets/_dashkit.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 2944, app/assets/stylesheets/_dashkit.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 2949, app/assets/stylesheets/_dashkit.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}

/* line 2956, app/assets/stylesheets/_dashkit.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #1637C0;
  background-color: #1637C0;
}

/* line 2960, app/assets/stylesheets/_dashkit.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}

/* line 2962, app/assets/stylesheets/_dashkit.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1637C0;
}

/* line 2964, app/assets/stylesheets/_dashkit.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #cbdef9;
  border-color: #cbdef9;
}

/* line 2968, app/assets/stylesheets/_dashkit.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #95AAC9;
}

/* line 2970, app/assets/stylesheets/_dashkit.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

/* line 2973, app/assets/stylesheets/_dashkit.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 2977, app/assets/stylesheets/_dashkit.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #E3EBF6;
  border: #B1C2D9 solid 0;
}

/* line 2988, app/assets/stylesheets/_dashkit.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 2998, app/assets/stylesheets/_dashkit.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

/* line 3001, app/assets/stylesheets/_dashkit.scss */
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3004, app/assets/stylesheets/_dashkit.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1637C0;
  background-color: #1637C0;
}

/* line 3008, app/assets/stylesheets/_dashkit.scss */
.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3011, app/assets/stylesheets/_dashkit.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3014, app/assets/stylesheets/_dashkit.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3017, app/assets/stylesheets/_dashkit.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3020, app/assets/stylesheets/_dashkit.scss */
.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

/* line 3023, app/assets/stylesheets/_dashkit.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3026, app/assets/stylesheets/_dashkit.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 3028, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 3033, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-label::after {
  top: 0.20313rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #B1C2D9;
  border-radius: 0.5625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3045, app/assets/stylesheets/_dashkit.scss */
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3048, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #E3EBF6;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}

/* line 3052, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3055, app/assets/stylesheets/_dashkit.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263F;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233B506C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3071, app/assets/stylesheets/_dashkit.scss */
.custom-select:focus {
  border-color: #1637C0;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(18, 38, 63, 0.075), 0 0 5px rgba(44, 123, 229, 0.5);
}

/* line 3075, app/assets/stylesheets/_dashkit.scss */
.custom-select:focus::-ms-value {
  color: #12263F;
  background-color: #FFFFFF;
}

/* line 3078, app/assets/stylesheets/_dashkit.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3082, app/assets/stylesheets/_dashkit.scss */
.custom-select:disabled {
  color: #95AAC9;
  background-color: #EDF2F9;
}

/* line 3085, app/assets/stylesheets/_dashkit.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3087, app/assets/stylesheets/_dashkit.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #12263F;
}

/* line 3091, app/assets/stylesheets/_dashkit.scss */
.custom-select-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}

/* line 3098, app/assets/stylesheets/_dashkit.scss */
.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
}

/* line 3105, app/assets/stylesheets/_dashkit.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 3112, app/assets/stylesheets/_dashkit.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3119, app/assets/stylesheets/_dashkit.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1637C0;
  box-shadow: transparent;
}

/* line 3122, app/assets/stylesheets/_dashkit.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #FFFFFF;
}

/* line 3125, app/assets/stylesheets/_dashkit.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3127, app/assets/stylesheets/_dashkit.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3130, app/assets/stylesheets/_dashkit.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263F;
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
}

/* line 3144, app/assets/stylesheets/_dashkit.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #12263F;
  content: "Browse";
  background-color: #FFFFFF;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 3160, app/assets/stylesheets/_dashkit.scss */
.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3168, app/assets/stylesheets/_dashkit.scss */
.custom-range:focus {
  outline: none;
}

/* line 3170, app/assets/stylesheets/_dashkit.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 3172, app/assets/stylesheets/_dashkit.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 3174, app/assets/stylesheets/_dashkit.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 3176, app/assets/stylesheets/_dashkit.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3178, app/assets/stylesheets/_dashkit.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1637C0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3190, app/assets/stylesheets/_dashkit.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3193, app/assets/stylesheets/_dashkit.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 3195, app/assets/stylesheets/_dashkit.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E3EBF6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3203, app/assets/stylesheets/_dashkit.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1637C0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3214, app/assets/stylesheets/_dashkit.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3217, app/assets/stylesheets/_dashkit.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 3219, app/assets/stylesheets/_dashkit.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E3EBF6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3227, app/assets/stylesheets/_dashkit.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #1637C0;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3240, app/assets/stylesheets/_dashkit.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3243, app/assets/stylesheets/_dashkit.scss */
.custom-range::-ms-thumb:active {
  background-color: #cbdef9;
}

/* line 3245, app/assets/stylesheets/_dashkit.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3253, app/assets/stylesheets/_dashkit.scss */
.custom-range::-ms-fill-lower {
  background-color: #E3EBF6;
  border-radius: 1rem;
}

/* line 3256, app/assets/stylesheets/_dashkit.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E3EBF6;
  border-radius: 1rem;
}

/* line 3260, app/assets/stylesheets/_dashkit.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #B1C2D9;
}

/* line 3262, app/assets/stylesheets/_dashkit.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3264, app/assets/stylesheets/_dashkit.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #B1C2D9;
}

/* line 3266, app/assets/stylesheets/_dashkit.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3268, app/assets/stylesheets/_dashkit.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #B1C2D9;
}

/* line 3271, app/assets/stylesheets/_dashkit.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  /* line 3277, app/assets/stylesheets/_dashkit.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3283, app/assets/stylesheets/_dashkit.scss */
.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3291, app/assets/stylesheets/_dashkit.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3294, app/assets/stylesheets/_dashkit.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3296, app/assets/stylesheets/_dashkit.scss */
.nav-link.disabled {
  color: #95AAC9;
  pointer-events: none;
  cursor: default;
}

/* line 3301, app/assets/stylesheets/_dashkit.scss */
.nav-tabs {
  border-bottom: 1px solid #E3EBF6;
}

/* line 3303, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3305, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3309, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 3311, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link.disabled {
  color: #95AAC9;
  background-color: transparent;
  border-color: transparent;
}

/* line 3315, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #12263F;
  background-color: transparent;
  border-color: transparent transparent #1637C0;
}

/* line 3320, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3325, app/assets/stylesheets/_dashkit.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 3328, app/assets/stylesheets/_dashkit.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #1637C0;
}

/* line 3333, app/assets/stylesheets/_dashkit.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3338, app/assets/stylesheets/_dashkit.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3344, app/assets/stylesheets/_dashkit.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3347, app/assets/stylesheets/_dashkit.scss */
.tab-content > .active {
  display: block;
}

/* line 3350, app/assets/stylesheets/_dashkit.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

/* line 3360, app/assets/stylesheets/_dashkit.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 3370, app/assets/stylesheets/_dashkit.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3378, app/assets/stylesheets/_dashkit.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3381, app/assets/stylesheets/_dashkit.scss */
.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3390, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3393, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3397, app/assets/stylesheets/_dashkit.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3402, app/assets/stylesheets/_dashkit.scss */
.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

/* line 3409, app/assets/stylesheets/_dashkit.scss */
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 3416, app/assets/stylesheets/_dashkit.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 3419, app/assets/stylesheets/_dashkit.scss */
.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) {
  /* line 3429, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3435, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  /* line 3441, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 3445, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3447, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3450, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3453, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3457, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3461, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3467, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  /* line 3473, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 3477, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3479, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3482, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3485, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3489, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3493, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3499, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  /* line 3505, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 3509, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3511, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3514, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3517, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3521, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 3525, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3531, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  /* line 3537, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 3541, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3543, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3546, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3549, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3553, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3556, app/assets/stylesheets/_dashkit.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 3562, app/assets/stylesheets/_dashkit.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 3566, app/assets/stylesheets/_dashkit.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 3570, app/assets/stylesheets/_dashkit.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3572, app/assets/stylesheets/_dashkit.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 3575, app/assets/stylesheets/_dashkit.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 3578, app/assets/stylesheets/_dashkit.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

/* line 3582, app/assets/stylesheets/_dashkit.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3585, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-brand {
  color: #12263F;
}

/* line 3587, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #12263F;
}

/* line 3590, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-nav .nav-link {
  color: #6E84A3;
}

/* line 3592, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #12263F;
}

/* line 3594, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 38, 63, 0.3);
}

/* line 3597, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #12263F;
}

/* line 3603, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-toggler {
  color: #6E84A3;
  border-color: transparent;
}

/* line 3607, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%236E84A3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3610, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-text {
  color: #6E84A3;
}

/* line 3612, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-text a {
  color: #12263F;
}

/* line 3614, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #12263F;
}

/* line 3617, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}

/* line 3619, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

/* line 3622, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #6E84A3;
}

/* line 3624, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFFFFF;
}

/* line 3626, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3629, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

/* line 3635, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-toggler {
  color: #6E84A3;
  border-color: transparent;
}

/* line 3639, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%236E84A3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3642, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-text {
  color: #6E84A3;
}

/* line 3644, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}

/* line 3646, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

/* line 3649, app/assets/stylesheets/_dashkit.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #EDF2F9;
  border-radius: 0.5rem;
}

/* line 3662, app/assets/stylesheets/_dashkit.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3665, app/assets/stylesheets/_dashkit.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 3668, app/assets/stylesheets/_dashkit.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 3672, app/assets/stylesheets/_dashkit.scss */
.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 3678, app/assets/stylesheets/_dashkit.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 3681, app/assets/stylesheets/_dashkit.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 3685, app/assets/stylesheets/_dashkit.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3688, app/assets/stylesheets/_dashkit.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 3691, app/assets/stylesheets/_dashkit.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 3694, app/assets/stylesheets/_dashkit.scss */
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EDF2F9;
}

/* line 3699, app/assets/stylesheets/_dashkit.scss */
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

/* line 3701, app/assets/stylesheets/_dashkit.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 3704, app/assets/stylesheets/_dashkit.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #EDF2F9;
}

/* line 3708, app/assets/stylesheets/_dashkit.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

/* line 3711, app/assets/stylesheets/_dashkit.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 3717, app/assets/stylesheets/_dashkit.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 3721, app/assets/stylesheets/_dashkit.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 3729, app/assets/stylesheets/_dashkit.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 3735, app/assets/stylesheets/_dashkit.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 3740, app/assets/stylesheets/_dashkit.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 3745, app/assets/stylesheets/_dashkit.scss */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 3749, app/assets/stylesheets/_dashkit.scss */
  .card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 3757, app/assets/stylesheets/_dashkit.scss */
  .card-deck .card {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 3764, app/assets/stylesheets/_dashkit.scss */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 3768, app/assets/stylesheets/_dashkit.scss */
  .card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  /* line 3774, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3778, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3781, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3784, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 3787, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 3790, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3793, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 3796, app/assets/stylesheets/_dashkit.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 3800, app/assets/stylesheets/_dashkit.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 3804, app/assets/stylesheets/_dashkit.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 3813, app/assets/stylesheets/_dashkit.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 3817, app/assets/stylesheets/_dashkit.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 3819, app/assets/stylesheets/_dashkit.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3823, app/assets/stylesheets/_dashkit.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3826, app/assets/stylesheets/_dashkit.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 3830, app/assets/stylesheets/_dashkit.scss */
.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

/* line 3840, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 3842, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #D2DDEC;
  content: "";
}

/* line 3848, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 3851, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 3854, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item.active {
  color: #95AAC9;
}

/* line 3857, app/assets/stylesheets/_dashkit.scss */
.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 3864, app/assets/stylesheets/_dashkit.scss */
.page-link, [data-toggle="lists"] .pagination .page {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #12263F;
  background-color: #FFFFFF;
  border: 1px solid #E3EBF6;
}

/* line 3873, app/assets/stylesheets/_dashkit.scss */
.page-link:hover, [data-toggle="lists"] .pagination .page:hover {
  z-index: 2;
  color: #12263F;
  text-decoration: none;
  background-color: #F9FBFD;
  border-color: #E3EBF6;
}

/* line 3879, app/assets/stylesheets/_dashkit.scss */
.page-link:focus, [data-toggle="lists"] .pagination .page:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 3884, app/assets/stylesheets/_dashkit.scss */
.page-item:first-child .page-link, [data-toggle="lists"] .pagination > li:first-child .page-link, .page-item:first-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .page-item:first-child .page, [data-toggle="lists"] .pagination > li:first-child .page {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 3889, app/assets/stylesheets/_dashkit.scss */
.page-item:last-child .page-link, [data-toggle="lists"] .pagination > li:last-child .page-link, .page-item:last-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .page-item:last-child .page, [data-toggle="lists"] .pagination > li:last-child .page {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 3893, app/assets/stylesheets/_dashkit.scss */
.page-item.active .page-link, [data-toggle="lists"] .pagination > li.active .page-link, .page-item.active [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .page-item.active .page, [data-toggle="lists"] .pagination > li.active .page {
  z-index: 3;
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 3899, app/assets/stylesheets/_dashkit.scss */
.page-item.disabled .page-link, [data-toggle="lists"] .pagination > li.disabled .page-link, .page-item.disabled [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .page-item.disabled .page, [data-toggle="lists"] .pagination > li.disabled .page {
  color: #95AAC9;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #E3EBF6;
}

/* line 3906, app/assets/stylesheets/_dashkit.scss */
.pagination-lg .page-link, .pagination-lg [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-lg .page {
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 3911, app/assets/stylesheets/_dashkit.scss */
.pagination-lg .page-item:first-child .page-link, .pagination-lg [data-toggle="lists"] .pagination > li:first-child .page-link, [data-toggle="lists"] .pagination-lg .pagination > li:first-child .page-link, .pagination-lg .page-item:first-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-lg .page-item:first-child .page, .pagination-lg [data-toggle="lists"] .pagination > li:first-child .page, [data-toggle="lists"] .pagination-lg .pagination > li:first-child .page {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 3915, app/assets/stylesheets/_dashkit.scss */
.pagination-lg .page-item:last-child .page-link, .pagination-lg [data-toggle="lists"] .pagination > li:last-child .page-link, [data-toggle="lists"] .pagination-lg .pagination > li:last-child .page-link, .pagination-lg .page-item:last-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-lg .page-item:last-child .page, .pagination-lg [data-toggle="lists"] .pagination > li:last-child .page, [data-toggle="lists"] .pagination-lg .pagination > li:last-child .page {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 3919, app/assets/stylesheets/_dashkit.scss */
.pagination-sm .page-link, .pagination-sm [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-sm .page {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
}

/* line 3924, app/assets/stylesheets/_dashkit.scss */
.pagination-sm .page-item:first-child .page-link, .pagination-sm [data-toggle="lists"] .pagination > li:first-child .page-link, [data-toggle="lists"] .pagination-sm .pagination > li:first-child .page-link, .pagination-sm .page-item:first-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-sm .page-item:first-child .page, .pagination-sm [data-toggle="lists"] .pagination > li:first-child .page, [data-toggle="lists"] .pagination-sm .pagination > li:first-child .page {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 3928, app/assets/stylesheets/_dashkit.scss */
.pagination-sm .page-item:last-child .page-link, .pagination-sm [data-toggle="lists"] .pagination > li:last-child .page-link, [data-toggle="lists"] .pagination-sm .pagination > li:last-child .page-link, .pagination-sm .page-item:last-child [data-toggle="lists"] .pagination .page, [data-toggle="lists"] .pagination .pagination-sm .page-item:last-child .page, .pagination-sm [data-toggle="lists"] .pagination > li:last-child .page, [data-toggle="lists"] .pagination-sm .pagination > li:last-child .page {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 3932, app/assets/stylesheets/_dashkit.scss */
.badge, .status-tag {
  display: inline-block;
  padding: 0.33em 0.5em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  -webkit-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;
  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) {
  /* line 3945, app/assets/stylesheets/_dashkit.scss */
  .badge, .status-tag {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3948, app/assets/stylesheets/_dashkit.scss */
a.badge:hover, a.status-tag:hover, a.badge:focus, a.status-tag:focus {
  text-decoration: none;
}

/* line 3950, app/assets/stylesheets/_dashkit.scss */
.badge:empty, .status-tag:empty {
  display: none;
}

/* line 3953, app/assets/stylesheets/_dashkit.scss */
.btn .badge, .btn .status-tag {
  position: relative;
  top: -1px;
}

/* line 3957, app/assets/stylesheets/_dashkit.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 3962, app/assets/stylesheets/_dashkit.scss */
.badge-primary, .status-tag.scheduled-for-publish {
  color: #FFFFFF;
  background-color: #1637C0;
}

/* line 3965, app/assets/stylesheets/_dashkit.scss */
a.badge-primary:hover, a.status-tag.scheduled-for-publish:hover, a.badge-primary:focus, a.status-tag.scheduled-for-publish:focus {
  color: #FFFFFF;
  background-color: #1862c6;
}

/* line 3968, app/assets/stylesheets/_dashkit.scss */
a.badge-primary:focus, a.status-tag.scheduled-for-publish:focus, a.badge-primary.focus, a.focus.status-tag.scheduled-for-publish {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 3972, app/assets/stylesheets/_dashkit.scss */
.badge-secondary {
  color: #FFFFFF;
  background-color: #6E84A3;
}

/* line 3975, app/assets/stylesheets/_dashkit.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #566b88;
}

/* line 3978, app/assets/stylesheets/_dashkit.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 3982, app/assets/stylesheets/_dashkit.scss */
.badge-success, .status-tag.published {
  color: #FFFFFF;
  background-color: #00D97E;
}

/* line 3985, app/assets/stylesheets/_dashkit.scss */
a.badge-success:hover, a.status-tag.published:hover, a.badge-success:focus, a.status-tag.published:focus {
  color: #FFFFFF;
  background-color: #00a660;
}

/* line 3988, app/assets/stylesheets/_dashkit.scss */
a.badge-success:focus, a.status-tag.published:focus, a.badge-success.focus, a.focus.status-tag.published {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 3992, app/assets/stylesheets/_dashkit.scss */
.badge-info, .status-tag.approved {
  color: #FFFFFF;
  background-color: #39afd1;
}

/* line 3995, app/assets/stylesheets/_dashkit.scss */
a.badge-info:hover, a.status-tag.approved:hover, a.badge-info:focus, a.status-tag.approved:focus {
  color: #FFFFFF;
  background-color: #2991ae;
}

/* line 3998, app/assets/stylesheets/_dashkit.scss */
a.badge-info:focus, a.status-tag.approved:focus, a.badge-info.focus, a.focus.status-tag.approved {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 4002, app/assets/stylesheets/_dashkit.scss */
.badge-warning, .status-tag.pending-approval {
  color: #283E59;
  background-color: #F6C343;
}

/* line 4005, app/assets/stylesheets/_dashkit.scss */
a.badge-warning:hover, a.status-tag.pending-approval:hover, a.badge-warning:focus, a.status-tag.pending-approval:focus {
  color: #283E59;
  background-color: #f4b312;
}

/* line 4008, app/assets/stylesheets/_dashkit.scss */
a.badge-warning:focus, a.status-tag.pending-approval:focus, a.badge-warning.focus, a.focus.status-tag.pending-approval {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 4012, app/assets/stylesheets/_dashkit.scss */
.badge-danger, .status-tag.for-revision {
  color: #FFFFFF;
  background-color: #E63757;
}

/* line 4015, app/assets/stylesheets/_dashkit.scss */
a.badge-danger:hover, a.status-tag.for-revision:hover, a.badge-danger:focus, a.status-tag.for-revision:focus {
  color: #FFFFFF;
  background-color: #d01a3b;
}

/* line 4018, app/assets/stylesheets/_dashkit.scss */
a.badge-danger:focus, a.status-tag.for-revision:focus, a.badge-danger.focus, a.focus.status-tag.for-revision {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 4022, app/assets/stylesheets/_dashkit.scss */
.badge-light {
  color: #283E59;
  background-color: #EDF2F9;
}

/* line 4025, app/assets/stylesheets/_dashkit.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #283E59;
  background-color: #c7d6ec;
}

/* line 4028, app/assets/stylesheets/_dashkit.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 4032, app/assets/stylesheets/_dashkit.scss */
.badge-dark {
  color: #FFFFFF;
  background-color: #12263F;
}

/* line 4035, app/assets/stylesheets/_dashkit.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #070e17;
}

/* line 4038, app/assets/stylesheets/_dashkit.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 4042, app/assets/stylesheets/_dashkit.scss */
.badge-white {
  color: #283E59;
  background-color: #FFFFFF;
}

/* line 4045, app/assets/stylesheets/_dashkit.scss */
a.badge-white:hover, a.badge-white:focus {
  color: #283E59;
  background-color: #e6e6e6;
}

/* line 4048, app/assets/stylesheets/_dashkit.scss */
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 4052, app/assets/stylesheets/_dashkit.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EDF2F9;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 4058, app/assets/stylesheets/_dashkit.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4061, app/assets/stylesheets/_dashkit.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4066, app/assets/stylesheets/_dashkit.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 4073, app/assets/stylesheets/_dashkit.scss */
.alert-heading {
  color: inherit;
}

/* line 4076, app/assets/stylesheets/_dashkit.scss */
.alert-link {
  font-weight: 400;
}

/* line 4079, app/assets/stylesheets/_dashkit.scss */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 4081, app/assets/stylesheets/_dashkit.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4088, app/assets/stylesheets/_dashkit.scss */
.alert-primary {
  color: #205295;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 4092, app/assets/stylesheets/_dashkit.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 4094, app/assets/stylesheets/_dashkit.scss */
.alert-primary .alert-link {
  color: #173b6b;
}

/* line 4097, app/assets/stylesheets/_dashkit.scss */
.alert-secondary {
  color: #425773;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 4101, app/assets/stylesheets/_dashkit.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 4103, app/assets/stylesheets/_dashkit.scss */
.alert-secondary .alert-link {
  color: #2f3e53;
}

/* line 4106, app/assets/stylesheets/_dashkit.scss */
.alert-success {
  color: #098360;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 4110, app/assets/stylesheets/_dashkit.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 4112, app/assets/stylesheets/_dashkit.scss */
.alert-success .alert-link {
  color: #06533d;
}

/* line 4115, app/assets/stylesheets/_dashkit.scss */
.alert-info {
  color: #001053;
  background-color: #eef7ff;
  border-color: #eef7ff;
}

/* line 4119, app/assets/stylesheets/_dashkit.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 4121, app/assets/stylesheets/_dashkit.scss */
.alert-info .alert-link {
  color: #1b4e63;
}

/* line 4124, app/assets/stylesheets/_dashkit.scss */
.alert-warning {
  color: #897841;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 4128, app/assets/stylesheets/_dashkit.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 4130, app/assets/stylesheets/_dashkit.scss */
.alert-warning .alert-link {
  color: #665a31;
}

/* line 4133, app/assets/stylesheets/_dashkit.scss */
.alert-danger {
  color: #802f4b;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 4137, app/assets/stylesheets/_dashkit.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 4139, app/assets/stylesheets/_dashkit.scss */
.alert-danger .alert-link {
  color: #5b2135;
}

/* line 4142, app/assets/stylesheets/_dashkit.scss */
.alert-light {
  color: #8490a0;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 4146, app/assets/stylesheets/_dashkit.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 4148, app/assets/stylesheets/_dashkit.scss */
.alert-light .alert-link {
  color: #697688;
}

/* line 4151, app/assets/stylesheets/_dashkit.scss */
.alert-dark {
  color: #12263f;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 4155, app/assets/stylesheets/_dashkit.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 4157, app/assets/stylesheets/_dashkit.scss */
.alert-dark .alert-link {
  color: #070e17;
}

/* line 4160, app/assets/stylesheets/_dashkit.scss */
.alert-white {
  color: #8d97a3;
  background-color: white;
  border-color: white;
}

/* line 4164, app/assets/stylesheets/_dashkit.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 4166, app/assets/stylesheets/_dashkit.scss */
.alert-white .alert-link {
  color: #717d8c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4181, app/assets/stylesheets/_dashkit.scss */
.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.70313rem;
  background-color: #EDF2F9;
  border-radius: 200px;
}

/* line 4190, app/assets/stylesheets/_dashkit.scss */
.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #1637C0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4206, app/assets/stylesheets/_dashkit.scss */
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4210, app/assets/stylesheets/_dashkit.scss */
.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;
}

/* line 4214, app/assets/stylesheets/_dashkit.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4218, app/assets/stylesheets/_dashkit.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 4222, app/assets/stylesheets/_dashkit.scss */
.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* line 4228, app/assets/stylesheets/_dashkit.scss */
.media-body {
  -webkit-box-flex: 1;
  flex: 1;
}

/* line 4232, app/assets/stylesheets/_dashkit.scss */
.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4241, app/assets/stylesheets/_dashkit.scss */
.list-group-item-action {
  width: 100%;
  color: #6E84A3;
  text-align: inherit;
}

/* line 4245, app/assets/stylesheets/_dashkit.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6E84A3;
  text-decoration: none;
  background-color: #F9FBFD;
}

/* line 4250, app/assets/stylesheets/_dashkit.scss */
.list-group-item-action:active {
  color: #12263F;
  background-color: #EDF2F9;
}

/* line 4254, app/assets/stylesheets/_dashkit.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 1px solid #E3EBF6;
}

/* line 4260, app/assets/stylesheets/_dashkit.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 4263, app/assets/stylesheets/_dashkit.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 4266, app/assets/stylesheets/_dashkit.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #95AAC9;
  pointer-events: none;
  background-color: transparent;
}

/* line 4270, app/assets/stylesheets/_dashkit.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 4275, app/assets/stylesheets/_dashkit.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4277, app/assets/stylesheets/_dashkit.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4281, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 4285, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 4288, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 4291, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 4293, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4296, app/assets/stylesheets/_dashkit.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4301, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 4305, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4308, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4311, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 4313, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4316, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4321, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 4325, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4328, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4331, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 4333, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4336, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4341, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 4345, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4348, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4351, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 4353, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4356, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 4361, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  /* line 4365, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4368, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4371, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 4373, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4376, app/assets/stylesheets/_dashkit.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 4380, app/assets/stylesheets/_dashkit.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 4384, app/assets/stylesheets/_dashkit.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4387, app/assets/stylesheets/_dashkit.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4390, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary {
  color: #205295;
  background-color: #c4daf8;
}

/* line 4393, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #205295;
  background-color: #adccf5;
}

/* line 4396, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #205295;
  border-color: #205295;
}

/* line 4401, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary {
  color: #425773;
  background-color: #d6dde5;
}

/* line 4404, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #425773;
  background-color: #c6d0db;
}

/* line 4407, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #425773;
  border-color: #425773;
}

/* line 4412, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success {
  color: #098360;
  background-color: #b8f4db;
}

/* line 4415, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #098360;
  background-color: #a2f1d0;
}

/* line 4418, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #098360;
  border-color: #098360;
}

/* line 4423, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info {
  color: #266d8b;
  background-color: #c8e9f2;
}

/* line 4426, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #266d8b;
  background-color: #b3e1ed;
}

/* line 4429, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #266d8b;
  border-color: #266d8b;
}

/* line 4434, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning {
  color: #897841;
  background-color: #fceeca;
}

/* line 4437, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #897841;
  background-color: #fbe6b2;
}

/* line 4440, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #897841;
  border-color: #897841;
}

/* line 4445, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger {
  color: #802f4b;
  background-color: #f8c7d0;
}

/* line 4448, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #802f4b;
  background-color: #f5b0bd;
}

/* line 4451, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #802f4b;
  border-color: #802f4b;
}

/* line 4456, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light {
  color: #8490a0;
  background-color: #fafbfd;
}

/* line 4459, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8490a0;
  background-color: #e8ecf6;
}

/* line 4462, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8490a0;
  border-color: #8490a0;
}

/* line 4467, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark {
  color: #12263f;
  background-color: #bdc2c9;
}

/* line 4470, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #12263f;
  background-color: #afb5be;
}

/* line 4473, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 4478, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white {
  color: #8d97a3;
  background-color: white;
}

/* line 4481, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #8d97a3;
  background-color: #f2f2f2;
}

/* line 4484, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8d97a3;
  border-color: #8d97a3;
}

/* line 4489, app/assets/stylesheets/_dashkit.scss */
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #95AAC9;
  text-shadow: none;
  opacity: .5;
}

/* line 4497, app/assets/stylesheets/_dashkit.scss */
.close:hover {
  color: #95AAC9;
  text-decoration: none;
}

/* line 4500, app/assets/stylesheets/_dashkit.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 4503, app/assets/stylesheets/_dashkit.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4511, app/assets/stylesheets/_dashkit.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 4514, app/assets/stylesheets/_dashkit.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 0.9375rem;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E3EBF6;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.375rem;
}

/* line 4526, app/assets/stylesheets/_dashkit.scss */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 4528, app/assets/stylesheets/_dashkit.scss */
.toast.showing {
  opacity: 1;
}

/* line 4530, app/assets/stylesheets/_dashkit.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 4533, app/assets/stylesheets/_dashkit.scss */
.toast.hide {
  display: none;
}

/* line 4536, app/assets/stylesheets/_dashkit.scss */
.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #12263F;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-bottom: 1px solid #E3EBF6;
}

/* line 4547, app/assets/stylesheets/_dashkit.scss */
.toast-body {
  padding: 1rem;
}

/* line 4550, app/assets/stylesheets/_dashkit.scss */
.modal-open {
  overflow: hidden;
}

/* line 4552, app/assets/stylesheets/_dashkit.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4556, app/assets/stylesheets/_dashkit.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 4567, app/assets/stylesheets/_dashkit.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 4572, app/assets/stylesheets/_dashkit.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4580, app/assets/stylesheets/_dashkit.scss */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4583, app/assets/stylesheets/_dashkit.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 4586, app/assets/stylesheets/_dashkit.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 4590, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 4594, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 4597, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 4600, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4603, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 4609, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 4613, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 4620, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 4622, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 4625, app/assets/stylesheets/_dashkit.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
}

/* line 4640, app/assets/stylesheets/_dashkit.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #12263F;
}

/* line 4648, app/assets/stylesheets/_dashkit.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4650, app/assets/stylesheets/_dashkit.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 4653, app/assets/stylesheets/_dashkit.scss */
.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E3EBF6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 4664, app/assets/stylesheets/_dashkit.scss */
.modal-header .close {
  padding: 1rem 1.5rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 4668, app/assets/stylesheets/_dashkit.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 4672, app/assets/stylesheets/_dashkit.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 4678, app/assets/stylesheets/_dashkit.scss */
.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #E3EBF6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 4690, app/assets/stylesheets/_dashkit.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 4693, app/assets/stylesheets/_dashkit.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 4701, app/assets/stylesheets/_dashkit.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 4704, app/assets/stylesheets/_dashkit.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 4706, app/assets/stylesheets/_dashkit.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 4708, app/assets/stylesheets/_dashkit.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 4710, app/assets/stylesheets/_dashkit.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 4712, app/assets/stylesheets/_dashkit.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 4716, app/assets/stylesheets/_dashkit.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 4721, app/assets/stylesheets/_dashkit.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 4724, app/assets/stylesheets/_dashkit.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  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.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 4746, app/assets/stylesheets/_dashkit.scss */
.tooltip.show {
  opacity: 1;
}

/* line 4748, app/assets/stylesheets/_dashkit.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 4753, app/assets/stylesheets/_dashkit.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4759, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 4761, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 4763, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #E3EBF6;
}

/* line 4768, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 4770, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 4774, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #E3EBF6;
}

/* line 4779, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 4781, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 4783, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #E3EBF6;
}

/* line 4788, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 4790, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 4794, app/assets/stylesheets/_dashkit.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #E3EBF6;
}

/* line 4799, app/assets/stylesheets/_dashkit.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #12263F;
  text-align: center;
  background-color: #E3EBF6;
  border-radius: 0.375rem;
}

/* line 4807, app/assets/stylesheets/_dashkit.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 10rem;
  font-family: "Roboto", sans-serif;
  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.8125rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
}

/* line 4834, app/assets/stylesheets/_dashkit.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 4840, app/assets/stylesheets/_dashkit.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4847, app/assets/stylesheets/_dashkit.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 4849, app/assets/stylesheets/_dashkit.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 4851, app/assets/stylesheets/_dashkit.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(18, 38, 63, 0.25);
}

/* line 4855, app/assets/stylesheets/_dashkit.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

/* line 4860, app/assets/stylesheets/_dashkit.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 4862, app/assets/stylesheets/_dashkit.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 4867, app/assets/stylesheets/_dashkit.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(18, 38, 63, 0.25);
}

/* line 4871, app/assets/stylesheets/_dashkit.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

/* line 4876, app/assets/stylesheets/_dashkit.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 4878, app/assets/stylesheets/_dashkit.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 4880, app/assets/stylesheets/_dashkit.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(18, 38, 63, 0.25);
}

/* line 4884, app/assets/stylesheets/_dashkit.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}

/* line 4888, app/assets/stylesheets/_dashkit.scss */
.bs-popover-bottom .popover-header::before, .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 #FFFFFF;
}

/* line 4898, app/assets/stylesheets/_dashkit.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 4900, app/assets/stylesheets/_dashkit.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 4905, app/assets/stylesheets/_dashkit.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(18, 38, 63, 0.25);
}

/* line 4909, app/assets/stylesheets/_dashkit.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

/* line 4914, app/assets/stylesheets/_dashkit.scss */
.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 4922, app/assets/stylesheets/_dashkit.scss */
.popover-header:empty {
  display: none;
}

/* line 4925, app/assets/stylesheets/_dashkit.scss */
.popover-body {
  padding: 0 0;
  color: #95AAC9;
}

/* line 4929, app/assets/stylesheets/_dashkit.scss */
.carousel {
  position: relative;
}

/* line 4932, app/assets/stylesheets/_dashkit.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 4935, app/assets/stylesheets/_dashkit.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 4939, app/assets/stylesheets/_dashkit.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 4944, app/assets/stylesheets/_dashkit.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4957, app/assets/stylesheets/_dashkit.scss */
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4961, app/assets/stylesheets/_dashkit.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 4966, app/assets/stylesheets/_dashkit.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 4971, app/assets/stylesheets/_dashkit.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 4976, app/assets/stylesheets/_dashkit.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 4983, app/assets/stylesheets/_dashkit.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 4989, app/assets/stylesheets/_dashkit.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4996, app/assets/stylesheets/_dashkit.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5001, app/assets/stylesheets/_dashkit.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5020, app/assets/stylesheets/_dashkit.scss */
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5024, app/assets/stylesheets/_dashkit.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 5032, app/assets/stylesheets/_dashkit.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5035, app/assets/stylesheets/_dashkit.scss */
.carousel-control-next {
  right: 0;
}

/* line 5038, app/assets/stylesheets/_dashkit.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 5045, app/assets/stylesheets/_dashkit.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 5048, app/assets/stylesheets/_dashkit.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 5051, app/assets/stylesheets/_dashkit.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5065, app/assets/stylesheets/_dashkit.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5083, app/assets/stylesheets/_dashkit.scss */
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5086, app/assets/stylesheets/_dashkit.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5089, app/assets/stylesheets/_dashkit.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 5110, app/assets/stylesheets/_dashkit.scss */
.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%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 5121, app/assets/stylesheets/_dashkit.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 5140, app/assets/stylesheets/_dashkit.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 5151, app/assets/stylesheets/_dashkit.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 5155, app/assets/stylesheets/_dashkit.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5158, app/assets/stylesheets/_dashkit.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5161, app/assets/stylesheets/_dashkit.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5164, app/assets/stylesheets/_dashkit.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5167, app/assets/stylesheets/_dashkit.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5170, app/assets/stylesheets/_dashkit.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5173, app/assets/stylesheets/_dashkit.scss */
.bg-primary {
  background-color: #1637C0 !important;
}

/* line 5176, app/assets/stylesheets/_dashkit.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1862c6 !important;
}

/* line 5181, app/assets/stylesheets/_dashkit.scss */
.bg-secondary {
  background-color: #6E84A3 !important;
}

/* line 5184, app/assets/stylesheets/_dashkit.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #566b88 !important;
}

/* line 5189, app/assets/stylesheets/_dashkit.scss */
.bg-success {
  background-color: #00D97E !important;
}

/* line 5192, app/assets/stylesheets/_dashkit.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00a660 !important;
}

/* line 5197, app/assets/stylesheets/_dashkit.scss */
.bg-info {
  background-color: #39afd1 !important;
}

/* line 5200, app/assets/stylesheets/_dashkit.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2991ae !important;
}

/* line 5205, app/assets/stylesheets/_dashkit.scss */
.bg-warning {
  background-color: #F6C343 !important;
}

/* line 5208, app/assets/stylesheets/_dashkit.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b312 !important;
}

/* line 5213, app/assets/stylesheets/_dashkit.scss */
.bg-danger {
  background-color: #E63757 !important;
}

/* line 5216, app/assets/stylesheets/_dashkit.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d01a3b !important;
}

/* line 5221, app/assets/stylesheets/_dashkit.scss */
.bg-light {
  background-color: #EDF2F9 !important;
}

/* line 5224, app/assets/stylesheets/_dashkit.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7d6ec !important;
}

/* line 5229, app/assets/stylesheets/_dashkit.scss */
.bg-dark {
  background-color: #12263F !important;
}

/* line 5232, app/assets/stylesheets/_dashkit.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #070e17 !important;
}

/* line 5237, app/assets/stylesheets/_dashkit.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 5240, app/assets/stylesheets/_dashkit.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 5245, app/assets/stylesheets/_dashkit.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 5248, app/assets/stylesheets/_dashkit.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5251, app/assets/stylesheets/_dashkit.scss */
.border {
  border: 1px solid #E3EBF6 !important;
}

/* line 5254, app/assets/stylesheets/_dashkit.scss */
.border-top {
  border-top: 1px solid #E3EBF6 !important;
}

/* line 5257, app/assets/stylesheets/_dashkit.scss */
.border-right {
  border-right: 1px solid #E3EBF6 !important;
}

/* line 5260, app/assets/stylesheets/_dashkit.scss */
.border-bottom {
  border-bottom: 1px solid #E3EBF6 !important;
}

/* line 5263, app/assets/stylesheets/_dashkit.scss */
.border-left {
  border-left: 1px solid #E3EBF6 !important;
}

/* line 5266, app/assets/stylesheets/_dashkit.scss */
.border-0 {
  border: 0 !important;
}

/* line 5269, app/assets/stylesheets/_dashkit.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5272, app/assets/stylesheets/_dashkit.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5275, app/assets/stylesheets/_dashkit.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5278, app/assets/stylesheets/_dashkit.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5281, app/assets/stylesheets/_dashkit.scss */
.border-primary {
  border-color: #1637C0 !important;
}

/* line 5284, app/assets/stylesheets/_dashkit.scss */
.border-secondary {
  border-color: #6E84A3 !important;
}

/* line 5287, app/assets/stylesheets/_dashkit.scss */
.border-success {
  border-color: #00D97E !important;
}

/* line 5290, app/assets/stylesheets/_dashkit.scss */
.border-info {
  border-color: #39afd1 !important;
}

/* line 5293, app/assets/stylesheets/_dashkit.scss */
.border-warning {
  border-color: #F6C343 !important;
}

/* line 5296, app/assets/stylesheets/_dashkit.scss */
.border-danger {
  border-color: #E63757 !important;
}

/* line 5299, app/assets/stylesheets/_dashkit.scss */
.border-light {
  border-color: #EDF2F9 !important;
}

/* line 5302, app/assets/stylesheets/_dashkit.scss */
.border-dark {
  border-color: #12263F !important;
}

/* line 5305, app/assets/stylesheets/_dashkit.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 5308, app/assets/stylesheets/_dashkit.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 5311, app/assets/stylesheets/_dashkit.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 5314, app/assets/stylesheets/_dashkit.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 5317, app/assets/stylesheets/_dashkit.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 5321, app/assets/stylesheets/_dashkit.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 5325, app/assets/stylesheets/_dashkit.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 5329, app/assets/stylesheets/_dashkit.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 5333, app/assets/stylesheets/_dashkit.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 5336, app/assets/stylesheets/_dashkit.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5339, app/assets/stylesheets/_dashkit.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 5342, app/assets/stylesheets/_dashkit.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5345, app/assets/stylesheets/_dashkit.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5350, app/assets/stylesheets/_dashkit.scss */
.d-none {
  display: none !important;
}

/* line 5353, app/assets/stylesheets/_dashkit.scss */
.d-inline {
  display: inline !important;
}

/* line 5356, app/assets/stylesheets/_dashkit.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5359, app/assets/stylesheets/_dashkit.scss */
.d-block {
  display: block !important;
}

/* line 5362, app/assets/stylesheets/_dashkit.scss */
.d-table {
  display: table !important;
}

/* line 5365, app/assets/stylesheets/_dashkit.scss */
.d-table-row {
  display: table-row !important;
}

/* line 5368, app/assets/stylesheets/_dashkit.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5371, app/assets/stylesheets/_dashkit.scss */
.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

/* line 5375, app/assets/stylesheets/_dashkit.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (max-width: 575px) {
  /* line 5380, app/assets/stylesheets/_dashkit.scss */
  .d-xs-none {
    display: none !important;
  }
  /* line 5382, app/assets/stylesheets/_dashkit.scss */
  .d-xs-inline {
    display: inline !important;
  }
  /* line 5384, app/assets/stylesheets/_dashkit.scss */
  .d-xs-inline-block {
    display: inline-block !important;
  }
  /* line 5386, app/assets/stylesheets/_dashkit.scss */
  .d-xs-block {
    display: block !important;
  }
  /* line 5388, app/assets/stylesheets/_dashkit.scss */
  .d-xs-table {
    display: table !important;
  }
  /* line 5390, app/assets/stylesheets/_dashkit.scss */
  .d-xs-table-row {
    display: table-row !important;
  }
  /* line 5392, app/assets/stylesheets/_dashkit.scss */
  .d-xs-table-cell {
    display: table-cell !important;
  }
  /* line 5394, app/assets/stylesheets/_dashkit.scss */
  .d-xs-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5397, app/assets/stylesheets/_dashkit.scss */
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  /* line 5402, app/assets/stylesheets/_dashkit.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5404, app/assets/stylesheets/_dashkit.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5406, app/assets/stylesheets/_dashkit.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5408, app/assets/stylesheets/_dashkit.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5410, app/assets/stylesheets/_dashkit.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5412, app/assets/stylesheets/_dashkit.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5414, app/assets/stylesheets/_dashkit.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5416, app/assets/stylesheets/_dashkit.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5419, app/assets/stylesheets/_dashkit.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5424, app/assets/stylesheets/_dashkit.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 5426, app/assets/stylesheets/_dashkit.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5428, app/assets/stylesheets/_dashkit.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5430, app/assets/stylesheets/_dashkit.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 5432, app/assets/stylesheets/_dashkit.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 5434, app/assets/stylesheets/_dashkit.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 5436, app/assets/stylesheets/_dashkit.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5438, app/assets/stylesheets/_dashkit.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5441, app/assets/stylesheets/_dashkit.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 5446, app/assets/stylesheets/_dashkit.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 5448, app/assets/stylesheets/_dashkit.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5450, app/assets/stylesheets/_dashkit.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5452, app/assets/stylesheets/_dashkit.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 5454, app/assets/stylesheets/_dashkit.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 5456, app/assets/stylesheets/_dashkit.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 5458, app/assets/stylesheets/_dashkit.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5460, app/assets/stylesheets/_dashkit.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5463, app/assets/stylesheets/_dashkit.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 5468, app/assets/stylesheets/_dashkit.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 5470, app/assets/stylesheets/_dashkit.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5472, app/assets/stylesheets/_dashkit.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5474, app/assets/stylesheets/_dashkit.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 5476, app/assets/stylesheets/_dashkit.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 5478, app/assets/stylesheets/_dashkit.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 5480, app/assets/stylesheets/_dashkit.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5482, app/assets/stylesheets/_dashkit.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5485, app/assets/stylesheets/_dashkit.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 5490, app/assets/stylesheets/_dashkit.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 5492, app/assets/stylesheets/_dashkit.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 5494, app/assets/stylesheets/_dashkit.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 5496, app/assets/stylesheets/_dashkit.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 5498, app/assets/stylesheets/_dashkit.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 5500, app/assets/stylesheets/_dashkit.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 5502, app/assets/stylesheets/_dashkit.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 5504, app/assets/stylesheets/_dashkit.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 5507, app/assets/stylesheets/_dashkit.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

/* line 5511, app/assets/stylesheets/_dashkit.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5517, app/assets/stylesheets/_dashkit.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5520, app/assets/stylesheets/_dashkit.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5533, app/assets/stylesheets/_dashkit.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 5536, app/assets/stylesheets/_dashkit.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5539, app/assets/stylesheets/_dashkit.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5542, app/assets/stylesheets/_dashkit.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5545, app/assets/stylesheets/_dashkit.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

/* line 5550, app/assets/stylesheets/_dashkit.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

/* line 5555, app/assets/stylesheets/_dashkit.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

/* line 5560, app/assets/stylesheets/_dashkit.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

/* line 5565, app/assets/stylesheets/_dashkit.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 5568, app/assets/stylesheets/_dashkit.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 5571, app/assets/stylesheets/_dashkit.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 5574, app/assets/stylesheets/_dashkit.scss */
.flex-none {
  -webkit-box-flex: none !important;
  flex: none !important;
}

/* line 5578, app/assets/stylesheets/_dashkit.scss */
.flex-1 {
  -webkit-box-flex: 1 !important;
  flex: 1 !important;
}

/* line 5582, app/assets/stylesheets/_dashkit.scss */
.flex-2 {
  -webkit-box-flex: 2 !important;
  flex: 2 !important;
}

/* line 5586, app/assets/stylesheets/_dashkit.scss */
.flex-3 {
  -webkit-box-flex: 3 !important;
  flex: 3 !important;
}

/* line 5590, app/assets/stylesheets/_dashkit.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

/* line 5594, app/assets/stylesheets/_dashkit.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

/* line 5598, app/assets/stylesheets/_dashkit.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

/* line 5602, app/assets/stylesheets/_dashkit.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 5605, app/assets/stylesheets/_dashkit.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 5608, app/assets/stylesheets/_dashkit.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

/* line 5612, app/assets/stylesheets/_dashkit.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

/* line 5616, app/assets/stylesheets/_dashkit.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

/* line 5620, app/assets/stylesheets/_dashkit.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

/* line 5624, app/assets/stylesheets/_dashkit.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 5627, app/assets/stylesheets/_dashkit.scss */
.align-items-start {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

/* line 5631, app/assets/stylesheets/_dashkit.scss */
.align-items-end {
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

/* line 5635, app/assets/stylesheets/_dashkit.scss */
.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

/* line 5639, app/assets/stylesheets/_dashkit.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

/* line 5643, app/assets/stylesheets/_dashkit.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

/* line 5647, app/assets/stylesheets/_dashkit.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 5650, app/assets/stylesheets/_dashkit.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 5653, app/assets/stylesheets/_dashkit.scss */
.align-content-center {
  align-content: center !important;
}

/* line 5656, app/assets/stylesheets/_dashkit.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 5659, app/assets/stylesheets/_dashkit.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 5662, app/assets/stylesheets/_dashkit.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 5665, app/assets/stylesheets/_dashkit.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 5668, app/assets/stylesheets/_dashkit.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 5671, app/assets/stylesheets/_dashkit.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 5674, app/assets/stylesheets/_dashkit.scss */
.align-self-center {
  align-self: center !important;
}

/* line 5677, app/assets/stylesheets/_dashkit.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 5680, app/assets/stylesheets/_dashkit.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 5684, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  /* line 5688, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  /* line 5692, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5696, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5700, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5702, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5704, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5706, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  /* line 5709, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5712, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5715, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5717, app/assets/stylesheets/_dashkit.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5719, app/assets/stylesheets/_dashkit.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5722, app/assets/stylesheets/_dashkit.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5725, app/assets/stylesheets/_dashkit.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  /* line 5728, app/assets/stylesheets/_dashkit.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5731, app/assets/stylesheets/_dashkit.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 5733, app/assets/stylesheets/_dashkit.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5736, app/assets/stylesheets/_dashkit.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5739, app/assets/stylesheets/_dashkit.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  /* line 5742, app/assets/stylesheets/_dashkit.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5745, app/assets/stylesheets/_dashkit.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5748, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 5750, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 5752, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 5754, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 5756, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 5758, app/assets/stylesheets/_dashkit.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 5760, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 5762, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 5764, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 5766, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 5768, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 5770, app/assets/stylesheets/_dashkit.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 5774, app/assets/stylesheets/_dashkit.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  /* line 5778, app/assets/stylesheets/_dashkit.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  /* line 5782, app/assets/stylesheets/_dashkit.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5786, app/assets/stylesheets/_dashkit.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5790, app/assets/stylesheets/_dashkit.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5792, app/assets/stylesheets/_dashkit.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5794, app/assets/stylesheets/_dashkit.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5796, app/assets/stylesheets/_dashkit.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  /* line 5799, app/assets/stylesheets/_dashkit.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5802, app/assets/stylesheets/_dashkit.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5805, app/assets/stylesheets/_dashkit.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5807, app/assets/stylesheets/_dashkit.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5809, app/assets/stylesheets/_dashkit.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5812, app/assets/stylesheets/_dashkit.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5815, app/assets/stylesheets/_dashkit.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  /* line 5818, app/assets/stylesheets/_dashkit.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5821, app/assets/stylesheets/_dashkit.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 5823, app/assets/stylesheets/_dashkit.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5826, app/assets/stylesheets/_dashkit.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5829, app/assets/stylesheets/_dashkit.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  /* line 5832, app/assets/stylesheets/_dashkit.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5835, app/assets/stylesheets/_dashkit.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5838, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 5840, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 5842, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 5844, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 5846, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 5848, app/assets/stylesheets/_dashkit.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 5850, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 5852, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 5854, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 5856, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 5858, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 5860, app/assets/stylesheets/_dashkit.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 5864, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  /* line 5868, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  /* line 5872, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5876, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5880, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5882, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5884, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5886, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  /* line 5889, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5892, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5895, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5897, app/assets/stylesheets/_dashkit.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5899, app/assets/stylesheets/_dashkit.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5902, app/assets/stylesheets/_dashkit.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5905, app/assets/stylesheets/_dashkit.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  /* line 5908, app/assets/stylesheets/_dashkit.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5911, app/assets/stylesheets/_dashkit.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 5913, app/assets/stylesheets/_dashkit.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5916, app/assets/stylesheets/_dashkit.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5919, app/assets/stylesheets/_dashkit.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  /* line 5922, app/assets/stylesheets/_dashkit.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5925, app/assets/stylesheets/_dashkit.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5928, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 5930, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 5932, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 5934, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 5936, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 5938, app/assets/stylesheets/_dashkit.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 5940, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 5942, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 5944, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 5946, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 5948, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 5950, app/assets/stylesheets/_dashkit.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 5954, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  /* line 5958, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  /* line 5962, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5966, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5970, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5972, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5974, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5976, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  /* line 5979, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5982, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5985, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5987, app/assets/stylesheets/_dashkit.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5989, app/assets/stylesheets/_dashkit.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5992, app/assets/stylesheets/_dashkit.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5995, app/assets/stylesheets/_dashkit.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  /* line 5998, app/assets/stylesheets/_dashkit.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6001, app/assets/stylesheets/_dashkit.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6003, app/assets/stylesheets/_dashkit.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6006, app/assets/stylesheets/_dashkit.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6009, app/assets/stylesheets/_dashkit.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  /* line 6012, app/assets/stylesheets/_dashkit.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6015, app/assets/stylesheets/_dashkit.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6018, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6020, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6022, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6024, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6026, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6028, app/assets/stylesheets/_dashkit.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6030, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6032, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6034, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6036, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6038, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6040, app/assets/stylesheets/_dashkit.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 6043, app/assets/stylesheets/_dashkit.scss */
.float-left {
  float: left !important;
}

/* line 6046, app/assets/stylesheets/_dashkit.scss */
.float-right {
  float: right !important;
}

/* line 6049, app/assets/stylesheets/_dashkit.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6053, app/assets/stylesheets/_dashkit.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6055, app/assets/stylesheets/_dashkit.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6057, app/assets/stylesheets/_dashkit.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6061, app/assets/stylesheets/_dashkit.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6063, app/assets/stylesheets/_dashkit.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6065, app/assets/stylesheets/_dashkit.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6069, app/assets/stylesheets/_dashkit.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6071, app/assets/stylesheets/_dashkit.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6073, app/assets/stylesheets/_dashkit.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6077, app/assets/stylesheets/_dashkit.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6079, app/assets/stylesheets/_dashkit.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6081, app/assets/stylesheets/_dashkit.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6084, app/assets/stylesheets/_dashkit.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6087, app/assets/stylesheets/_dashkit.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6090, app/assets/stylesheets/_dashkit.scss */
.position-static {
  position: static !important;
}

/* line 6093, app/assets/stylesheets/_dashkit.scss */
.position-relative {
  position: relative !important;
}

/* line 6096, app/assets/stylesheets/_dashkit.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6099, app/assets/stylesheets/_dashkit.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6102, app/assets/stylesheets/_dashkit.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6106, app/assets/stylesheets/_dashkit.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6113, app/assets/stylesheets/_dashkit.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6121, app/assets/stylesheets/_dashkit.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6127, app/assets/stylesheets/_dashkit.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6138, app/assets/stylesheets/_dashkit.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6146, app/assets/stylesheets/_dashkit.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(18, 38, 63, 0.075) !important;
}

/* line 6149, app/assets/stylesheets/_dashkit.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
}

/* line 6152, app/assets/stylesheets/_dashkit.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(18, 38, 63, 0.175) !important;
}

/* line 6155, app/assets/stylesheets/_dashkit.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 6158, app/assets/stylesheets/_dashkit.scss */
.w-25 {
  width: 25% !important;
}

/* line 6161, app/assets/stylesheets/_dashkit.scss */
.w-50 {
  width: 50% !important;
}

/* line 6164, app/assets/stylesheets/_dashkit.scss */
.w-75 {
  width: 75% !important;
}

/* line 6167, app/assets/stylesheets/_dashkit.scss */
.w-100 {
  width: 100% !important;
}

/* line 6170, app/assets/stylesheets/_dashkit.scss */
.w-auto {
  width: auto !important;
}

/* line 6173, app/assets/stylesheets/_dashkit.scss */
.w-15 {
  width: 15% !important;
}

/* line 6176, app/assets/stylesheets/_dashkit.scss */
.h-25 {
  height: 25% !important;
}

/* line 6179, app/assets/stylesheets/_dashkit.scss */
.h-50 {
  height: 50% !important;
}

/* line 6182, app/assets/stylesheets/_dashkit.scss */
.h-75 {
  height: 75% !important;
}

/* line 6185, app/assets/stylesheets/_dashkit.scss */
.h-100 {
  height: 100% !important;
}

/* line 6188, app/assets/stylesheets/_dashkit.scss */
.h-auto {
  height: auto !important;
}

/* line 6191, app/assets/stylesheets/_dashkit.scss */
.h-15 {
  height: 15% !important;
}

/* line 6194, app/assets/stylesheets/_dashkit.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6197, app/assets/stylesheets/_dashkit.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6200, app/assets/stylesheets/_dashkit.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6203, app/assets/stylesheets/_dashkit.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6206, app/assets/stylesheets/_dashkit.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6209, app/assets/stylesheets/_dashkit.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6212, app/assets/stylesheets/_dashkit.scss */
.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);
}

/* line 6223, app/assets/stylesheets/_dashkit.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6226, app/assets/stylesheets/_dashkit.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 6230, app/assets/stylesheets/_dashkit.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 6234, app/assets/stylesheets/_dashkit.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 6238, app/assets/stylesheets/_dashkit.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 6242, app/assets/stylesheets/_dashkit.scss */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 6245, app/assets/stylesheets/_dashkit.scss */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 6249, app/assets/stylesheets/_dashkit.scss */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 6253, app/assets/stylesheets/_dashkit.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 6257, app/assets/stylesheets/_dashkit.scss */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 6261, app/assets/stylesheets/_dashkit.scss */
.m-2 {
  margin: 0.375rem !important;
}

/* line 6264, app/assets/stylesheets/_dashkit.scss */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 6268, app/assets/stylesheets/_dashkit.scss */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 6272, app/assets/stylesheets/_dashkit.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 6276, app/assets/stylesheets/_dashkit.scss */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 6280, app/assets/stylesheets/_dashkit.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 6283, app/assets/stylesheets/_dashkit.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 6287, app/assets/stylesheets/_dashkit.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 6291, app/assets/stylesheets/_dashkit.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 6295, app/assets/stylesheets/_dashkit.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 6299, app/assets/stylesheets/_dashkit.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6302, app/assets/stylesheets/_dashkit.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 6306, app/assets/stylesheets/_dashkit.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6310, app/assets/stylesheets/_dashkit.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6314, app/assets/stylesheets/_dashkit.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6318, app/assets/stylesheets/_dashkit.scss */
.m-5 {
  margin: 2.25rem !important;
}

/* line 6321, app/assets/stylesheets/_dashkit.scss */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 6325, app/assets/stylesheets/_dashkit.scss */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 6329, app/assets/stylesheets/_dashkit.scss */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 6333, app/assets/stylesheets/_dashkit.scss */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 6337, app/assets/stylesheets/_dashkit.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 6340, app/assets/stylesheets/_dashkit.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 6344, app/assets/stylesheets/_dashkit.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 6348, app/assets/stylesheets/_dashkit.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 6352, app/assets/stylesheets/_dashkit.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 6356, app/assets/stylesheets/_dashkit.scss */
.m-7 {
  margin: 6.75rem !important;
}

/* line 6359, app/assets/stylesheets/_dashkit.scss */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 6363, app/assets/stylesheets/_dashkit.scss */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 6367, app/assets/stylesheets/_dashkit.scss */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 6371, app/assets/stylesheets/_dashkit.scss */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 6375, app/assets/stylesheets/_dashkit.scss */
.m-8 {
  margin: 13.5rem !important;
}

/* line 6378, app/assets/stylesheets/_dashkit.scss */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 6382, app/assets/stylesheets/_dashkit.scss */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 6386, app/assets/stylesheets/_dashkit.scss */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 6390, app/assets/stylesheets/_dashkit.scss */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 6394, app/assets/stylesheets/_dashkit.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6397, app/assets/stylesheets/_dashkit.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 6401, app/assets/stylesheets/_dashkit.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 6405, app/assets/stylesheets/_dashkit.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 6409, app/assets/stylesheets/_dashkit.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 6413, app/assets/stylesheets/_dashkit.scss */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 6416, app/assets/stylesheets/_dashkit.scss */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 6420, app/assets/stylesheets/_dashkit.scss */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 6424, app/assets/stylesheets/_dashkit.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 6428, app/assets/stylesheets/_dashkit.scss */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 6432, app/assets/stylesheets/_dashkit.scss */
.p-2 {
  padding: 0.375rem !important;
}

/* line 6435, app/assets/stylesheets/_dashkit.scss */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 6439, app/assets/stylesheets/_dashkit.scss */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 6443, app/assets/stylesheets/_dashkit.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 6447, app/assets/stylesheets/_dashkit.scss */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 6451, app/assets/stylesheets/_dashkit.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 6454, app/assets/stylesheets/_dashkit.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 6458, app/assets/stylesheets/_dashkit.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 6462, app/assets/stylesheets/_dashkit.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 6466, app/assets/stylesheets/_dashkit.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 6470, app/assets/stylesheets/_dashkit.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6473, app/assets/stylesheets/_dashkit.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 6477, app/assets/stylesheets/_dashkit.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 6481, app/assets/stylesheets/_dashkit.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6485, app/assets/stylesheets/_dashkit.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 6489, app/assets/stylesheets/_dashkit.scss */
.p-5 {
  padding: 2.25rem !important;
}

/* line 6492, app/assets/stylesheets/_dashkit.scss */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 6496, app/assets/stylesheets/_dashkit.scss */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 6500, app/assets/stylesheets/_dashkit.scss */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 6504, app/assets/stylesheets/_dashkit.scss */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 6508, app/assets/stylesheets/_dashkit.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 6511, app/assets/stylesheets/_dashkit.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 6515, app/assets/stylesheets/_dashkit.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 6519, app/assets/stylesheets/_dashkit.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 6523, app/assets/stylesheets/_dashkit.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 6527, app/assets/stylesheets/_dashkit.scss */
.p-7 {
  padding: 6.75rem !important;
}

/* line 6530, app/assets/stylesheets/_dashkit.scss */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 6534, app/assets/stylesheets/_dashkit.scss */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 6538, app/assets/stylesheets/_dashkit.scss */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 6542, app/assets/stylesheets/_dashkit.scss */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 6546, app/assets/stylesheets/_dashkit.scss */
.p-8 {
  padding: 13.5rem !important;
}

/* line 6549, app/assets/stylesheets/_dashkit.scss */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 6553, app/assets/stylesheets/_dashkit.scss */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 6557, app/assets/stylesheets/_dashkit.scss */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 6561, app/assets/stylesheets/_dashkit.scss */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 6565, app/assets/stylesheets/_dashkit.scss */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 6568, app/assets/stylesheets/_dashkit.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 6572, app/assets/stylesheets/_dashkit.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 6576, app/assets/stylesheets/_dashkit.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 6580, app/assets/stylesheets/_dashkit.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 6584, app/assets/stylesheets/_dashkit.scss */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 6587, app/assets/stylesheets/_dashkit.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 6591, app/assets/stylesheets/_dashkit.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 6595, app/assets/stylesheets/_dashkit.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 6599, app/assets/stylesheets/_dashkit.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 6603, app/assets/stylesheets/_dashkit.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 6606, app/assets/stylesheets/_dashkit.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 6610, app/assets/stylesheets/_dashkit.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 6614, app/assets/stylesheets/_dashkit.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 6618, app/assets/stylesheets/_dashkit.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 6622, app/assets/stylesheets/_dashkit.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 6625, app/assets/stylesheets/_dashkit.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 6629, app/assets/stylesheets/_dashkit.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 6633, app/assets/stylesheets/_dashkit.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 6637, app/assets/stylesheets/_dashkit.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 6641, app/assets/stylesheets/_dashkit.scss */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 6644, app/assets/stylesheets/_dashkit.scss */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 6648, app/assets/stylesheets/_dashkit.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 6652, app/assets/stylesheets/_dashkit.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 6656, app/assets/stylesheets/_dashkit.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 6660, app/assets/stylesheets/_dashkit.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 6663, app/assets/stylesheets/_dashkit.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 6667, app/assets/stylesheets/_dashkit.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 6671, app/assets/stylesheets/_dashkit.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 6675, app/assets/stylesheets/_dashkit.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 6679, app/assets/stylesheets/_dashkit.scss */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 6682, app/assets/stylesheets/_dashkit.scss */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 6686, app/assets/stylesheets/_dashkit.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 6690, app/assets/stylesheets/_dashkit.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 6694, app/assets/stylesheets/_dashkit.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 6698, app/assets/stylesheets/_dashkit.scss */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 6701, app/assets/stylesheets/_dashkit.scss */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 6705, app/assets/stylesheets/_dashkit.scss */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 6709, app/assets/stylesheets/_dashkit.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 6713, app/assets/stylesheets/_dashkit.scss */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 6717, app/assets/stylesheets/_dashkit.scss */
.m-auto {
  margin: auto !important;
}

/* line 6720, app/assets/stylesheets/_dashkit.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 6724, app/assets/stylesheets/_dashkit.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 6728, app/assets/stylesheets/_dashkit.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 6732, app/assets/stylesheets/_dashkit.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6737, app/assets/stylesheets/_dashkit.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6739, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6742, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6745, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6748, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6751, app/assets/stylesheets/_dashkit.scss */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 6753, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 6756, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 6759, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 6762, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 6765, app/assets/stylesheets/_dashkit.scss */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 6767, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 6770, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 6773, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 6776, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 6779, app/assets/stylesheets/_dashkit.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 6781, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 6784, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 6787, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6790, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 6793, app/assets/stylesheets/_dashkit.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6795, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6798, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6801, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6804, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6807, app/assets/stylesheets/_dashkit.scss */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 6809, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 6812, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 6815, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 6818, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 6821, app/assets/stylesheets/_dashkit.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 6823, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 6826, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 6829, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 6832, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 6835, app/assets/stylesheets/_dashkit.scss */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 6837, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 6840, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 6843, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 6846, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 6849, app/assets/stylesheets/_dashkit.scss */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 6851, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 6854, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 6857, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 6860, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 6863, app/assets/stylesheets/_dashkit.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6865, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6868, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6871, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6874, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6877, app/assets/stylesheets/_dashkit.scss */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 6879, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 6882, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 6885, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 6888, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 6891, app/assets/stylesheets/_dashkit.scss */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 6893, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 6896, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 6899, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 6902, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 6905, app/assets/stylesheets/_dashkit.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 6907, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 6910, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 6913, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6916, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 6919, app/assets/stylesheets/_dashkit.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6921, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6924, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6927, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6930, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6933, app/assets/stylesheets/_dashkit.scss */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 6935, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 6938, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 6941, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 6944, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 6947, app/assets/stylesheets/_dashkit.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 6949, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 6952, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 6955, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6958, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 6961, app/assets/stylesheets/_dashkit.scss */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 6963, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 6966, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 6969, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 6972, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 6975, app/assets/stylesheets/_dashkit.scss */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 6977, app/assets/stylesheets/_dashkit.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 6980, app/assets/stylesheets/_dashkit.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 6983, app/assets/stylesheets/_dashkit.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 6986, app/assets/stylesheets/_dashkit.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 6989, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 6991, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 6994, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 6997, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 7000, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 7003, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 7005, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 7008, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 7011, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7014, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 7017, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 7019, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 7022, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 7025, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7028, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 7031, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 7033, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7036, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7039, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7042, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7045, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 7047, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 7050, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 7053, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7056, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 7059, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 7061, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7064, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7067, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7070, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7073, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 7075, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 7078, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 7081, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 7084, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 7087, app/assets/stylesheets/_dashkit.scss */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 7089, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 7092, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 7095, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 7098, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 7101, app/assets/stylesheets/_dashkit.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7103, app/assets/stylesheets/_dashkit.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7106, app/assets/stylesheets/_dashkit.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7109, app/assets/stylesheets/_dashkit.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7112, app/assets/stylesheets/_dashkit.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7117, app/assets/stylesheets/_dashkit.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7119, app/assets/stylesheets/_dashkit.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7122, app/assets/stylesheets/_dashkit.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7125, app/assets/stylesheets/_dashkit.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7128, app/assets/stylesheets/_dashkit.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7131, app/assets/stylesheets/_dashkit.scss */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 7133, app/assets/stylesheets/_dashkit.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 7136, app/assets/stylesheets/_dashkit.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 7139, app/assets/stylesheets/_dashkit.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 7142, app/assets/stylesheets/_dashkit.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 7145, app/assets/stylesheets/_dashkit.scss */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 7147, app/assets/stylesheets/_dashkit.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 7150, app/assets/stylesheets/_dashkit.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 7153, app/assets/stylesheets/_dashkit.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7156, app/assets/stylesheets/_dashkit.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 7159, app/assets/stylesheets/_dashkit.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 7161, app/assets/stylesheets/_dashkit.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 7164, app/assets/stylesheets/_dashkit.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 7167, app/assets/stylesheets/_dashkit.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7170, app/assets/stylesheets/_dashkit.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 7173, app/assets/stylesheets/_dashkit.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 7175, app/assets/stylesheets/_dashkit.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7178, app/assets/stylesheets/_dashkit.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7181, app/assets/stylesheets/_dashkit.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7184, app/assets/stylesheets/_dashkit.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7187, app/assets/stylesheets/_dashkit.scss */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 7189, app/assets/stylesheets/_dashkit.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 7192, app/assets/stylesheets/_dashkit.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 7195, app/assets/stylesheets/_dashkit.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7198, app/assets/stylesheets/_dashkit.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 7201, app/assets/stylesheets/_dashkit.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 7203, app/assets/stylesheets/_dashkit.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7206, app/assets/stylesheets/_dashkit.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7209, app/assets/stylesheets/_dashkit.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7212, app/assets/stylesheets/_dashkit.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7215, app/assets/stylesheets/_dashkit.scss */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 7217, app/assets/stylesheets/_dashkit.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 7220, app/assets/stylesheets/_dashkit.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 7223, app/assets/stylesheets/_dashkit.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 7226, app/assets/stylesheets/_dashkit.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 7229, app/assets/stylesheets/_dashkit.scss */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 7231, app/assets/stylesheets/_dashkit.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 7234, app/assets/stylesheets/_dashkit.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 7237, app/assets/stylesheets/_dashkit.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 7240, app/assets/stylesheets/_dashkit.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 7243, app/assets/stylesheets/_dashkit.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 7245, app/assets/stylesheets/_dashkit.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 7248, app/assets/stylesheets/_dashkit.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 7251, app/assets/stylesheets/_dashkit.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 7254, app/assets/stylesheets/_dashkit.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 7257, app/assets/stylesheets/_dashkit.scss */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 7259, app/assets/stylesheets/_dashkit.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 7262, app/assets/stylesheets/_dashkit.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 7265, app/assets/stylesheets/_dashkit.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 7268, app/assets/stylesheets/_dashkit.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 7271, app/assets/stylesheets/_dashkit.scss */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 7273, app/assets/stylesheets/_dashkit.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 7276, app/assets/stylesheets/_dashkit.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 7279, app/assets/stylesheets/_dashkit.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 7282, app/assets/stylesheets/_dashkit.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 7285, app/assets/stylesheets/_dashkit.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 7287, app/assets/stylesheets/_dashkit.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 7290, app/assets/stylesheets/_dashkit.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 7293, app/assets/stylesheets/_dashkit.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 7296, app/assets/stylesheets/_dashkit.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 7299, app/assets/stylesheets/_dashkit.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 7301, app/assets/stylesheets/_dashkit.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7304, app/assets/stylesheets/_dashkit.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7307, app/assets/stylesheets/_dashkit.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7310, app/assets/stylesheets/_dashkit.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7313, app/assets/stylesheets/_dashkit.scss */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 7315, app/assets/stylesheets/_dashkit.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 7318, app/assets/stylesheets/_dashkit.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 7321, app/assets/stylesheets/_dashkit.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 7324, app/assets/stylesheets/_dashkit.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 7327, app/assets/stylesheets/_dashkit.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 7329, app/assets/stylesheets/_dashkit.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 7332, app/assets/stylesheets/_dashkit.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 7335, app/assets/stylesheets/_dashkit.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 7338, app/assets/stylesheets/_dashkit.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 7341, app/assets/stylesheets/_dashkit.scss */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 7343, app/assets/stylesheets/_dashkit.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 7346, app/assets/stylesheets/_dashkit.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 7349, app/assets/stylesheets/_dashkit.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 7352, app/assets/stylesheets/_dashkit.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 7355, app/assets/stylesheets/_dashkit.scss */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 7357, app/assets/stylesheets/_dashkit.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 7360, app/assets/stylesheets/_dashkit.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 7363, app/assets/stylesheets/_dashkit.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 7366, app/assets/stylesheets/_dashkit.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 7369, app/assets/stylesheets/_dashkit.scss */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 7371, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 7374, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 7377, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 7380, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 7383, app/assets/stylesheets/_dashkit.scss */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 7385, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 7388, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 7391, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7394, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 7397, app/assets/stylesheets/_dashkit.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 7399, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 7402, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 7405, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7408, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 7411, app/assets/stylesheets/_dashkit.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7413, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7416, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7419, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7422, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7425, app/assets/stylesheets/_dashkit.scss */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 7427, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 7430, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 7433, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7436, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 7439, app/assets/stylesheets/_dashkit.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 7441, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7444, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7447, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7450, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7453, app/assets/stylesheets/_dashkit.scss */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 7455, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 7458, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 7461, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 7464, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 7467, app/assets/stylesheets/_dashkit.scss */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 7469, app/assets/stylesheets/_dashkit.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 7472, app/assets/stylesheets/_dashkit.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 7475, app/assets/stylesheets/_dashkit.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 7478, app/assets/stylesheets/_dashkit.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 7481, app/assets/stylesheets/_dashkit.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 7483, app/assets/stylesheets/_dashkit.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 7486, app/assets/stylesheets/_dashkit.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 7489, app/assets/stylesheets/_dashkit.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7492, app/assets/stylesheets/_dashkit.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 7497, app/assets/stylesheets/_dashkit.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7499, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7502, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7505, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7508, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7511, app/assets/stylesheets/_dashkit.scss */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 7513, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 7516, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 7519, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 7522, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 7525, app/assets/stylesheets/_dashkit.scss */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 7527, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 7530, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 7533, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7536, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 7539, app/assets/stylesheets/_dashkit.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 7541, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 7544, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 7547, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7550, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 7553, app/assets/stylesheets/_dashkit.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7555, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7558, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7561, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7564, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7567, app/assets/stylesheets/_dashkit.scss */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 7569, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 7572, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 7575, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7578, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 7581, app/assets/stylesheets/_dashkit.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 7583, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7586, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7589, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7592, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7595, app/assets/stylesheets/_dashkit.scss */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 7597, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 7600, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 7603, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 7606, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 7609, app/assets/stylesheets/_dashkit.scss */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 7611, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 7614, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 7617, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 7620, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 7623, app/assets/stylesheets/_dashkit.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7625, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7628, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7631, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7634, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7637, app/assets/stylesheets/_dashkit.scss */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 7639, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 7642, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 7645, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 7648, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 7651, app/assets/stylesheets/_dashkit.scss */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 7653, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 7656, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 7659, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 7662, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 7665, app/assets/stylesheets/_dashkit.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 7667, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 7670, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 7673, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 7676, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 7679, app/assets/stylesheets/_dashkit.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7681, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7684, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7687, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7690, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7693, app/assets/stylesheets/_dashkit.scss */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 7695, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 7698, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 7701, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 7704, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 7707, app/assets/stylesheets/_dashkit.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 7709, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 7712, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 7715, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 7718, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 7721, app/assets/stylesheets/_dashkit.scss */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 7723, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 7726, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 7729, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 7732, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 7735, app/assets/stylesheets/_dashkit.scss */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 7737, app/assets/stylesheets/_dashkit.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 7740, app/assets/stylesheets/_dashkit.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 7743, app/assets/stylesheets/_dashkit.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 7746, app/assets/stylesheets/_dashkit.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 7749, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 7751, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 7754, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 7757, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 7760, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 7763, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 7765, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 7768, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 7771, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7774, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 7777, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 7779, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 7782, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 7785, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7788, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 7791, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 7793, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7796, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7799, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7802, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7805, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 7807, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 7810, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 7813, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7816, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 7819, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 7821, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7824, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7827, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7830, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7833, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 7835, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 7838, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 7841, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 7844, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 7847, app/assets/stylesheets/_dashkit.scss */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 7849, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 7852, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 7855, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 7858, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 7861, app/assets/stylesheets/_dashkit.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7863, app/assets/stylesheets/_dashkit.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 7866, app/assets/stylesheets/_dashkit.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 7869, app/assets/stylesheets/_dashkit.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7872, app/assets/stylesheets/_dashkit.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 7877, app/assets/stylesheets/_dashkit.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 7879, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 7882, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 7885, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 7888, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 7891, app/assets/stylesheets/_dashkit.scss */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 7893, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 7896, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 7899, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 7902, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 7905, app/assets/stylesheets/_dashkit.scss */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 7907, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 7910, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 7913, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7916, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 7919, app/assets/stylesheets/_dashkit.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 7921, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 7924, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 7927, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7930, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 7933, app/assets/stylesheets/_dashkit.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 7935, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7938, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7941, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7944, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7947, app/assets/stylesheets/_dashkit.scss */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 7949, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 7952, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 7955, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7958, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 7961, app/assets/stylesheets/_dashkit.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 7963, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7966, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7969, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7972, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7975, app/assets/stylesheets/_dashkit.scss */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 7977, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 7980, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 7983, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 7986, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 7989, app/assets/stylesheets/_dashkit.scss */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 7991, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 7994, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 7997, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 8000, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 8003, app/assets/stylesheets/_dashkit.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8005, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8008, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8011, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8014, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8017, app/assets/stylesheets/_dashkit.scss */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 8019, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 8022, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 8025, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 8028, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 8031, app/assets/stylesheets/_dashkit.scss */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 8033, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 8036, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 8039, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 8042, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 8045, app/assets/stylesheets/_dashkit.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 8047, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 8050, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 8053, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 8056, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 8059, app/assets/stylesheets/_dashkit.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8061, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8064, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8067, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8070, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8073, app/assets/stylesheets/_dashkit.scss */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 8075, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 8078, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 8081, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 8084, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 8087, app/assets/stylesheets/_dashkit.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 8089, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8092, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8095, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8098, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8101, app/assets/stylesheets/_dashkit.scss */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 8103, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 8106, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 8109, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 8112, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 8115, app/assets/stylesheets/_dashkit.scss */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 8117, app/assets/stylesheets/_dashkit.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 8120, app/assets/stylesheets/_dashkit.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 8123, app/assets/stylesheets/_dashkit.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 8126, app/assets/stylesheets/_dashkit.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 8129, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 8131, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 8134, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 8137, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 8140, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 8143, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 8145, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 8148, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 8151, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 8154, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 8157, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 8159, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 8162, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 8165, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 8168, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 8171, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 8173, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8179, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8182, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8185, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 8187, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 8190, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 8193, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 8196, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 8199, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 8201, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 8204, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 8207, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 8210, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 8213, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 8215, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 8218, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 8221, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 8224, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 8227, app/assets/stylesheets/_dashkit.scss */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 8229, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 8232, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 8235, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 8238, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 8241, app/assets/stylesheets/_dashkit.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8243, app/assets/stylesheets/_dashkit.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8246, app/assets/stylesheets/_dashkit.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8249, app/assets/stylesheets/_dashkit.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8252, app/assets/stylesheets/_dashkit.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8256, app/assets/stylesheets/_dashkit.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 8259, app/assets/stylesheets/_dashkit.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8262, app/assets/stylesheets/_dashkit.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 8265, app/assets/stylesheets/_dashkit.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8268, app/assets/stylesheets/_dashkit.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8273, app/assets/stylesheets/_dashkit.scss */
.text-left {
  text-align: left !important;
}

/* line 8276, app/assets/stylesheets/_dashkit.scss */
.text-right {
  text-align: right !important;
}

/* line 8279, app/assets/stylesheets/_dashkit.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8283, app/assets/stylesheets/_dashkit.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8285, app/assets/stylesheets/_dashkit.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8287, app/assets/stylesheets/_dashkit.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8291, app/assets/stylesheets/_dashkit.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8293, app/assets/stylesheets/_dashkit.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8295, app/assets/stylesheets/_dashkit.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8299, app/assets/stylesheets/_dashkit.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8301, app/assets/stylesheets/_dashkit.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8303, app/assets/stylesheets/_dashkit.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8307, app/assets/stylesheets/_dashkit.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8309, app/assets/stylesheets/_dashkit.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8311, app/assets/stylesheets/_dashkit.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8314, app/assets/stylesheets/_dashkit.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8317, app/assets/stylesheets/_dashkit.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8320, app/assets/stylesheets/_dashkit.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8323, app/assets/stylesheets/_dashkit.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 8326, app/assets/stylesheets/_dashkit.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 8329, app/assets/stylesheets/_dashkit.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8332, app/assets/stylesheets/_dashkit.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 8335, app/assets/stylesheets/_dashkit.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 8338, app/assets/stylesheets/_dashkit.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8341, app/assets/stylesheets/_dashkit.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 8344, app/assets/stylesheets/_dashkit.scss */
.text-black {
  color: var(--black) !important;
}

/* line 8347, app/assets/stylesheets/_dashkit.scss */
.text-primary {
  color: #1637C0 !important;
}

/* line 8350, app/assets/stylesheets/_dashkit.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #1657af !important;
}

/* line 8353, app/assets/stylesheets/_dashkit.scss */
.text-secondary {
  color: #6D6D6D !important;
}

/* line 8356, app/assets/stylesheets/_dashkit.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #585858 !important;
}

/* line 8359, app/assets/stylesheets/_dashkit.scss */
.text-success {
  color: #00D97E !important;
}

/* line 8362, app/assets/stylesheets/_dashkit.scss */
a.text-success:hover, a.text-success:focus {
  color: #008d52 !important;
}

/* line 8365, app/assets/stylesheets/_dashkit.scss */
.text-info {
  color: #39afd1 !important;
}

/* line 8368, app/assets/stylesheets/_dashkit.scss */
a.text-info:hover, a.text-info:focus {
  color: #247f9a !important;
}

/* line 8371, app/assets/stylesheets/_dashkit.scss */
.text-warning {
  color: #F6C343 !important;
}

/* line 8374, app/assets/stylesheets/_dashkit.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #e2a40b !important;
}

/* line 8377, app/assets/stylesheets/_dashkit.scss */
.text-danger {
  color: #ee3f55 !important;
}

/* line 8380, app/assets/stylesheets/_dashkit.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #b91735 !important;
}

/* line 8383, app/assets/stylesheets/_dashkit.scss */
.text-light {
  color: #EDF2F9 !important;
}

/* line 8386, app/assets/stylesheets/_dashkit.scss */
a.text-light:hover, a.text-light:focus {
  color: #b4c9e6 !important;
}

/* line 8389, app/assets/stylesheets/_dashkit.scss */
.text-dark {
  color: #12263F !important;
}

/* line 8392, app/assets/stylesheets/_dashkit.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #010204 !important;
}

/* line 8395, app/assets/stylesheets/_dashkit.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 8398, app/assets/stylesheets/_dashkit.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 8401, app/assets/stylesheets/_dashkit.scss */
.text-body {
  color: #12263F !important;
}

/* line 8404, app/assets/stylesheets/_dashkit.scss */
.text-muted {
  color: #95AAC9 !important;
}

/* line 8407, app/assets/stylesheets/_dashkit.scss */
.text-black-50 {
  color: rgba(18, 38, 63, 0.5) !important;
}

/* line 8410, app/assets/stylesheets/_dashkit.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8413, app/assets/stylesheets/_dashkit.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8420, app/assets/stylesheets/_dashkit.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 8423, app/assets/stylesheets/_dashkit.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 8427, app/assets/stylesheets/_dashkit.scss */
.text-reset {
  color: inherit !important;
}

/* line 8430, app/assets/stylesheets/_dashkit.scss */
.visible {
  visibility: visible !important;
}

/* line 8433, app/assets/stylesheets/_dashkit.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8437, app/assets/stylesheets/_dashkit.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8442, app/assets/stylesheets/_dashkit.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8444, app/assets/stylesheets/_dashkit.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8446, app/assets/stylesheets/_dashkit.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8448, app/assets/stylesheets/_dashkit.scss */
  pre,
blockquote {
    border: 1px solid #B1C2D9;
    page-break-inside: avoid;
  }
  /* line 8452, app/assets/stylesheets/_dashkit.scss */
  thead {
    display: table-header-group;
  }
  /* line 8454, app/assets/stylesheets/_dashkit.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 8457, app/assets/stylesheets/_dashkit.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8462, app/assets/stylesheets/_dashkit.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 8467, app/assets/stylesheets/_dashkit.scss */
  body {
    min-width: 992px !important;
  }
  /* line 8469, app/assets/stylesheets/_dashkit.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 8471, app/assets/stylesheets/_dashkit.scss */
  .navbar {
    display: none;
  }
  /* line 8473, app/assets/stylesheets/_dashkit.scss */
  .badge, .status-tag {
    border: 1px solid #12263F;
  }
  /* line 8475, app/assets/stylesheets/_dashkit.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8477, app/assets/stylesheets/_dashkit.scss */
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }
  /* line 8480, app/assets/stylesheets/_dashkit.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #E3EBF6 !important;
  }
  /* line 8483, app/assets/stylesheets/_dashkit.scss */
  .table-dark {
    color: inherit;
  }
  /* line 8485, app/assets/stylesheets/_dashkit.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #EDF2F9;
  }
  /* line 8490, app/assets/stylesheets/_dashkit.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #EDF2F9;
  }
}

/* line 8494, app/assets/stylesheets/_dashkit.scss */
.alert-link {
  text-decoration: underline;
}

/* line 8497, app/assets/stylesheets/_dashkit.scss */
.alert-primary {
  color: #FFFFFF;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 8501, app/assets/stylesheets/_dashkit.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 8503, app/assets/stylesheets/_dashkit.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 8505, app/assets/stylesheets/_dashkit.scss */
.alert-primary .close,
.alert-primary .alert-link {
  color: #FFFFFF;
}

/* line 8509, app/assets/stylesheets/_dashkit.scss */
.alert-secondary {
  color: #FFFFFF;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 8513, app/assets/stylesheets/_dashkit.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 8515, app/assets/stylesheets/_dashkit.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 8517, app/assets/stylesheets/_dashkit.scss */
.alert-secondary .close,
.alert-secondary .alert-link {
  color: #FFFFFF;
}

/* line 8521, app/assets/stylesheets/_dashkit.scss */
.alert-success {
  color: #103425;
  background-color: #d9f8eb;
  border-color: #d9f8eb;
}

/* line 8525, app/assets/stylesheets/_dashkit.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 8527, app/assets/stylesheets/_dashkit.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 8529, app/assets/stylesheets/_dashkit.scss */
.alert-success .close,
.alert-success .alert-link {
  color: #FFFFFF;
}

/* line 8533, app/assets/stylesheets/_dashkit.scss */
.alert-info {
  color: #001053;
  background-color: #eef7ff;
  border-color: #eef7ff;
}

/* line 8537, app/assets/stylesheets/_dashkit.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 8539, app/assets/stylesheets/_dashkit.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 8541, app/assets/stylesheets/_dashkit.scss */
.alert-info .close,
.alert-info .alert-link {
  color: #FFFFFF;
}

/* line 8545, app/assets/stylesheets/_dashkit.scss */
.alert-warning {
  color: #283E59;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

/* line 8549, app/assets/stylesheets/_dashkit.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 8551, app/assets/stylesheets/_dashkit.scss */
.alert-warning .alert-link {
  color: #182536;
}

/* line 8553, app/assets/stylesheets/_dashkit.scss */
.alert-warning .close,
.alert-warning .alert-link {
  color: #283E59;
}

/* line 8557, app/assets/stylesheets/_dashkit.scss */
.alert-danger {
  color: #8f0202;
  background-color: #ffe6e5;
  border-color: #ff5858;
}

/* line 8561, app/assets/stylesheets/_dashkit.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 8563, app/assets/stylesheets/_dashkit.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 8565, app/assets/stylesheets/_dashkit.scss */
.alert-danger .close,
.alert-danger .alert-link {
  color: #FFFFFF;
}

/* line 8569, app/assets/stylesheets/_dashkit.scss */
.alert-light {
  color: var(--black);
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

/* line 8573, app/assets/stylesheets/_dashkit.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 8575, app/assets/stylesheets/_dashkit.scss */
.alert-light .alert-link {
  color: #182536;
}

/* line 8577, app/assets/stylesheets/_dashkit.scss */
.alert-light .close,
.alert-light .alert-link {
  color: #283E59;
}

/* line 8581, app/assets/stylesheets/_dashkit.scss */
.alert-dark {
  color: #FFFFFF;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 8585, app/assets/stylesheets/_dashkit.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 8587, app/assets/stylesheets/_dashkit.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 8589, app/assets/stylesheets/_dashkit.scss */
.alert-dark .close,
.alert-dark .alert-link {
  color: #FFFFFF;
}

/* line 8593, app/assets/stylesheets/_dashkit.scss */
.alert-white {
  color: #283E59;
  background-color: white;
  border-color: white;
}

/* line 8597, app/assets/stylesheets/_dashkit.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 8599, app/assets/stylesheets/_dashkit.scss */
.alert-white .alert-link {
  color: #182536;
}

/* line 8601, app/assets/stylesheets/_dashkit.scss */
.alert-white .close,
.alert-white .alert-link {
  color: #283E59;
}

/* line 8605, app/assets/stylesheets/_dashkit.scss */
.badge, .status-tag {
  vertical-align: middle;
}

/* line 8608, app/assets/stylesheets/_dashkit.scss */
.btn .badge, .btn .status-tag {
  top: -2px;
}

/* line 8611, app/assets/stylesheets/_dashkit.scss */
.badge-soft-primary {
  color: #1637C0;
  background-color: #d5e5fa;
}

/* line 8614, app/assets/stylesheets/_dashkit.scss */
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #1637C0;
  text-decoration: none;
  background-color: #bed7f7;
}

/* line 8619, app/assets/stylesheets/_dashkit.scss */
.badge-soft-secondary {
  color: #6E84A3;
  background-color: #e2e6ed;
}

/* line 8622, app/assets/stylesheets/_dashkit.scss */
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #6E84A3;
  text-decoration: none;
  background-color: #d2d8e3;
}

/* line 8627, app/assets/stylesheets/_dashkit.scss */
.badge-soft-success {
  color: #00D97E;
  background-color: #ccf7e5;
}

/* line 8630, app/assets/stylesheets/_dashkit.scss */
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #00D97E;
  text-decoration: none;
  background-color: #b6f4da;
}

/* line 8635, app/assets/stylesheets/_dashkit.scss */
.badge-soft-info {
  color: #39afd1;
  background-color: #d7eff6;
}

/* line 8638, app/assets/stylesheets/_dashkit.scss */
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #39afd1;
  text-decoration: none;
  background-color: #c2e7f1;
}

/* line 8643, app/assets/stylesheets/_dashkit.scss */
.badge-soft-warning {
  color: #F6C343;
  background-color: #fdf3d9;
}

/* line 8646, app/assets/stylesheets/_dashkit.scss */
.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
  color: #F6C343;
  text-decoration: none;
  background-color: #fcebc1;
}

/* line 8651, app/assets/stylesheets/_dashkit.scss */
.badge-soft-danger {
  color: #E63757;
  background-color: #fad7dd;
}

/* line 8654, app/assets/stylesheets/_dashkit.scss */
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #E63757;
  text-decoration: none;
  background-color: #f7c0ca;
}

/* line 8659, app/assets/stylesheets/_dashkit.scss */
.badge-soft-light {
  color: #EDF2F9;
  background-color: #fbfcfe;
}

/* line 8662, app/assets/stylesheets/_dashkit.scss */
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #EDF2F9;
  text-decoration: none;
  background-color: #e7edf9;
}

/* line 8667, app/assets/stylesheets/_dashkit.scss */
.badge-soft-dark {
  color: #12263F;
  background-color: #d0d4d9;
}

/* line 8670, app/assets/stylesheets/_dashkit.scss */
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #12263F;
  text-decoration: none;
  background-color: #c2c7ce;
}

/* line 8675, app/assets/stylesheets/_dashkit.scss */
.badge-soft-white {
  color: #FFFFFF;
  background-color: white;
}

/* line 8678, app/assets/stylesheets/_dashkit.scss */
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 8683, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-item + .breadcrumb-item::before {
  width: .3rem;
  height: .6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #D2DDEC;
}

/* line 8693, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-sm {
  font-size: 0.8125rem;
}

/* line 8696, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-overflow {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 8704, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-overflow::-webkit-scrollbar {
  display: none;
}

/* line 8707, app/assets/stylesheets/_dashkit.scss */
.breadcrumb-overflow .breadcrumb-item {
  white-space: nowrap;
}

/* line 8710, app/assets/stylesheets/_dashkit.scss */
.btn-white {
  border-color: #E3EBF6;
}

/* line 8712, app/assets/stylesheets/_dashkit.scss */
.btn-white:hover, .btn-white:focus {
  background-color: #F9FBFD;
  border-color: #D2DDEC;
}

/* line 8716, app/assets/stylesheets/_dashkit.scss */
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled) {
  background-color: #FFFFFF;
  border-color: #1637C0;
  color: #1637C0;
}

/* line 8722, app/assets/stylesheets/_dashkit.scss */
.btn-group-toggle .btn-white:focus,
.btn-group-toggle .btn-white.focus {
  box-shadow: none;
}

/* line 8726, app/assets/stylesheets/_dashkit.scss */
.btn-outline-secondary:not(:hover):not([aria-expanded="true"]):not([aria-pressed="true"]) {
  border-color: #6D6D6D;
}

/* line 8729, app/assets/stylesheets/_dashkit.scss */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
}

/* line 8735, app/assets/stylesheets/_dashkit.scss */
.btn-rounded-circle.btn-lg, .btn-group-lg > .btn-rounded-circle.btn {
  width: calc(1em * 1.5 + 1.5rem + 1px * 2);
}

/* line 8738, app/assets/stylesheets/_dashkit.scss */
.btn-rounded-circle.btn-sm, .btn-group-sm > .btn-rounded-circle.btn {
  width: calc(1em * 1.75 + 0.25rem + 1px * 2);
}

/* line 8741, app/assets/stylesheets/_dashkit.scss */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 8744, app/assets/stylesheets/_dashkit.scss */
.card {
  margin-bottom: 1.5rem;
  border-color: #EDF2F9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* line 8749, app/assets/stylesheets/_dashkit.scss */
.card > * {
  flex-shrink: 0;
}

/* line 8752, app/assets/stylesheets/_dashkit.scss */
.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 8763, app/assets/stylesheets/_dashkit.scss */
.card-header > *:first-child {
  -webkit-box-flex: 1;
  flex: 1;
}

/* line 8767, app/assets/stylesheets/_dashkit.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 8770, app/assets/stylesheets/_dashkit.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 8773, app/assets/stylesheets/_dashkit.scss */
.card-header-tabs {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 8779, app/assets/stylesheets/_dashkit.scss */
.card-header-tabs .nav-link {
  padding-top: calc((60px - 1em * 1.5) / 2) !important;
  padding-bottom: calc((60px - 1em * 1.5) / 2) !important;
}

/* line 8783, app/assets/stylesheets/_dashkit.scss */
.card-table {
  margin-bottom: 0;
}

/* line 8786, app/assets/stylesheets/_dashkit.scss */
.card-table thead th {
  border-top-width: 0;
}

/* line 8789, app/assets/stylesheets/_dashkit.scss */
.card-table thead th:first-child,
.card-table tbody td:first-child {
  padding-left: 1.5rem !important;
}

/* line 8793, app/assets/stylesheets/_dashkit.scss */
.card-table thead th:last-child,
.card-table tbody td:last-child {
  padding-right: 1.5rem !important;
}

/* line 8797, app/assets/stylesheets/_dashkit.scss */
.card > .card-table:first-child > thead:first-child > tr:first-child > th:first-child, .card > .card-table:first-child > thead:first-child > tr:first-child > td:first-child, .card > .card-table:first-child > tbody:first-child > tr:first-child > th:first-child, .card > .card-table:first-child > tbody:first-child > tr:first-child > td:first-child, .card > .card-table:first-child > tfoot:first-child > tr:first-child > th:first-child, .card > .card-table:first-child > tfoot:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 8806, app/assets/stylesheets/_dashkit.scss */
.card > .card-table:first-child > thead:first-child > tr:first-child > th:last-child, .card > .card-table:first-child > thead:first-child > tr:first-child > td:last-child, .card > .card-table:first-child > tbody:first-child > tr:first-child > th:last-child, .card > .card-table:first-child > tbody:first-child > tr:first-child > td:last-child, .card > .card-table:first-child > tfoot:first-child > tr:first-child > th:last-child, .card > .card-table:first-child > tfoot:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 8815, app/assets/stylesheets/_dashkit.scss */
.card-avatar {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 8821, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 8824, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 8827, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 8830, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 8833, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 8836, app/assets/stylesheets/_dashkit.scss */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 8839, app/assets/stylesheets/_dashkit.scss */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 8844, app/assets/stylesheets/_dashkit.scss */
.card-inactive {
  border-color: #E3EBF6;
  border-style: dashed;
  background-color: transparent;
  box-shadow: none;
}

/* line 8850, app/assets/stylesheets/_dashkit.scss */
.card-flush {
  background: none;
  border: none;
  box-shadow: none;
}

/* line 8855, app/assets/stylesheets/_dashkit.scss */
.card-sm .card-body,
.card-sm .card-footer-boxed {
  padding: 1rem;
}

/* line 8859, app/assets/stylesheets/_dashkit.scss */
.card-header-flush {
  border-bottom: 0;
}

/* line 8862, app/assets/stylesheets/_dashkit.scss */
.card-header-flush + .card-body {
  padding-top: 0;
}

/* line 8865, app/assets/stylesheets/_dashkit.scss */
.card-fill {
  height: calc(100% - 1.5rem);
}

/* line 8868, app/assets/stylesheets/_dashkit.scss */
.card-fill .card-body {
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 8874, app/assets/stylesheets/_dashkit.scss */
.card-fill-xs {
  height: calc(100% - 1.5rem);
}

/* line 8876, app/assets/stylesheets/_dashkit.scss */
.card-fill-xs .card-body {
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 576px) {
  /* line 8883, app/assets/stylesheets/_dashkit.scss */
  .card-fill-sm {
    height: calc(100% - 1.5rem);
  }
  /* line 8885, app/assets/stylesheets/_dashkit.scss */
  .card-fill-sm .card-body {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 768px) {
  /* line 8892, app/assets/stylesheets/_dashkit.scss */
  .card-fill-md {
    height: calc(100% - 1.5rem);
  }
  /* line 8894, app/assets/stylesheets/_dashkit.scss */
  .card-fill-md .card-body {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 992px) {
  /* line 8901, app/assets/stylesheets/_dashkit.scss */
  .card-fill-lg {
    height: calc(100% - 1.5rem);
  }
  /* line 8903, app/assets/stylesheets/_dashkit.scss */
  .card-fill-lg .card-body {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 1200px) {
  /* line 8910, app/assets/stylesheets/_dashkit.scss */
  .card-fill-xl {
    height: calc(100% - 1.5rem);
  }
  /* line 8912, app/assets/stylesheets/_dashkit.scss */
  .card-fill-xl .card-body {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* line 8918, app/assets/stylesheets/_dashkit.scss */
.card-adjust {
  height: 0;
  min-height: 100%;
}

/* line 8922, app/assets/stylesheets/_dashkit.scss */
.card-adjust .card {
  height: calc(100% - 1.5rem);
}

/* line 8925, app/assets/stylesheets/_dashkit.scss */
.card-adjust .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

/* line 8929, app/assets/stylesheets/_dashkit.scss */
.card-adjust-xs {
  height: 0;
  min-height: 100%;
}

/* line 8932, app/assets/stylesheets/_dashkit.scss */
.card-adjust-xs .card {
  height: calc(100% - 1.5rem);
}

/* line 8934, app/assets/stylesheets/_dashkit.scss */
.card-adjust-xs .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 8939, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-sm {
    height: 0;
    min-height: 100%;
  }
  /* line 8942, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-sm .card {
    height: calc(100% - 1.5rem);
  }
  /* line 8944, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-sm .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  /* line 8949, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-md {
    height: 0;
    min-height: 100%;
  }
  /* line 8952, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-md .card {
    height: calc(100% - 1.5rem);
  }
  /* line 8954, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-md .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  /* line 8959, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-lg {
    height: 0;
    min-height: 100%;
  }
  /* line 8962, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-lg .card {
    height: calc(100% - 1.5rem);
  }
  /* line 8964, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-lg .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  /* line 8969, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-xl {
    height: 0;
    min-height: 100%;
  }
  /* line 8972, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-xl .card {
    height: calc(100% - 1.5rem);
  }
  /* line 8974, app/assets/stylesheets/_dashkit.scss */
  .card-adjust-xl .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

/* line 8978, app/assets/stylesheets/_dashkit.scss */
.card-footer-boxed {
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 8985, app/assets/stylesheets/_dashkit.scss */
.close-sm {
  font-size: 0.9375rem;
}

/* line 8988, app/assets/stylesheets/_dashkit.scss */
.highlight {
  padding: 0;
}

/* line 8991, app/assets/stylesheets/_dashkit.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 8993, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 8997, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #FFFFFF;
}

/* line 9001, app/assets/stylesheets/_dashkit.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

/* line 9006, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle::after {
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: 'Feather';
}

/* line 9013, app/assets/stylesheets/_dashkit.scss */
.dropdown-toggle::after {
  content: '\e92e';
}

/* line 9016, app/assets/stylesheets/_dashkit.scss */
.dropup > .dropdown-toggle::after {
  content: '\e931';
}

/* line 9019, app/assets/stylesheets/_dashkit.scss */
.dropright > .dropdown-toggle::after {
  content: '\e930';
}

/* line 9022, app/assets/stylesheets/_dashkit.scss */
.dropleft > .dropdown-toggle::before {
  content: '\e92f';
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: 'Feather';
}

/* line 9030, app/assets/stylesheets/_dashkit.scss */
.dropdown-item.dropdown-toggle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 9036, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu {
  -webkit-animation: dropdownMenu .15s;
  animation: dropdownMenu .15s;
}

@-webkit-keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 9052, app/assets/stylesheets/_dashkit.scss */
.dropdown-ellipses {
  font-size: 1.0625rem;
  color: #D2DDEC;
}

/* line 9056, app/assets/stylesheets/_dashkit.scss */
.dropdown-ellipses::after {
  display: none;
}

/* line 9059, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  border-color: rgba(18, 38, 63, 0.1);
}

/* line 9065, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 9067, app/assets/stylesheets/_dashkit.scss */
.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 9071, app/assets/stylesheets/_dashkit.scss */
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 9075, app/assets/stylesheets/_dashkit.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  box-shadow: none;
}

/* line 9079, app/assets/stylesheets/_dashkit.scss */
.form-control-flush {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  resize: none;
}

/* line 9086, app/assets/stylesheets/_dashkit.scss */
.form-control-auto {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 9091, app/assets/stylesheets/_dashkit.scss */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 9094, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control {
  border-radius: 0.375rem;
}

/* line 9096, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 9098, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control:focus ~ [class*="input-group"] > .input-group-text {
  border-color: #1637C0;
}

/* line 9101, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control.is-valid ~ [class*="input-group"] > .input-group-text {
  border-color: #00D97E;
}

/* line 9104, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*="input-group"] > .input-group-text {
  border-color: #E63757;
}

/* line 9107, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}

/* line 9113, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}

/* line 9119, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .input-group-prepend {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* line 9122, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-right-width: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 9130, app/assets/stylesheets/_dashkit.scss */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 9138, app/assets/stylesheets/_dashkit.scss */
.input-group-lg.input-group-merge > .form-control {
  border-radius: 0.5rem;
}

/* line 9141, app/assets/stylesheets/_dashkit.scss */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.625rem;
}

/* line 9144, app/assets/stylesheets/_dashkit.scss */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.625rem;
}

/* line 9147, app/assets/stylesheets/_dashkit.scss */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.625rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 9152, app/assets/stylesheets/_dashkit.scss */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.625rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 9157, app/assets/stylesheets/_dashkit.scss */
.input-group-sm.input-group-merge > .form-control {
  border-radius: 0.25rem;
}

/* line 9160, app/assets/stylesheets/_dashkit.scss */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.25rem;
}

/* line 9163, app/assets/stylesheets/_dashkit.scss */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.25rem;
}

/* line 9166, app/assets/stylesheets/_dashkit.scss */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 9171, app/assets/stylesheets/_dashkit.scss */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 9176, app/assets/stylesheets/_dashkit.scss */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 9179, app/assets/stylesheets/_dashkit.scss */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 9183, app/assets/stylesheets/_dashkit.scss */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 9187, app/assets/stylesheets/_dashkit.scss */
.input-group-flush > .form-control {
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}

/* line 9193, app/assets/stylesheets/_dashkit.scss */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 9199, app/assets/stylesheets/_dashkit.scss */
.form-control.h1, .form-control.h2, .form-control.h3, .form-control.h4, .form-control.h5 {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* line 9204, app/assets/stylesheets/_dashkit.scss */
.form-control.h1 {
  font-size: 1.625rem;
}

/* line 9207, app/assets/stylesheets/_dashkit.scss */
.form-control.h2 {
  font-size: 1.25rem;
}

/* line 9210, app/assets/stylesheets/_dashkit.scss */
.form-control.h3 {
  font-size: 1.0625rem;
}

/* line 9213, app/assets/stylesheets/_dashkit.scss */
.form-control.h4 {
  font-size: 0.9375rem;
}

/* line 9216, app/assets/stylesheets/_dashkit.scss */
.form-control.h5 {
  font-size: 0.8125rem;
}

/* line 9219, app/assets/stylesheets/_dashkit.scss */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 9222, app/assets/stylesheets/_dashkit.scss */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 9225, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary {
  color: #FFFFFF;
  background-color: #1637C0;
}

/* line 9228, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #1b6edc;
}

/* line 9231, app/assets/stylesheets/_dashkit.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9236, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary {
  color: #FFFFFF;
  background-color: #6E84A3;
}

/* line 9239, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #607797;
}

/* line 9242, app/assets/stylesheets/_dashkit.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9247, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success {
  color: #FFFFFF;
  background-color: #00D97E;
}

/* line 9250, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #00c06f;
}

/* line 9253, app/assets/stylesheets/_dashkit.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9258, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info {
  color: #FFFFFF;
  background-color: #39afd1;
}

/* line 9261, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #2da2c3;
}

/* line 9264, app/assets/stylesheets/_dashkit.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9269, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning {
  color: #283E59;
  background-color: #F6C343;
}

/* line 9272, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #283E59;
  background-color: #f5bb2b;
}

/* line 9275, app/assets/stylesheets/_dashkit.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #283E59;
  border-color: #283E59;
}

/* line 9280, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger {
  color: #FFFFFF;
  background-color: #E63757;
}

/* line 9283, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #e32044;
}

/* line 9286, app/assets/stylesheets/_dashkit.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9291, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light {
  color: #283E59;
  background-color: #EDF2F9;
}

/* line 9294, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #283E59;
  background-color: #dae4f3;
}

/* line 9297, app/assets/stylesheets/_dashkit.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #283E59;
  border-color: #283E59;
}

/* line 9302, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark {
  color: #FFFFFF;
  background-color: #12263F;
}

/* line 9305, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #0c1a2b;
}

/* line 9308, app/assets/stylesheets/_dashkit.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 9313, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white {
  color: #283E59;
  background-color: #FFFFFF;
}

/* line 9316, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #283E59;
  background-color: #f2f2f2;
}

/* line 9319, app/assets/stylesheets/_dashkit.scss */
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #283E59;
  border-color: #283E59;
}

/* line 9324, app/assets/stylesheets/_dashkit.scss */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 9328, app/assets/stylesheets/_dashkit.scss */
.list-group-flush > .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 9332, app/assets/stylesheets/_dashkit.scss */
.list-group-activity .list-group-item {
  border: 0;
}

/* line 9335, app/assets/stylesheets/_dashkit.scss */
.list-group-activity .list-group-item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  height: 100%;
  border-left: 1px solid #E3EBF6;
}

/* line 9343, app/assets/stylesheets/_dashkit.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px);
}

/* line 9347, app/assets/stylesheets/_dashkit.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 9351, app/assets/stylesheets/_dashkit.scss */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 9354, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

/* line 9358, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 9362, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 9364, app/assets/stylesheets/_dashkit.scss */
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 9368, app/assets/stylesheets/_dashkit.scss */
.modal.fade .modal-dialog-vertical {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 9372, app/assets/stylesheets/_dashkit.scss */
.modal.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 9376, app/assets/stylesheets/_dashkit.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 9379, app/assets/stylesheets/_dashkit.scss */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 9382, app/assets/stylesheets/_dashkit.scss */
.modal.fixed-right.fade .modal-dialog-vertical {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 9386, app/assets/stylesheets/_dashkit.scss */
.modal.fixed-right.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 9390, app/assets/stylesheets/_dashkit.scss */
.modal-card {
  margin-bottom: 0;
}

/* line 9392, app/assets/stylesheets/_dashkit.scss */
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 9396, app/assets/stylesheets/_dashkit.scss */
.modal-header-tabs {
  margin-top: -1rem;
  margin-bottom: calc(-1rem - 1px);
}

/* line 9400, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* line 9404, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 9410, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link:not(.active) {
  color: #95AAC9;
}

/* line 9412, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #6E84A3;
}

/* line 9415, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 9418, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 9421, app/assets/stylesheets/_dashkit.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 9424, app/assets/stylesheets/_dashkit.scss */
.nav-overflow {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 9430, app/assets/stylesheets/_dashkit.scss */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 9433, app/assets/stylesheets/_dashkit.scss */
.nav-tabs-sm {
  font-size: 0.8125rem;
}

/* line 9435, app/assets/stylesheets/_dashkit.scss */
.nav-tabs-sm .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 9438, app/assets/stylesheets/_dashkit.scss */
.nav-tabs-sm .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

/* line 9442, app/assets/stylesheets/_dashkit.scss */
.nav-sm .nav-link {
  font-size: 0.8125rem;
}

/* line 9445, app/assets/stylesheets/_dashkit.scss */
.nav.btn-group .btn-white.active {
  background-color: #1637C0;
  border-color: #1637C0;
  color: #FFFFFF;
}

/* line 9450, app/assets/stylesheets/_dashkit.scss */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 9454, app/assets/stylesheets/_dashkit.scss */
.navbar-dark {
  background-color: #152E4D;
  border-color: #152E4D;
}

/* line 9458, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-heading {
  color: #6E84A3;
}

/* line 9461, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-divider {
  border-color: #1E3A5C;
}

/* line 9464, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-user {
  border-top-color: #1E3A5C;
}

/* line 9467, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-user-link {
  color: #6E84A3;
}

/* line 9469, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-user-link:hover, .navbar-dark .navbar-user-link:focus {
  color: #FFFFFF;
}

/* line 9472, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-brand {
  -webkit-filter: none;
  filter: none;
}

/* line 9476, app/assets/stylesheets/_dashkit.scss */
.navbar-dark .navbar-collapse::before {
  border-top-color: #1E3A5C;
}

/* line 9479, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item {
  color: #6E84A3;
}

/* line 9481, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:focus {
  color: #FFFFFF;
}

/* line 9484, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .show > .nav-link,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:active {
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  /* line 9490, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item {
    color: #6E84A3;
  }
  /* line 9492, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9494, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .show > .nav-link,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 767.98px) {
  /* line 9500, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item {
    color: #6E84A3;
  }
  /* line 9502, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9504, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .show > .nav-link,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 991.98px) {
  /* line 9510, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item {
    color: #6E84A3;
  }
  /* line 9512, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9514, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .show > .nav-link,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 1199.98px) {
  /* line 9520, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item {
    color: #6E84A3;
  }
  /* line 9522, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9524, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .show > .nav-link,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

/* line 9529, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(18, 111, 235, 0.9)), to(rgba(114, 3, 225, 0.9))), url(../img/covers/sidebar-cover.jpg);
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9)), url(../img/covers/sidebar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  background-origin: border-box;
  border-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 9538, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 9541, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9543, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .nav-link:hover, .navbar-dark.navbar-vibrant .nav-link:focus {
  color: #FFFFFF;
}

/* line 9546, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .nav-item.active .nav-link,
.navbar-dark.navbar-vibrant .nav-item .nav-link.active {
  color: #FFFFFF;
}

/* line 9550, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 9553, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 9556, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9559, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9561, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-user-link:hover, .navbar-dark.navbar-vibrant .navbar-user-link:focus {
  color: #FFFFFF;
}

/* line 9564, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 9568, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9571, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .navbar-nav .nav-link.active::before {
  border-color: #FFFFFF;
}

/* line 9574, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9576, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:focus {
  color: #FFFFFF;
}

/* line 9579, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .show > .nav-link,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:active {
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  /* line 9585, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 9587, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9589, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .show > .nav-link,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 767.98px) {
  /* line 9595, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 9597, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9599, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .show > .nav-link,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 991.98px) {
  /* line 9605, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 9607, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9609, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .show > .nav-link,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

@media (max-width: 1199.98px) {
  /* line 9615, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 9617, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:hover, .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:focus {
    color: #FFFFFF;
  }
  /* line 9619, app/assets/stylesheets/_dashkit.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .show > .nav-link,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:active {
    color: #FFFFFF;
  }
}

/* line 9624, app/assets/stylesheets/_dashkit.scss */
.navbar-dark.navbar-vibrant .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.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 9627, app/assets/stylesheets/_dashkit.scss */
.navbar-light {
  background-color: #FFFFFF;
  border-color: #E3EBF6;
}

/* line 9631, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-heading {
  color: #95AAC9;
}

/* line 9634, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-divider {
  border-color: #E3EBF6;
}

/* line 9637, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-user {
  border-top-color: #E3EBF6;
}

/* line 9640, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-user-link {
  color: #6E84A3;
}

/* line 9642, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-user-link:hover, .navbar-light .navbar-user-link:focus {
  color: #12263F;
}

/* line 9645, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-brand {
  -webkit-filter: none;
  filter: none;
}

/* line 9649, app/assets/stylesheets/_dashkit.scss */
.navbar-light .navbar-collapse::before {
  border-top-color: #E3EBF6;
}

/* line 9652, app/assets/stylesheets/_dashkit.scss */
.navbar-brand {
  margin-right: 0;
}

/* line 9655, app/assets/stylesheets/_dashkit.scss */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 9660, app/assets/stylesheets/_dashkit.scss */
.navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 9665, app/assets/stylesheets/_dashkit.scss */
.navbar-collapse:before {
  content: '';
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--gray);
  margin: 0.75rem -1rem;
}

/* line 9673, app/assets/stylesheets/_dashkit.scss */
.navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 9677, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 9680, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 9682, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  border-left: 2px solid #1637C0;
}

/* line 9690, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link > .fe {
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem;
}

/* line 9696, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 9699, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0.75rem;
}

/* line 9702, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  background-color: transparent;
}

@media (max-width: 575.98px) {
  /* line 9706, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  /* line 9710, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  /* line 9714, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 1199.98px) {
  /* line 9718, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

/* line 9721, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 9724, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs > [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 9727, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-collapse {
  -webkit-box-flex: inherit;
  flex-grow: inherit;
}

/* line 9730, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 9732, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 9735, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.625rem 0.5rem;
}

/* line 9737, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 9739, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  bottom: calc(-0.75rem - 1px);
  right: 0.5rem;
  left: 0.5rem;
  border-left: 0;
  border-bottom: 1px solid #1637C0;
}

/* line 9746, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .dropup:hover > .dropdown-menu, .navbar-expand-xs .dropright:hover > .dropdown-menu, .navbar-expand-xs .dropdown:hover > .dropdown-menu, .navbar-expand-xs .dropleft:hover > .dropdown-menu {
  display: block;
}

/* line 9748, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(18, 38, 63, 0.1);
}

/* line 9750, app/assets/stylesheets/_dashkit.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 9754, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9757, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9760, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-collapse {
    -webkit-box-flex: inherit;
    flex-grow: inherit;
  }
  /* line 9763, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 9765, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9768, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 9770, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 9772, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #1637C0;
  }
  /* line 9779, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .dropup:hover > .dropdown-menu, .navbar-expand-sm .dropright:hover > .dropdown-menu, .navbar-expand-sm .dropdown:hover > .dropdown-menu, .navbar-expand-sm .dropleft:hover > .dropdown-menu {
    display: block;
  }
  /* line 9781, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 9783, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 9787, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9790, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9793, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-collapse {
    -webkit-box-flex: inherit;
    flex-grow: inherit;
  }
  /* line 9796, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 9798, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9801, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 9803, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 9805, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #1637C0;
  }
  /* line 9812, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .dropup:hover > .dropdown-menu, .navbar-expand-md .dropright:hover > .dropdown-menu, .navbar-expand-md .dropdown:hover > .dropdown-menu, .navbar-expand-md .dropleft:hover > .dropdown-menu {
    display: block;
  }
  /* line 9814, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 9816, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 9820, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9823, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9826, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-flex: inherit;
    flex-grow: inherit;
  }
  /* line 9829, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 9831, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9834, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 9836, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 9838, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #1637C0;
  }
  /* line 9845, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .dropup:hover > .dropdown-menu, .navbar-expand-lg .dropright:hover > .dropdown-menu, .navbar-expand-lg .dropdown:hover > .dropdown-menu, .navbar-expand-lg .dropleft:hover > .dropdown-menu {
    display: block;
  }
  /* line 9847, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 9849, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 9853, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9856, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9859, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-collapse {
    -webkit-box-flex: inherit;
    flex-grow: inherit;
  }
  /* line 9862, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 9864, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9867, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 9869, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 9871, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #1637C0;
  }
  /* line 9878, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .dropup:hover > .dropdown-menu, .navbar-expand-xl .dropright:hover > .dropdown-menu, .navbar-expand-xl .dropdown:hover > .dropdown-menu, .navbar-expand-xl .dropleft:hover > .dropdown-menu {
    display: block;
  }
  /* line 9880, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 9882, app/assets/stylesheets/_dashkit.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 9885, app/assets/stylesheets/_dashkit.scss */
.navbar[class*="fixed-"] {
  z-index: 1030;
}

/* line 9888, app/assets/stylesheets/_dashkit.scss */
.navbar-overflow {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: -0.75rem;
  overflow-x: auto;
}

/* line 9896, app/assets/stylesheets/_dashkit.scss */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 9899, app/assets/stylesheets/_dashkit.scss */
.navbar-overflow .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 9907, app/assets/stylesheets/_dashkit.scss */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 9909, app/assets/stylesheets/_dashkit.scss */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 9912, app/assets/stylesheets/_dashkit.scss */
.navbar-breadcrumb {
  padding: 0.5rem 0;
}

/* line 9915, app/assets/stylesheets/_dashkit.scss */
.navbar-user {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
}

/* line 9925, app/assets/stylesheets/_dashkit.scss */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 9928, app/assets/stylesheets/_dashkit.scss */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 9932, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 9938, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: block;
  content: '\e92e';
  font-family: 'Feather';
  margin-left: auto;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

/* line 9948, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 9952, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 9955, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 9958, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 3.75rem;
}

/* line 9961, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 9968, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}

/* line 9978, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 9988, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 9991, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 9994, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 9997, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 10011, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 10013, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 10019, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem;
}

/* line 10021, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  right: auto;
  border-left: 2px solid #1637C0;
  border-bottom: 0;
}

/* line 10028, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 10030, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 10032, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 4.75rem;
}

/* line 10034, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 10039, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 10041, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 10050, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 10056, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 10066, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 10076, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 10081, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 10084, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 10087, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 10101, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 10103, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 10109, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 10111, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #1637C0;
    border-bottom: 0;
  }
  /* line 10118, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 10120, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 10122, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 10124, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 10129, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 10131, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 10140, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 10146, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 10156, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 10166, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 10171, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 10174, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 10177, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 10191, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 10193, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 10199, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 10201, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #1637C0;
    border-bottom: 0;
  }
  /* line 10208, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 10210, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 10212, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 10214, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 10219, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 10221, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 10230, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 10236, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 10246, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 10256, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 10261, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 10264, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 10267, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 10281, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 10283, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 10289, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 10291, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #1637C0;
    border-bottom: 0;
  }
  /* line 10298, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 10300, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 10302, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 10304, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 10309, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 10311, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 10320, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 10326, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 10336, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 10346, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 10351, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 10354, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 10357, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 10371, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 10373, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 10379, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 10381, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #1637C0;
    border-bottom: 0;
  }
  /* line 10388, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 10390, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 10392, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 10394, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 10399, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 10401, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 10410, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 10415, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs {
  max-width: 66px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: visible;
}

/* line 10420, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand {
  padding-top: 0.45313rem;
  padding-bottom: 1.20313rem;
}

/* line 10423, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand-img {
  width: auto;
  max-height: 1.5rem;
}

/* line 10426, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-collapse {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 10431, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 10434, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .nav-link {
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

/* line 10440, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .dropdown-toggle::after {
  display: none;
}

/* line 10442, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 10447, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user .dropright .dropdown-menu {
  top: auto;
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 10452, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 10457, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand {
    padding-top: 0.45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 10460, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 10463, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10468, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 10471, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .nav-link {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 10477, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 10479, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10484, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 10489, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 10494, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand {
    padding-top: 0.45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 10497, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 10500, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10505, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 10508, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .nav-link {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 10514, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 10516, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10521, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 10526, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 10531, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand {
    padding-top: 0.45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 10534, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 10537, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10542, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 10545, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 10551, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 10553, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10558, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 10563, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 10568, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand {
    padding-top: 0.45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 10571, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 10574, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10579, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 10582, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .nav-link {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 10588, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 10590, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 10595, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

/* line 10599, app/assets/stylesheets/_dashkit.scss */
.popover {
  padding: 0.8rem 0.95rem;
}

/* line 10601, app/assets/stylesheets/_dashkit.scss */
.popover:hover {
  visibility: visible !important;
}

/* line 10604, app/assets/stylesheets/_dashkit.scss */
.popover-header {
  margin-bottom: 0.25rem;
  border-bottom: 0;
}

/* line 10608, app/assets/stylesheets/_dashkit.scss */
.popover-body-label {
  margin-left: .25rem;
}

/* line 10611, app/assets/stylesheets/_dashkit.scss */
.popover-body-value {
  margin-left: .25rem;
}

/* line 10614, app/assets/stylesheets/_dashkit.scss */
.popover-body-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 10620, app/assets/stylesheets/_dashkit.scss */
.popover-lg {
  max-width: 300px;
}

/* line 10623, app/assets/stylesheets/_dashkit.scss */
.popover-dark {
  background-color: #12263F;
  border-color: #12263F;
}

/* line 10627, app/assets/stylesheets/_dashkit.scss */
.popover-dark .popover-header {
  font-weight: 400;
  background-color: #12263F;
  color: #FFFFFF;
}

/* line 10632, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-top .arrow::before, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::before {
  border-top-color: #12263F;
}

/* line 10635, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #12263F;
}

/* line 10638, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-right .arrow::before, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::before {
  border-right-color: #12263F;
}

/* line 10641, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #12263F;
}

/* line 10644, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-bottom .arrow::before, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #12263F;
}

/* line 10647, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #12263F;
}

/* line 10650, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-left .arrow::before, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::before {
  border-left-color: #12263F;
}

/* line 10653, app/assets/stylesheets/_dashkit.scss */
.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #12263F;
}

/* line 10656, app/assets/stylesheets/_dashkit.scss */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 10660, app/assets/stylesheets/_dashkit.scss */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 10664, app/assets/stylesheets/_dashkit.scss */
.progress-sm {
  height: 0.25rem;
}

/* line 10667, app/assets/stylesheets/_dashkit.scss */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 10670, app/assets/stylesheets/_dashkit.scss */
html {
  height: 100%;
}

/* line 10673, app/assets/stylesheets/_dashkit.scss */
body {
  min-height: 100%;
}

/* line 10676, app/assets/stylesheets/_dashkit.scss */
.table thead th {
  background-color: #F9FBFD;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #95AAC9;
  border-bottom-width: 1px;
}

/* line 10685, app/assets/stylesheets/_dashkit.scss */
.table thead th, .table tbody th, .table tbody td {
  vertical-align: middle;
}

/* line 10688, app/assets/stylesheets/_dashkit.scss */
.table-sm {
  font-size: 0.8125rem;
}

/* line 10690, app/assets/stylesheets/_dashkit.scss */
.table-sm thead th {
  font-size: 0.625rem;
}

/* line 10693, app/assets/stylesheets/_dashkit.scss */
.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

/* line 10696, app/assets/stylesheets/_dashkit.scss */
.table [data-sort] {
  white-space: nowrap;
}

/* line 10698, app/assets/stylesheets/_dashkit.scss */
.table [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%2395AAC9'/></svg>");
  margin-left: .25rem;
}

/* line 10702, app/assets/stylesheets/_dashkit.scss */
.table-checkbox {
  min-height: 0;
}

/* line 10705, app/assets/stylesheets/_dashkit.scss */
.table-checkbox .custom-control-label::before,
.table-checkbox .custom-control-label::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 10711, app/assets/stylesheets/_dashkit.scss */
h1, .h1 {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 10715, app/assets/stylesheets/_dashkit.scss */
  h1, .h1 {
    font-size: 1.625rem;
  }
}

/* line 10718, app/assets/stylesheets/_dashkit.scss */
h2, .h2 {
  margin-bottom: 1.125rem;
}

/* line 10721, app/assets/stylesheets/_dashkit.scss */
h3, .h3 {
  margin-bottom: 0.84375rem;
}

/* line 10724, app/assets/stylesheets/_dashkit.scss */
h4, .h4 {
  margin-bottom: 0.5625rem;
}

/* line 10727, app/assets/stylesheets/_dashkit.scss */
h5, .h5 {
  margin-bottom: 0.5625rem;
}

/* line 10730, app/assets/stylesheets/_dashkit.scss */
h6, .h6 {
  margin-bottom: 0.5625rem;
}

/* line 10733, app/assets/stylesheets/_dashkit.scss */
h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
  color: inherit;
}

/* line 10736, app/assets/stylesheets/_dashkit.scss */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}

/* line 10742, app/assets/stylesheets/_dashkit.scss */
h1, .h1, h2, .h2, h3, .h3 {
  letter-spacing: -0.02em;
}

/* line 10745, app/assets/stylesheets/_dashkit.scss */
h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: 0.031em;
}

/* line 10748, app/assets/stylesheets/_dashkit.scss */
h6.text-uppercase {
  letter-spacing: .08em;
}

/* line 10751, app/assets/stylesheets/_dashkit.scss */
b,
strong {
  font-weight: 600;
}

/* line 10755, app/assets/stylesheets/_dashkit.scss */
a:focus, button:focus {
  outline: none !important;
}

/* line 10758, app/assets/stylesheets/_dashkit.scss */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 10764, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 10767, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 10770, app/assets/stylesheets/_dashkit.scss */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 10775, app/assets/stylesheets/_dashkit.scss */
.bg-auth {
  background-color: #FFFFFF;
}

/* line 10778, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#1637C0, #1637C0 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10785, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#6E84A3, #6E84A3 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10792, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#00D97E, #00D97E 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10799, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#39afd1, #39afd1 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10806, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#F6C343, #F6C343 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10813, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#E63757, #E63757 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10820, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#EDF2F9, #EDF2F9 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10827, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#12263F, #12263F 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10834, app/assets/stylesheets/_dashkit.scss */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#FFFFFF, #FFFFFF 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 10841, app/assets/stylesheets/_dashkit.scss */
.bg-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 38, 63, 0.85)), to(rgba(18, 38, 63, 0.85))), url(../img/covers/header-cover.jpg);
  background-image: linear-gradient(to bottom, rgba(18, 38, 63, 0.85), rgba(18, 38, 63, 0.85)), url(../img/covers/header-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 10848, app/assets/stylesheets/_dashkit.scss */
.bg-lighter {
  background-color: #F9FBFD !important;
}

/* line 10851, app/assets/stylesheets/_dashkit.scss */
.bg-primary-soft {
  background-color: #e6effc !important;
}

/* line 10854, app/assets/stylesheets/_dashkit.scss */
.bg-secondary-soft {
  background-color: #eef0f4 !important;
}

/* line 10857, app/assets/stylesheets/_dashkit.scss */
.bg-success-soft {
  background-color: #e0faf0 !important;
}

/* line 10860, app/assets/stylesheets/_dashkit.scss */
.bg-info-soft {
  background-color: #e7f5f9 !important;
}

/* line 10863, app/assets/stylesheets/_dashkit.scss */
.bg-warning-soft {
  background-color: #fef8e8 !important;
}

/* line 10866, app/assets/stylesheets/_dashkit.scss */
.bg-danger-soft {
  background-color: #fce7eb !important;
}

/* line 10869, app/assets/stylesheets/_dashkit.scss */
.bg-light-soft {
  background-color: #fdfdfe !important;
}

/* line 10872, app/assets/stylesheets/_dashkit.scss */
.bg-dark-soft {
  background-color: #e3e5e8 !important;
}

/* line 10875, app/assets/stylesheets/_dashkit.scss */
.bg-white-soft {
  background-color: white !important;
}

/* line 10878, app/assets/stylesheets/_dashkit.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 10881, app/assets/stylesheets/_dashkit.scss */
.border-top-1 {
  border-top-width: 1px !important;
}

/* line 10884, app/assets/stylesheets/_dashkit.scss */
.border-right-1 {
  border-right-width: 1px !important;
}

/* line 10887, app/assets/stylesheets/_dashkit.scss */
.border-bottom-1 {
  border-bottom-width: 1px !important;
}

/* line 10890, app/assets/stylesheets/_dashkit.scss */
.border-left-1 {
  border-left-width: 1px !important;
}

/* line 10893, app/assets/stylesheets/_dashkit.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 10896, app/assets/stylesheets/_dashkit.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 10899, app/assets/stylesheets/_dashkit.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 10902, app/assets/stylesheets/_dashkit.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 10905, app/assets/stylesheets/_dashkit.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 10908, app/assets/stylesheets/_dashkit.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 10911, app/assets/stylesheets/_dashkit.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 10914, app/assets/stylesheets/_dashkit.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 10917, app/assets/stylesheets/_dashkit.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 10920, app/assets/stylesheets/_dashkit.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 10923, app/assets/stylesheets/_dashkit.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 10926, app/assets/stylesheets/_dashkit.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 10929, app/assets/stylesheets/_dashkit.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 10932, app/assets/stylesheets/_dashkit.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 10935, app/assets/stylesheets/_dashkit.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 10938, app/assets/stylesheets/_dashkit.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 10941, app/assets/stylesheets/_dashkit.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 10944, app/assets/stylesheets/_dashkit.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 10947, app/assets/stylesheets/_dashkit.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 10950, app/assets/stylesheets/_dashkit.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 10953, app/assets/stylesheets/_dashkit.scss */
.border-body {
  border-color: #F9FBFD !important;
}

/* line 10956, app/assets/stylesheets/_dashkit.scss */
.border-card {
  border-color: #FFFFFF !important;
}

/* line 10959, app/assets/stylesheets/_dashkit.scss */
.lift {
  -webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease;
  transition: box-shadow .25s ease, -webkit-transform .25s ease;
  transition: box-shadow .25s ease, transform .25s ease;
  transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

/* line 10965, app/assets/stylesheets/_dashkit.scss */
.lift:hover,
.lift:focus {
  box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

/* line 10971, app/assets/stylesheets/_dashkit.scss */
.lift-lg:hover,
.lift-lg:focus {
  box-shadow: 0 2rem 5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.05) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

/* line 10977, app/assets/stylesheets/_dashkit.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 10980, app/assets/stylesheets/_dashkit.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 10983, app/assets/stylesheets/_dashkit.scss */
.font-size-base {
  font-size: 0.9375rem !important;
}

/* line 10986, app/assets/stylesheets/_dashkit.scss */
.font-size-sm {
  font-size: 0.8125rem !important;
}

/* line 10989, app/assets/stylesheets/_dashkit.scss */
.font-size-lg {
  font-size: 1.0625rem !important;
}

/* line 10992, app/assets/stylesheets/_dashkit.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 10995, app/assets/stylesheets/_dashkit.scss */
.text-gray-100 {
  color: #F9FBFD !important;
}

/* line 10998, app/assets/stylesheets/_dashkit.scss */
.text-gray-200 {
  color: #EDF2F9 !important;
}

/* line 11001, app/assets/stylesheets/_dashkit.scss */
.text-gray-300 {
  color: #E3EBF6 !important;
}

/* line 11004, app/assets/stylesheets/_dashkit.scss */
.text-gray-400 {
  color: #D2DDEC !important;
}

/* line 11007, app/assets/stylesheets/_dashkit.scss */
.text-gray-500 {
  color: #B1C2D9 !important;
}

/* line 11010, app/assets/stylesheets/_dashkit.scss */
.text-gray-600 {
  color: #95AAC9 !important;
}

/* line 11013, app/assets/stylesheets/_dashkit.scss */
.text-gray-700 {
  color: #6E84A3 !important;
}

/* line 11016, app/assets/stylesheets/_dashkit.scss */
.text-gray-800 {
  color: #3B506C !important;
}

/* line 11019, app/assets/stylesheets/_dashkit.scss */
.text-gray-900 {
  color: #283E59 !important;
}

/* line 11022, app/assets/stylesheets/_dashkit.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 11028, app/assets/stylesheets/_dashkit.scss */
.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

/* line 11036, app/assets/stylesheets/_dashkit.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 11042, app/assets/stylesheets/_dashkit.scss */
.avatar-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: #B1C2D9;
  color: #FFFFFF;
}

/* line 11055, app/assets/stylesheets/_dashkit.scss */
.avatar-online::before,
.avatar-offline::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 11065, app/assets/stylesheets/_dashkit.scss */
.avatar-online .avatar-img,
.avatar-offline .avatar-img {
  -webkit-mask-image: url(../img/masks/avatar-status.svg);
  mask-image: url(../img/masks/avatar-status.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 11072, app/assets/stylesheets/_dashkit.scss */
.avatar-online::before {
  background-color: #00D97E;
}

/* line 11075, app/assets/stylesheets/_dashkit.scss */
.avatar-offline::before {
  background-color: #B1C2D9;
}

/* line 11078, app/assets/stylesheets/_dashkit.scss */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.54167rem;
}

/* line 11083, app/assets/stylesheets/_dashkit.scss */
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
}

/* line 11088, app/assets/stylesheets/_dashkit.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

/* line 11093, app/assets/stylesheets/_dashkit.scss */
.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

/* line 11098, app/assets/stylesheets/_dashkit.scss */
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

@media (min-width: 768px) {
  /* line 11103, app/assets/stylesheets/_dashkit.scss */
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
    font-size: 2.66667rem;
  }
}

/* line 11108, app/assets/stylesheets/_dashkit.scss */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 11111, app/assets/stylesheets/_dashkit.scss */
.avatar-xs.avatar-4by3 {
  width: 2.16667rem;
}

/* line 11114, app/assets/stylesheets/_dashkit.scss */
.avatar-sm.avatar-4by3 {
  width: 3.33333rem;
}

/* line 11117, app/assets/stylesheets/_dashkit.scss */
.avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

/* line 11120, app/assets/stylesheets/_dashkit.scss */
.avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

/* line 11123, app/assets/stylesheets/_dashkit.scss */
.avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

/* line 11126, app/assets/stylesheets/_dashkit.scss */
.avatar-group {
  display: -webkit-inline-box;
  display: inline-flex;
}

/* line 11129, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

/* line 11131, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

/* line 11133, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

/* line 11135, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 11137, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 11139, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 11141, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar:not(:last-child) {
  -webkit-mask-image: url(../img/masks/avatar-group.svg);
  mask-image: url(../img/masks/avatar-group.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 11146, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
}

/* line 11150, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar:hover + .avatar {
  -webkit-mask-image: url(../img/masks/avatar-group-hover.svg);
  mask-image: url(../img/masks/avatar-group-hover.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 11155, app/assets/stylesheets/_dashkit.scss */
.avatar-group .avatar:hover + .avatar:last-child {
  -webkit-mask-image: url(../img/masks/avatar-group-hover-last.svg);
  mask-image: url(../img/masks/avatar-group-hover-last.svg);
}

/* line 11159, app/assets/stylesheets/_dashkit.scss */
.chart {
  position: relative;
  height: 300px;
}

/* line 11163, app/assets/stylesheets/_dashkit.scss */
.chart.chart-appended {
  height: calc(300px - 3.71875rem);
}

/* line 11166, app/assets/stylesheets/_dashkit.scss */
.chart-sm {
  height: 225px;
}

/* line 11169, app/assets/stylesheets/_dashkit.scss */
.chart-sm.chart-appended {
  height: calc(225px - 3.71875rem);
}

/* line 11172, app/assets/stylesheets/_dashkit.scss */
.chart-sparkline {
  width: 75px;
  height: 35px;
}

/* line 11176, app/assets/stylesheets/_dashkit.scss */
.chart-legend {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #95AAC9;
}

/* line 11186, app/assets/stylesheets/_dashkit.scss */
.chart-legend-item {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 11191, app/assets/stylesheets/_dashkit.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 11194, app/assets/stylesheets/_dashkit.scss */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 11201, app/assets/stylesheets/_dashkit.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 11204, app/assets/stylesheets/_dashkit.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-0.5rem);
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 11210, app/assets/stylesheets/_dashkit.scss */
.comment {
  margin-bottom: 1rem;
}

/* line 11213, app/assets/stylesheets/_dashkit.scss */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  background-color: #F9FBFD;
  border-radius: 0.5rem;
}

/* line 11219, app/assets/stylesheets/_dashkit.scss */
.comment-time {
  display: block;
  margin-bottom: 0.5625rem;
  font-size: 0.625rem;
  color: #95AAC9;
}

/* line 11225, app/assets/stylesheets/_dashkit.scss */
.comment-text {
  font-size: 0.8125rem;
}

/* line 11228, app/assets/stylesheets/_dashkit.scss */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 11231, app/assets/stylesheets/_dashkit.scss */
.checklist {
  outline: none;
}

/* line 11234, app/assets/stylesheets/_dashkit.scss */
.checklist-control {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 11244, app/assets/stylesheets/_dashkit.scss */
.checklist-control .custom-control-input:checked ~ .custom-control-caption {
  text-decoration: line-through;
  color: #6E84A3;
}

/* line 11248, app/assets/stylesheets/_dashkit.scss */
.checklist-control + .checklist-control {
  margin-top: 0.75rem;
}

/* line 11251, app/assets/stylesheets/_dashkit.scss */
.checklist-control[style*="display: none"]:first-child + .checklist-control {
  margin-top: 0;
}

/* line 11254, app/assets/stylesheets/_dashkit.scss */
.checklist-control.draggable-mirror {
  z-index: 1030;
}

/* line 11257, app/assets/stylesheets/_dashkit.scss */
.checklist-control.draggable-source--is-dragging {
  opacity: .2;
}

/* line 11260, app/assets/stylesheets/_dashkit.scss */
.header {
  margin-bottom: 2rem;
}

/* line 11263, app/assets/stylesheets/_dashkit.scss */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 11267, app/assets/stylesheets/_dashkit.scss */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E3EBF6;
}

/* line 11272, app/assets/stylesheets/_dashkit.scss */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(227, 235, 246, 0.1);
}

/* line 11276, app/assets/stylesheets/_dashkit.scss */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 11280, app/assets/stylesheets/_dashkit.scss */
.header-pretitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #95AAC9;
}

/* line 11285, app/assets/stylesheets/_dashkit.scss */
.header-title {
  margin-bottom: 0;
}

/* line 11288, app/assets/stylesheets/_dashkit.scss */
.header-subtitle {
  margin-top: 0.375rem;
  margin-bottom: 0;
  color: #95AAC9;
}

/* line 11293, app/assets/stylesheets/_dashkit.scss */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 11296, app/assets/stylesheets/_dashkit.scss */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 11300, app/assets/stylesheets/_dashkit.scss */
.icon {
  display: inline-block;
}

/* line 11302, app/assets/stylesheets/_dashkit.scss */
.icon > .fe {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

/* line 11308, app/assets/stylesheets/_dashkit.scss */
.icon.active {
  position: relative;
}

/* line 11310, app/assets/stylesheets/_dashkit.scss */
.icon.active > .fe {
  -webkit-mask-image: url(../img/masks/icon-status.svg);
  mask-image: url(../img/masks/icon-status.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 11315, app/assets/stylesheets/_dashkit.scss */
.icon.active::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 20%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #1637C0;
}

/* line 11325, app/assets/stylesheets/_dashkit.scss */
.fe {
  line-height: inherit;
}

/* line 11328, app/assets/stylesheets/_dashkit.scss */
.container-fluid.kanban-container, .kanban-container.container-sm, .kanban-container.container-md, .kanban-container.container-lg, .kanban-container.container-xl {
  min-height: calc(100vh - 129px);
}

/* line 11331, app/assets/stylesheets/_dashkit.scss */
.container.kanban-container {
  min-height: calc(100vh - 129px - 69px);
}

/* line 11334, app/assets/stylesheets/_dashkit.scss */
.kanban-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 11338, app/assets/stylesheets/_dashkit.scss */
.kanban-container > .row {
  flex-wrap: nowrap;
}

/* line 11341, app/assets/stylesheets/_dashkit.scss */
.kanban-container > .row > [class*="col"] {
  max-width: 375px;
}

/* line 11344, app/assets/stylesheets/_dashkit.scss */
.kanban-category {
  min-height: 1rem;
}

/* line 11347, app/assets/stylesheets/_dashkit.scss */
.kanban-item {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 11354, app/assets/stylesheets/_dashkit.scss */
.kanban-item.draggable-source--is-dragging {
  opacity: .2;
}

/* line 11357, app/assets/stylesheets/_dashkit.scss */
.kanban-item.draggable-mirror {
  z-index: 1030;
}

/* line 11360, app/assets/stylesheets/_dashkit.scss */
.card-body .kanban-item.draggable-mirror > .card {
  -webkit-transform: rotateZ(-3deg);
  transform: rotateZ(-3deg);
}

/* line 11364, app/assets/stylesheets/_dashkit.scss */
.kanban-item > .card[data-toggle="modal"] {
  cursor: pointer;
}

/* line 11367, app/assets/stylesheets/_dashkit.scss */
.kanban-add-form .form-control[data-toggle="flatpickr"] {
  width: 12ch;
}

@media (min-width: 768px) {
  /* line 11371, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical:not([style*="display: none"]) ~ .main-content .container,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-fluid,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-lg,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-xl,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-fluid,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-lg,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-xl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* line 11386, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 250px;
}

/* line 11389, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 11393, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 11395, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 11399, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 11401, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 11405, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 11407, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 11411, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 11413, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 11416, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 66px;
}

/* line 11419, app/assets/stylesheets/_dashkit.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 66px;
}

@media (min-width: 576px) {
  /* line 11423, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 11425, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 768px) {
  /* line 11429, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 11431, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 992px) {
  /* line 11435, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 11437, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 1200px) {
  /* line 11441, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 11443, app/assets/stylesheets/_dashkit.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

/* line 11446, app/assets/stylesheets/_dashkit.scss */
.dropzone {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 11454, app/assets/stylesheets/_dashkit.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #FFFFFF;
  border: 1px dashed #D2DDEC;
  border-radius: 0.375rem;
  text-align: center;
  color: #95AAC9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-ordinal-group: 0;
  order: -1;
  cursor: pointer;
  z-index: 999;
}

/* line 11467, app/assets/stylesheets/_dashkit.scss */
.dz-message:hover {
  border-color: #95AAC9;
  color: #12263F;
}

/* line 11471, app/assets/stylesheets/_dashkit.scss */
.dz-message .dz-button {
  background: 0 0;
  border: 0;
  font-size: inherit;
  color: inherit;
}

/* line 11478, app/assets/stylesheets/_dashkit.scss */
.dz-drag-hover .dz-message {
  border-color: #1637C0;
  color: #1637C0;
}

/* line 11482, app/assets/stylesheets/_dashkit.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 11486, app/assets/stylesheets/_dashkit.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(18, 38, 63, 0.9);
  color: white;
  opacity: 0;
}

/* line 11490, app/assets/stylesheets/_dashkit.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 11493, app/assets/stylesheets/_dashkit.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 11501, app/assets/stylesheets/_dashkit.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 11509, app/assets/stylesheets/_dashkit.scss */
.dz-preview-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

/* line 11516, app/assets/stylesheets/_dashkit.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 11520, app/assets/stylesheets/_dashkit.scss */
.dz-progress {
  border-radius: 200px;
}

/* line 11524, app/assets/stylesheets/_dashkit.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 11527, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar {
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  color: #12263F;
  box-shadow: none;
}

/* line 11532, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 11535, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #D2DDEC;
}

/* line 11537, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #FFFFFF;
}

/* line 11539, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-months {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 11542, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: .625rem;
}

/* line 11545, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 11547, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day {
  border-radius: 0.375rem;
}

/* line 11549, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #EDF2F9;
  border-color: #D2DDEC;
}

/* line 11552, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #95AAC9 !important;
}

/* line 11554, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #E3EBF6;
}

/* line 11556, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #1637C0;
  border-color: #1637C0;
  color: #FFFFFF !important;
}

/* line 11560, app/assets/stylesheets/_dashkit.scss */
.flatpickr-calendar .flatpickr-day.inRange {
  background-color: #EDF2F9;
  border: none;
  border-radius: 0;
  box-shadow: -5px 0 0 #EDF2F9, 5px 0 0 #EDF2F9;
}

/* line 11566, app/assets/stylesheets/_dashkit.scss */
.ql-container {
  font-family: "Roboto", sans-serif;
}

/* line 11569, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar {
  position: relative;
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #12263F;
}

/* line 11577, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 11580, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11584, app/assets/stylesheets/_dashkit.scss */
.ql-editor {
  min-height: 5.625rem;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #12263F;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11599, app/assets/stylesheets/_dashkit.scss */
  .ql-editor {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 11602, app/assets/stylesheets/_dashkit.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 11605, app/assets/stylesheets/_dashkit.scss */
.ql-editor:focus {
  color: #12263F;
  background-color: #FFFFFF;
  border-color: #1637C0;
  outline: 0;
  box-shadow: transparent;
}

/* line 11612, app/assets/stylesheets/_dashkit.scss */
.ql-hidden {
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 11617, app/assets/stylesheets/_dashkit.scss */
.ql-editor.ql-blank::before {
  top: 0.5rem;
  left: 0.75rem;
  font-style: normal;
  color: #B1C2D9;
}

/* line 11623, app/assets/stylesheets/_dashkit.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 11626, app/assets/stylesheets/_dashkit.scss */
.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 11629, app/assets/stylesheets/_dashkit.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 11631, app/assets/stylesheets/_dashkit.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 11634, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar button {
  padding: 0 .25rem;
  background: none;
  border: none;
  color: #12263F;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 11642, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar button:hover {
  color: #1637C0;
}

/* line 11644, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 11647, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar .ql-active {
  color: #1637C0;
}

/* line 11650, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar button svg {
  height: 1.0625rem;
  width: 1.0625rem;
}

/* line 11654, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 11661, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 11664, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 11667, app/assets/stylesheets/_dashkit.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 11672, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip {
  position: absolute;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-top: .6rem;
  box-shadow: 0 0 1rem rgba(18, 38, 63, 0.03);
}

/* line 11684, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip:before, .ql-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 11691, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(18, 38, 63, 0.2);
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
}

/* line 11695, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip:after {
  border-bottom: 0.5rem solid #FFFFFF;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

/* line 11700, app/assets/stylesheets/_dashkit.scss */
.ql-container .ql-tooltip:hover {
  display: -webkit-box !important;
  display: flex !important;
}

/* line 11704, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  -webkit-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;
  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) {
  /* line 11713, app/assets/stylesheets/_dashkit.scss */
  .ql-tooltip .ql-preview {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 11717, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 11720, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  background-color: transparent;
  font-size: 0.8125rem;
  line-height: 1.75;
  border: none;
  color: #12263F;
}

/* line 11730, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip input:focus {
  outline: none;
}

/* line 11733, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 11736, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 11740, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  -webkit-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;
  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) {
  /* line 11760, app/assets/stylesheets/_dashkit.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 11764, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:hover, .ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 11768, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 11774, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 11779, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #FFFFFF;
  background-color: #1a68d1;
  border-color: #1862c6;
}

/* line 11784, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  color: #FFFFFF;
  background-color: #1a68d1;
  border-color: #1862c6;
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 11791, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action.disabled::before, .ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #FFFFFF;
  background-color: #1637C0;
  border-color: #1637C0;
}

/* line 11797, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #FFFFFF;
  background-color: #1862c6;
  border-color: #175dba;
}

/* line 11806, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 11814, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 11817, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 11820, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove::before {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  content: 'Remove';
  border-color: #E3EBF6;
}

/* line 11826, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #283E59;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 11830, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove::before:focus, .ql-tooltip .ql-remove.focus::before {
  color: #283E59;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 11835, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove.disabled::before, .ql-tooltip .ql-remove::before:disabled {
  color: #283E59;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 11839, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #283E59;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 11844, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 11848, app/assets/stylesheets/_dashkit.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 11851, app/assets/stylesheets/_dashkit.scss */
.ql-editor blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.17188rem;
}

/* line 11855, app/assets/stylesheets/_dashkit.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 11859, app/assets/stylesheets/_dashkit.scss */
[class*="select2"] {
  display: block;
}

/* line 11862, app/assets/stylesheets/_dashkit.scss */
.select2 {
  width: 100% !important;
}

/* line 11865, app/assets/stylesheets/_dashkit.scss */
.select2-hidden-accessible {
  display: none;
}

/* line 11868, app/assets/stylesheets/_dashkit.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 11872, app/assets/stylesheets/_dashkit.scss */
.select2-container {
  display: block;
}

/* line 11875, app/assets/stylesheets/_dashkit.scss */
.select2-dropdown {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11880, app/assets/stylesheets/_dashkit.scss */
.select2-search--dropdown {
  padding: 0.375rem 0.75rem;
}

/* line 11883, app/assets/stylesheets/_dashkit.scss */
.select2-search--dropdown .select2-search__field {
  width: 100%;
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 0.25rem;
  line-height: 1.75;
  font-size: 0.8125rem;
  color: #12263F;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 11895, app/assets/stylesheets/_dashkit.scss */
.select2-search--dropdown .select2-search__field:focus {
  border-color: #1637C0;
  box-shadow: transparent;
  outline: none;
}

/* line 11900, app/assets/stylesheets/_dashkit.scss */
.select2-results__options {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 11904, app/assets/stylesheets/_dashkit.scss */
.select2-results__option {
  padding: 0.375rem 0.75rem;
  color: #6E84A3;
}

/* line 11907, app/assets/stylesheets/_dashkit.scss */
.select2-results__option:not(.select2-results__message) {
  cursor: pointer;
}

/* line 11909, app/assets/stylesheets/_dashkit.scss */
.select2-results__option:not(.select2-results__message):hover, .select2-results__option:not(.select2-results__message):focus {
  color: #12263F;
}

/* line 11912, app/assets/stylesheets/_dashkit.scss */
.select2-results__option[aria-selected="true"],
.select2-results__option--highlighted {
  color: #12263F;
}

/* line 11916, app/assets/stylesheets/_dashkit.scss */
.select2-selection--multiple {
  height: auto;
}

/* line 11919, app/assets/stylesheets/_dashkit.scss */
.select2-selection__rendered {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -.25rem -.25rem 0;
}

/* line 11926, app/assets/stylesheets/_dashkit.scss */
.select2-selection__choice {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: .375rem;
  padding-right: .375rem;
  margin: 0 .25rem .25rem 0;
  font-size: 0.8125rem;
  background-color: #EDF2F9;
  border-radius: 0.1875rem;
}

/* line 11938, app/assets/stylesheets/_dashkit.scss */
.select2-selection__choice__remove {
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin-left: .5rem;
  color: #95AAC9;
  cursor: pointer;
}

/* line 11944, app/assets/stylesheets/_dashkit.scss */
.select2-selection__choice__remove:hover {
  color: #12263F;
}

/* line 11947, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field {
  height: calc(1em * $input-line-height);
  padding-bottom: .25rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  color: #12263F;
}

/* line 11955, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #B1C2D9;
}

/* line 11957, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #B1C2D9;
}

/* line 11959, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #B1C2D9;
}

/* line 11961, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #B1C2D9;
}

/* line 11963, app/assets/stylesheets/_dashkit.scss */
.select2-search--inline .select2-search__field::placeholder {
  color: #B1C2D9;
}

/* line 11966, app/assets/stylesheets/_dashkit.scss */
.select2-selection__placeholder {
  color: #B1C2D9;
}

/*
@font-face {
    font-family: 'Cerebri Sans';
    src: font-url('cerebrisans/cerebrisans-regular.eot');
    src: font-url('cerebrisans/cerebrisans-regular.eot?#iefix')
            format('embedded-opentype'),
        font-url('cerebrisans/cerebrisans-regular.svg#icomoon') format('svg'),
        font-url('cerebrisans/cerebrisans-regular.woff') format('woff'),
        font-url('cerebrisans/cerebrisans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cerebri Sans';
    src: font-url('cerebrisans/cerebrisans-bold.eot');
    src: font-url('cerebrisans/cerebrisans-bold.eot?#iefix')
            format('embedded-opentype'),
        font-url('cerebrisans/cerebrisans-bold.svg#icomoon') format('svg'),
        font-url('cerebrisans/cerebrisans-bold.woff') format('woff'),
        font-url('cerebrisans/cerebrisans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cerebri Sans';
    src: font-url('cerebrisans/cerebrisans-medium.eot');
    src: font-url('cerebrisans/cerebrisans-medium.eot?#iefix')
            format('embedded-opentype'),
        font-url('cerebrisans/cerebrisans-medium.svg#icomoon') format('svg'),
        font-url('cerebrisans/cerebrisans-medium.woff') format('woff'),
        font-url('cerebrisans/cerebrisans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cerebri Sans';
    src: font-url('cerebrisans/cerebrisans-semibold.eot');
    src: font-url('cerebrisans/cerebrisans-semibold.eot?#iefix')
            format('embedded-opentype'),
        font-url('cerebrisans/cerebrisans-semibold.svg#icomoon') format('svg'),
        font-url('cerebrisans/cerebrisans-semibold.woff') format('woff'),
        font-url('cerebrisans/cerebrisans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
*/
/* line 81, app/assets/stylesheets/application.scss */
html {
  scroll-behavior: smooth;
}

/* line 109, app/assets/stylesheets/application.scss */
.form-control + .select2 .select2-selection {
  padding: 0;
}

/* line 113, app/assets/stylesheets/application.scss */
.sidenav {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 113, app/assets/stylesheets/application.scss */
  .sidenav {
    flex-direction: column;
    width: auto;
  }
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/application.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*='display: none'])
~ .main-content {
    margin-left: 280px;
  }
  /* line 130, app/assets/stylesheets/application.scss */
  .navbar-vertical.navbar-expand-md {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  /* line 136, app/assets/stylesheets/application.scss */
  .h-lg-220px {
    height: 222px;
  }
}

/* line 142, app/assets/stylesheets/application.scss */
.document .description {
  margin-right: auto;
}

/* line 146, app/assets/stylesheets/application.scss */
.document .thumbnail img {
  width: 100%;
  max-width: 200px;
}

/* line 153, app/assets/stylesheets/application.scss */
.card-gray {
  background-color: var(--gray-lighter);
  padding: 2.25rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 159, app/assets/stylesheets/application.scss */
.card-gray > hr,
.hr-gray {
  border-color: var(--gray-light);
}

/* line 164, app/assets/stylesheets/application.scss */
.form-control-gray {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid var(--gray-light);
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 181, app/assets/stylesheets/application.scss */
.form-control-gray:disabled,
.form-control-gray[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}

/* line 187, app/assets/stylesheets/application.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}

/* line 193, app/assets/stylesheets/application.scss */
.outline-none {
  outline: none !important;
  box-shadow: none !important;
}

/* line 198, app/assets/stylesheets/application.scss */
.btn-link-black {
  color: var(--black);
  outline: none;
  box-shadow: none;
}

/* line 203, app/assets/stylesheets/application.scss */
.btn-link-black:hover {
  color: var(--dark);
}

/* line 206, app/assets/stylesheets/application.scss */
.btn-link-black.disabled,
.btn-link-black:disabled {
  color: var(--secondary);
}

/* line 211, app/assets/stylesheets/application.scss */
.btn-link-outline-grey {
  color: var(--primary);
  border-color: var(--gray-light);
  outline: none;
  box-shadow: none;
}

/* line 217, app/assets/stylesheets/application.scss */
.btn-link-outline-grey:hover {
  background-color: var(--gray-lighter);
}

/* line 220, app/assets/stylesheets/application.scss */
.btn-link-outline-grey:focus,
.btn-link-outline-grey.focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 224, app/assets/stylesheets/application.scss */
.btn-link-outline-grey.disabled,
.btn-link-outline-grey:disabled {
  color: var(--secondary);
  background-color: var(--gray-light);
}

/* line 230, app/assets/stylesheets/application.scss */
.btn-grey {
  color: var(--gray-dark);
  background-color: var(--gray-light);
  border-color: #b3b3b3;
  outline: none;
  box-shadow: none;
}

/* line 237, app/assets/stylesheets/application.scss */
.btn-grey:hover {
  background-color: #c0c0c0;
}

/* line 240, app/assets/stylesheets/application.scss */
.btn-grey:focus,
.btn-link-outline-grey.focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.25);
}

/* line 244, app/assets/stylesheets/application.scss */
.btn-grey.disabled,
.btn-link-outline-grey:disabled {
  color: var(--gray-dark);
  background-color: var(--secondary);
}

/* line 250, app/assets/stylesheets/application.scss */
.btn-input-area {
  border: solid 1px var(--gray-light);
  border-radius: 0.375rem;
  outline: none;
  box-shadow: none;
  color: var(--gray-light);
  background-color: #ffffff;
  flex-direction: column;
  text-align: left;
  padding: 0.75rem;
}

/* line 262, app/assets/stylesheets/application.scss */
.badge-document-resource-type {
  color: #ffffff;
  background-color: #006fd2;
}

/* line 266, app/assets/stylesheets/application.scss */
.badge-presentations {
  background-color: #fd6001;
}

/* line 269, app/assets/stylesheets/application.scss */
.badge-video {
  background-color: #f34745;
}

/* line 272, app/assets/stylesheets/application.scss */
.badge-game-puzzle {
  background-color: #7e45f3;
}

/* line 275, app/assets/stylesheets/application.scss */
.badge-assessment {
  background-color: #1eb174;
}

/* line 278, app/assets/stylesheets/application.scss */
.badge-interactive-offline {
  background-color: #212f54;
}

/* line 281, app/assets/stylesheets/application.scss */
.badge-mobile-applications {
  background-color: #078a8e;
}

/* line 284, app/assets/stylesheets/application.scss */
.badge-self-learning-module-slm {
  background-color: #efab0c;
}

/* line 287, app/assets/stylesheets/application.scss */
.badge-electronic-slm {
  background-color: #cf57a3;
}

/* line 290, app/assets/stylesheets/application.scss */
.badge-outline-document-resource-type {
  display: inline-block;
  padding: 0 0.75rem;
  font-size: 75%;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  color: #006fd2;
  border-style: solid;
  border-width: 1px;
  border-color: #006fd2;
}

/* line 305, app/assets/stylesheets/application.scss */
.badge-outline-presentations {
  color: #fd6001;
  border-color: #fd6001;
}

/* line 309, app/assets/stylesheets/application.scss */
.badge-outline-video {
  color: #f34745;
  border-color: #f34745;
}

/* line 313, app/assets/stylesheets/application.scss */
.badge-outline-game-puzzle {
  color: #7e45f3;
  border-color: #7e45f3;
}

/* line 317, app/assets/stylesheets/application.scss */
.badge-outline-assessment {
  color: #1eb174;
  border-color: #1eb174;
}

/* line 321, app/assets/stylesheets/application.scss */
.badge-outline-interactive-offline {
  color: #212f54;
  border-color: #212f54;
}

/* line 325, app/assets/stylesheets/application.scss */
.badge-outline-mobile-applications {
  color: #078a8e;
  border-color: #078a8e;
}

/* line 329, app/assets/stylesheets/application.scss */
.badge-outline-self-learning-module-slm {
  color: #efab0c;
  border-color: #efab0c;
}

/* line 333, app/assets/stylesheets/application.scss */
.badge-outline-electronic-slm {
  color: #cf57a3;
  border-color: #cf57a3;
}

/* line 337, app/assets/stylesheets/application.scss */
.card-border-top-document-resource-type {
  border-top-width: 7px;
  border-top-color: #006fd2;
}

/* line 341, app/assets/stylesheets/application.scss */
.card-border-top-presentations {
  border-top-color: #fd6001;
}

/* line 344, app/assets/stylesheets/application.scss */
.card-border-top-video {
  border-top-color: #f34745;
}

/* line 347, app/assets/stylesheets/application.scss */
.card-border-top-game-puzzle {
  border-top-color: #7e45f3;
}

/* line 350, app/assets/stylesheets/application.scss */
.card-border-top-assessment {
  border-top-color: #1eb174;
}

/* line 353, app/assets/stylesheets/application.scss */
.card-border-top-interactive-offline {
  border-top-color: #212f54;
}

/* line 356, app/assets/stylesheets/application.scss */
.card-border-top-mobile-applications {
  border-top-color: #078a8e;
}

/* line 359, app/assets/stylesheets/application.scss */
.card-border-top-self-learning-module-slm {
  border-top-color: #efab0c;
}

/* line 362, app/assets/stylesheets/application.scss */
.card-border-top-electronic-slm {
  border-top-color: #cf57a3;
}

/* line 366, app/assets/stylesheets/application.scss */
.vertical-divider {
  align-self: stretch;
  background-color: currentColor;
  width: 1px;
}

/* line 372, app/assets/stylesheets/application.scss */
.form-control-file-upload {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263F;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D2DDEC;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

/* line 388, app/assets/stylesheets/application.scss */
.form-control-file-upload::file-selector-button {
  color: #95AAC9;
  background-color: #FFFFFF;
  height: calc(1.5em + 1rem + 2px);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 0 0;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-8-6 13:47:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 428, app/assets/stylesheets/application.scss */
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
