/*
 * 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.
 *
 */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
  right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
  right: 12px;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

.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 {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.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;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.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--selectable {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.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;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

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

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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 .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--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  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, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 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;
  height: 26px;
  margin-right: 20px;
}

.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, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 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, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 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;
  padding-bottom: 5px;
  padding-right: 5px;
}

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

.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;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

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

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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: #fff;
  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--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

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

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Regular-99966fb1636916a5d61ea3ee5cf1211bdb218d6aa61aa6edc0a3d9968475e19a.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Bold-0aa902458069dddcec8161d463da573e7da7b408be398979c7722863013ad477.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Light-191c14ddc2922e6399bd85dfe14b87a1cbe10c8eb8f9eb5121ce4ab6885b35ed.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Medium-11309e4266caf0983493ea41d914b99481b38dbdce79adabbffdea95d11039aa.ttf) format("truetype");
  font-weight: 500;
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
body, html {
  font-size: 14px;
  height: 100%;
}

body {
  background-color: #f6f6f7;
}

h1, h2 {
  font-weight: 700;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3, h4, h5, h6, b {
  font-weight: 500;
}

a {
  color: #4F6BCF;
}
a:hover {
  color: #0D0A0A;
}

hr {
  border-color: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
}

button {
  cursor: pointer;
}

.danger, .error {
  color: #CF584F;
}

.primary {
  color: #0D0A0A;
}

.hidden {
  display: none;
}

.fa-solid-question-circle {
  cursor: help;
}

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

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

.highlight-text {
  background-color: yellow;
}

@media screen and (min-width: 641px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
}
/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.footer {
  grid-area: footer;
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.footer .footer-left-part {
  margin-left: 20px;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.header {
  grid-area: header;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.15);
  z-index: 10;
  position: sticky;
  top: 0;
}

.header-left {
  margin-left: 20px;
  display: flex;
}
.header-left .header-search {
  margin-right: 10px;
}

.header-buttons {
  display: flex;
  align-items: center;
}
.header-buttons .button {
  margin-right: 10px;
}
.header-buttons .header-button {
  padding: 12px 15px;
  font-size: 1.3571428571rem;
  width: 19px;
  border-left: 1px solid #f6f6f7;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.header-buttons .header-button:hover {
  background-color: #0D0A0A;
  color: rgba(255, 255, 255, 0.8);
}
.header-buttons .header-button svg {
  vertical-align: middle;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.main-guest {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  padding: 0 10px;
}
.main-guest .centered.frame {
  background-color: white;
  border-radius: 10px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.main-guest .centered.frame .frame-logo {
  background-color: #0D0A0A;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
}
.main-guest .centered.frame .frame-content {
  padding: 20px;
}
.main-guest .centered.frame h2 {
  text-transform: uppercase;
  margin-top: 0;
}
.main-guest .devise-links {
  margin-top: 10px;
  text-align: right;
  font-size: 0.9rem;
}
.main-guest .devise-links a {
  color: rgba(13, 10, 10, 0.5);
}
.main-guest .devise-links a:hover {
  color: #0D0A0A;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.main {
  grid-area: main;
  background-color: #f6f6f7;
  overflow: auto;
}

.main-header {
  font-weight: 500;
  display: flex;
  margin: 20px 10px 10px;
  align-items: center;
}
.main-header svg {
  margin-right: 10px;
  font-size: 0.8em;
}

.index-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-header .export-button .fa-solid-question-circle {
  margin-right: 5px;
}

.main-content {
  margin: 10px;
}

@media screen and (min-width: 641px) {
  .main-content {
    margin: 20px;
  }
  .main-header {
    margin: 20px;
  }
  .main-header svg {
    margin-right: 20px;
  }
}
/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.grid-container {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 45px 1fr 20px;
  grid-template-areas: "sidenav header" "sidenav main" "sidenav footer";
  min-height: 100vh;
}
.grid-container.expended {
  grid-template-columns: 260px 1fr;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.sidenav {
  grid-area: sidenav;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  background-color: #0D0A0A;
  width: 60px;
  z-index: 20;
}
.sidenav .little-logo {
  display: inline-block;
}
.sidenav .logo, .sidenav .little-logo {
  margin: 10px auto 0;
}
.sidenav .logo, .sidenav span, .sidenav .sidenav-title svg {
  display: none;
}
.sidenav .sidenav-list {
  padding: 0;
  list-style-type: none;
}
.sidenav .sidenav-link a {
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 10px 0;
}
.sidenav .sidenav-link a svg {
  margin-right: 10px;
  width: 22px;
  font-size: 20px;
  text-align: center;
}
.sidenav .sidenav-link a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.sidenav .sidenav-link a.active {
  color: #CF584F;
}
.sidenav .sidenav-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  width: 30px;
  margin: 0 auto;
}
.sidenav .sidenav-title svg {
  font-size: 21px;
  margin-right: 10px;
  text-align: center;
  width: 21px;
  vertical-align: bottom;
}
.sidenav.expended {
  width: 260px;
}
.sidenav.expended .logo, .sidenav.expended span, .sidenav.expended .sidenav-title {
  display: inline-block;
}
.sidenav.expended .sidenav-link a {
  margin: 0;
}
.sidenav.expended .sidenav-link a.active:before {
  content: "";
  border-left: 2px solid #CF584F;
  position: relative;
  left: -5px;
}
.sidenav.expended .sidenav-link a svg {
  font-size: 1rem;
}
.sidenav.expended .sidenav-title {
  margin: 30px 10px 10px;
  padding: 8px 12px;
  border-radius: 4px;
  border-bottom: none;
  width: 80%;
}
.sidenav.expended .sidenav-title svg {
  display: inline;
}
.sidenav.expended .little-logo {
  display: none;
}

.sidenav-toggle {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 40px;
  background-color: #0D0A0A;
  border-top-right-radius: 4px;
  cursor: pointer;
  left: 260px;
}
.sidenav-toggle i {
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, 0.8);
  transition: all 0.15s ease-in-out;
}
.sidenav-toggle:hover i {
  border-right-color: white;
}

.grid-container:not(.expended) .sidenav-toggle {
  left: 60px;
}
.grid-container:not(.expended) .sidenav-toggle i {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: none;
  border-left: 12px solid rgba(255, 255, 255, 0.8);
}
.grid-container:not(.expended) .sidenav-toggle:hover i {
  border-left-color: white;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.badge {
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  line-height: 0.8rem;
  display: inline-block;
  margin: 10px 5px 5px 0;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  color: #0D0A0A;
  border: 1px solid rgba(13, 10, 10, 0.25);
  background-color: rgba(13, 10, 10, 0.02);
}
.badge.badge-success {
  background-color: rgba(119, 189, 95, 0.05);
  color: #77bd5f;
  border-color: rgba(119, 189, 95, 0.25);
}
.badge.badge-info {
  background-color: rgba(79, 107, 207, 0.05);
  color: #4F6BCF;
  border-color: rgba(79, 107, 207, 0.25);
}
.badge.badge-danger {
  background-color: rgba(207, 88, 79, 0.05);
  color: #CF584F;
  border-color: rgba(207, 88, 79, 0.25);
}
.badge.badge-blue {
  background-color: #4F6BCF;
  color: white;
  border-color: #4F6BCF;
}
.badge.badge-red {
  background-color: #CF584F;
  color: white;
  border-color: #CF584F;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.grid-buttons {
  display: flex;
  justify-content: center;
}
.grid-buttons .button {
  margin-right: 10px;
}
.grid-buttons .button:last-child {
  margin-right: 0;
}

.button {
  border-radius: 4px;
  background-color: #0D0A0A;
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  box-shadow: none;
  border: 0px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.button svg {
  margin-right: 10px;
  vertical-align: middle;
}
.button.button-icon {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  display: inline-block;
  flex-shrink: 0;
}
.button.button-icon svg {
  margin-right: 0;
}

.button-info {
  background-color: #4F6BCF;
}
.button-info:hover {
  background-color: #778dda;
}

.button-danger {
  background-color: #CF584F;
}
.button-danger:hover {
  background-color: #da7e77;
}

.button-warn {
  background-color: #cda71e;
}
.button-warn:hover {
  background-color: #e2be3c;
}

.button-success {
  background-color: #77bd5f;
}
.button-success:hover {
  background-color: #96cc83;
}

.buttons .button {
  margin-right: 20px;
}
.buttons .button:last-child {
  margin-right: 0;
}

.button--install-pwa {
  display: none;
  margin-top: 20px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); /* Where the magic happens */
  grid-auto-rows: 94px;
  grid-gap: 20px;
  margin: 20px;
}

.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: rgba(221, 51, 221, 0.2);
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.dashboard {
  column-count: 1;
  column-gap: 20px;
}

.dashboard-frame {
  display: flex;
  flex-direction: column;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.dashboard-frame h2 {
  margin-top: 0;
}

/* Force varying heights to simulate dynamic content */
.dashboard-frame:first-child {
  height: 265px;
}

.dashboard-frame:nth-child(2) {
  height: 200px;
}

.dashboard-frame:nth-child(3) {
  height: 400px;
}

@media only screen and (min-width: 65.625em) {
  .dashboard {
    columns: 12rem 2;
  }
}
/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
/* label and input default styles */
label {
  margin-right: 20px;
}

input, textarea, select {
  padding: 6px 10px;
  color: #0D0A0A;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}
input.boolean, textarea.boolean, select.boolean {
  margin-right: 5px;
}
input:focus, textarea:focus, select:focus {
  border-color: #4F6BCF;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(79, 107, 207, 0.25);
}

::placeholder {
  color: rgba(13, 10, 10, 0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(13, 10, 10, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(13, 10, 10, 0.5);
}

fieldset {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
}

/* simple form styles */
.nested-fields {
  margin-bottom: 10px;
}

.form-actions {
  margin-top: 10px;
}

.form-actions-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: white;
  padding: 5px 20px;
}
.form-actions-fixed button, .form-actions-fixed a, .form-actions-fixed input {
  margin: 0 5px;
}

.fields {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.fields:last-child {
  margin-bottom: 0;
}
.fields .button {
  flex-shrink: 0;
}
.fields .field {
  margin-right: 20px;
}
.fields .field:last-child {
  margin-right: 0;
}

.field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.field.field-column {
  flex-direction: column;
  align-items: flex-start;
}
.field.field-column label {
  width: 100%;
  margin-right: 0;
}
.field > label {
  flex: 1;
  flex-basis: 25%;
}
.field > .input-wrapper {
  flex: 2;
  flex-basis: 70%;
}
.field.time {
  width: 100px;
}
.field.date .input-wrapper {
  display: inline-block;
}
.field.date .input-wrapper select, .field.date .input-wrapper .select2-container {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.field.date .input-wrapper select:last-child, .field.date .input-wrapper .select2-container:last-child {
  margin-right: 0;
}
.field.boolean {
  flex-direction: row-reverse;
}
.field.boolean .input-wrapper {
  flex: 0;
}
.field.with-suffix {
  justify-content: space-around;
}
.field.with-suffix input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.field.with-suffix svg {
  background-color: #f6f6f7;
  padding: 8px;
  height: 1.1428571429rem;
  width: 1.1428571429rem;
  line-height: 1.1428571429rem;
  text-align: center;
  color: rgba(13, 10, 10, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.field .hint {
  color: rgba(13, 10, 10, 0.5);
  font-size: 0.9rem;
  margin-top: 5px;
}

.field_with_errors {
  background-color: rgba(207, 88, 79, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #CF584F;
}
.field_with_errors input {
  border-color: #CF584F;
}
.field_with_errors .error {
  color: #CF584F;
  text-align: left;
  margin: 5px 0 0;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}

/* address form styles */
.address_zip_code input {
  width: 100px;
  margin-right: 20px;
}

.address_phone input {
  margin-right: 20px;
}

/* inline filter form */
.inline-form {
  margin-bottom: 10px;
}
.inline-form .fa-solid-question {
  margin-left: 0.5rem;
  vertical-align: super;
  cursor: help;
}
.inline-form .fa-solid-question-circle {
  margin-left: 20px;
  cursor: help;
}
.inline-form .fields {
  justify-content: flex-start;
}
.inline-form .fields .field {
  flex-grow: unset;
}
.inline-form .fields .field label {
  flex-basis: unset;
  flex: unset;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.centered.frame {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .centered.frame {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {
  .frame-small {
    width: 45%;
    min-width: 300px;
  }
}
.frame, .dashboard-frame {
  background-color: white;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.frame .frame-title, .dashboard-frame .frame-title {
  margin-top: 0;
}

.frame-info {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.frame-info p {
  margin: 0;
  flex-grow: 1;
}
.frame-info b {
  display: inline-block;
  width: 140px;
}

@media screen and (min-width: 1008px) {
  .frame-small {
    width: 45%;
    min-width: 300px;
  }
}
.frame-transparent {
  background: none;
  padding: 0;
}

.frames {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1008px) {
  .frames .frames-small-column {
    flex-shrink: 0;
    width: 37%;
    margin-right: 20px;
  }
  .frames .frame.addresses {
    width: 60%;
    min-width: 590px;
  }
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.icon-square {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  width: 20px;
  height: 20px;
  padding: 6px;
  border-radius: 4px;
  margin-right: 20px;
  background-color: #0D0A0A;
  text-align: center;
}
.icon-square svg {
  display: block;
  margin: 1px auto 0;
  width: 17px;
  height: 17px;
}
.icon-square::before {
  margin: 0 auto;
  display: block;
}
.icon-square.blue {
  background-color: #4F6BCF;
}
.icon-square.green {
  background-color: #77bd5f;
}

.icon-with-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 5px solid #0D0A0A;
  border-bottom: 12px solid transparent;
  position: relative;
  top: 13px;
  right: 4px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transition: all 0.15s ease-in-out;
}

.icon-with-arrow.blue::after {
  border-top: 5px solid #4F6BCF;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #0D0A0A;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  margin: 50vh auto 0;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.message, .error_notification {
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.message-alert, .message-error, .error_notification {
  color: #CF584F;
  background-color: rgba(207, 88, 79, 0.1);
}

.message-success, .message-notice {
  color: #77bd5f;
  background-color: rgba(119, 189, 95, 0.1);
}

.message-warning {
  color: #cda71e;
  background-color: rgba(205, 167, 30, 0.1);
}

.message-info {
  color: #4F6BCF;
  background-color: rgba(79, 107, 207, 0.1);
}

.flash-messages {
  position: fixed;
  right: 20px;
  top: 65px;
  z-index: 200;
}

.flash-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-top: 3px solid #0D0A0A;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flash-message.message-success, .flash-message.message-notice {
  border-color: #77bd5f;
}
.flash-message.message-error, .flash-message.error_notification, .flash-message.message-alert {
  border-color: #CF584F;
}
.flash-message.message-warning {
  border-color: #cda71e;
}
.flash-message.message-info {
  border-color: #4F6BCF;
}
.flash-message .flash-close {
  border: none;
  background: none;
  margin-left: 20px;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.modal {
  position: fixed;
  z-index: 100;
  overflow-y: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body {
  padding: 1rem 2rem;
}
.modal .modal-body .frame {
  width: 100%;
  padding: 0;
}
.modal .modal-body .frame:last-child {
  margin-bottom: 0;
}
.modal .modal-frame {
  position: relative;
  background-color: white;
  border-radius: 4px;
  padding: 1rem 0;
}
.modal .modal-title {
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 10px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #f6f6f7;
}
.modal .modal-close {
  position: absolute;
  right: -0.8rem;
  top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  transform: rotate(45deg);
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #0D0A0A;
}
.modal .modal-close:hover {
  color: white;
  background-color: black;
}
.modal .modal-close svg {
  line-height: 1.6rem;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.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 {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.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;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.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--selectable {
  cursor: pointer;
}

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.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;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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 .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--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  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: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #4F6BCF;
}
.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;
  height: 26px;
  margin-right: 20px;
}
.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 #e5e5e5;
  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 #e5e5e5;
  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 #4F6BCF;
}
.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%, white 50%);
  background-image: -o-linear-gradient(top, white 0%, white 50%);
  background-image: linear-gradient(to bottom, white 0%, white 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", 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, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #4F6BCF;
}
.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 #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #CF584F;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #4F6BCF;
}
.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 #e5e5e5;
  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--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  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: #4F6BCF;
}

.select2-container--classic .select2-selection--single {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #4F6BCF;
}
.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;
  height: 26px;
  margin-right: 20px;
}
.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 #e5e5e5;
  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 #e5e5e5;
  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 #4F6BCF;
}
.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%, white 50%);
  background-image: -o-linear-gradient(top, white 0%, white 50%);
  background-image: linear-gradient(to bottom, white 0%, white 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", 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, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #4F6BCF;
}
.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 #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #CF584F;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #4F6BCF;
}
.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 #e5e5e5;
  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--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  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: #4F6BCF;
}

.select2-results__option--selectable {
  min-height: 16px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #0D0A0A;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.1rem;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: white;
  background-image: none;
  width: 25px;
  height: 32px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #0D0A0A transparent transparent transparent;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  height: 35px;
  width: 30px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  padding: 0.2rem;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.tippy-box[data-theme~=blue] {
  background-color: #4F6BCF;
  color: white;
}

.tippy-box[data-theme~=blue][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #4F6BCF;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.mission-title {
  display: flex;
  align-items: center;
}
.mission-title h2 {
  font-weight: normal;
  font-size: 1.2rem;
}
.mission-title h2 * {
  vertical-align: middle;
}
.mission-title h2 .field {
  display: inline-block;
  margin: 0 0.5rem;
  width: 50px;
  line-height: 0.9rem;
  font-size: 0.9rem;
}
.mission-title h2 .field input {
  padding: 0.4rem;
}
.mission-title h2 small {
  color: rgba(13, 10, 10, 0.5);
  font-size: 1rem;
}

.assignment_missions_rides_price_code {
  margin-right: 20px;
}

.assignment_missions_rides_position {
  margin-top: 5px;
}
.assignment_missions_rides_position label {
  flex: 0;
}
.assignment_missions_rides_position .input-wrapper {
  flex: auto;
  max-width: 60px;
}

.assignment-fields .hours {
  justify-content: flex-start;
}
.assignment-fields .hours .field {
  flex-grow: 0;
}

.mission-frames {
  flex-direction: column;
  margin-left: 46px;
}
.mission-frames .nested-fields {
  display: flex;
  align-items: center;
}
.mission-frames .frame {
  padding: 10px;
  display: flex;
  margin-right: 20px;
  flex-wrap: wrap;
}
.mission-frames legend {
  height: 26px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 10px;
}
.mission-frames .time-fields {
  align-items: flex-start;
}
.mission-frames .ride-left-part {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  flex-basis: 40%;
  flex: 1;
}
.mission-frames .ride-left-part .exchange-addresses {
  cursor: pointer;
  position: absolute;
  left: -12px;
  bottom: 40%;
  transform: rotate(90deg);
}
.mission-frames .ride-left-part .ride-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.mission-frames .ride-left-part .ride-row:last-child {
  margin-bottom: 0;
}
.mission-frames .ride-left-part .ride-row .ride-hours {
  flex-grow: 1;
}
.mission-frames .ride-left-part .ride-row .ride-customer {
  margin-right: 20px;
  flex-basis: 55%;
}
.mission-frames .ride-left-part .ride-addresses {
  flex-grow: 1;
}
.mission-frames .ride-left-part .ride-addresses label {
  text-align: right;
}
.mission-frames .ride-right-part {
  flex-basis: 30%;
  max-width: 326px;
}
.mission-frames .ride-right-part .customer-comments {
  margin-top: 10px;
}

/* Colors */
/* Global configurations */
/* Breakpoints are min width */
/* These are from
 * https://docs.microsoft.com/en-us/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
*/
/* Elements configurations */
.changelogs .main-content {
  text-align: justify;
}
.changelogs .main-content details {
  background: white;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  margin-bottom: 20px;
}
.changelogs .main-content details summary {
  padding: 20px;
  background-color: #e2f1dd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
.changelogs .main-content details .details-content {
  padding: 10px 20px;
}
.changelogs .main-content details h3 {
  margin: 10px 0;
}
.changelogs .main-content details p, .changelogs .main-content details em, .changelogs .main-content details b {
  margin: 10px 0;
}
.changelogs .main-content details b {
  display: block;
}
.changelogs .main-content details ul {
  padding: 0 20px;
  list-style-type: square;
}
.changelogs .main-content details ul li {
  margin-bottom: 10px;
  padding: 5px;
}
.changelogs .main-content details ul ul {
  border-left: 1px dashed #e5e5e5;
  list-style-type: circle;
  margin-bottom: 10px;
}
