/* line 5, app/assets/stylesheets/appointments.scss */
.appointment-card {
  transition: all 0.2s ease-in-out;
  border: 1px solid #e3e6f0;
}

/* line 9, app/assets/stylesheets/appointments.scss */
.appointment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  border-color: #5a5c69;
}

/* line 16, app/assets/stylesheets/appointments.scss */
.appointment-timeline {
  border-left: 4px solid #4e73df;
  position: relative;
}

/* line 20, app/assets/stylesheets/appointments.scss */
.appointment-timeline.upcoming {
  border-left-color: #36b9cc;
}

/* line 24, app/assets/stylesheets/appointments.scss */
.appointment-timeline.completed {
  border-left-color: #1cc88a;
}

/* line 28, app/assets/stylesheets/appointments.scss */
.appointment-timeline.in-progress {
  border-left-color: #f6c23e;
}

/* line 33, app/assets/stylesheets/appointments.scss */
.appointment-time-badge {
  background: linear-gradient(45deg, #4e73df, #224abe);
  color: white;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 43, app/assets/stylesheets/appointments.scss */
.appointment-status.upcoming {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #b6d4db;
}

/* line 49, app/assets/stylesheets/appointments.scss */
.appointment-status.completed {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 55, app/assets/stylesheets/appointments.scss */
.appointment-status.in-progress {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

/* line 62, app/assets/stylesheets/appointments.scss */
.appointment-compact {
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

/* line 66, app/assets/stylesheets/appointments.scss */
.appointment-compact:hover {
  background-color: #f8f9fc;
}

/* line 71, app/assets/stylesheets/appointments.scss */
.border-left-4 {
  border-left-width: 4px !important;
}
/* line 1, app/assets/stylesheets/changelogs.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 576px) {
  /* line 8, app/assets/stylesheets/changelogs.scss */
  .modal-dialog {
    max-width: 70% !important;
  }
}
@import url(/tabulator-tables/dist/css/tabulator.min.css);
@import url(/uplot/dist/uPlot.min.css);
/* line 4, app/assets/stylesheets/dashboard.scss */
.tribute-container {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 9, app/assets/stylesheets/dashboard.scss */
.tribute-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/dashboard.scss */
.tribute-container li {
  background: #fff;
  padding: 0.2em 1em;
  min-width: 15em;
  max-width: 100%;
}

/* line 22, app/assets/stylesheets/dashboard.scss */
.tribute-container .highlight {
  background: #1b6ac9;
  color: #fff;
}

/* line 26, app/assets/stylesheets/dashboard.scss */
.tribute-container .highlight span {
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/dashboard.scss */
.filters .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

/* line 37, app/assets/stylesheets/dashboard.scss */
.filters .extended {
  position: initial !important;
}

/* line 41, app/assets/stylesheets/dashboard.scss */
.notification-dot {
  position: absolute !important;
  top: -8px;
  left: 0px;
}

/* line 47, app/assets/stylesheets/dashboard.scss */
.markdown-raw-view {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
  white-space: pre-wrap;
  font-family: monospace;
  margin: 0;
}

/* line 56, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 0.25rem;
  min-width: 100%;
}

/* line 67, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

/* line 72, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-item:hover, .search-autocomplete-dropdown .search-autocomplete-item.active {
  background-color: #f8f9fa;
  color: #12263f;
}

/* line 78, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-item strong {
  display: block;
  color: #12263f;
  margin-bottom: 0.25rem;
}

/* line 84, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-item small {
  display: block;
  color: #6e84a3;
  font-size: 0.8125rem;
}

/* line 91, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-footer {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #2c7be5;
  border-top: 1px solid #edf2f9;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/dashboard.scss */
.search-autocomplete-dropdown .search-autocomplete-footer:hover {
  background-color: #f8f9fa;
}

/* line 105, app/assets/stylesheets/dashboard.scss */
.message-new {
  background-color: #fff3cd !important;
  transition: background-color 10s ease-out;
}

/* line 110, app/assets/stylesheets/dashboard.scss */
.text-orange {
  color: #fd7e14 !important;
}

/* line 114, app/assets/stylesheets/dashboard.scss */
.badge-soft-danger {
  color: #e63757;
  background-color: rgba(230, 55, 87, 0.1);
}

/* line 120, app/assets/stylesheets/dashboard.scss */
.doc-stats-card .stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 125, app/assets/stylesheets/dashboard.scss */
.doc-stats-card .stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #95aac9;
  letter-spacing: 0.08em;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/form_builder.scss */
.form-builder-palette {
  max-height: 600px;
  overflow-y: auto;
}

/* line 7, app/assets/stylesheets/form_builder.scss */
.form-builder-palette .form-builder-palette-item {
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
}

/* line 12, app/assets/stylesheets/form_builder.scss */
.form-builder-palette .form-builder-palette-item:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
  transform: translateX(2px);
}

/* line 20, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks {
  min-height: 400px;
  position: relative;
}

/* line 24, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px dashed transparent;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

/* line 32, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper:hover {
  border-color: #dee2e6;
  background-color: #f8f9fa;
}

/* line 36, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper:hover .form-builder-block-actions {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper .form-builder-block-actions {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
}

/* line 49, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper .form-builder-block-actions .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

/* line 55, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper .fb-block {
  cursor: move;
  position: relative;
}

/* line 59, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .form-builder-block-wrapper .fb-block .card-header {
  padding-right: 3rem;
}

/* line 66, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .sortable-ghost {
  opacity: 0.4;
  background-color: #e9ecef;
}

/* line 71, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .sortable-chosen {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 76, app/assets/stylesheets/form_builder.scss */
.form-builder-blocks .sortable-drag {
  opacity: 0.8;
}

/* line 81, app/assets/stylesheets/form_builder.scss */
.form-builder-empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #6c757d;
}

/* line 86, app/assets/stylesheets/form_builder.scss */
.form-builder-empty-state i {
  opacity: 0.5;
}

/* line 90, app/assets/stylesheets/form_builder.scss */
.form-builder-empty-state p {
  margin-top: 1rem;
}

/* line 96, app/assets/stylesheets/form_builder.scss */
.form-builder-block-wrapper .fb-block::before {
  content: "⋮⋮";
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  color: #6c757d;
  font-size: 1.2rem;
  line-height: 1;
  cursor: move;
  z-index: 5;
}

/* line 109, app/assets/stylesheets/form_builder.scss */
.fb-block-toggle {
  border: none;
  background: none;
  padding: 0;
  margin-right: 0.5rem;
  color: #6c757d;
  cursor: pointer;
  line-height: 1;
}

/* line 118, app/assets/stylesheets/form_builder.scss */
.fb-block-toggle:hover {
  color: #007bff;
}

/* line 123, app/assets/stylesheets/form_builder.scss */
.fb-block-toggle-icon {
  display: inline-block;
  font-size: 16px;
  transition: transform 0.15s ease;
}

/* line 129, app/assets/stylesheets/form_builder.scss */
.form-builder-block-wrapper.fb-block-collapsed .fb-block-toggle-icon {
  transform: rotate(-90deg);
}

/* line 133, app/assets/stylesheets/form_builder.scss */
.fb-block-header-user-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  min-width: 0;
}

/* line 142, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet {
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
}

/* line 149, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-header {
  display: flex;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6c757d;
}

/* line 158, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-header .spreadsheet-cell {
  padding: 0.75rem;
  border-right: 1px solid #dee2e6;
}

/* line 162, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-header .spreadsheet-cell:last-child {
  border-right: none;
}

/* line 168, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-row {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 174, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-row:hover {
  background-color: #f8f9fa;
}

/* line 178, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-row:last-child {
  border-bottom: none;
}

/* line 182, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-row .spreadsheet-cell {
  padding: 0.75rem;
  border-right: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 190, app/assets/stylesheets/form_builder.scss */
.dataset-spreadsheet .spreadsheet-row .spreadsheet-cell:last-child {
  border-right: none;
}

/* line 197, app/assets/stylesheets/form_builder.scss */
.response-preview {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 201, app/assets/stylesheets/form_builder.scss */
.response-preview strong {
  font-weight: 600;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/form_builder.scss */
  .form-builder-palette {
    max-height: 300px;
    margin-bottom: 1rem;
  }
  /* line 215, app/assets/stylesheets/form_builder.scss */
  .form-builder-block-wrapper .form-builder-block-actions {
    opacity: 1;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0.5rem;
    text-align: right;
  }
  /* line 226, app/assets/stylesheets/form_builder.scss */
  .dataset-spreadsheet .spreadsheet-header,
.dataset-spreadsheet .spreadsheet-row {
    flex-wrap: wrap;
  }
  /* line 230, app/assets/stylesheets/form_builder.scss */
  .dataset-spreadsheet .spreadsheet-header .spreadsheet-cell,
.dataset-spreadsheet .spreadsheet-row .spreadsheet-cell {
    width: 100% !important;
    flex: none !important;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 236, app/assets/stylesheets/form_builder.scss */
  .dataset-spreadsheet .spreadsheet-header .spreadsheet-cell:last-child,
.dataset-spreadsheet .spreadsheet-row .spreadsheet-cell:last-child {
    border-bottom: none;
  }
}
/* line 1, app/assets/stylesheets/message_templates.scss */
.message-template-palette {
  position: sticky;
  top: 1rem;
}

/* line 5, app/assets/stylesheets/message_templates.scss */
.message-template-palette .variable-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

/* line 11, app/assets/stylesheets/message_templates.scss */
.message-template-palette .variable-chip {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.2;
}

/* line 20, app/assets/stylesheets/message_templates.scss */
.message-template-preview-card .preview-subject {
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 4px;
  min-height: 2.25rem;
}

/* line 28, app/assets/stylesheets/message_templates.scss */
.message-template-preview-card .preview-body {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  min-height: 6rem;
  max-height: 24rem;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

/* line 41, app/assets/stylesheets/message_templates.scss */
.message-template-preview-card .preview-body p {
  margin-bottom: 0.5rem;
}

/* line 42, app/assets/stylesheets/message_templates.scss */
.message-template-preview-card .preview-body p:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/message_templates.scss */
.form-actions {
  gap: 0.5rem;
}

/* line 49, app/assets/stylesheets/message_templates.scss */
.form-actions form.d-inline {
  margin: 0;
}
/* line 4, app/assets/stylesheets/monitoring.scss */
#multimonitor-canvas3d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
/* line 4, app/assets/stylesheets/patient_notes.scss */
.comment-body {
  width: 80%;
}

/* line 7, app/assets/stylesheets/patient_notes.scss */
.comment-text {
  width: 100%;
}

/* line 10, app/assets/stylesheets/patient_notes.scss */
#content {
  border: none;
  display: none;
  width: inherit;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/* line 2, app/assets/stylesheets/patients.scss */
.drag-area {
  border: 2px dashed gray;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/patients.scss */
.drag-area.active {
  border: 2px solid gray;
}

/* line 15, app/assets/stylesheets/patients.scss */
.drag-area .fe {
  font-size: 50px !important;
  color: #39afd1;
}

/* line 19, app/assets/stylesheets/patients.scss */
.drag-area header {
  font-size: 30px;
  font-weight: 500;
  color: #39afd1;
}

/* line 24, app/assets/stylesheets/patients.scss */
.drag-area span {
  font-size: 25px;
  font-weight: 500;
  color: gray;
  margin: 10px 0 15px 0;
}

/* line 30, app/assets/stylesheets/patients.scss */
.drag-area button {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: white;
  color: #39afd1;
  border-radius: 5px;
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/patients.scss */
.img {
  height: 150px;
}

/* line 44, app/assets/stylesheets/patients.scss */
.img-referrals {
  width: 90%;
  height: 250px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* ========================================
   A.Health PDF Styles
   ======================================== */
/* --- Base --- */
/* line 8, app/assets/stylesheets/pdf.scss */
* {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/pdf.scss */
body {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #1a2332;
  margin: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* --- PDF Document Container --- */
/* line 24, app/assets/stylesheets/pdf.scss */
.pdf-document {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 10px;
}

/* --- Header Top Row: Logo + Contact --- */
/* line 31, app/assets/stylesheets/pdf.scss */
.pdf-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 24px 0;
}

/* line 38, app/assets/stylesheets/pdf.scss */
.pdf-header__logo {
  height: 64px;
  width: auto;
  display: block;
}

/* line 44, app/assets/stylesheets/pdf.scss */
.pdf-header__contact {
  text-align: right;
  font-size: 11px;
  line-height: 1.7;
  color: #3b506c;
}

/* line 51, app/assets/stylesheets/pdf.scss */
.pdf-header__contact-name {
  font-weight: 600;
  font-size: 12px;
  color: #1a2332;
  margin-bottom: 2px;
}

/* line 58, app/assets/stylesheets/pdf.scss */
.pdf-header__contact a {
  color: #3D6B69;
  text-decoration: none;
}

/* --- Title Banner --- */
/* line 64, app/assets/stylesheets/pdf.scss */
.pdf-title-banner {
  background-color: #6AADAB;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 8px;
}

/* line 71, app/assets/stylesheets/pdf.scss */
.pdf-title-banner__title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

/* --- Branded Pill --- */
/* line 80, app/assets/stylesheets/pdf.scss */
.pdf-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #2a3a3a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 20px;
  margin-top: -1px;
  margin-bottom: 24px;
}

/* line 94, app/assets/stylesheets/pdf.scss */
.pdf-brand-pill__icon {
  height: 14px;
  width: 14px;
  opacity: 0.85;
}

/* --- Report Meta --- */
/* line 101, app/assets/stylesheets/pdf.scss */
.pdf-report-meta {
  font-size: 12px;
  color: #3b506c;
  line-height: 1.8;
  margin-bottom: 28px;
}

/* line 108, app/assets/stylesheets/pdf.scss */
.pdf-report-meta__label {
  font-weight: 600;
  color: #12263f;
}

/* --- Divider --- */
/* line 114, app/assets/stylesheets/pdf.scss */
.pdf-divider {
  border: none;
  border-top: 1px solid #e3ebf6;
  margin: 0 0 28px 0;
}

/* --- Document Content --- */
/* line 121, app/assets/stylesheets/pdf.scss */
.pdf-content {
  font-size: 13px;
  line-height: 1.75;
  color: #1a2332;
}

/* line 127, app/assets/stylesheets/pdf.scss */
.pdf-content p {
  margin: 0 0 12px 0;
}

/* line 131, app/assets/stylesheets/pdf.scss */
.pdf-content h1,
.pdf-content h2,
.pdf-content h3,
.pdf-content h4,
.pdf-content h5,
.pdf-content h6 {
  color: #12263f;
  font-weight: 600;
  margin: 24px 0 8px 0;
  line-height: 1.35;
}

/* line 143, app/assets/stylesheets/pdf.scss */
.pdf-content h1 {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #3D6B69;
}

/* line 149, app/assets/stylesheets/pdf.scss */
.pdf-content h2 {
  font-size: 17px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e3ebf6;
}

/* line 155, app/assets/stylesheets/pdf.scss */
.pdf-content h3 {
  font-size: 15px;
}

/* line 159, app/assets/stylesheets/pdf.scss */
.pdf-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6E84A3;
}

/* Lists */
/* line 167, app/assets/stylesheets/pdf.scss */
.pdf-content ul,
.pdf-content ol {
  margin: 0 0 12px 0;
  padding-left: 24px;
}

/* line 173, app/assets/stylesheets/pdf.scss */
.pdf-content li {
  margin-bottom: 4px;
}

/* line 177, app/assets/stylesheets/pdf.scss */
.pdf-content li p {
  margin: 0;
}

/* Tables */
/* line 182, app/assets/stylesheets/pdf.scss */
.pdf-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 12px;
}

/* line 189, app/assets/stylesheets/pdf.scss */
.pdf-content th {
  background-color: #3D6B69;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #3D6B69;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* line 201, app/assets/stylesheets/pdf.scss */
.pdf-content td {
  padding: 8px 12px;
  border: 1px solid #e3ebf6;
  vertical-align: top;
}

/* line 207, app/assets/stylesheets/pdf.scss */
.pdf-content tr:nth-child(even) td {
  background-color: #f5fafa;
}

/* Blockquote */
/* line 212, app/assets/stylesheets/pdf.scss */
.pdf-content blockquote {
  border-left: 3px solid #6AADAB;
  padding: 10px 16px;
  margin: 16px 0;
  background-color: #f2f9f8;
  color: #3b506c;
  font-style: italic;
}

/* line 221, app/assets/stylesheets/pdf.scss */
.pdf-content blockquote p {
  margin: 0;
}

/* Code */
/* line 226, app/assets/stylesheets/pdf.scss */
.pdf-content code {
  background-color: #f0f4f8;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 12px;
  color: #d63384;
}

/* line 235, app/assets/stylesheets/pdf.scss */
.pdf-content pre {
  background-color: #1e2e2e;
  color: #e3ebf6;
  padding: 14px 18px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 16px 0;
  line-height: 1.5;
}

/* line 245, app/assets/stylesheets/pdf.scss */
.pdf-content pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 12px;
}

/* Horizontal Rule */
/* line 253, app/assets/stylesheets/pdf.scss */
.pdf-content hr {
  border: none;
  border-top: 1px solid #e3ebf6;
  margin: 20px 0;
}

/* Links */
/* line 260, app/assets/stylesheets/pdf.scss */
.pdf-content a {
  color: #3D6B69;
  text-decoration: none;
}

/* Strong & Emphasis */
/* line 266, app/assets/stylesheets/pdf.scss */
.pdf-content strong {
  font-weight: 600;
  color: #12263f;
}

/* --- Approval Footer --- */
/* line 272, app/assets/stylesheets/pdf.scss */
.pdf-approval {
  margin-top: 40px;
  padding: 20px 24px;
  border: 2px solid #3D6B69;
  border-radius: 6px;
  background-color: #f4f8f7;
}

/* line 280, app/assets/stylesheets/pdf.scss */
.pdf-approval__badge {
  display: inline-block;
  background-color: #3D6B69;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

/* line 293, app/assets/stylesheets/pdf.scss */
.pdf-approval__details {
  border-left: 4px solid #3D6B69;
  padding-left: 16px;
  font-size: 12px;
  color: #3b506c;
  line-height: 1.9;
}

/* line 301, app/assets/stylesheets/pdf.scss */
.pdf-approval__label {
  font-weight: 700;
  color: #12263f;
}

/* line 306, app/assets/stylesheets/pdf.scss */
.pdf-approval__hash {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 10px;
  color: #6E84A3;
}

/* line 312, app/assets/stylesheets/pdf.scss */
.pdf-approval__reviewer {
  border-left: 4px solid #3D6B69;
  padding-left: 16px;
  font-size: 12px;
  color: #3b506c;
  line-height: 1.9;
  margin-bottom: 14px;
}

/* --- Page Footer --- */
/* line 322, app/assets/stylesheets/pdf.scss */
.pdf-footer {
  margin-top: 40px;
  padding-top: 12px;
  border-top: 1px solid #e3ebf6;
  text-align: center;
  font-size: 9px;
  color: #95aac9;
}

/* line 331, app/assets/stylesheets/pdf.scss */
.pdf-footer__disclaimer {
  margin: 0;
  line-height: 1.6;
  color: #000000;
  font-size: 11px;
}

/* --- Appendix Separator Page --- */
/* line 339, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator {
  padding-top: 40px;
}

/* line 343, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__banner {
  background-color: #6AADAB;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 32px;
}

/* line 350, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

/* line 358, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__subtitle {
  font-size: 14px;
  color: #3b506c;
  margin-bottom: 16px;
}

/* line 364, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__list ol {
  padding-left: 24px;
}

/* line 368, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__item {
  font-size: 13px;
  line-height: 2;
  color: #1a2332;
}

/* line 374, app/assets/stylesheets/pdf.scss */
.pdf-appendix-separator__item .text-muted {
  color: #6E84A3;
  font-size: 11px;
}

/* --- Appendix Image Page --- */
/* line 380, app/assets/stylesheets/pdf.scss */
.pdf-appendix-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  padding: 20px 0;
}

/* line 389, app/assets/stylesheets/pdf.scss */
.pdf-appendix-image__container {
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 397, app/assets/stylesheets/pdf.scss */
.pdf-appendix-image__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

/* line 403, app/assets/stylesheets/pdf.scss */
.pdf-appendix-image__caption {
  margin-top: 16px;
  font-size: 11px;
  color: #6E84A3;
  text-align: center;
}
/* line 14, app/assets/stylesheets/reporting.scss */
.reporting-page {
  background: linear-gradient(180deg, #f9fbfd 0%, #f9fbfd 320px, #ffffff 320px);
  min-height: 100%;
}

/* line 20, app/assets/stylesheets/reporting.scss */
.reporting-hero {
  background: linear-gradient(135deg, #1657c6 0%, #2c7be5 60%, #39afd1 100%);
  padding: 2.25rem 0 4rem 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/reporting.scss */
.reporting-hero::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* line 39, app/assets/stylesheets/reporting.scss */
.reporting-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 217, 126, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/reporting.scss */
.reporting-hero .header-title {
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: 1.2;
}

/* line 58, app/assets/stylesheets/reporting.scss */
.reporting-hero .header-pretitle {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* line 66, app/assets/stylesheets/reporting.scss */
.reporting-hero .reporting-hero-actions .btn-light {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
}

/* line 72, app/assets/stylesheets/reporting.scss */
.reporting-hero .reporting-hero-actions .btn-light:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* line 80, app/assets/stylesheets/reporting.scss */
.reporting-search {
  position: relative;
  width: 280px;
  max-width: 40vw;
}

/* line 86, app/assets/stylesheets/reporting.scss */
.reporting-search-icon {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  pointer-events: none;
  z-index: 2;
}

/* line 97, app/assets/stylesheets/reporting.scss */
.reporting-search-input {
  width: 100%;
  height: 34px;
  padding: 0 0.7rem 0 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.85rem;
  backdrop-filter: blur(8px);
  transition: background 0.15s ease, border-color 0.15s ease;
}

/* line 109, app/assets/stylesheets/reporting.scss */
.reporting-search-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

/* line 113, app/assets/stylesheets/reporting.scss */
.reporting-search-input:focus {
  outline: none;
  background: #fff;
  color: #12263f;
  border-color: #fff;
}

/* line 119, app/assets/stylesheets/reporting.scss */
.reporting-search-input:focus + .reporting-search-icon,
.reporting-search-input:focus ~ .reporting-search-icon {
  color: #6e84a3;
}

/* line 125, app/assets/stylesheets/reporting.scss */
.reporting-search-input:focus::placeholder {
  color: #6e84a3;
}

/* line 130, app/assets/stylesheets/reporting.scss */
.reporting-search:focus-within .reporting-search-icon {
  color: #6e84a3;
}

/* line 134, app/assets/stylesheets/reporting.scss */
.reporting-search-dropdown {
  position: fixed;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 38, 63, 0.18);
  border: 1px solid #e3ebf6;
  z-index: 1050;
}

/* line 145, app/assets/stylesheets/reporting.scss */
.reporting-search-empty {
  padding: 0.85rem 1rem;
  color: #6e84a3;
  font-size: 0.8rem;
}

/* line 151, app/assets/stylesheets/reporting.scss */
.reporting-search-result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #f1f4f9;
  text-decoration: none !important;
  color: #12263f;
  transition: background 0.12s ease;
}

/* line 161, app/assets/stylesheets/reporting.scss */
.reporting-search-result:last-child {
  border-bottom: 0;
}

/* line 163, app/assets/stylesheets/reporting.scss */
.reporting-search-result:hover, .reporting-search-result.is-active, .reporting-search-result:focus {
  background: #f3f7fc;
  color: #12263f;
  text-decoration: none !important;
}

/* line 170, app/assets/stylesheets/reporting.scss */
.reporting-search-result:hover .reporting-search-result-arrow, .reporting-search-result.is-active .reporting-search-result-arrow, .reporting-search-result:focus .reporting-search-result-arrow {
  opacity: 1;
  transform: translateX(2px);
}

/* line 177, app/assets/stylesheets/reporting.scss */
.reporting-search-result-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c7be5 0%, #39afd1 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex: 0 0 32px;
}

/* line 191, app/assets/stylesheets/reporting.scss */
.reporting-search-result-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 198, app/assets/stylesheets/reporting.scss */
.reporting-search-result-name {
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 207, app/assets/stylesheets/reporting.scss */
.reporting-search-result-meta {
  font-size: 0.72rem;
  color: #6e84a3;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 216, app/assets/stylesheets/reporting.scss */
.reporting-search-result-arrow {
  color: #6e84a3;
  font-size: 0.85rem;
  opacity: 0.4;
  transition: opacity 0.12s ease, transform 0.12s ease;
  flex: 0 0 auto;
}

/* line 224, app/assets/stylesheets/reporting.scss */
.reporting-filter-card {
  border: 1px solid #e3ebf6;
  border-radius: 0.625rem;
  box-shadow: 0 4px 14px rgba(18, 38, 63, 0.06);
}

/* line 231, app/assets/stylesheets/reporting.scss */
.reporting-kpi-row {
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* line 237, app/assets/stylesheets/reporting.scss */
.reporting-kpi-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
}

/* line 243, app/assets/stylesheets/reporting.scss */
.reporting-kpi-link:hover, .reporting-kpi-link:focus {
  text-decoration: none !important;
  color: inherit;
}

/* line 248, app/assets/stylesheets/reporting.scss */
.reporting-kpi-link:hover .reporting-kpi-arrow, .reporting-kpi-link:focus .reporting-kpi-arrow {
  opacity: 1;
  transform: translateX(2px);
}

/* line 255, app/assets/stylesheets/reporting.scss */
.reporting-kpi-arrow {
  font-size: 0.75rem;
  opacity: 0.4;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

/* line 261, app/assets/stylesheets/reporting.scss */
.reporting-kpi {
  border: 1px solid #e3ebf6;
  border-radius: 0.625rem;
  box-shadow: 0 6px 22px rgba(18, 38, 63, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 269, app/assets/stylesheets/reporting.scss */
.reporting-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(18, 38, 63, 0.09);
}

/* line 274, app/assets/stylesheets/reporting.scss */
.reporting-kpi .card-body {
  padding: 1.25rem 1.25rem 1.1rem 1.25rem;
}

/* line 278, app/assets/stylesheets/reporting.scss */
.reporting-kpi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

/* line 288, app/assets/stylesheets/reporting.scss */
.reporting-kpi--primary::before {
  background: #2c7be5;
}

/* line 289, app/assets/stylesheets/reporting.scss */
.reporting-kpi--primary .reporting-kpi-icon {
  background: rgba(44, 123, 229, 0.1);
  color: #2c7be5;
}

/* line 292, app/assets/stylesheets/reporting.scss */
.reporting-kpi--success::before {
  background: #00d97e;
}

/* line 293, app/assets/stylesheets/reporting.scss */
.reporting-kpi--success .reporting-kpi-icon {
  background: rgba(0, 217, 126, 0.1);
  color: #00d97e;
}

/* line 296, app/assets/stylesheets/reporting.scss */
.reporting-kpi--info::before {
  background: #39afd1;
}

/* line 297, app/assets/stylesheets/reporting.scss */
.reporting-kpi--info .reporting-kpi-icon {
  background: rgba(57, 175, 209, 0.1);
  color: #39afd1;
}

/* line 300, app/assets/stylesheets/reporting.scss */
.reporting-kpi--warning::before {
  background: #f6c343;
}

/* line 301, app/assets/stylesheets/reporting.scss */
.reporting-kpi--warning .reporting-kpi-icon {
  background: rgba(246, 195, 67, 0.12);
  color: #c89c1e;
}

/* line 305, app/assets/stylesheets/reporting.scss */
.reporting-kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

/* line 316, app/assets/stylesheets/reporting.scss */
.reporting-kpi-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6e84a3;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

/* line 325, app/assets/stylesheets/reporting.scss */
.reporting-kpi-value {
  font-size: 1.875rem;
  font-weight: 700;
  color: #12263f;
  line-height: 1.05;
  margin-bottom: 0.4rem;
}

/* line 333, app/assets/stylesheets/reporting.scss */
.reporting-kpi-meta {
  font-size: 0.78rem;
  color: #6e84a3;
  margin-bottom: 0;
}

/* line 340, app/assets/stylesheets/reporting.scss */
.reporting-chart-card {
  border: 1px solid #e3ebf6;
  border-radius: 0.625rem;
  box-shadow: 0 4px 14px rgba(18, 38, 63, 0.04);
}

/* line 345, app/assets/stylesheets/reporting.scss */
.reporting-chart-card .card-header {
  background: transparent;
  border-bottom: 1px solid #edf2f9;
  padding: 1rem 1.25rem;
}

/* line 350, app/assets/stylesheets/reporting.scss */
.reporting-chart-card .card-header .card-header-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #12263f;
  display: flex;
  align-items: center;
}

/* line 359, app/assets/stylesheets/reporting.scss */
.reporting-chart-card .card-body {
  padding: 1.25rem;
}

/* line 365, app/assets/stylesheets/reporting.scss */
.reporting-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #e3ebf6;
  border-radius: 8px;
  background: #f9fbfd;
}

/* line 373, app/assets/stylesheets/reporting.scss */
.reporting-empty .reporting-empty-inner {
  text-align: center;
}

/* line 376, app/assets/stylesheets/reporting.scss */
.reporting-empty .reporting-empty-inner i {
  font-size: 1.75rem;
  color: #6e84a3;
  opacity: 0.4;
}

/* line 385, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* line 391, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend {
  flex: 1 1 180px;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

/* line 399, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend-item {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  font-size: 0.85rem;
  color: #12263f;
  border-bottom: 1px solid #edf2f9;
}

/* line 407, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend-item:last-child {
  border-bottom: 0;
}

/* line 410, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 0.6rem;
  flex: 0 0 10px;
}

/* line 419, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 427, app/assets/stylesheets/reporting.scss */
.reporting-donut-wrap .reporting-legend-value {
  font-weight: 600;
  margin-left: 0.5rem;
}

/* line 434, app/assets/stylesheets/reporting.scss */
.reporting-hbars {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* line 440, app/assets/stylesheets/reporting.scss */
.reporting-hbar-row {
  display: grid;
  grid-template-columns: minmax(110px, 1.2fr) minmax(0, 3fr) auto;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.85rem;
}

/* line 448, app/assets/stylesheets/reporting.scss */
.reporting-hbar-label {
  color: #12263f;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 456, app/assets/stylesheets/reporting.scss */
.reporting-hbar-track {
  background: #f3f6fb;
  border-radius: 4px;
  height: 18px;
  overflow: hidden;
  position: relative;
}

/* line 464, app/assets/stylesheets/reporting.scss */
.reporting-hbar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.4s ease;
}

/* line 470, app/assets/stylesheets/reporting.scss */
.reporting-hbar-value {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #12263f;
  min-width: 28px;
  text-align: right;
}

/* line 479, app/assets/stylesheets/reporting.scss */
.reporting-service-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}

/* line 485, app/assets/stylesheets/reporting.scss */
.reporting-service-tile {
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  background: #f9fbfd;
  border: 1px solid #e3ebf6;
  border-radius: 8px;
  text-decoration: none;
  color: #12263f;
  transition: all 0.15s ease;
}

/* line 496, app/assets/stylesheets/reporting.scss */
.reporting-service-tile:hover {
  background: #fff;
  border-color: #2c7be5;
  box-shadow: 0 4px 12px rgba(44, 123, 229, 0.1);
  text-decoration: none;
  color: #12263f;
}

/* line 504, app/assets/stylesheets/reporting.scss */
.reporting-service-tile .reporting-service-tile-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(44, 123, 229, 0.1);
  color: #2c7be5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  flex: 0 0 36px;
  font-size: 1rem;
}

/* line 518, app/assets/stylesheets/reporting.scss */
.reporting-service-tile .reporting-service-tile-body {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 523, app/assets/stylesheets/reporting.scss */
.reporting-service-tile .reporting-service-tile-name {
  font-weight: 600;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 531, app/assets/stylesheets/reporting.scss */
.reporting-service-tile .reporting-service-tile-meta {
  font-size: 0.75rem;
  color: #6e84a3;
}

/* line 536, app/assets/stylesheets/reporting.scss */
.reporting-service-tile .reporting-service-tile-arrow {
  color: #6e84a3;
  font-size: 0.9rem;
  transition: transform 0.15s ease, color 0.15s ease;
  margin-left: 0.5rem;
}

/* line 543, app/assets/stylesheets/reporting.scss */
.reporting-service-tile:hover .reporting-service-tile-arrow {
  transform: translateX(2px);
  color: #2c7be5;
}

/* line 551, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-pathway-header {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
  border: 1px solid #e3ebf6;
  border-radius: 0.625rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 14px rgba(18, 38, 63, 0.04);
}

/* line 560, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step {
  display: grid;
  grid-template-columns: 28px minmax(0, 2.4fr) auto auto auto 110px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #edf2f9;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  color: #12263f;
  text-decoration: none !important;
}

/* line 571, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step:hover, .reporting-pathway .reporting-step:focus {
  background: #f9fbfd;
  color: #12263f;
  text-decoration: none !important;
  box-shadow: inset 3px 0 0 0 #2c7be5;
}

/* line 579, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step:last-child {
  border-bottom: 0;
}

/* line 582, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step--subtask .reporting-step-marker {
  margin-left: 0.75rem;
}

/* line 583, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step--subtask .reporting-step-title {
  font-weight: 500;
}

/* line 586, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step--empty {
  opacity: 0.6;
}

/* line 591, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(44, 123, 229, 0.1);
  color: #2c7be5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex: 0 0 28px;
}

/* line 604, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-marker--zero {
  background: #f3f6fb;
  color: #6e84a3;
}

/* line 610, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-title {
  font-weight: 600;
  color: #12263f;
  font-size: 0.95rem;
  line-height: 1.3;
}

/* line 617, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-meta {
  font-size: 0.75rem;
  color: #6e84a3;
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* line 627, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-bar {
  width: 140px;
  background: #f3f6fb;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

/* line 634, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-bar .reporting-step-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #2c7be5 0%, #39afd1 100%);
  transition: width 0.4s ease;
}

/* line 642, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 84px;
}

/* line 648, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-stat .reporting-step-stat-value {
  font-weight: 700;
  font-size: 1rem;
  color: #12263f;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

/* line 655, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-stat .reporting-step-stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6e84a3;
  font-weight: 600;
  margin-top: 2px;
}

/* line 665, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #12263f;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: right;
}

/* line 674, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-count-label {
  font-size: 0.7rem;
  color: #6e84a3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
  margin-top: 2px;
}

/* line 683, app/assets/stylesheets/reporting.scss */
.reporting-pathway .reporting-step-sparkline {
  text-align: right;
}

/* line 689, app/assets/stylesheets/reporting.scss */
.reporting-cohort-list {
  display: flex;
  flex-direction: column;
}

/* line 694, app/assets/stylesheets/reporting.scss */
.reporting-cohort-card {
  display: grid;
  grid-template-columns: 52px 1fr auto 24px;
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #edf2f9;
  text-decoration: none !important;
  color: #12263f;
  position: relative;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 706, app/assets/stylesheets/reporting.scss */
.reporting-cohort-card:hover, .reporting-cohort-card:focus {
  background: #f9fbfd;
  color: #12263f;
  text-decoration: none !important;
  box-shadow: inset 3px 0 0 0 #2c7be5;
}

/* line 713, app/assets/stylesheets/reporting.scss */
.reporting-cohort-card:hover .reporting-cohort-arrow, .reporting-cohort-card:focus .reporting-cohort-arrow {
  opacity: 1;
  transform: translateX(3px);
  color: #2c7be5;
}

/* line 720, app/assets/stylesheets/reporting.scss */
.reporting-cohort-card:last-child {
  border-bottom: 0;
}

/* line 723, app/assets/stylesheets/reporting.scss */
.reporting-cohort-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #fff;
  flex: 0 0 44px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* line 737, app/assets/stylesheets/reporting.scss */
.reporting-cohort-avatar--active {
  background: linear-gradient(135deg, #2c7be5 0%, #39afd1 100%);
}

/* line 740, app/assets/stylesheets/reporting.scss */
.reporting-cohort-avatar--referrals {
  background: linear-gradient(135deg, #00d97e 0%, #2c7be5 100%);
}

/* line 743, app/assets/stylesheets/reporting.scss */
.reporting-cohort-avatar--completed {
  background: linear-gradient(135deg, #39afd1 0%, #a06be8 100%);
}

/* line 748, app/assets/stylesheets/reporting.scss */
.reporting-cohort-main {
  min-width: 0;
}

/* line 752, app/assets/stylesheets/reporting.scss */
.reporting-cohort-name-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

/* line 760, app/assets/stylesheets/reporting.scss */
.reporting-cohort-name {
  font-size: 1rem;
  font-weight: 600;
  color: #12263f;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

/* line 769, app/assets/stylesheets/reporting.scss */
.reporting-cohort-eid {
  font-size: 0.7rem;
  color: #6e84a3;
  font-variant-numeric: tabular-nums;
  background: #f3f6fb;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* line 780, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  align-items: center;
  font-size: 0.78rem;
}

/* line 787, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pills--accent {
  margin-top: 0.4rem;
}

/* line 790, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pills--accent:empty {
  display: none;
}

/* line 794, app/assets/stylesheets/reporting.scss */
.reporting-cohort-meta {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 0.2rem;
  align-items: baseline;
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

/* line 804, app/assets/stylesheets/reporting.scss */
.reporting-cohort-meta-label {
  color: #6e84a3;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  white-space: nowrap;
}

/* line 813, app/assets/stylesheets/reporting.scss */
.reporting-cohort-meta-value {
  color: #12263f;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 821, app/assets/stylesheets/reporting.scss */
.reporting-cohort-meta-value--empty {
  color: #cbd6e3;
  font-weight: 400;
}

/* line 827, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #6e84a3;
  font-weight: 500;
  line-height: 1.4;
}

/* line 835, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill i {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* line 840, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--accent {
  color: #2c7be5;
  font-weight: 600;
  background: rgba(44, 123, 229, 0.08);
  padding: 0.18rem 0.55rem;
  border-radius: 6px;
}

/* line 846, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--accent i {
  opacity: 1;
}

/* line 849, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--success {
  color: #00d97e;
}

/* line 849, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--success i {
  color: #00d97e;
  opacity: 1;
}

/* line 850, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--warning {
  color: #c89c1e;
}

/* line 850, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--warning i {
  color: #c89c1e;
  opacity: 1;
}

/* line 851, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--danger {
  color: #e63757;
}

/* line 851, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--danger i {
  color: #e63757;
  opacity: 1;
}

/* line 852, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill--neutral {
  color: #6e84a3;
}

/* line 855, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #6e84a3;
  margin-left: 0.45rem;
  padding-left: 0.7rem;
  position: relative;
  white-space: nowrap;
}

/* line 866, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

/* line 878, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role--clinician {
  color: #00d97e;
}

/* line 879, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role--care_coordinator {
  color: #2c7be5;
}

/* line 880, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role--admin, .reporting-cohort-pill-role--administrator {
  color: #39afd1;
}

/* line 882, app/assets/stylesheets/reporting.scss */
.reporting-cohort-pill-role--patient {
  color: #f6c343;
}

/* line 885, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat {
  text-align: right;
  min-width: 96px;
  padding-left: 0.5rem;
  border-left: 1px solid #edf2f9;
  padding-left: 1rem;
}

/* line 893, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-value {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #12263f;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* line 901, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-value--date {
  font-size: 1rem;
}

/* line 906, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6e84a3;
  font-weight: 600;
  margin-top: 0.2rem;
}

/* line 915, app/assets/stylesheets/reporting.scss */
.reporting-cohort-progress {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px dashed #edf2f9;
}

/* line 924, app/assets/stylesheets/reporting.scss */
.reporting-cohort-progress-track {
  display: flex;
  gap: 2px;
  flex: 0 0 90%;
  align-items: center;
}

/* line 931, app/assets/stylesheets/reporting.scss */
.reporting-cohort-progress-count {
  font-size: 0.7rem;
  color: #6e84a3;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
  letter-spacing: 0.02em;
  margin-left: auto;
}

/* line 941, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step {
  flex: 1 1 0;
  min-width: 0;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: default;
}

/* line 950, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step:hover {
  z-index: 5;
}

/* line 954, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step:hover .reporting-cohort-step-bar {
  transform: scaleY(1.45);
}

/* line 958, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step:hover .reporting-cohort-step-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

/* line 965, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step--subtask .reporting-cohort-step-bar {
  height: 5px;
  opacity: 0.85;
}

/* line 971, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step--completed .reporting-cohort-step-bar {
  background: #00d97e;
}

/* line 972, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step--current .reporting-cohort-step-bar {
  background: #2c7be5;
  box-shadow: 0 0 0 2px rgba(44, 123, 229, 0.2);
}

/* line 976, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step--overdue .reporting-cohort-step-bar {
  background: #e63757;
}

/* line 977, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step--pending .reporting-cohort-step-bar {
  background: #d9e2f0;
}

/* line 980, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step-bar {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  background: #d9e2f0;
  transition: transform 0.15s ease;
  transform-origin: center;
}

/* line 990, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #12263f;
  color: #fff;
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  font-size: 0.72rem;
  line-height: 1.35;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 30;
  box-shadow: 0 6px 18px rgba(18, 38, 63, 0.22);
  transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
}

/* line 1012, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #12263f;
}

/* line 1022, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step-tooltip strong {
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

/* line 1030, app/assets/stylesheets/reporting.scss */
.reporting-cohort-step-tooltip-meta {
  color: #b1c2d9;
  font-size: 0.68rem;
  display: block;
  margin-top: 1px;
}

/* line 1037, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-substat {
  font-size: 0.7rem;
  color: #6e84a3;
  margin-top: 0.55rem;
  padding-top: 0.45rem;
  border-top: 1px dashed #edf2f9;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}

/* line 1050, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-substat i {
  font-size: 0.75rem;
  opacity: 0.6;
}

/* line 1055, app/assets/stylesheets/reporting.scss */
.reporting-cohort-stat-substat span {
  font-weight: 700;
}

/* line 1060, app/assets/stylesheets/reporting.scss */
.reporting-cohort-arrow {
  color: #cbd6e3;
  font-size: 0.95rem;
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
  text-align: center;
  width: 24px;
}

@media (max-width: 768px) {
  /* line 1069, app/assets/stylesheets/reporting.scss */
  .reporting-cohort-card {
    grid-template-columns: 44px 1fr;
    gap: 0.85rem;
  }
  /* line 1073, app/assets/stylesheets/reporting.scss */
  .reporting-cohort-card .reporting-cohort-stat,
.reporting-cohort-card .reporting-cohort-arrow {
    grid-column: 1 / -1;
    text-align: left;
    padding-left: 60px;
    border-left: 0;
    margin-top: 0.25rem;
  }
  /* line 1082, app/assets/stylesheets/reporting.scss */
  .reporting-cohort-card .reporting-cohort-stat {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }
  /* line 1087, app/assets/stylesheets/reporting.scss */
  .reporting-cohort-card .reporting-cohort-stat .reporting-cohort-stat-label {
    margin-top: 0;
  }
}

/* line 1096, app/assets/stylesheets/reporting.scss */
.reporting-patient-journey .reporting-patient-header {
  background: linear-gradient(135deg, #f9fbfd 0%, #fff 100%);
  border: 1px solid #e3ebf6;
  border-radius: 0.625rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 14px rgba(18, 38, 63, 0.04);
}

/* line 1109, app/assets/stylesheets/reporting.scss */
.reporting-pathway-readonly .btn,
.reporting-pathway-readonly [data-target^="#dischargeModal"],
.reporting-pathway-readonly [data-target^="#careTeamModal"],
.reporting-pathway-readonly [data-target^="#scheduleAppointmentModal"],
.reporting-pathway-readonly [data-action*="completeTask"],
.reporting-pathway-readonly [data-action*="pathway-card"],
.reporting-pathway-readonly .modal {
  display: none !important;
}

/* line 1120, app/assets/stylesheets/reporting.scss */
.reporting-pathway-readonly a[data-method="post"],
.reporting-pathway-readonly a[data-method="delete"],
.reporting-pathway-readonly a[data-method="patch"],
.reporting-pathway-readonly a[data-method="put"] {
  pointer-events: none;
  color: #6e84a3 !important;
  opacity: 0.5;
}

@media (max-width: 768px) {
  /* line 1132, app/assets/stylesheets/reporting.scss */
  .reporting-pathway .reporting-step {
    grid-template-columns: 28px 1fr auto;
    gap: 0.75rem;
  }
  /* line 1136, app/assets/stylesheets/reporting.scss */
  .reporting-pathway .reporting-step .reporting-step-bar,
.reporting-pathway .reporting-step .reporting-step-stat {
    grid-column: 1 / -1;
    width: 100%;
    align-items: flex-start;
  }
  /* line 1143, app/assets/stylesheets/reporting.scss */
  .reporting-pathway .reporting-step .reporting-step-sparkline {
    grid-column: 1 / -1;
    text-align: left;
  }
  /* line 1149, app/assets/stylesheets/reporting.scss */
  .reporting-hero {
    padding: 1.5rem 0 3rem 0;
  }
  /* line 1152, app/assets/stylesheets/reporting.scss */
  .reporting-hero .header-title {
    font-size: 1.4rem;
  }
}
/* line 8, app/assets/stylesheets/services.scss */
.workflow-input-section .workflow-add-form .input-group-text {
  background: #f8f9fa;
  border-right: none;
}

/* line 13, app/assets/stylesheets/services.scss */
.workflow-input-section .workflow-add-form .form-control-lg {
  border-left: none;
  border-right: none;
}

/* line 17, app/assets/stylesheets/services.scss */
.workflow-input-section .workflow-add-form .form-control-lg:focus {
  border-color: #ced4da;
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/services.scss */
.workflow-empty-state {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  background-color: #f8f9fa;
}

/* line 30, app/assets/stylesheets/services.scss */
.workflow-empty-state i {
  opacity: 0.5;
}

/* line 35, app/assets/stylesheets/services.scss */
.workflow-canvas {
  min-height: 200px;
  padding: 1rem 0;
}

/* line 40, app/assets/stylesheets/services.scss */
.workflow-nodes-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 46, app/assets/stylesheets/services.scss */
.workflow-node-wrapper {
  width: 100%;
}

/* line 49, app/assets/stylesheets/services.scss */
.workflow-node-wrapper.workflow-node-child {
  margin-left: 2rem;
  border-left: 2px solid #e9ecef;
  padding-left: 0.5rem;
}

/* line 56, app/assets/stylesheets/services.scss */
.workflow-node-indent {
  color: #adb5bd;
  font-size: 0.875rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}

/* line 63, app/assets/stylesheets/services.scss */
.workflow-node {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
}

/* line 73, app/assets/stylesheets/services.scss */
.workflow-node:hover {
  border-color: #adb5bd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 79, app/assets/stylesheets/services.scss */
.workflow-node-drag-handle {
  cursor: move;
  color: #adb5bd;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
  user-select: none;
}

/* line 89, app/assets/stylesheets/services.scss */
.workflow-node-drag-handle:hover {
  color: #007bff;
}

/* line 93, app/assets/stylesheets/services.scss */
.workflow-node-drag-handle .drag-handle-text {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -2px;
  pointer-events: none;
}

/* line 101, app/assets/stylesheets/services.scss */
.workflow-node-main {
  flex: 1;
  min-width: 0;
}

/* line 106, app/assets/stylesheets/services.scss */
.workflow-node-summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 113, app/assets/stylesheets/services.scss */
.workflow-node-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #e9ecef;
  color: #495057;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* line 127, app/assets/stylesheets/services.scss */
.workflow-node-description-input {
  flex: 1;
  min-width: 200px;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  padding: 0.25rem 0.5rem;
  color: #212529;
}

/* line 136, app/assets/stylesheets/services.scss */
.workflow-node-description-input:focus {
  outline: none;
  background: #f8f9fa;
  border-radius: 4px;
}

/* line 142, app/assets/stylesheets/services.scss */
.workflow-node-description-input::placeholder {
  color: #adb5bd;
  font-style: italic;
}

/* line 148, app/assets/stylesheets/services.scss */
.workflow-node-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* line 154, app/assets/stylesheets/services.scss */
.workflow-node-badges .badge {
  font-size: 0.7rem;
  font-weight: 500;
}

/* line 160, app/assets/stylesheets/services.scss */
.workflow-node-actions {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
}

/* line 166, app/assets/stylesheets/services.scss */
.workflow-node-actions .btn-link {
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  font-size: 0.875rem;
}

/* line 171, app/assets/stylesheets/services.scss */
.workflow-node-actions .btn-link:hover {
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/services.scss */
.workflow-node-actions .btn-link .toggle-details-text {
  font-size: 0.75rem;
  display: inline-block;
}

/* line 182, app/assets/stylesheets/services.scss */
.workflow-task-details {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 188, app/assets/stylesheets/services.scss */
.workflow-actions-section {
  margin-top: 0.75rem;
  border-top: 1px solid #dee2e6;
  padding-top: 0.75rem;
}

/* line 194, app/assets/stylesheets/services.scss */
.workflow-actions-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 201, app/assets/stylesheets/services.scss */
.workflow-action-card {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #fafafa;
}

/* line 208, app/assets/stylesheets/services.scss */
.workflow-action-card.is-disabled {
  opacity: 0.6;
}

/* line 211, app/assets/stylesheets/services.scss */
.workflow-action-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

/* line 217, app/assets/stylesheets/services.scss */
.workflow-action-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

/* line 225, app/assets/stylesheets/services.scss */
.workflow-details-content .form-group {
  margin-bottom: 0.75rem;
}

/* line 228, app/assets/stylesheets/services.scss */
.workflow-details-content .form-group:last-child {
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/services.scss */
.workflow-details-content label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: block;
  color: #6c757d;
}

/* line 241, app/assets/stylesheets/services.scss */
.workflow-details-content .form-control-sm {
  font-size: 0.875rem;
}

/* line 245, app/assets/stylesheets/services.scss */
.workflow-details-content .form-text {
  font-size: 0.7rem;
}

/* line 249, app/assets/stylesheets/services.scss */
.workflow-details-content .is-invalid {
  border-color: #dc3545;
}

/* line 254, app/assets/stylesheets/services.scss */
.workflow-node-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* line 259, app/assets/stylesheets/services.scss */
.workflow-node-actions .btn {
  padding: 0.375rem 0.5rem;
}

/* line 264, app/assets/stylesheets/services.scss */
.workflow-connector {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

/* line 274, app/assets/stylesheets/services.scss */
.workflow-arrow {
  width: 2px;
  height: 20px;
  background: #dee2e6;
  position: relative;
}

/* line 280, app/assets/stylesheets/services.scss */
.workflow-arrow::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #dee2e6;
}

/* line 295, app/assets/stylesheets/services.scss */
.sortable-ghost {
  opacity: 0.4;
}

/* line 299, app/assets/stylesheets/services.scss */
.sortable-chosen {
  border-color: #007bff !important;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

/* line 304, app/assets/stylesheets/services.scss */
.sortable-drag {
  opacity: 0.8;
}

@media (max-width: 768px) {
  /* line 310, app/assets/stylesheets/services.scss */
  .workflow-node {
    flex-direction: column;
  }
  /* line 313, app/assets/stylesheets/services.scss */
  .workflow-node .workflow-node-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
/* In order to place the tracking correctly */
/* line 3, app/assets/stylesheets/style.scss */
#barcode-scanner > video {
  width: 500px;
  height: 400px;
}

/* line 8, app/assets/stylesheets/style.scss */
#barcode-scanner > canvas.drawing, canvas.drawingBuffer {
  position: absolute;
  left: 24px;
  top: 85px;
}

/* line 13, app/assets/stylesheets/style.scss */
.barcode-container {
  margin: 1rem;
}

/* line 17, app/assets/stylesheets/style.scss */
.referral-form input[type=checkbox], .referral-form input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  padding: 10px;
}

/* line 26, app/assets/stylesheets/style.scss */
.referral-form .form-group .form-check label {
  padding-left: .5rem;
}

/* line 30, app/assets/stylesheets/style.scss */
.referral-form .checks-row {
  margin-left: -6px;
}

/* line 33, app/assets/stylesheets/style.scss */
.referral-form .core_therapy_home_support {
  margin-top: 2.5rem;
}

/* line 37, app/assets/stylesheets/style.scss */
.referral-form .form-check label {
  color: #12263f !important;
}

/* line 43, app/assets/stylesheets/style.scss */
.referral-form .custom-radios span label {
  padding: 15px;
}

/* line 50, app/assets/stylesheets/style.scss */
.consult-svc-link {
  float: right;
}

/* line 53, app/assets/stylesheets/style.scss */
ul.ulcer-types {
  padding-left: 0px;
}

/* line 55, app/assets/stylesheets/style.scss */
ul.ulcer-types li {
  background-color: #e4e4e4;
  padding: 5px;
  border-radius: 5px;
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 65, app/assets/stylesheets/style.scss */
.react_to_red_news_score {
  background-color: #e9ecef !important;
}
/* line 1, app/assets/stylesheets/tasks.scss */
.tribute-container {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 6, app/assets/stylesheets/tasks.scss */
.tribute-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/tasks.scss */
.tribute-container li {
  background: #fff;
  padding: 0.2em 1em;
  min-width: 15em;
  max-width: 100%;
}

/* line 19, app/assets/stylesheets/tasks.scss */
.tribute-container .highlight {
  background: #1b6ac9;
  color: #fff;
}

/* line 23, app/assets/stylesheets/tasks.scss */
.tribute-container .highlight span {
  font-weight: bold;
}
@charset "UTF-8";
@font-face {
  font-family: 'Feather';
  src: url(/fonts/feather/Feather.ttf) format("truetype"), url(/fonts/feather/Feather.woff) format("woff"), url(/fonts/feather/Feather.svg#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/theme.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 26, app/assets/stylesheets/theme.scss */
.fe-activity:before {
  content: "\e900";
}

/* line 29, app/assets/stylesheets/theme.scss */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, app/assets/stylesheets/theme.scss */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 35, app/assets/stylesheets/theme.scss */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 38, app/assets/stylesheets/theme.scss */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/theme.scss */
.fe-align-center:before {
  content: "\e905";
}

/* line 44, app/assets/stylesheets/theme.scss */
.fe-align-justify:before {
  content: "\e906";
}

/* line 47, app/assets/stylesheets/theme.scss */
.fe-align-left:before {
  content: "\e907";
}

/* line 50, app/assets/stylesheets/theme.scss */
.fe-align-right:before {
  content: "\e908";
}

/* line 53, app/assets/stylesheets/theme.scss */
.fe-anchor:before {
  content: "\e909";
}

/* line 56, app/assets/stylesheets/theme.scss */
.fe-aperture:before {
  content: "\e90a";
}

/* line 59, app/assets/stylesheets/theme.scss */
.fe-archive:before {
  content: "\e90b";
}

/* line 62, app/assets/stylesheets/theme.scss */
.fe-arrow-down:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/theme.scss */
.fe-arrow-down-circle:before {
  content: "\e90d";
}

/* line 68, app/assets/stylesheets/theme.scss */
.fe-arrow-down-left:before {
  content: "\e90e";
}

/* line 71, app/assets/stylesheets/theme.scss */
.fe-arrow-down-right:before {
  content: "\e90f";
}

/* line 74, app/assets/stylesheets/theme.scss */
.fe-arrow-left:before {
  content: "\e910";
}

/* line 77, app/assets/stylesheets/theme.scss */
.fe-arrow-left-circle:before {
  content: "\e911";
}

/* line 80, app/assets/stylesheets/theme.scss */
.fe-arrow-right:before {
  content: "\e912";
}

/* line 83, app/assets/stylesheets/theme.scss */
.fe-arrow-right-circle:before {
  content: "\e913";
}

/* line 86, app/assets/stylesheets/theme.scss */
.fe-arrow-up:before {
  content: "\e914";
}

/* line 89, app/assets/stylesheets/theme.scss */
.fe-arrow-up-circle:before {
  content: "\e915";
}

/* line 92, app/assets/stylesheets/theme.scss */
.fe-arrow-up-left:before {
  content: "\e916";
}

/* line 95, app/assets/stylesheets/theme.scss */
.fe-arrow-up-right:before {
  content: "\e917";
}

/* line 98, app/assets/stylesheets/theme.scss */
.fe-at-sign:before {
  content: "\e918";
}

/* line 101, app/assets/stylesheets/theme.scss */
.fe-award:before {
  content: "\e919";
}

/* line 104, app/assets/stylesheets/theme.scss */
.fe-bar-chart:before {
  content: "\e91a";
}

/* line 107, app/assets/stylesheets/theme.scss */
.fe-bar-chart-2:before {
  content: "\e91b";
}

/* line 110, app/assets/stylesheets/theme.scss */
.fe-battery:before {
  content: "\e91c";
}

/* line 113, app/assets/stylesheets/theme.scss */
.fe-battery-charging:before {
  content: "\e91d";
}

/* line 116, app/assets/stylesheets/theme.scss */
.fe-bell:before {
  content: "\e91e";
}

/* line 119, app/assets/stylesheets/theme.scss */
.fe-bell-off:before {
  content: "\e91f";
}

/* line 122, app/assets/stylesheets/theme.scss */
.fe-bluetooth:before {
  content: "\e920";
}

/* line 125, app/assets/stylesheets/theme.scss */
.fe-bold:before {
  content: "\e921";
}

/* line 128, app/assets/stylesheets/theme.scss */
.fe-book:before {
  content: "\e922";
}

/* line 131, app/assets/stylesheets/theme.scss */
.fe-book-open:before {
  content: "\e923";
}

/* line 134, app/assets/stylesheets/theme.scss */
.fe-bookmark:before {
  content: "\e924";
}

/* line 137, app/assets/stylesheets/theme.scss */
.fe-box:before {
  content: "\e925";
}

/* line 140, app/assets/stylesheets/theme.scss */
.fe-briefcase:before {
  content: "\e926";
}

/* line 143, app/assets/stylesheets/theme.scss */
.fe-calendar:before {
  content: "\e927";
}

/* line 146, app/assets/stylesheets/theme.scss */
.fe-camera:before {
  content: "\e928";
}

/* line 149, app/assets/stylesheets/theme.scss */
.fe-camera-off:before {
  content: "\e929";
}

/* line 152, app/assets/stylesheets/theme.scss */
.fe-cast:before {
  content: "\e92a";
}

/* line 155, app/assets/stylesheets/theme.scss */
.fe-check:before {
  content: "\e92b";
}

/* line 158, app/assets/stylesheets/theme.scss */
.fe-check-circle:before {
  content: "\e92c";
}

/* line 161, app/assets/stylesheets/theme.scss */
.fe-check-square:before {
  content: "\e92d";
}

/* line 164, app/assets/stylesheets/theme.scss */
.fe-chevron-down:before {
  content: "\e92e";
}

/* line 167, app/assets/stylesheets/theme.scss */
.fe-chevron-left:before {
  content: "\e92f";
}

/* line 170, app/assets/stylesheets/theme.scss */
.fe-chevron-right:before {
  content: "\e930";
}

/* line 173, app/assets/stylesheets/theme.scss */
.fe-chevron-up:before {
  content: "\e931";
}

/* line 176, app/assets/stylesheets/theme.scss */
.fe-chevrons-down:before {
  content: "\e932";
}

/* line 179, app/assets/stylesheets/theme.scss */
.fe-chevrons-left:before {
  content: "\e933";
}

/* line 182, app/assets/stylesheets/theme.scss */
.fe-chevrons-right:before {
  content: "\e934";
}

/* line 185, app/assets/stylesheets/theme.scss */
.fe-chevrons-up:before {
  content: "\e935";
}

/* line 188, app/assets/stylesheets/theme.scss */
.fe-chrome:before {
  content: "\e936";
}

/* line 191, app/assets/stylesheets/theme.scss */
.fe-circle:before {
  content: "\e937";
}

/* line 194, app/assets/stylesheets/theme.scss */
.fe-clipboard:before {
  content: "\e938";
}

/* line 197, app/assets/stylesheets/theme.scss */
.fe-clock:before {
  content: "\e939";
}

/* line 200, app/assets/stylesheets/theme.scss */
.fe-cloud:before {
  content: "\e93a";
}

/* line 203, app/assets/stylesheets/theme.scss */
.fe-cloud-drizzle:before {
  content: "\e93b";
}

/* line 206, app/assets/stylesheets/theme.scss */
.fe-cloud-lightning:before {
  content: "\e93c";
}

/* line 209, app/assets/stylesheets/theme.scss */
.fe-cloud-off:before {
  content: "\e93d";
}

/* line 212, app/assets/stylesheets/theme.scss */
.fe-cloud-rain:before {
  content: "\e93e";
}

/* line 215, app/assets/stylesheets/theme.scss */
.fe-cloud-snow:before {
  content: "\e93f";
}

/* line 218, app/assets/stylesheets/theme.scss */
.fe-code:before {
  content: "\e940";
}

/* line 221, app/assets/stylesheets/theme.scss */
.fe-codepen:before {
  content: "\e941";
}

/* line 224, app/assets/stylesheets/theme.scss */
.fe-command:before {
  content: "\e942";
}

/* line 227, app/assets/stylesheets/theme.scss */
.fe-compass:before {
  content: "\e943";
}

/* line 230, app/assets/stylesheets/theme.scss */
.fe-copy:before {
  content: "\e944";
}

/* line 233, app/assets/stylesheets/theme.scss */
.fe-corner-down-left:before {
  content: "\e945";
}

/* line 236, app/assets/stylesheets/theme.scss */
.fe-corner-down-right:before {
  content: "\e946";
}

/* line 239, app/assets/stylesheets/theme.scss */
.fe-corner-left-down:before {
  content: "\e947";
}

/* line 242, app/assets/stylesheets/theme.scss */
.fe-corner-left-up:before {
  content: "\e948";
}

/* line 245, app/assets/stylesheets/theme.scss */
.fe-corner-right-down:before {
  content: "\e949";
}

/* line 248, app/assets/stylesheets/theme.scss */
.fe-corner-right-up:before {
  content: "\e94a";
}

/* line 251, app/assets/stylesheets/theme.scss */
.fe-corner-up-left:before {
  content: "\e94b";
}

/* line 254, app/assets/stylesheets/theme.scss */
.fe-corner-up-right:before {
  content: "\e94c";
}

/* line 257, app/assets/stylesheets/theme.scss */
.fe-cpu:before {
  content: "\e94d";
}

/* line 260, app/assets/stylesheets/theme.scss */
.fe-credit-card:before {
  content: "\e94e";
}

/* line 263, app/assets/stylesheets/theme.scss */
.fe-crop:before {
  content: "\e94f";
}

/* line 266, app/assets/stylesheets/theme.scss */
.fe-crosshair:before {
  content: "\e950";
}

/* line 269, app/assets/stylesheets/theme.scss */
.fe-database:before {
  content: "\e951";
}

/* line 272, app/assets/stylesheets/theme.scss */
.fe-delete:before {
  content: "\e952";
}

/* line 275, app/assets/stylesheets/theme.scss */
.fe-disc:before {
  content: "\e953";
}

/* line 278, app/assets/stylesheets/theme.scss */
.fe-dollar-sign:before {
  content: "\e954";
}

/* line 281, app/assets/stylesheets/theme.scss */
.fe-download:before {
  content: "\e955";
}

/* line 284, app/assets/stylesheets/theme.scss */
.fe-download-cloud:before {
  content: "\e956";
}

/* line 287, app/assets/stylesheets/theme.scss */
.fe-droplet:before {
  content: "\e957";
}

/* line 290, app/assets/stylesheets/theme.scss */
.fe-edit:before {
  content: "\e958";
}

/* line 293, app/assets/stylesheets/theme.scss */
.fe-edit-2:before {
  content: "\e959";
}

/* line 296, app/assets/stylesheets/theme.scss */
.fe-edit-3:before {
  content: "\e95a";
}

/* line 299, app/assets/stylesheets/theme.scss */
.fe-external-link:before {
  content: "\e95b";
}

/* line 302, app/assets/stylesheets/theme.scss */
.fe-eye:before {
  content: "\e95c";
}

/* line 305, app/assets/stylesheets/theme.scss */
.fe-eye-off:before {
  content: "\e95d";
}

/* line 308, app/assets/stylesheets/theme.scss */
.fe-facebook:before {
  content: "\e95e";
}

/* line 311, app/assets/stylesheets/theme.scss */
.fe-fast-forward:before {
  content: "\e95f";
}

/* line 314, app/assets/stylesheets/theme.scss */
.fe-feather:before {
  content: "\e960";
}

/* line 317, app/assets/stylesheets/theme.scss */
.fe-file:before {
  content: "\e961";
}

/* line 320, app/assets/stylesheets/theme.scss */
.fe-file-minus:before {
  content: "\e962";
}

/* line 323, app/assets/stylesheets/theme.scss */
.fe-file-plus:before {
  content: "\e963";
}

/* line 326, app/assets/stylesheets/theme.scss */
.fe-file-text:before {
  content: "\e964";
}

/* line 329, app/assets/stylesheets/theme.scss */
.fe-film:before {
  content: "\e965";
}

/* line 332, app/assets/stylesheets/theme.scss */
.fe-filter:before {
  content: "\e966";
}

/* line 335, app/assets/stylesheets/theme.scss */
.fe-flag:before {
  content: "\e967";
}

/* line 338, app/assets/stylesheets/theme.scss */
.fe-folder:before {
  content: "\e968";
}

/* line 341, app/assets/stylesheets/theme.scss */
.fe-folder-minus:before {
  content: "\e969";
}

/* line 344, app/assets/stylesheets/theme.scss */
.fe-folder-plus:before {
  content: "\e96a";
}

/* line 347, app/assets/stylesheets/theme.scss */
.fe-gift:before {
  content: "\e96b";
}

/* line 350, app/assets/stylesheets/theme.scss */
.fe-git-branch:before {
  content: "\e96c";
}

/* line 353, app/assets/stylesheets/theme.scss */
.fe-git-commit:before {
  content: "\e96d";
}

/* line 356, app/assets/stylesheets/theme.scss */
.fe-git-merge:before {
  content: "\e96e";
}

/* line 359, app/assets/stylesheets/theme.scss */
.fe-git-pull-request:before {
  content: "\e96f";
}

/* line 362, app/assets/stylesheets/theme.scss */
.fe-github:before {
  content: "\e970";
}

/* line 365, app/assets/stylesheets/theme.scss */
.fe-gitlab:before {
  content: "\e971";
}

/* line 368, app/assets/stylesheets/theme.scss */
.fe-globe:before {
  content: "\e972";
}

/* line 371, app/assets/stylesheets/theme.scss */
.fe-grid:before {
  content: "\e973";
}

/* line 374, app/assets/stylesheets/theme.scss */
.fe-hard-drive:before {
  content: "\e974";
}

/* line 377, app/assets/stylesheets/theme.scss */
.fe-hash:before {
  content: "\e975";
}

/* line 380, app/assets/stylesheets/theme.scss */
.fe-headphones:before {
  content: "\e976";
}

/* line 383, app/assets/stylesheets/theme.scss */
.fe-heart:before {
  content: "\e977";
}

/* line 386, app/assets/stylesheets/theme.scss */
.fe-help-circle:before {
  content: "\e978";
}

/* line 389, app/assets/stylesheets/theme.scss */
.fe-home:before {
  content: "\e979";
}

/* line 392, app/assets/stylesheets/theme.scss */
.fe-image:before {
  content: "\e97a";
}

/* line 395, app/assets/stylesheets/theme.scss */
.fe-inbox:before {
  content: "\e97b";
}

/* line 398, app/assets/stylesheets/theme.scss */
.fe-info:before {
  content: "\e97c";
}

/* line 401, app/assets/stylesheets/theme.scss */
.fe-instagram:before {
  content: "\e97d";
}

/* line 404, app/assets/stylesheets/theme.scss */
.fe-italic:before {
  content: "\e97e";
}

/* line 407, app/assets/stylesheets/theme.scss */
.fe-layers:before {
  content: "\e97f";
}

/* line 410, app/assets/stylesheets/theme.scss */
.fe-layout:before {
  content: "\e980";
}

/* line 413, app/assets/stylesheets/theme.scss */
.fe-life-buoy:before {
  content: "\e981";
}

/* line 416, app/assets/stylesheets/theme.scss */
.fe-link:before {
  content: "\e982";
}

/* line 419, app/assets/stylesheets/theme.scss */
.fe-link-2:before {
  content: "\e983";
}

/* line 422, app/assets/stylesheets/theme.scss */
.fe-linkedin:before {
  content: "\e984";
}

/* line 425, app/assets/stylesheets/theme.scss */
.fe-list:before {
  content: "\e985";
}

/* line 428, app/assets/stylesheets/theme.scss */
.fe-loader:before {
  content: "\e986";
}

/* line 431, app/assets/stylesheets/theme.scss */
.fe-lock:before {
  content: "\e987";
}

/* line 434, app/assets/stylesheets/theme.scss */
.fe-log-in:before {
  content: "\e988";
}

/* line 437, app/assets/stylesheets/theme.scss */
.fe-log-out:before {
  content: "\e989";
}

/* line 440, app/assets/stylesheets/theme.scss */
.fe-mail:before {
  content: "\e98a";
}

/* line 443, app/assets/stylesheets/theme.scss */
.fe-map:before {
  content: "\e98b";
}

/* line 446, app/assets/stylesheets/theme.scss */
.fe-map-pin:before {
  content: "\e98c";
}

/* line 449, app/assets/stylesheets/theme.scss */
.fe-maximize:before {
  content: "\e98d";
}

/* line 452, app/assets/stylesheets/theme.scss */
.fe-maximize-2:before {
  content: "\e98e";
}

/* line 455, app/assets/stylesheets/theme.scss */
.fe-menu:before {
  content: "\e98f";
}

/* line 458, app/assets/stylesheets/theme.scss */
.fe-message-circle:before {
  content: "\e990";
}

/* line 461, app/assets/stylesheets/theme.scss */
.fe-message-square:before {
  content: "\e991";
}

/* line 464, app/assets/stylesheets/theme.scss */
.fe-mic:before {
  content: "\e992";
}

/* line 467, app/assets/stylesheets/theme.scss */
.fe-mic-off:before {
  content: "\e993";
}

/* line 470, app/assets/stylesheets/theme.scss */
.fe-minimize:before {
  content: "\e994";
}

/* line 473, app/assets/stylesheets/theme.scss */
.fe-minimize-2:before {
  content: "\e995";
}

/* line 476, app/assets/stylesheets/theme.scss */
.fe-minus:before {
  content: "\e996";
}

/* line 479, app/assets/stylesheets/theme.scss */
.fe-minus-circle:before {
  content: "\e997";
}

/* line 482, app/assets/stylesheets/theme.scss */
.fe-minus-square:before {
  content: "\e998";
}

/* line 485, app/assets/stylesheets/theme.scss */
.fe-monitor:before {
  content: "\e999";
}

/* line 488, app/assets/stylesheets/theme.scss */
.fe-moon:before {
  content: "\e99a";
}

/* line 491, app/assets/stylesheets/theme.scss */
.fe-more-horizontal:before {
  content: "\e99b";
}

/* line 494, app/assets/stylesheets/theme.scss */
.fe-more-vertical:before {
  content: "\e99c";
}

/* line 497, app/assets/stylesheets/theme.scss */
.fe-move:before {
  content: "\e99d";
}

/* line 500, app/assets/stylesheets/theme.scss */
.fe-music:before {
  content: "\e99e";
}

/* line 503, app/assets/stylesheets/theme.scss */
.fe-navigation:before {
  content: "\e99f";
}

/* line 506, app/assets/stylesheets/theme.scss */
.fe-navigation-2:before {
  content: "\e9a0";
}

/* line 509, app/assets/stylesheets/theme.scss */
.fe-octagon:before {
  content: "\e9a1";
}

/* line 512, app/assets/stylesheets/theme.scss */
.fe-package:before {
  content: "\e9a2";
}

/* line 515, app/assets/stylesheets/theme.scss */
.fe-paperclip:before {
  content: "\e9a3";
}

/* line 518, app/assets/stylesheets/theme.scss */
.fe-pause:before {
  content: "\e9a4";
}

/* line 521, app/assets/stylesheets/theme.scss */
.fe-pause-circle:before {
  content: "\e9a5";
}

/* line 524, app/assets/stylesheets/theme.scss */
.fe-percent:before {
  content: "\e9a6";
}

/* line 527, app/assets/stylesheets/theme.scss */
.fe-phone:before {
  content: "\e9a7";
}

/* line 530, app/assets/stylesheets/theme.scss */
.fe-phone-call:before {
  content: "\e9a8";
}

/* line 533, app/assets/stylesheets/theme.scss */
.fe-phone-forwarded:before {
  content: "\e9a9";
}

/* line 536, app/assets/stylesheets/theme.scss */
.fe-phone-incoming:before {
  content: "\e9aa";
}

/* line 539, app/assets/stylesheets/theme.scss */
.fe-phone-missed:before {
  content: "\e9ab";
}

/* line 542, app/assets/stylesheets/theme.scss */
.fe-phone-off:before {
  content: "\e9ac";
}

/* line 545, app/assets/stylesheets/theme.scss */
.fe-phone-outgoing:before {
  content: "\e9ad";
}

/* line 548, app/assets/stylesheets/theme.scss */
.fe-pie-chart:before {
  content: "\e9ae";
}

/* line 551, app/assets/stylesheets/theme.scss */
.fe-play:before {
  content: "\e9af";
}

/* line 554, app/assets/stylesheets/theme.scss */
.fe-play-circle:before {
  content: "\e9b0";
}

/* line 557, app/assets/stylesheets/theme.scss */
.fe-plus:before {
  content: "\e9b1";
}

/* line 560, app/assets/stylesheets/theme.scss */
.fe-plus-circle:before {
  content: "\e9b2";
}

/* line 563, app/assets/stylesheets/theme.scss */
.fe-plus-square:before {
  content: "\e9b3";
}

/* line 566, app/assets/stylesheets/theme.scss */
.fe-pocket:before {
  content: "\e9b4";
}

/* line 569, app/assets/stylesheets/theme.scss */
.fe-power:before {
  content: "\e9b5";
}

/* line 572, app/assets/stylesheets/theme.scss */
.fe-printer:before {
  content: "\e9b6";
}

/* line 575, app/assets/stylesheets/theme.scss */
.fe-radio:before {
  content: "\e9b7";
}

/* line 578, app/assets/stylesheets/theme.scss */
.fe-refresh-ccw:before {
  content: "\e9b8";
}

/* line 581, app/assets/stylesheets/theme.scss */
.fe-refresh-cw:before {
  content: "\e9b9";
}

/* line 584, app/assets/stylesheets/theme.scss */
.fe-repeat:before {
  content: "\e9ba";
}

/* line 587, app/assets/stylesheets/theme.scss */
.fe-rewind:before {
  content: "\e9bb";
}

/* line 590, app/assets/stylesheets/theme.scss */
.fe-rotate-ccw:before {
  content: "\e9bc";
}

/* line 593, app/assets/stylesheets/theme.scss */
.fe-rotate-cw:before {
  content: "\e9bd";
}

/* line 596, app/assets/stylesheets/theme.scss */
.fe-rss:before {
  content: "\e9be";
}

/* line 599, app/assets/stylesheets/theme.scss */
.fe-save:before {
  content: "\e9bf";
}

/* line 602, app/assets/stylesheets/theme.scss */
.fe-scissors:before {
  content: "\e9c0";
}

/* line 605, app/assets/stylesheets/theme.scss */
.fe-search:before {
  content: "\e9c1";
}

/* line 608, app/assets/stylesheets/theme.scss */
.fe-send:before {
  content: "\e9c2";
}

/* line 611, app/assets/stylesheets/theme.scss */
.fe-server:before {
  content: "\e9c3";
}

/* line 614, app/assets/stylesheets/theme.scss */
.fe-settings:before {
  content: "\e9c4";
}

/* line 617, app/assets/stylesheets/theme.scss */
.fe-share:before {
  content: "\e9c5";
}

/* line 620, app/assets/stylesheets/theme.scss */
.fe-share-2:before {
  content: "\e9c6";
}

/* line 623, app/assets/stylesheets/theme.scss */
.fe-shield:before {
  content: "\e9c7";
}

/* line 626, app/assets/stylesheets/theme.scss */
.fe-shield-off:before {
  content: "\e9c8";
}

/* line 629, app/assets/stylesheets/theme.scss */
.fe-shopping-bag:before {
  content: "\e9c9";
}

/* line 632, app/assets/stylesheets/theme.scss */
.fe-shopping-cart:before {
  content: "\e9ca";
}

/* line 635, app/assets/stylesheets/theme.scss */
.fe-shuffle:before {
  content: "\e9cb";
}

/* line 638, app/assets/stylesheets/theme.scss */
.fe-sidebar:before {
  content: "\e9cc";
}

/* line 641, app/assets/stylesheets/theme.scss */
.fe-skip-back:before {
  content: "\e9cd";
}

/* line 644, app/assets/stylesheets/theme.scss */
.fe-skip-forward:before {
  content: "\e9ce";
}

/* line 647, app/assets/stylesheets/theme.scss */
.fe-slack:before {
  content: "\e9cf";
}

/* line 650, app/assets/stylesheets/theme.scss */
.fe-slash:before {
  content: "\e9d0";
}

/* line 653, app/assets/stylesheets/theme.scss */
.fe-sliders:before {
  content: "\e9d1";
}

/* line 656, app/assets/stylesheets/theme.scss */
.fe-smartphone:before {
  content: "\e9d2";
}

/* line 659, app/assets/stylesheets/theme.scss */
.fe-speaker:before {
  content: "\e9d3";
}

/* line 662, app/assets/stylesheets/theme.scss */
.fe-square:before {
  content: "\e9d4";
}

/* line 665, app/assets/stylesheets/theme.scss */
.fe-star:before {
  content: "\e9d5";
}

/* line 668, app/assets/stylesheets/theme.scss */
.fe-stop-circle:before {
  content: "\e9d6";
}

/* line 671, app/assets/stylesheets/theme.scss */
.fe-sun:before {
  content: "\e9d7";
}

/* line 674, app/assets/stylesheets/theme.scss */
.fe-sunrise:before {
  content: "\e9d8";
}

/* line 677, app/assets/stylesheets/theme.scss */
.fe-sunset:before {
  content: "\e9d9";
}

/* line 680, app/assets/stylesheets/theme.scss */
.fe-tablet:before {
  content: "\e9da";
}

/* line 683, app/assets/stylesheets/theme.scss */
.fe-tag:before {
  content: "\e9db";
}

/* line 686, app/assets/stylesheets/theme.scss */
.fe-target:before {
  content: "\e9dc";
}

/* line 689, app/assets/stylesheets/theme.scss */
.fe-terminal:before {
  content: "\e9dd";
}

/* line 692, app/assets/stylesheets/theme.scss */
.fe-thermometer:before {
  content: "\e9de";
}

/* line 695, app/assets/stylesheets/theme.scss */
.fe-thumbs-down:before {
  content: "\e9df";
}

/* line 698, app/assets/stylesheets/theme.scss */
.fe-thumbs-up:before {
  content: "\e9e0";
}

/* line 701, app/assets/stylesheets/theme.scss */
.fe-toggle-left:before {
  content: "\e9e1";
}

/* line 704, app/assets/stylesheets/theme.scss */
.fe-toggle-right:before {
  content: "\e9e2";
}

/* line 707, app/assets/stylesheets/theme.scss */
.fe-trash:before {
  content: "\e9e3";
}

/* line 710, app/assets/stylesheets/theme.scss */
.fe-trash-2:before {
  content: "\e9e4";
}

/* line 713, app/assets/stylesheets/theme.scss */
.fe-trending-down:before {
  content: "\e9e5";
}

/* line 716, app/assets/stylesheets/theme.scss */
.fe-trending-up:before {
  content: "\e9e6";
}

/* line 719, app/assets/stylesheets/theme.scss */
.fe-triangle:before {
  content: "\e9e7";
}

/* line 722, app/assets/stylesheets/theme.scss */
.fe-truck:before {
  content: "\e9e8";
}

/* line 725, app/assets/stylesheets/theme.scss */
.fe-tv:before {
  content: "\e9e9";
}

/* line 728, app/assets/stylesheets/theme.scss */
.fe-twitter:before {
  content: "\e9ea";
}

/* line 731, app/assets/stylesheets/theme.scss */
.fe-type:before {
  content: "\e9eb";
}

/* line 734, app/assets/stylesheets/theme.scss */
.fe-umbrella:before {
  content: "\e9ec";
}

/* line 737, app/assets/stylesheets/theme.scss */
.fe-underline:before {
  content: "\e9ed";
}

/* line 740, app/assets/stylesheets/theme.scss */
.fe-unlock:before {
  content: "\e9ee";
}

/* line 743, app/assets/stylesheets/theme.scss */
.fe-upload:before {
  content: "\e9ef";
}

/* line 746, app/assets/stylesheets/theme.scss */
.fe-upload-cloud:before {
  content: "\e9f0";
}

/* line 749, app/assets/stylesheets/theme.scss */
.fe-user:before {
  content: "\e9f1";
}

/* line 752, app/assets/stylesheets/theme.scss */
.fe-user-check:before {
  content: "\e9f2";
}

/* line 755, app/assets/stylesheets/theme.scss */
.fe-user-minus:before {
  content: "\e9f3";
}

/* line 758, app/assets/stylesheets/theme.scss */
.fe-user-plus:before {
  content: "\e9f4";
}

/* line 761, app/assets/stylesheets/theme.scss */
.fe-user-x:before {
  content: "\e9f5";
}

/* line 764, app/assets/stylesheets/theme.scss */
.fe-users:before {
  content: "\e9f6";
}

/* line 767, app/assets/stylesheets/theme.scss */
.fe-video:before {
  content: "\e9f7";
}

/* line 770, app/assets/stylesheets/theme.scss */
.fe-video-off:before {
  content: "\e9f8";
}

/* line 773, app/assets/stylesheets/theme.scss */
.fe-voicemail:before {
  content: "\e9f9";
}

/* line 776, app/assets/stylesheets/theme.scss */
.fe-volume:before {
  content: "\e9fa";
}

/* line 779, app/assets/stylesheets/theme.scss */
.fe-volume-1:before {
  content: "\e9fb";
}

/* line 782, app/assets/stylesheets/theme.scss */
.fe-volume-2:before {
  content: "\e9fc";
}

/* line 785, app/assets/stylesheets/theme.scss */
.fe-volume-x:before {
  content: "\e9fd";
}

/* line 788, app/assets/stylesheets/theme.scss */
.fe-watch:before {
  content: "\e9fe";
}

/* line 791, app/assets/stylesheets/theme.scss */
.fe-wifi:before {
  content: "\e9ff";
}

/* line 794, app/assets/stylesheets/theme.scss */
.fe-wifi-off:before {
  content: "\ea00";
}

/* line 797, app/assets/stylesheets/theme.scss */
.fe-wind:before {
  content: "\ea01";
}

/* line 800, app/assets/stylesheets/theme.scss */
.fe-x:before {
  content: "\ea02";
}

/* line 803, app/assets/stylesheets/theme.scss */
.fe-x-circle:before {
  content: "\ea03";
}

/* line 806, app/assets/stylesheets/theme.scss */
.fe-x-square:before {
  content: "\ea04";
}

/* line 809, app/assets/stylesheets/theme.scss */
.fe-youtube:before {
  content: "\ea05";
}

/* line 812, app/assets/stylesheets/theme.scss */
.fe-zap:before {
  content: "\ea06";
}

/* line 815, app/assets/stylesheets/theme.scss */
.fe-zap-off:before {
  content: "\ea07";
}

/* line 818, app/assets/stylesheets/theme.scss */
.fe-zoom-in:before {
  content: "\ea08";
}

/* line 821, app/assets/stylesheets/theme.scss */
.fe-zoom-out:before {
  content: "\ea09";
}

/*!
 * 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 830, app/assets/stylesheets/theme.scss */
:root {
  --blue:#2C7BE5;
  --indigo:#727cf5;
  --purple:#6b5eae;
  --pink:#ff679b;
  --red:#E63757;
  --orange:#fd7e14;
  --yellow:#F6C343;
  --green:#00D97E;
  --teal:#02a8b5;
  --cyan:#39afd1;
  --white:#FFFFFF;
  --gray:#95AAC9;
  --gray-dark:#3B506C;
  --primary:#2C7BE5;
  --secondary:#6E84A3;
  --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:"Cerebri Sans",sans-serif;
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
;
}

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

/* line 866, app/assets/stylesheets/theme.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 872, app/assets/stylesheets/theme.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 884, app/assets/stylesheets/theme.scss */
body {
  margin: 0;
  font-family: "Cerebri Sans",sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  text-align: left;
  background-color: #f9fbfd;
}

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

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

/* line 902, app/assets/stylesheets/theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

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

/* line 915, app/assets/stylesheets/theme.scss */
abbr[data-original-title],
abbr[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 925, app/assets/stylesheets/theme.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

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

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

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

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

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

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

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

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

/* line 972, app/assets/stylesheets/theme.scss */
a {
  color: #2c7be5;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1025, app/assets/stylesheets/theme.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

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

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

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

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

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

/* line 1054, app/assets/stylesheets/theme.scss */
select {
  word-wrap: normal;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

/* line 1101, app/assets/stylesheets/theme.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 1112, app/assets/stylesheets/theme.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/* line 1143, app/assets/stylesheets/theme.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 1159, app/assets/stylesheets/theme.scss */
.h1,
h1 {
  font-size: 1.625rem;
}

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

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

/* line 1171, app/assets/stylesheets/theme.scss */
.h4,
h4 {
  font-size: .9375rem;
}

/* line 1175, app/assets/stylesheets/theme.scss */
.h5,
h5 {
  font-size: .8125rem;
}

/* line 1179, app/assets/stylesheets/theme.scss */
.h6,
h6 {
  font-size: .625rem;
}

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

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

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

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

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

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

/* line 1213, app/assets/stylesheets/theme.scss */
.small,
small {
  font-size: .8125rem;
  font-weight: 400;
}

/* line 1218, app/assets/stylesheets/theme.scss */
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

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

/* line 1245, app/assets/stylesheets/theme.scss */
.blockquote-footer {
  display: block;
  font-size: .8125rem;
  color: #95aac9;
}

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

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

/* line 1257, app/assets/stylesheets/theme.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #f9fbfd;
  border: 1px solid #e3ebf6;
  border-radius: .375rem;
  max-width: 100%;
  height: auto;
}

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

/* line 1268, app/assets/stylesheets/theme.scss */
.figure-img {
  margin-bottom: .75rem;
  line-height: 1;
}

/* line 1272, app/assets/stylesheets/theme.scss */
.figure-caption {
  font-size: .8125rem;
  color: #95aac9;
}

/* line 1276, app/assets/stylesheets/theme.scss */
code {
  font-size: 87.5%;
  color: #2c7be5;
  word-wrap: break-word;
}

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

/* line 1284, app/assets/stylesheets/theme.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #283e59;
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1378, app/assets/stylesheets/theme.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

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

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

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

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

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

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

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

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

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

/* line 1497, app/assets/stylesheets/theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 1502, app/assets/stylesheets/theme.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 1506, app/assets/stylesheets/theme.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 1510, app/assets/stylesheets/theme.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 1514, app/assets/stylesheets/theme.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 1518, app/assets/stylesheets/theme.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 1522, app/assets/stylesheets/theme.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 1526, app/assets/stylesheets/theme.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 1530, app/assets/stylesheets/theme.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 1534, app/assets/stylesheets/theme.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 1538, app/assets/stylesheets/theme.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 1542, app/assets/stylesheets/theme.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 1546, app/assets/stylesheets/theme.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 1550, app/assets/stylesheets/theme.scss */
.order-first {
  order: -1;
}

/* line 1553, app/assets/stylesheets/theme.scss */
.order-last {
  order: 13;
}

/* line 1556, app/assets/stylesheets/theme.scss */
.order-0 {
  order: 0;
}

/* line 1559, app/assets/stylesheets/theme.scss */
.order-1 {
  order: 1;
}

/* line 1562, app/assets/stylesheets/theme.scss */
.order-2 {
  order: 2;
}

/* line 1565, app/assets/stylesheets/theme.scss */
.order-3 {
  order: 3;
}

/* line 1568, app/assets/stylesheets/theme.scss */
.order-4 {
  order: 4;
}

/* line 1571, app/assets/stylesheets/theme.scss */
.order-5 {
  order: 5;
}

/* line 1574, app/assets/stylesheets/theme.scss */
.order-6 {
  order: 6;
}

/* line 1577, app/assets/stylesheets/theme.scss */
.order-7 {
  order: 7;
}

/* line 1580, app/assets/stylesheets/theme.scss */
.order-8 {
  order: 8;
}

/* line 1583, app/assets/stylesheets/theme.scss */
.order-9 {
  order: 9;
}

/* line 1586, app/assets/stylesheets/theme.scss */
.order-10 {
  order: 10;
}

/* line 1589, app/assets/stylesheets/theme.scss */
.order-11 {
  order: 11;
}

/* line 1592, app/assets/stylesheets/theme.scss */
.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 1629, app/assets/stylesheets/theme.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1634, app/assets/stylesheets/theme.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1638, app/assets/stylesheets/theme.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1642, app/assets/stylesheets/theme.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1646, app/assets/stylesheets/theme.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1650, app/assets/stylesheets/theme.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1654, app/assets/stylesheets/theme.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1658, app/assets/stylesheets/theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1663, app/assets/stylesheets/theme.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1667, app/assets/stylesheets/theme.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1671, app/assets/stylesheets/theme.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1675, app/assets/stylesheets/theme.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1679, app/assets/stylesheets/theme.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1683, app/assets/stylesheets/theme.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1687, app/assets/stylesheets/theme.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1691, app/assets/stylesheets/theme.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1695, app/assets/stylesheets/theme.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1699, app/assets/stylesheets/theme.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1703, app/assets/stylesheets/theme.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1707, app/assets/stylesheets/theme.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1711, app/assets/stylesheets/theme.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 1714, app/assets/stylesheets/theme.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 1717, app/assets/stylesheets/theme.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 1720, app/assets/stylesheets/theme.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 1723, app/assets/stylesheets/theme.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 1726, app/assets/stylesheets/theme.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 1729, app/assets/stylesheets/theme.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 1732, app/assets/stylesheets/theme.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 1735, app/assets/stylesheets/theme.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 1738, app/assets/stylesheets/theme.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 1741, app/assets/stylesheets/theme.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 1744, app/assets/stylesheets/theme.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 1747, app/assets/stylesheets/theme.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 1750, app/assets/stylesheets/theme.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 1753, app/assets/stylesheets/theme.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 1756, app/assets/stylesheets/theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1759, app/assets/stylesheets/theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1762, app/assets/stylesheets/theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1765, app/assets/stylesheets/theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1768, app/assets/stylesheets/theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1771, app/assets/stylesheets/theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1774, app/assets/stylesheets/theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1777, app/assets/stylesheets/theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1780, app/assets/stylesheets/theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1783, app/assets/stylesheets/theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1786, app/assets/stylesheets/theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1789, app/assets/stylesheets/theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1794, app/assets/stylesheets/theme.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1799, app/assets/stylesheets/theme.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1803, app/assets/stylesheets/theme.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1807, app/assets/stylesheets/theme.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1811, app/assets/stylesheets/theme.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1815, app/assets/stylesheets/theme.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1819, app/assets/stylesheets/theme.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1823, app/assets/stylesheets/theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1828, app/assets/stylesheets/theme.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1832, app/assets/stylesheets/theme.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1836, app/assets/stylesheets/theme.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1840, app/assets/stylesheets/theme.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1844, app/assets/stylesheets/theme.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1848, app/assets/stylesheets/theme.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1852, app/assets/stylesheets/theme.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1856, app/assets/stylesheets/theme.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1860, app/assets/stylesheets/theme.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1864, app/assets/stylesheets/theme.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1868, app/assets/stylesheets/theme.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1872, app/assets/stylesheets/theme.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1876, app/assets/stylesheets/theme.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1879, app/assets/stylesheets/theme.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1882, app/assets/stylesheets/theme.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1885, app/assets/stylesheets/theme.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1888, app/assets/stylesheets/theme.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1891, app/assets/stylesheets/theme.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1894, app/assets/stylesheets/theme.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1897, app/assets/stylesheets/theme.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1900, app/assets/stylesheets/theme.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1903, app/assets/stylesheets/theme.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1906, app/assets/stylesheets/theme.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1909, app/assets/stylesheets/theme.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1912, app/assets/stylesheets/theme.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1915, app/assets/stylesheets/theme.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1918, app/assets/stylesheets/theme.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1921, app/assets/stylesheets/theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1924, app/assets/stylesheets/theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1927, app/assets/stylesheets/theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1930, app/assets/stylesheets/theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1933, app/assets/stylesheets/theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1936, app/assets/stylesheets/theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1939, app/assets/stylesheets/theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1942, app/assets/stylesheets/theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1945, app/assets/stylesheets/theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1948, app/assets/stylesheets/theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1951, app/assets/stylesheets/theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1954, app/assets/stylesheets/theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1959, app/assets/stylesheets/theme.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1964, app/assets/stylesheets/theme.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1968, app/assets/stylesheets/theme.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1972, app/assets/stylesheets/theme.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1976, app/assets/stylesheets/theme.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1980, app/assets/stylesheets/theme.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1984, app/assets/stylesheets/theme.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1988, app/assets/stylesheets/theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1993, app/assets/stylesheets/theme.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1997, app/assets/stylesheets/theme.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 2001, app/assets/stylesheets/theme.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 2005, app/assets/stylesheets/theme.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 2009, app/assets/stylesheets/theme.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 2013, app/assets/stylesheets/theme.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 2017, app/assets/stylesheets/theme.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 2021, app/assets/stylesheets/theme.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 2025, app/assets/stylesheets/theme.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 2029, app/assets/stylesheets/theme.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 2033, app/assets/stylesheets/theme.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 2037, app/assets/stylesheets/theme.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 2041, app/assets/stylesheets/theme.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 2044, app/assets/stylesheets/theme.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 2047, app/assets/stylesheets/theme.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 2050, app/assets/stylesheets/theme.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 2053, app/assets/stylesheets/theme.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 2056, app/assets/stylesheets/theme.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 2059, app/assets/stylesheets/theme.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 2062, app/assets/stylesheets/theme.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 2065, app/assets/stylesheets/theme.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 2068, app/assets/stylesheets/theme.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 2071, app/assets/stylesheets/theme.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 2074, app/assets/stylesheets/theme.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 2077, app/assets/stylesheets/theme.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 2080, app/assets/stylesheets/theme.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 2083, app/assets/stylesheets/theme.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 2086, app/assets/stylesheets/theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 2089, app/assets/stylesheets/theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 2092, app/assets/stylesheets/theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 2095, app/assets/stylesheets/theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 2101, app/assets/stylesheets/theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 2104, app/assets/stylesheets/theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 2107, app/assets/stylesheets/theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 2110, app/assets/stylesheets/theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 2113, app/assets/stylesheets/theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 2116, app/assets/stylesheets/theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 2119, app/assets/stylesheets/theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 2124, app/assets/stylesheets/theme.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 2129, app/assets/stylesheets/theme.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 2133, app/assets/stylesheets/theme.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 2137, app/assets/stylesheets/theme.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 2141, app/assets/stylesheets/theme.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 2145, app/assets/stylesheets/theme.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 2149, app/assets/stylesheets/theme.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 2153, app/assets/stylesheets/theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 2158, app/assets/stylesheets/theme.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 2162, app/assets/stylesheets/theme.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 2166, app/assets/stylesheets/theme.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 2170, app/assets/stylesheets/theme.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 2174, app/assets/stylesheets/theme.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 2178, app/assets/stylesheets/theme.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 2182, app/assets/stylesheets/theme.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 2186, app/assets/stylesheets/theme.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 2190, app/assets/stylesheets/theme.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 2194, app/assets/stylesheets/theme.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 2198, app/assets/stylesheets/theme.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 2202, app/assets/stylesheets/theme.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 2206, app/assets/stylesheets/theme.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 2209, app/assets/stylesheets/theme.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 2212, app/assets/stylesheets/theme.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 2215, app/assets/stylesheets/theme.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 2218, app/assets/stylesheets/theme.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 2221, app/assets/stylesheets/theme.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 2224, app/assets/stylesheets/theme.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 2227, app/assets/stylesheets/theme.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 2230, app/assets/stylesheets/theme.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 2233, app/assets/stylesheets/theme.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 2236, app/assets/stylesheets/theme.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 2239, app/assets/stylesheets/theme.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 2242, app/assets/stylesheets/theme.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 2245, app/assets/stylesheets/theme.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 2248, app/assets/stylesheets/theme.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 2251, app/assets/stylesheets/theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 2254, app/assets/stylesheets/theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 2257, app/assets/stylesheets/theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 2260, app/assets/stylesheets/theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 2263, app/assets/stylesheets/theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 2266, app/assets/stylesheets/theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 2269, app/assets/stylesheets/theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 2272, app/assets/stylesheets/theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 2275, app/assets/stylesheets/theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 2278, app/assets/stylesheets/theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 2281, app/assets/stylesheets/theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 2284, app/assets/stylesheets/theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

/* line 2303, app/assets/stylesheets/theme.scss */
.table tbody + tbody {
  border-top: 2px solid #edf2f9;
}

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

/* line 2310, app/assets/stylesheets/theme.scss */
.table-bordered {
  border: 1px solid #edf2f9;
}

/* line 2313, app/assets/stylesheets/theme.scss */
.table-bordered td,
.table-bordered th {
  border: 1px solid #edf2f9;
}

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

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

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

/* line 2330, app/assets/stylesheets/theme.scss */
.table-hover tbody tr:hover {
  color: #12263f;
  background-color: #f9fbfd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2478, app/assets/stylesheets/theme.scss */
.table-white,
.table-white > td,
.table-white > th {
  background-color: #fff;
}

/* line 2483, app/assets/stylesheets/theme.scss */
.table-white tbody + tbody,
.table-white td,
.table-white th,
.table-white thead th {
  border-color: #fff;
}

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

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

/* line 2496, app/assets/stylesheets/theme.scss */
.table-active,
.table-active > td,
.table-active > th {
  background-color: #f9fbfd;
}

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

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

/* line 2508, app/assets/stylesheets/theme.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #3b506c;
  border-color: #496285;
}

/* line 2513, app/assets/stylesheets/theme.scss */
.table .thead-light th {
  color: #95aac9;
  background-color: #f9fbfd;
  border-color: #edf2f9;
}

/* line 2518, app/assets/stylesheets/theme.scss */
.table-dark {
  color: #fff;
  background-color: #3b506c;
}

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

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

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

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

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

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

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

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

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

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

/* line 2590, app/assets/stylesheets/theme.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

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

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

/* line 2618, app/assets/stylesheets/theme.scss */
.form-control:focus {
  color: #12263f;
  background-color: #fff;
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 2625, app/assets/stylesheets/theme.scss */
.form-control::-webkit-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 2629, app/assets/stylesheets/theme.scss */
.form-control::-moz-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 2633, app/assets/stylesheets/theme.scss */
.form-control:-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 2637, app/assets/stylesheets/theme.scss */
.form-control::-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 2641, app/assets/stylesheets/theme.scss */
.form-control::placeholder {
  color: #b1c2d9;
  opacity: 1;
}

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

/* line 2650, app/assets/stylesheets/theme.scss */
select.form-control:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

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

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

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

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

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

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

/* line 2695, app/assets/stylesheets/theme.scss */
.form-control-sm {
  height: calc(1.75em + .25rem + 2px);
  padding: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
  border-radius: .25rem;
}

/* line 2702, app/assets/stylesheets/theme.scss */
.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .5rem;
}

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

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

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

/* line 2719, app/assets/stylesheets/theme.scss */
.form-text {
  display: block;
  margin-top: .25rem;
}

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

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

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

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

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

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

/* line 2751, app/assets/stylesheets/theme.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

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

/* line 2763, app/assets/stylesheets/theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .8125rem;
  color: #00d97e;
}

/* line 2770, app/assets/stylesheets/theme.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00d97e;
  border-radius: .375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2848, app/assets/stylesheets/theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .8125rem;
  color: #e63757;
}

/* line 2855, app/assets/stylesheets/theme.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: #e63757;
  border-radius: .375rem;
}

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

/* line 2875, app/assets/stylesheets/theme.scss */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e63757;
}

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

/* line 2884, app/assets/stylesheets/theme.scss */
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #e63757;
}

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

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

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

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

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

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

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

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

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

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

/* line 2933, app/assets/stylesheets/theme.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  /* line 2942, app/assets/stylesheets/theme.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2948, app/assets/stylesheets/theme.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2955, app/assets/stylesheets/theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2960, app/assets/stylesheets/theme.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2963, app/assets/stylesheets/theme.scss */
  .form-inline .custom-select,
.form-inline .input-group {
    width: auto;
  }
  /* line 2967, app/assets/stylesheets/theme.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2974, app/assets/stylesheets/theme.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 2981, app/assets/stylesheets/theme.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2985, app/assets/stylesheets/theme.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2989, app/assets/stylesheets/theme.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: .5rem .75rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3009, app/assets/stylesheets/theme.scss */
  .btn {
    transition: none;
  }
}

/* line 3013, app/assets/stylesheets/theme.scss */
.btn:hover {
  color: #12263f;
  text-decoration: none;
}

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

/* line 3022, app/assets/stylesheets/theme.scss */
.btn.disabled,
.btn:disabled {
  opacity: .65;
}

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

/* line 3030, app/assets/stylesheets/theme.scss */
.btn-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

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

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

/* line 3047, app/assets/stylesheets/theme.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

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

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

/* line 3065, app/assets/stylesheets/theme.scss */
.btn-secondary {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 3070, app/assets/stylesheets/theme.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5b7190;
  border-color: #566b88;
}

/* line 3075, app/assets/stylesheets/theme.scss */
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5b7190;
  border-color: #566b88;
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 3082, app/assets/stylesheets/theme.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 3088, app/assets/stylesheets/theme.scss */
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #566b88;
  border-color: #516580;
}

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

/* line 3100, app/assets/stylesheets/theme.scss */
.btn-success {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 3105, app/assets/stylesheets/theme.scss */
.btn-success:hover {
  color: #fff;
  background-color: #00b368;
  border-color: #00a660;
}

/* line 3110, app/assets/stylesheets/theme.scss */
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #00b368;
  border-color: #00a660;
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 3117, app/assets/stylesheets/theme.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 3123, app/assets/stylesheets/theme.scss */
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00a660;
  border-color: #009959;
}

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

/* line 3135, app/assets/stylesheets/theme.scss */
.btn-info {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

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

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

/* line 3152, app/assets/stylesheets/theme.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

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

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

/* line 3170, app/assets/stylesheets/theme.scss */
.btn-close {
  float: right;
}

/* line 3173, app/assets/stylesheets/theme.scss */
.btn-warning {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

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

/* line 3183, app/assets/stylesheets/theme.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 3190, app/assets/stylesheets/theme.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

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

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

/* line 3208, app/assets/stylesheets/theme.scss */
.btn-danger {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 3213, app/assets/stylesheets/theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #db1b3f;
  border-color: #d01a3b;
}

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

/* line 3225, app/assets/stylesheets/theme.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

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

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

/* line 3243, app/assets/stylesheets/theme.scss */
.btn-light {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

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

/* line 3253, app/assets/stylesheets/theme.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 3260, app/assets/stylesheets/theme.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

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

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

/* line 3278, app/assets/stylesheets/theme.scss */
.btn-dark {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

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

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

/* line 3295, app/assets/stylesheets/theme.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

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

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

/* line 3313, app/assets/stylesheets/theme.scss */
.btn-white {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

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

/* line 3323, app/assets/stylesheets/theme.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 3330, app/assets/stylesheets/theme.scss */
.btn-white.disabled,
.btn-white:disabled {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

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

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

/* line 3348, app/assets/stylesheets/theme.scss */
.btn-outline-primary {
  color: #2c7be5;
  border-color: #2c7be5;
}

/* line 3352, app/assets/stylesheets/theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

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

/* line 3361, app/assets/stylesheets/theme.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2c7be5;
  background-color: transparent;
}

/* line 3366, app/assets/stylesheets/theme.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

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

/* line 3378, app/assets/stylesheets/theme.scss */
.btn-outline-secondary {
  color: #6e84a3;
  border-color: #6e84a3;
}

/* line 3382, app/assets/stylesheets/theme.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

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

/* line 3391, app/assets/stylesheets/theme.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6e84a3;
  background-color: transparent;
}

/* line 3396, app/assets/stylesheets/theme.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

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

/* line 3408, app/assets/stylesheets/theme.scss */
.btn-outline-success {
  color: #00d97e;
  border-color: #00d97e;
}

/* line 3412, app/assets/stylesheets/theme.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 3417, app/assets/stylesheets/theme.scss */
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 3421, app/assets/stylesheets/theme.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00d97e;
  background-color: transparent;
}

/* line 3426, app/assets/stylesheets/theme.scss */
.btn-outline-success.active:not(:disabled):not(.disabled),
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 3433, app/assets/stylesheets/theme.scss */
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

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

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

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

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

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

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

/* line 3468, app/assets/stylesheets/theme.scss */
.btn-outline-warning {
  color: #f6c343;
  border-color: #f6c343;
}

/* line 3472, app/assets/stylesheets/theme.scss */
.btn-outline-warning:hover {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

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

/* line 3481, app/assets/stylesheets/theme.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c343;
  background-color: transparent;
}

/* line 3486, app/assets/stylesheets/theme.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

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

/* line 3498, app/assets/stylesheets/theme.scss */
.btn-outline-danger {
  color: #e63757;
  border-color: #e63757;
}

/* line 3502, app/assets/stylesheets/theme.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

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

/* line 3511, app/assets/stylesheets/theme.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e63757;
  background-color: transparent;
}

/* line 3516, app/assets/stylesheets/theme.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled),
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

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

/* line 3528, app/assets/stylesheets/theme.scss */
.btn-outline-light {
  color: #edf2f9;
  border-color: #edf2f9;
}

/* line 3532, app/assets/stylesheets/theme.scss */
.btn-outline-light:hover {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

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

/* line 3541, app/assets/stylesheets/theme.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #edf2f9;
  background-color: transparent;
}

/* line 3546, app/assets/stylesheets/theme.scss */
.btn-outline-light.active:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

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

/* line 3558, app/assets/stylesheets/theme.scss */
.btn-outline-dark {
  color: #12263f;
  border-color: #12263f;
}

/* line 3562, app/assets/stylesheets/theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

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

/* line 3571, app/assets/stylesheets/theme.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #12263f;
  background-color: transparent;
}

/* line 3576, app/assets/stylesheets/theme.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled),
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

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

/* line 3588, app/assets/stylesheets/theme.scss */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 3592, app/assets/stylesheets/theme.scss */
.btn-outline-white:hover {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

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

/* line 3601, app/assets/stylesheets/theme.scss */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3606, app/assets/stylesheets/theme.scss */
.btn-outline-white.active:not(:disabled):not(.disabled),
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

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

/* line 3618, app/assets/stylesheets/theme.scss */
.btn-link {
  font-weight: 400;
  color: #2c7be5;
  text-decoration: none;
}

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

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

/* line 3632, app/assets/stylesheets/theme.scss */
.btn-link.disabled,
.btn-link:disabled {
  color: #b1c2d9;
  pointer-events: none;
}

/* line 3637, app/assets/stylesheets/theme.scss */
.btn-group-lg > .btn,
.btn-lg {
  padding: .75rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .5rem;
}

/* line 3644, app/assets/stylesheets/theme.scss */
.btn-group-sm > .btn,
.btn-sm {
  padding: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
  border-radius: .25rem;
}

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

/* line 3655, app/assets/stylesheets/theme.scss */
.btn-block + .btn-block {
  margin-top: .5rem;
}

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

/* line 3663, app/assets/stylesheets/theme.scss */
.fade {
  transition: opacity .15s linear;
}

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

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

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

/* line 3677, app/assets/stylesheets/theme.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3832, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3835, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .2125em;
  vertical-align: .2125em;
  content: "";
  border-top: .25em solid transparent;
  border-right: .25em solid;
  border-bottom: .25em solid transparent;
}

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

/* line 3847, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3850, app/assets/stylesheets/theme.scss */
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 3857, app/assets/stylesheets/theme.scss */
.dropdown-divider {
  height: 0;
  margin: .75rem 0;
  overflow: hidden;
  border-top: 1px solid #edf2f9;
}

/* line 3863, app/assets/stylesheets/theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6e84a3;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3875, app/assets/stylesheets/theme.scss */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #12263f;
  text-decoration: none;
  background-color: transparent;
}

/* line 3881, app/assets/stylesheets/theme.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #12263f;
  text-decoration: none;
  background-color: transparent;
}

/* line 3887, app/assets/stylesheets/theme.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #95aac9;
  pointer-events: none;
  background-color: transparent;
}

/* line 3893, app/assets/stylesheets/theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3896, app/assets/stylesheets/theme.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .8125rem;
  color: inherit;
  white-space: nowrap;
}

/* line 3904, app/assets/stylesheets/theme.scss */
.dropdown-item-text {
  display: block;
  padding: .375rem 1.5rem;
  color: #6e84a3;
}

/* line 3909, app/assets/stylesheets/theme.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3915, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3920, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

/* line 3924, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

/* line 3932, app/assets/stylesheets/theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3937, app/assets/stylesheets/theme.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3940, app/assets/stylesheets/theme.scss */
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 3944, app/assets/stylesheets/theme.scss */
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3949, app/assets/stylesheets/theme.scss */
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3954, app/assets/stylesheets/theme.scss */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 3958, app/assets/stylesheets/theme.scss */
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3963, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3966, app/assets/stylesheets/theme.scss */
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 3971, app/assets/stylesheets/theme.scss */
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 3976, app/assets/stylesheets/theme.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3981, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3985, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 3989, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3994, app/assets/stylesheets/theme.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3999, app/assets/stylesheets/theme.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 4003, app/assets/stylesheets/theme.scss */
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4011, app/assets/stylesheets/theme.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 4018, app/assets/stylesheets/theme.scss */
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 4027, app/assets/stylesheets/theme.scss */
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

/* line 4041, app/assets/stylesheets/theme.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

/* line 4046, app/assets/stylesheets/theme.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 4049, app/assets/stylesheets/theme.scss */
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4054, app/assets/stylesheets/theme.scss */
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4059, app/assets/stylesheets/theme.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 4063, app/assets/stylesheets/theme.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 4068, app/assets/stylesheets/theme.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4072, app/assets/stylesheets/theme.scss */
.input-group-append,
.input-group-prepend {
  display: flex;
}

/* line 4076, app/assets/stylesheets/theme.scss */
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 4081, app/assets/stylesheets/theme.scss */
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

/* line 4085, app/assets/stylesheets/theme.scss */
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 4095, app/assets/stylesheets/theme.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 4098, app/assets/stylesheets/theme.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 4101, app/assets/stylesheets/theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #95aac9;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
}

/* line 4116, app/assets/stylesheets/theme.scss */
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 4120, app/assets/stylesheets/theme.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1.5rem + 2px);
}

/* line 4124, app/assets/stylesheets/theme.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .75rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .5rem;
}

/* line 4135, app/assets/stylesheets/theme.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.75em + .25rem + 2px);
}

/* line 4139, app/assets/stylesheets/theme.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
  border-radius: .25rem;
}

/* line 4150, app/assets/stylesheets/theme.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

/* line 4154, app/assets/stylesheets/theme.scss */
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4163, app/assets/stylesheets/theme.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4172, app/assets/stylesheets/theme.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 4178, app/assets/stylesheets/theme.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 4182, app/assets/stylesheets/theme.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}

/* line 4190, app/assets/stylesheets/theme.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2c7be5;
  background-color: #2c7be5;
}

/* line 4195, app/assets/stylesheets/theme.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}

/* line 4198, app/assets/stylesheets/theme.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2c7be5;
}

/* line 4201, app/assets/stylesheets/theme.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cbdef9;
  border-color: #cbdef9;
}

/* line 4206, app/assets/stylesheets/theme.scss */
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #95aac9;
}

/* line 4210, app/assets/stylesheets/theme.scss */
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 4214, app/assets/stylesheets/theme.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}

/* line 4220, app/assets/stylesheets/theme.scss */
.custom-control-label::before {
  position: absolute;
  top: .20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #e3ebf6;
  border: #b1c2d9 solid 0;
}

/* line 4232, app/assets/stylesheets/theme.scss */
.custom-control-label::after {
  position: absolute;
  top: .20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

/* line 4242, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: .375rem;
}

/* line 4245, app/assets/stylesheets/theme.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 4248, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2c7be5;
  background-color: #2c7be5;
}

/* line 4252, app/assets/stylesheets/theme.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 4255, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4258, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4261, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4264, app/assets/stylesheets/theme.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 4267, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4270, app/assets/stylesheets/theme.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 4273, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: .5625rem;
}

/* line 4279, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-label::after {
  top: .20313rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #b1c2d9;
  border-radius: .5625rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4289, app/assets/stylesheets/theme.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 4293, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e3ebf6;
  transform: translateX(2rem);
}

/* line 4297, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4300, app/assets/stylesheets/theme.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 2rem .5rem .75rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L4.25 4.25L7.5 1' stroke='%2395AAC9' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.75em 0.75em;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4317, app/assets/stylesheets/theme.scss */
.custom-select:focus {
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 4322, app/assets/stylesheets/theme.scss */
.custom-select:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 4326, app/assets/stylesheets/theme.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 4332, app/assets/stylesheets/theme.scss */
.custom-select:disabled {
  color: #95aac9;
  background-color: #edf2f9;
}

/* line 4336, app/assets/stylesheets/theme.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 4339, app/assets/stylesheets/theme.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #12263f;
}

/* line 4343, app/assets/stylesheets/theme.scss */
.custom-select-sm {
  height: calc(1.75em + .25rem + 2px);
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .5rem;
  font-size: .8125rem;
}

/* line 4350, app/assets/stylesheets/theme.scss */
.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.25rem;
  font-size: .9375rem;
}

/* line 4357, app/assets/stylesheets/theme.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 4364, app/assets/stylesheets/theme.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4372, app/assets/stylesheets/theme.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2c7be5;
  box-shadow: transparent;
}

/* line 4376, app/assets/stylesheets/theme.scss */
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #fff;
}

/* line 4380, app/assets/stylesheets/theme.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4383, app/assets/stylesheets/theme.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4386, app/assets/stylesheets/theme.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
}

/* line 4401, app/assets/stylesheets/theme.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: .5rem .75rem;
  line-height: 1.5;
  color: #12263f;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 .375rem .375rem 0;
}

/* line 4417, app/assets/stylesheets/theme.scss */
.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4426, app/assets/stylesheets/theme.scss */
.custom-range:focus {
  outline: 0;
}

/* line 4429, app/assets/stylesheets/theme.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fbfd,transparent;
}

/* line 4432, app/assets/stylesheets/theme.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fbfd,transparent;
}

/* line 4435, app/assets/stylesheets/theme.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fbfd,transparent;
}

/* line 4438, app/assets/stylesheets/theme.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4441, app/assets/stylesheets/theme.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4454, app/assets/stylesheets/theme.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4459, app/assets/stylesheets/theme.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 4462, app/assets/stylesheets/theme.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3ebf6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4471, app/assets/stylesheets/theme.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4483, app/assets/stylesheets/theme.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4488, app/assets/stylesheets/theme.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 4491, app/assets/stylesheets/theme.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3ebf6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4500, app/assets/stylesheets/theme.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .15rem;
  margin-left: .15rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4514, app/assets/stylesheets/theme.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4519, app/assets/stylesheets/theme.scss */
.custom-range::-ms-thumb:active {
  background-color: #cbdef9;
}

/* line 4522, app/assets/stylesheets/theme.scss */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 4531, app/assets/stylesheets/theme.scss */
.custom-range::-ms-fill-lower {
  background-color: #e3ebf6;
  border-radius: 1rem;
}

/* line 4535, app/assets/stylesheets/theme.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e3ebf6;
  border-radius: 1rem;
}

/* line 4540, app/assets/stylesheets/theme.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b1c2d9;
}

/* line 4543, app/assets/stylesheets/theme.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4546, app/assets/stylesheets/theme.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b1c2d9;
}

/* line 4549, app/assets/stylesheets/theme.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4552, app/assets/stylesheets/theme.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b1c2d9;
}

/* line 4555, app/assets/stylesheets/theme.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4561, app/assets/stylesheets/theme.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4567, app/assets/stylesheets/theme.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4574, app/assets/stylesheets/theme.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 4578, app/assets/stylesheets/theme.scss */
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

/* line 4582, app/assets/stylesheets/theme.scss */
.nav-link.disabled {
  color: #95aac9;
  pointer-events: none;
  cursor: default;
}

/* line 4587, app/assets/stylesheets/theme.scss */
.nav-tabs {
  border-bottom: 1px solid #e3ebf6;
}

/* line 4590, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4593, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4598, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
}

/* line 4602, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link.disabled {
  color: #95aac9;
  background-color: transparent;
  border-color: transparent;
}

/* line 4607, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #12263f;
  background-color: transparent;
  border-color: transparent transparent #2c7be5;
}

/* line 4613, app/assets/stylesheets/theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4618, app/assets/stylesheets/theme.scss */
.nav-pills .nav-link {
  border-radius: .375rem;
}

/* line 4621, app/assets/stylesheets/theme.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c7be5;
}

/* line 4626, app/assets/stylesheets/theme.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4630, app/assets/stylesheets/theme.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4635, app/assets/stylesheets/theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4638, app/assets/stylesheets/theme.scss */
.tab-content > .active {
  display: block;
}

/* line 4641, app/assets/stylesheets/theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
}

/* line 4649, app/assets/stylesheets/theme.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4660, app/assets/stylesheets/theme.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 4669, app/assets/stylesheets/theme.scss */
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

/* line 4673, app/assets/stylesheets/theme.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4680, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4684, app/assets/stylesheets/theme.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4688, app/assets/stylesheets/theme.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 4693, app/assets/stylesheets/theme.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4698, app/assets/stylesheets/theme.scss */
.navbar-toggler {
  padding: .25rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .375rem;
}

/* line 4706, app/assets/stylesheets/theme.scss */
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 4710, app/assets/stylesheets/theme.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 4720, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4731, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4735, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4738, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4741, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 4745, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4753, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4757, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4762, app/assets/stylesheets/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4773, app/assets/stylesheets/theme.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4777, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4780, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4783, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 4787, app/assets/stylesheets/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4795, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4799, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4804, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4815, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4819, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4822, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4825, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 4829, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4837, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4841, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4846, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4857, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4861, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4864, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4867, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 4871, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4879, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4883, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4887, app/assets/stylesheets/theme.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4891, app/assets/stylesheets/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4900, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4903, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4906, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 4910, app/assets/stylesheets/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4918, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4922, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4925, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-brand {
  color: #12263f;
}

/* line 4928, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #12263f;
}

/* line 4932, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 4935, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #12263f;
}

/* line 4939, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 38, 63, 0.3);
}

/* line 4942, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #12263f;
}

/* line 4948, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

/* line 4952, app/assets/stylesheets/theme.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 4955, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text {
  color: #6e84a3;
}

/* line 4958, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text a {
  color: #12263f;
}

/* line 4961, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #12263f;
}

/* line 4965, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4968, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 4972, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 4975, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

/* line 4979, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4982, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 4988, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

/* line 4992, app/assets/stylesheets/theme.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 4995, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-text {
  color: #6e84a3;
}

/* line 4998, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 5001, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 5005, app/assets/stylesheets/theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #edf2f9;
  border-radius: .5rem;
}

/* line 5016, app/assets/stylesheets/theme.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5020, app/assets/stylesheets/theme.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

/* line 5024, app/assets/stylesheets/theme.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 5028, app/assets/stylesheets/theme.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 5033, app/assets/stylesheets/theme.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 5036, app/assets/stylesheets/theme.scss */
.card-subtitle {
  margin-top: -.5rem;
  margin-bottom: 0;
}

/* line 5040, app/assets/stylesheets/theme.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5043, app/assets/stylesheets/theme.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 5046, app/assets/stylesheets/theme.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 5049, app/assets/stylesheets/theme.scss */
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #edf2f9;
}

/* line 5055, app/assets/stylesheets/theme.scss */
.card-header:first-child {
  border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

/* line 5058, app/assets/stylesheets/theme.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 5061, app/assets/stylesheets/theme.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #edf2f9;
}

/* line 5066, app/assets/stylesheets/theme.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px);
}

/* line 5069, app/assets/stylesheets/theme.scss */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 5075, app/assets/stylesheets/theme.scss */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 5079, app/assets/stylesheets/theme.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5087, app/assets/stylesheets/theme.scss */
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

/* line 5093, app/assets/stylesheets/theme.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}

/* line 5098, app/assets/stylesheets/theme.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.5rem - 1px);
  border-bottom-left-radius: calc(.5rem - 1px);
}

/* line 5103, app/assets/stylesheets/theme.scss */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 5107, app/assets/stylesheets/theme.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 5113, app/assets/stylesheets/theme.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 5120, app/assets/stylesheets/theme.scss */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 5124, app/assets/stylesheets/theme.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 5128, app/assets/stylesheets/theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 5132, app/assets/stylesheets/theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5136, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5140, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 5144, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 5148, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5152, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 5156, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 5161, app/assets/stylesheets/theme.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 5165, app/assets/stylesheets/theme.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5173, app/assets/stylesheets/theme.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5178, app/assets/stylesheets/theme.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 5181, app/assets/stylesheets/theme.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5186, app/assets/stylesheets/theme.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5190, app/assets/stylesheets/theme.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 5194, app/assets/stylesheets/theme.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: .375rem;
}

/* line 5203, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 5206, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #d2ddec;
  content: "";
}

/* line 5212, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5215, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5218, app/assets/stylesheets/theme.scss */
.breadcrumb-item.active {
  color: #95aac9;
}

/* line 5221, app/assets/stylesheets/theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

/* line 5227, app/assets/stylesheets/theme.scss */
.page,
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #12263f;
  background-color: #fff;
  border: 1px solid #e3ebf6;
}

/* line 5238, app/assets/stylesheets/theme.scss */
.page-link:hover,
.page:hover {
  z-index: 2;
  color: #12263f;
  text-decoration: none;
  background-color: #f9fbfd;
  border-color: #e3ebf6;
}

/* line 5246, app/assets/stylesheets/theme.scss */
.page-link:focus,
.page:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

/* line 5252, app/assets/stylesheets/theme.scss */
.page-item:first-child .page,
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 5258, app/assets/stylesheets/theme.scss */
.page-item:last-child .page,
.page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 5263, app/assets/stylesheets/theme.scss */
.page-item.active .page,
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 5270, app/assets/stylesheets/theme.scss */
.page-item.disabled .page,
.page-item.disabled .page-link {
  color: #95aac9;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e3ebf6;
}

/* line 5278, app/assets/stylesheets/theme.scss */
.pagination-lg .page,
.pagination-lg .page-link {
  padding: .75rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 5284, app/assets/stylesheets/theme.scss */
.pagination-lg .page-item:first-child .page,
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 5289, app/assets/stylesheets/theme.scss */
.pagination-lg .page-item:last-child .page,
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

/* line 5294, app/assets/stylesheets/theme.scss */
.pagination-sm .page,
.pagination-sm .page-link {
  padding: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
}

/* line 5300, app/assets/stylesheets/theme.scss */
.pagination-sm .page-item:first-child .page,
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5305, app/assets/stylesheets/theme.scss */
.pagination-sm .page-item:last-child .page,
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 5310, app/assets/stylesheets/theme.scss */
.badge {
  display: inline-block;
  padding: .33em .5em;
  font-size: 76%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5323, app/assets/stylesheets/theme.scss */
  .badge {
    transition: none;
  }
}

/* line 5327, app/assets/stylesheets/theme.scss */
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

/* line 5331, app/assets/stylesheets/theme.scss */
.badge:empty {
  display: none;
}

/* line 5334, app/assets/stylesheets/theme.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5338, app/assets/stylesheets/theme.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 5343, app/assets/stylesheets/theme.scss */
.badge-primary {
  color: #fff;
  background-color: #2c7be5;
}

/* line 5347, app/assets/stylesheets/theme.scss */
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #1862c6;
}

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

/* line 5357, app/assets/stylesheets/theme.scss */
.badge-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 5361, app/assets/stylesheets/theme.scss */
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #566b88;
}

/* line 5366, app/assets/stylesheets/theme.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 5371, app/assets/stylesheets/theme.scss */
.badge-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 5375, app/assets/stylesheets/theme.scss */
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #00a660;
}

/* line 5380, app/assets/stylesheets/theme.scss */
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 5385, app/assets/stylesheets/theme.scss */
.badge-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 5389, app/assets/stylesheets/theme.scss */
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #2991ae;
}

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

/* line 5399, app/assets/stylesheets/theme.scss */
.badge-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 5403, app/assets/stylesheets/theme.scss */
a.badge-warning:focus,
a.badge-warning:hover {
  color: #283e59;
  background-color: #f4b312;
}

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

/* line 5413, app/assets/stylesheets/theme.scss */
.badge-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 5417, app/assets/stylesheets/theme.scss */
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #d01a3b;
}

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

/* line 5427, app/assets/stylesheets/theme.scss */
.badge-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 5431, app/assets/stylesheets/theme.scss */
a.badge-light:focus,
a.badge-light:hover {
  color: #283e59;
  background-color: #c7d6ec;
}

/* line 5436, app/assets/stylesheets/theme.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 5441, app/assets/stylesheets/theme.scss */
.badge-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 5445, app/assets/stylesheets/theme.scss */
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #070e17;
}

/* line 5450, app/assets/stylesheets/theme.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 5455, app/assets/stylesheets/theme.scss */
.badge-white {
  color: #283e59;
  background-color: #fff;
}

/* line 5459, app/assets/stylesheets/theme.scss */
a.badge-white:focus,
a.badge-white:hover {
  color: #283e59;
  background-color: #e6e6e6;
}

/* line 5464, app/assets/stylesheets/theme.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 5469, app/assets/stylesheets/theme.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #edf2f9;
  border-radius: .5rem;
}

@media (min-width: 576px) {
  /* line 5476, app/assets/stylesheets/theme.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5480, app/assets/stylesheets/theme.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5485, app/assets/stylesheets/theme.scss */
.alert {
  position: relative;
  /*padding:.75rem 1.25rem;*/
  padding: .75rem 0rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  /*border-radius:.375rem*/
}

/* line 5493, app/assets/stylesheets/theme.scss */
.alert-heading {
  color: inherit;
}

/* line 5496, app/assets/stylesheets/theme.scss */
.alert-link {
  font-weight: 400;
}

/* line 5499, app/assets/stylesheets/theme.scss */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 5502, app/assets/stylesheets/theme.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 5509, app/assets/stylesheets/theme.scss */
.alert-primary {
  color: #205295;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 5514, app/assets/stylesheets/theme.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 5517, app/assets/stylesheets/theme.scss */
.alert-primary .alert-link {
  color: #173b6b;
}

/* line 5520, app/assets/stylesheets/theme.scss */
.alert-secondary {
  color: #425773;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 5525, app/assets/stylesheets/theme.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 5528, app/assets/stylesheets/theme.scss */
.alert-secondary .alert-link {
  color: #2f3e53;
}

/* line 5531, app/assets/stylesheets/theme.scss */
.alert-success {
  color: #098360;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 5536, app/assets/stylesheets/theme.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 5539, app/assets/stylesheets/theme.scss */
.alert-success .alert-link {
  color: #06533d;
}

/* line 5542, app/assets/stylesheets/theme.scss */
.alert-info {
  color: #266d8b;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 5547, app/assets/stylesheets/theme.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 5550, app/assets/stylesheets/theme.scss */
.alert-info .alert-link {
  color: #1b4e63;
}

/* line 5553, app/assets/stylesheets/theme.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5558, app/assets/stylesheets/theme.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 5561, app/assets/stylesheets/theme.scss */
.alert-warning .alert-link {
  color: #665a31;
}

/* line 5564, app/assets/stylesheets/theme.scss */
.alert-danger {
  color: #802f4b;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 5569, app/assets/stylesheets/theme.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 5572, app/assets/stylesheets/theme.scss */
.alert-danger .alert-link {
  color: #5b2135;
}

/* line 5575, app/assets/stylesheets/theme.scss */
.alert-danger .btn-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' …1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  padding: calc(var(--bs-alert-padding-y) + .5em) var(--bs-alert-padding-x);
}

/* line 5579, app/assets/stylesheets/theme.scss */
.alert-light {
  color: #8490a0;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 5584, app/assets/stylesheets/theme.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 5587, app/assets/stylesheets/theme.scss */
.alert-light .alert-link {
  color: #697688;
}

/* line 5590, app/assets/stylesheets/theme.scss */
.alert-dark {
  color: #12263f;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 5595, app/assets/stylesheets/theme.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 5598, app/assets/stylesheets/theme.scss */
.alert-dark .alert-link {
  color: #070e17;
}

/* line 5601, app/assets/stylesheets/theme.scss */
.alert-white {
  color: #8d97a3;
  background-color: #fff;
  border-color: #fff;
}

/* line 5606, app/assets/stylesheets/theme.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 5609, app/assets/stylesheets/theme.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 5628, app/assets/stylesheets/theme.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .70313rem;
  background-color: #edf2f9;
  border-radius: 200px;
}

/* line 5636, app/assets/stylesheets/theme.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c7be5;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5648, app/assets/stylesheets/theme.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5652, app/assets/stylesheets/theme.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 5656, app/assets/stylesheets/theme.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 5661, app/assets/stylesheets/theme.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 5666, app/assets/stylesheets/theme.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5670, app/assets/stylesheets/theme.scss */
.media-body {
  flex: 1;
}

/* line 5673, app/assets/stylesheets/theme.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5679, app/assets/stylesheets/theme.scss */
.list-group-item-action {
  width: 100%;
  color: #12263f;
  text-align: inherit;
}

/* line 5684, app/assets/stylesheets/theme.scss */
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #12263f;
  text-decoration: none;
  background-color: #f9fbfd;
}

/* line 5691, app/assets/stylesheets/theme.scss */
.list-group-item-action:active {
  color: #12263f;
  background-color: #edf2f9;
}

/* line 5695, app/assets/stylesheets/theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 1px solid #edf2f9;
}

/* line 5702, app/assets/stylesheets/theme.scss */
.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 5706, app/assets/stylesheets/theme.scss */
.list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 5710, app/assets/stylesheets/theme.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #95aac9;
  pointer-events: none;
  background-color: transparent;
}

/* line 5716, app/assets/stylesheets/theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 5722, app/assets/stylesheets/theme.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5725, app/assets/stylesheets/theme.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5729, app/assets/stylesheets/theme.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5732, app/assets/stylesheets/theme.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: .375rem;
  border-top-right-radius: 0;
}

/* line 5736, app/assets/stylesheets/theme.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .375rem;
  border-bottom-left-radius: 0;
}

/* line 5740, app/assets/stylesheets/theme.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 5743, app/assets/stylesheets/theme.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5747, app/assets/stylesheets/theme.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5752, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5755, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }
  /* line 5759, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5763, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 5766, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5770, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5776, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5779, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }
  /* line 5783, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5787, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 5790, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5794, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5800, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5803, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }
  /* line 5807, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5811, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 5814, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5818, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5824, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5827, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }
  /* line 5831, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5835, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 5838, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5842, app/assets/stylesheets/theme.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5847, app/assets/stylesheets/theme.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 5852, app/assets/stylesheets/theme.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5855, app/assets/stylesheets/theme.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5858, app/assets/stylesheets/theme.scss */
.list-group-item-primary {
  color: #205295;
  background-color: #c4daf8;
}

/* line 5862, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #205295;
  background-color: #adccf5;
}

/* line 5867, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #205295;
  border-color: #205295;
}

/* line 5872, app/assets/stylesheets/theme.scss */
.list-group-item-secondary {
  color: #425773;
  background-color: #d6dde5;
}

/* line 5876, app/assets/stylesheets/theme.scss */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #425773;
  background-color: #c6d0db;
}

/* line 5881, app/assets/stylesheets/theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #425773;
  border-color: #425773;
}

/* line 5886, app/assets/stylesheets/theme.scss */
.list-group-item-success {
  color: #098360;
  background-color: #b8f4db;
}

/* line 5890, app/assets/stylesheets/theme.scss */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #098360;
  background-color: #a2f1d0;
}

/* line 5895, app/assets/stylesheets/theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #098360;
  border-color: #098360;
}

/* line 5900, app/assets/stylesheets/theme.scss */
.list-group-item-info {
  color: #266d8b;
  background-color: #c8e9f2;
}

/* line 5904, app/assets/stylesheets/theme.scss */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #266d8b;
  background-color: #b3e1ed;
}

/* line 5909, app/assets/stylesheets/theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #266d8b;
  border-color: #266d8b;
}

/* line 5914, app/assets/stylesheets/theme.scss */
.list-group-item-warning {
  color: #897841;
  background-color: #fceeca;
}

/* line 5918, app/assets/stylesheets/theme.scss */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #897841;
  background-color: #fbe6b2;
}

/* line 5923, app/assets/stylesheets/theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #897841;
  border-color: #897841;
}

/* line 5928, app/assets/stylesheets/theme.scss */
.list-group-item-danger {
  color: #802f4b;
  background-color: #f8c7d0;
}

/* line 5932, app/assets/stylesheets/theme.scss */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #802f4b;
  background-color: #f5b0bd;
}

/* line 5937, app/assets/stylesheets/theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #802f4b;
  border-color: #802f4b;
}

/* line 5942, app/assets/stylesheets/theme.scss */
.list-group-item-light {
  color: #8490a0;
  background-color: #fafbfd;
}

/* line 5946, app/assets/stylesheets/theme.scss */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #8490a0;
  background-color: #e8ecf6;
}

/* line 5951, app/assets/stylesheets/theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8490a0;
  border-color: #8490a0;
}

/* line 5956, app/assets/stylesheets/theme.scss */
.list-group-item-dark {
  color: #12263f;
  background-color: #bdc2c9;
}

/* line 5960, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #12263f;
  background-color: #afb5be;
}

/* line 5965, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 5970, app/assets/stylesheets/theme.scss */
.list-group-item-white {
  color: #8d97a3;
  background-color: #fff;
}

/* line 5974, app/assets/stylesheets/theme.scss */
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #8d97a3;
  background-color: #f2f2f2;
}

/* line 5979, app/assets/stylesheets/theme.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #8d97a3;
  border-color: #8d97a3;
}

/* line 5984, app/assets/stylesheets/theme.scss */
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #95aac9;
  text-shadow: none;
  opacity: .5;
}

/* line 5993, app/assets/stylesheets/theme.scss */
.close:hover {
  color: #95aac9;
  text-decoration: none;
}

/* line 5997, app/assets/stylesheets/theme.scss */
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

/* line 6001, app/assets/stylesheets/theme.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6009, app/assets/stylesheets/theme.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 6012, app/assets/stylesheets/theme.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: .9375rem;
  background-color: #fff;
  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: .375rem;
}

/* line 6025, app/assets/stylesheets/theme.scss */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 6028, app/assets/stylesheets/theme.scss */
.toast.showing {
  opacity: 1;
}

/* line 6031, app/assets/stylesheets/theme.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 6035, app/assets/stylesheets/theme.scss */
.toast.hide {
  display: none;
}

/* line 6038, app/assets/stylesheets/theme.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: .75rem 1rem;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #e3ebf6;
}

/* line 6047, app/assets/stylesheets/theme.scss */
.toast-body {
  padding: 1rem;
}

/* line 6050, app/assets/stylesheets/theme.scss */
.modal-open {
  overflow: hidden;
}

/* line 6053, app/assets/stylesheets/theme.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6057, app/assets/stylesheets/theme.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6068, app/assets/stylesheets/theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6074, app/assets/stylesheets/theme.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6079, app/assets/stylesheets/theme.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6083, app/assets/stylesheets/theme.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6086, app/assets/stylesheets/theme.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 6089, app/assets/stylesheets/theme.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 6093, app/assets/stylesheets/theme.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6097, app/assets/stylesheets/theme.scss */
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

/* line 6101, app/assets/stylesheets/theme.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6104, app/assets/stylesheets/theme.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6109, app/assets/stylesheets/theme.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 6114, app/assets/stylesheets/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 6119, app/assets/stylesheets/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6122, app/assets/stylesheets/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6125, app/assets/stylesheets/theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: .5rem;
  outline: 0;
}

/* line 6137, app/assets/stylesheets/theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #12263f;
}

/* line 6146, app/assets/stylesheets/theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6149, app/assets/stylesheets/theme.scss */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6152, app/assets/stylesheets/theme.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e3ebf6;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}

/* line 6161, app/assets/stylesheets/theme.scss */
.modal-header .close {
  padding: 1rem 1.5rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6165, app/assets/stylesheets/theme.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6169, app/assets/stylesheets/theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 6174, app/assets/stylesheets/theme.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #e3ebf6;
  border-bottom-right-radius: calc(.5rem - 1px);
  border-bottom-left-radius: calc(.5rem - 1px);
}

/* line 6184, app/assets/stylesheets/theme.scss */
.modal-footer > * {
  margin: .25rem;
}

/* line 6187, app/assets/stylesheets/theme.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6195, app/assets/stylesheets/theme.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 6199, app/assets/stylesheets/theme.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6202, app/assets/stylesheets/theme.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6205, app/assets/stylesheets/theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6208, app/assets/stylesheets/theme.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 6211, app/assets/stylesheets/theme.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6216, app/assets/stylesheets/theme.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6222, app/assets/stylesheets/theme.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6226, app/assets/stylesheets/theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cerebri Sans",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: .8125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6249, app/assets/stylesheets/theme.scss */
.tooltip.show {
  opacity: 1;
}

/* line 6252, app/assets/stylesheets/theme.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6258, app/assets/stylesheets/theme.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6264, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6268, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 6272, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #e3ebf6;
}

/* line 6278, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 6282, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6288, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #e3ebf6;
}

/* line 6294, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6298, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 6302, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #e3ebf6;
}

/* line 6308, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 6312, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6318, app/assets/stylesheets/theme.scss */
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #e3ebf6;
}

/* line 6324, app/assets/stylesheets/theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #12263f;
  text-align: center;
  background-color: #e3ebf6;
  border-radius: .375rem;
}

/* line 6332, app/assets/stylesheets/theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 10rem;
  font-family: "Cerebri Sans",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: .8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: .5rem;
}

/* line 6360, app/assets/stylesheets/theme.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .5rem;
}

/* line 6367, app/assets/stylesheets/theme.scss */
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6375, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}

/* line 6379, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 6383, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(18, 38, 63, 0.25);
}

/* line 6389, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 6395, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}

/* line 6399, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .5rem 0;
}

/* line 6406, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(18, 38, 63, 0.25);
}

/* line 6412, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 6418, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}

/* line 6422, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}

/* line 6426, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(18, 38, 63, 0.25);
}

/* line 6432, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 6438, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

/* line 6449, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}

/* line 6453, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .5rem 0;
}

/* line 6460, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(18, 38, 63, 0.25);
}

/* line 6466, app/assets/stylesheets/theme.scss */
.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 6472, app/assets/stylesheets/theme.scss */
.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: .9375rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}

/* line 6481, app/assets/stylesheets/theme.scss */
.popover-header:empty {
  display: none;
}

/* line 6484, app/assets/stylesheets/theme.scss */
.popover-body {
  padding: 0 0;
  color: #95aac9;
}

/* line 6488, app/assets/stylesheets/theme.scss */
.carousel {
  position: relative;
}

/* line 6491, app/assets/stylesheets/theme.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6494, app/assets/stylesheets/theme.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6499, app/assets/stylesheets/theme.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6504, app/assets/stylesheets/theme.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6515, app/assets/stylesheets/theme.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6519, app/assets/stylesheets/theme.scss */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

/* line 6524, app/assets/stylesheets/theme.scss */
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

/* line 6528, app/assets/stylesheets/theme.scss */
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

/* line 6532, app/assets/stylesheets/theme.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6537, app/assets/stylesheets/theme.scss */
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6543, app/assets/stylesheets/theme.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6550, app/assets/stylesheets/theme.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6555, app/assets/stylesheets/theme.scss */
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6571, app/assets/stylesheets/theme.scss */
  .carousel-control-next,
.carousel-control-prev {
    transition: none;
  }
}

/* line 6576, app/assets/stylesheets/theme.scss */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6585, app/assets/stylesheets/theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6588, app/assets/stylesheets/theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 6591, app/assets/stylesheets/theme.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

/* line 6598, app/assets/stylesheets/theme.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 6601, app/assets/stylesheets/theme.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 6604, app/assets/stylesheets/theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6617, app/assets/stylesheets/theme.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6634, app/assets/stylesheets/theme.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6638, app/assets/stylesheets/theme.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6641, app/assets/stylesheets/theme.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6662, app/assets/stylesheets/theme.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 6673, app/assets/stylesheets/theme.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 6694, app/assets/stylesheets/theme.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 6705, app/assets/stylesheets/theme.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6709, app/assets/stylesheets/theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6712, app/assets/stylesheets/theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6715, app/assets/stylesheets/theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6718, app/assets/stylesheets/theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6721, app/assets/stylesheets/theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6724, app/assets/stylesheets/theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6727, app/assets/stylesheets/theme.scss */
.bg-primary {
  background-color: #2c7be5 !important;
}

/* line 6730, app/assets/stylesheets/theme.scss */
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #1862c6 !important;
}

/* line 6736, app/assets/stylesheets/theme.scss */
.bg-secondary {
  background-color: #6e84a3 !important;
}

/* line 6739, app/assets/stylesheets/theme.scss */
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #566b88 !important;
}

/* line 6745, app/assets/stylesheets/theme.scss */
.bg-success {
  background-color: #00d97e !important;
}

/* line 6748, app/assets/stylesheets/theme.scss */
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #00a660 !important;
}

/* line 6754, app/assets/stylesheets/theme.scss */
.bg-info {
  background-color: #39afd1 !important;
}

/* line 6757, app/assets/stylesheets/theme.scss */
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #2991ae !important;
}

/* line 6763, app/assets/stylesheets/theme.scss */
.bg-warning {
  background-color: #f6c343 !important;
}

/* line 6766, app/assets/stylesheets/theme.scss */
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #f4b312 !important;
}

/* line 6772, app/assets/stylesheets/theme.scss */
.bg-danger {
  background-color: #e63757 !important;
}

/* line 6775, app/assets/stylesheets/theme.scss */
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #d01a3b !important;
}

/* line 6781, app/assets/stylesheets/theme.scss */
.bg-light {
  background-color: #edf2f9 !important;
}

/* line 6784, app/assets/stylesheets/theme.scss */
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #c7d6ec !important;
}

/* line 6790, app/assets/stylesheets/theme.scss */
.bg-dark {
  background-color: #12263f !important;
}

/* line 6793, app/assets/stylesheets/theme.scss */
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #070e17 !important;
}

/* line 6799, app/assets/stylesheets/theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6802, app/assets/stylesheets/theme.scss */
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}

/* line 6808, app/assets/stylesheets/theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6811, app/assets/stylesheets/theme.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6814, app/assets/stylesheets/theme.scss */
.border {
  border: 1px solid #e3ebf6 !important;
}

/* line 6817, app/assets/stylesheets/theme.scss */
.border-top {
  border-top: 1px solid #e3ebf6 !important;
}

/* line 6820, app/assets/stylesheets/theme.scss */
.border-right {
  border-right: 1px solid #e3ebf6 !important;
}

/* line 6823, app/assets/stylesheets/theme.scss */
.border-bottom {
  border-bottom: 1px solid #e3ebf6 !important;
}

/* line 6826, app/assets/stylesheets/theme.scss */
.border-left {
  border-left: 1px solid #e3ebf6 !important;
}

/* line 6829, app/assets/stylesheets/theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 6832, app/assets/stylesheets/theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6835, app/assets/stylesheets/theme.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6838, app/assets/stylesheets/theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6841, app/assets/stylesheets/theme.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6844, app/assets/stylesheets/theme.scss */
.border-primary {
  border-color: #2c7be5 !important;
}

/* line 6847, app/assets/stylesheets/theme.scss */
.border-secondary {
  border-color: #6e84a3 !important;
}

/* line 6850, app/assets/stylesheets/theme.scss */
.border-success {
  border-color: #00d97e !important;
}

/* line 6853, app/assets/stylesheets/theme.scss */
.border-info {
  border-color: #39afd1 !important;
}

/* line 6856, app/assets/stylesheets/theme.scss */
.border-warning {
  border-color: #f6c343 !important;
}

/* line 6859, app/assets/stylesheets/theme.scss */
.border-danger {
  border-color: #e63757 !important;
}

/* line 6862, app/assets/stylesheets/theme.scss */
.border-light {
  border-color: #edf2f9 !important;
}

/* line 6865, app/assets/stylesheets/theme.scss */
.border-dark {
  border-color: #12263f !important;
}

/* line 6868, app/assets/stylesheets/theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6871, app/assets/stylesheets/theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6874, app/assets/stylesheets/theme.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 6877, app/assets/stylesheets/theme.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 6880, app/assets/stylesheets/theme.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 6884, app/assets/stylesheets/theme.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 6888, app/assets/stylesheets/theme.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6892, app/assets/stylesheets/theme.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6896, app/assets/stylesheets/theme.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 6899, app/assets/stylesheets/theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6902, app/assets/stylesheets/theme.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6905, app/assets/stylesheets/theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6908, app/assets/stylesheets/theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6913, app/assets/stylesheets/theme.scss */
.d-none {
  display: none !important;
}

/* line 6916, app/assets/stylesheets/theme.scss */
.d-inline {
  display: inline !important;
}

/* line 6919, app/assets/stylesheets/theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6922, app/assets/stylesheets/theme.scss */
.d-block {
  display: block !important;
}

/* line 6925, app/assets/stylesheets/theme.scss */
.d-table {
  display: table !important;
}

/* line 6928, app/assets/stylesheets/theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6931, app/assets/stylesheets/theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6934, app/assets/stylesheets/theme.scss */
.d-flex {
  display: flex !important;
}

/* line 6937, app/assets/stylesheets/theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6941, app/assets/stylesheets/theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6944, app/assets/stylesheets/theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6947, app/assets/stylesheets/theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6950, app/assets/stylesheets/theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6953, app/assets/stylesheets/theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6956, app/assets/stylesheets/theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6959, app/assets/stylesheets/theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6962, app/assets/stylesheets/theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6965, app/assets/stylesheets/theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6970, app/assets/stylesheets/theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6973, app/assets/stylesheets/theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6976, app/assets/stylesheets/theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6979, app/assets/stylesheets/theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6982, app/assets/stylesheets/theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6985, app/assets/stylesheets/theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6988, app/assets/stylesheets/theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6991, app/assets/stylesheets/theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6994, app/assets/stylesheets/theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6999, app/assets/stylesheets/theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7002, app/assets/stylesheets/theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7005, app/assets/stylesheets/theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7008, app/assets/stylesheets/theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7011, app/assets/stylesheets/theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7014, app/assets/stylesheets/theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7017, app/assets/stylesheets/theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7020, app/assets/stylesheets/theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 7023, app/assets/stylesheets/theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7028, app/assets/stylesheets/theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7031, app/assets/stylesheets/theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7034, app/assets/stylesheets/theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7037, app/assets/stylesheets/theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7040, app/assets/stylesheets/theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7043, app/assets/stylesheets/theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7046, app/assets/stylesheets/theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7049, app/assets/stylesheets/theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 7052, app/assets/stylesheets/theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 7057, app/assets/stylesheets/theme.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 7060, app/assets/stylesheets/theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7063, app/assets/stylesheets/theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7066, app/assets/stylesheets/theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 7069, app/assets/stylesheets/theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 7072, app/assets/stylesheets/theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7075, app/assets/stylesheets/theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7078, app/assets/stylesheets/theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7081, app/assets/stylesheets/theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 7085, app/assets/stylesheets/theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7092, app/assets/stylesheets/theme.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7096, app/assets/stylesheets/theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7109, app/assets/stylesheets/theme.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 7112, app/assets/stylesheets/theme.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7115, app/assets/stylesheets/theme.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7118, app/assets/stylesheets/theme.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7121, app/assets/stylesheets/theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 7124, app/assets/stylesheets/theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7127, app/assets/stylesheets/theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7130, app/assets/stylesheets/theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7133, app/assets/stylesheets/theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7136, app/assets/stylesheets/theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7139, app/assets/stylesheets/theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7142, app/assets/stylesheets/theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7145, app/assets/stylesheets/theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7148, app/assets/stylesheets/theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7151, app/assets/stylesheets/theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7154, app/assets/stylesheets/theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7157, app/assets/stylesheets/theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7160, app/assets/stylesheets/theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7163, app/assets/stylesheets/theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 7166, app/assets/stylesheets/theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7169, app/assets/stylesheets/theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7172, app/assets/stylesheets/theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7175, app/assets/stylesheets/theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7178, app/assets/stylesheets/theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 7181, app/assets/stylesheets/theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7184, app/assets/stylesheets/theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7187, app/assets/stylesheets/theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7190, app/assets/stylesheets/theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7193, app/assets/stylesheets/theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 7196, app/assets/stylesheets/theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 7199, app/assets/stylesheets/theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 7202, app/assets/stylesheets/theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7205, app/assets/stylesheets/theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 7208, app/assets/stylesheets/theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7211, app/assets/stylesheets/theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7214, app/assets/stylesheets/theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 7217, app/assets/stylesheets/theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7220, app/assets/stylesheets/theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7224, app/assets/stylesheets/theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7227, app/assets/stylesheets/theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7230, app/assets/stylesheets/theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7233, app/assets/stylesheets/theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7236, app/assets/stylesheets/theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7239, app/assets/stylesheets/theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7242, app/assets/stylesheets/theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7245, app/assets/stylesheets/theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7248, app/assets/stylesheets/theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7251, app/assets/stylesheets/theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7254, app/assets/stylesheets/theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7257, app/assets/stylesheets/theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7260, app/assets/stylesheets/theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7263, app/assets/stylesheets/theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7266, app/assets/stylesheets/theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7269, app/assets/stylesheets/theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7272, app/assets/stylesheets/theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7275, app/assets/stylesheets/theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7278, app/assets/stylesheets/theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7281, app/assets/stylesheets/theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7284, app/assets/stylesheets/theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7287, app/assets/stylesheets/theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7290, app/assets/stylesheets/theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7293, app/assets/stylesheets/theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7296, app/assets/stylesheets/theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7299, app/assets/stylesheets/theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7302, app/assets/stylesheets/theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7305, app/assets/stylesheets/theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7308, app/assets/stylesheets/theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7311, app/assets/stylesheets/theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7314, app/assets/stylesheets/theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7317, app/assets/stylesheets/theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7320, app/assets/stylesheets/theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7323, app/assets/stylesheets/theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7328, app/assets/stylesheets/theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7331, app/assets/stylesheets/theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7334, app/assets/stylesheets/theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7337, app/assets/stylesheets/theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7340, app/assets/stylesheets/theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7343, app/assets/stylesheets/theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7346, app/assets/stylesheets/theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7349, app/assets/stylesheets/theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7352, app/assets/stylesheets/theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7355, app/assets/stylesheets/theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7358, app/assets/stylesheets/theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7361, app/assets/stylesheets/theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7364, app/assets/stylesheets/theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7367, app/assets/stylesheets/theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7370, app/assets/stylesheets/theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7373, app/assets/stylesheets/theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7376, app/assets/stylesheets/theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7379, app/assets/stylesheets/theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7382, app/assets/stylesheets/theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7385, app/assets/stylesheets/theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7388, app/assets/stylesheets/theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7391, app/assets/stylesheets/theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7394, app/assets/stylesheets/theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7397, app/assets/stylesheets/theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7400, app/assets/stylesheets/theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7403, app/assets/stylesheets/theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7406, app/assets/stylesheets/theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7409, app/assets/stylesheets/theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7412, app/assets/stylesheets/theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7415, app/assets/stylesheets/theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7418, app/assets/stylesheets/theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7421, app/assets/stylesheets/theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7424, app/assets/stylesheets/theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7427, app/assets/stylesheets/theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7432, app/assets/stylesheets/theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7435, app/assets/stylesheets/theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7438, app/assets/stylesheets/theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7441, app/assets/stylesheets/theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7444, app/assets/stylesheets/theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7447, app/assets/stylesheets/theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7450, app/assets/stylesheets/theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7453, app/assets/stylesheets/theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7456, app/assets/stylesheets/theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7459, app/assets/stylesheets/theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7462, app/assets/stylesheets/theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7465, app/assets/stylesheets/theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7468, app/assets/stylesheets/theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7471, app/assets/stylesheets/theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7474, app/assets/stylesheets/theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7477, app/assets/stylesheets/theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7480, app/assets/stylesheets/theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7483, app/assets/stylesheets/theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7486, app/assets/stylesheets/theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7489, app/assets/stylesheets/theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7492, app/assets/stylesheets/theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7495, app/assets/stylesheets/theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7498, app/assets/stylesheets/theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7501, app/assets/stylesheets/theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7504, app/assets/stylesheets/theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7507, app/assets/stylesheets/theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7510, app/assets/stylesheets/theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7513, app/assets/stylesheets/theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7516, app/assets/stylesheets/theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7519, app/assets/stylesheets/theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7522, app/assets/stylesheets/theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7525, app/assets/stylesheets/theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7528, app/assets/stylesheets/theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7531, app/assets/stylesheets/theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7536, app/assets/stylesheets/theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7539, app/assets/stylesheets/theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7542, app/assets/stylesheets/theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7545, app/assets/stylesheets/theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7548, app/assets/stylesheets/theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7551, app/assets/stylesheets/theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7554, app/assets/stylesheets/theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7557, app/assets/stylesheets/theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7560, app/assets/stylesheets/theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7563, app/assets/stylesheets/theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7566, app/assets/stylesheets/theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7569, app/assets/stylesheets/theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7572, app/assets/stylesheets/theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7575, app/assets/stylesheets/theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7578, app/assets/stylesheets/theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7581, app/assets/stylesheets/theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7584, app/assets/stylesheets/theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7587, app/assets/stylesheets/theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7590, app/assets/stylesheets/theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7593, app/assets/stylesheets/theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7596, app/assets/stylesheets/theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7599, app/assets/stylesheets/theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7602, app/assets/stylesheets/theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7605, app/assets/stylesheets/theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7608, app/assets/stylesheets/theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7611, app/assets/stylesheets/theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7614, app/assets/stylesheets/theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7617, app/assets/stylesheets/theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7620, app/assets/stylesheets/theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7623, app/assets/stylesheets/theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7626, app/assets/stylesheets/theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7629, app/assets/stylesheets/theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7632, app/assets/stylesheets/theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7635, app/assets/stylesheets/theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7639, app/assets/stylesheets/theme.scss */
.float-left {
  float: left !important;
}

/* line 7642, app/assets/stylesheets/theme.scss */
.float-right {
  float: right !important;
}

/* line 7645, app/assets/stylesheets/theme.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7649, app/assets/stylesheets/theme.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7652, app/assets/stylesheets/theme.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7655, app/assets/stylesheets/theme.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7660, app/assets/stylesheets/theme.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7663, app/assets/stylesheets/theme.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7666, app/assets/stylesheets/theme.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7671, app/assets/stylesheets/theme.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7674, app/assets/stylesheets/theme.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7677, app/assets/stylesheets/theme.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7682, app/assets/stylesheets/theme.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7685, app/assets/stylesheets/theme.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7688, app/assets/stylesheets/theme.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7692, app/assets/stylesheets/theme.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7695, app/assets/stylesheets/theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7698, app/assets/stylesheets/theme.scss */
.position-static {
  position: static !important;
}

/* line 7701, app/assets/stylesheets/theme.scss */
.position-relative {
  position: relative !important;
}

/* line 7704, app/assets/stylesheets/theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7707, app/assets/stylesheets/theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7710, app/assets/stylesheets/theme.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7714, app/assets/stylesheets/theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7721, app/assets/stylesheets/theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7729, app/assets/stylesheets/theme.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7736, app/assets/stylesheets/theme.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 7747, app/assets/stylesheets/theme.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7756, app/assets/stylesheets/theme.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(18, 38, 63, 0.075) !important;
}

/* line 7759, app/assets/stylesheets/theme.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
}

/* line 7762, app/assets/stylesheets/theme.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(18, 38, 63, 0.175) !important;
}

/* line 7765, app/assets/stylesheets/theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7768, app/assets/stylesheets/theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 7771, app/assets/stylesheets/theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 7774, app/assets/stylesheets/theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 7777, app/assets/stylesheets/theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 7780, app/assets/stylesheets/theme.scss */
.w-auto {
  width: auto !important;
}

/* line 7783, app/assets/stylesheets/theme.scss */
.w-15 {
  width: 15% !important;
}

/* line 7786, app/assets/stylesheets/theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 7789, app/assets/stylesheets/theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 7792, app/assets/stylesheets/theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 7795, app/assets/stylesheets/theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 7798, app/assets/stylesheets/theme.scss */
.h-auto {
  height: auto !important;
}

/* line 7801, app/assets/stylesheets/theme.scss */
.h-15 {
  height: 15% !important;
}

/* line 7804, app/assets/stylesheets/theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7807, app/assets/stylesheets/theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7810, app/assets/stylesheets/theme.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7813, app/assets/stylesheets/theme.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7816, app/assets/stylesheets/theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7819, app/assets/stylesheets/theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7822, app/assets/stylesheets/theme.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 7833, app/assets/stylesheets/theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7836, app/assets/stylesheets/theme.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7840, app/assets/stylesheets/theme.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7844, app/assets/stylesheets/theme.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7848, app/assets/stylesheets/theme.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7852, app/assets/stylesheets/theme.scss */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 7855, app/assets/stylesheets/theme.scss */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 7859, app/assets/stylesheets/theme.scss */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 7863, app/assets/stylesheets/theme.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 7867, app/assets/stylesheets/theme.scss */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 7871, app/assets/stylesheets/theme.scss */
.m-2 {
  margin: 0.375rem !important;
}

/* line 7874, app/assets/stylesheets/theme.scss */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 7878, app/assets/stylesheets/theme.scss */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 7882, app/assets/stylesheets/theme.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 7886, app/assets/stylesheets/theme.scss */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 7890, app/assets/stylesheets/theme.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 7893, app/assets/stylesheets/theme.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 7897, app/assets/stylesheets/theme.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 7901, app/assets/stylesheets/theme.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 7905, app/assets/stylesheets/theme.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 7909, app/assets/stylesheets/theme.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7912, app/assets/stylesheets/theme.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7916, app/assets/stylesheets/theme.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7920, app/assets/stylesheets/theme.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7924, app/assets/stylesheets/theme.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7928, app/assets/stylesheets/theme.scss */
.m-5 {
  margin: 2.25rem !important;
}

/* line 7931, app/assets/stylesheets/theme.scss */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 7935, app/assets/stylesheets/theme.scss */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 7939, app/assets/stylesheets/theme.scss */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 7943, app/assets/stylesheets/theme.scss */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 7947, app/assets/stylesheets/theme.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 7950, app/assets/stylesheets/theme.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 7954, app/assets/stylesheets/theme.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 7958, app/assets/stylesheets/theme.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 7962, app/assets/stylesheets/theme.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 7966, app/assets/stylesheets/theme.scss */
.m-7 {
  margin: 6.75rem !important;
}

/* line 7969, app/assets/stylesheets/theme.scss */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 7973, app/assets/stylesheets/theme.scss */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 7977, app/assets/stylesheets/theme.scss */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 7981, app/assets/stylesheets/theme.scss */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 7985, app/assets/stylesheets/theme.scss */
.m-8 {
  margin: 13.5rem !important;
}

/* line 7988, app/assets/stylesheets/theme.scss */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 7992, app/assets/stylesheets/theme.scss */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 7996, app/assets/stylesheets/theme.scss */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 8000, app/assets/stylesheets/theme.scss */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 8004, app/assets/stylesheets/theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8007, app/assets/stylesheets/theme.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8011, app/assets/stylesheets/theme.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8015, app/assets/stylesheets/theme.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8019, app/assets/stylesheets/theme.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8023, app/assets/stylesheets/theme.scss */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 8026, app/assets/stylesheets/theme.scss */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 8030, app/assets/stylesheets/theme.scss */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 8034, app/assets/stylesheets/theme.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 8038, app/assets/stylesheets/theme.scss */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 8042, app/assets/stylesheets/theme.scss */
.p-2 {
  padding: 0.375rem !important;
}

/* line 8045, app/assets/stylesheets/theme.scss */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 8049, app/assets/stylesheets/theme.scss */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 8053, app/assets/stylesheets/theme.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 8057, app/assets/stylesheets/theme.scss */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 8061, app/assets/stylesheets/theme.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 8064, app/assets/stylesheets/theme.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 8068, app/assets/stylesheets/theme.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 8072, app/assets/stylesheets/theme.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 8076, app/assets/stylesheets/theme.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 8080, app/assets/stylesheets/theme.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8083, app/assets/stylesheets/theme.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8087, app/assets/stylesheets/theme.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8091, app/assets/stylesheets/theme.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8095, app/assets/stylesheets/theme.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8099, app/assets/stylesheets/theme.scss */
.p-5 {
  padding: 2.25rem !important;
}

/* line 8102, app/assets/stylesheets/theme.scss */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 8106, app/assets/stylesheets/theme.scss */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 8110, app/assets/stylesheets/theme.scss */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 8114, app/assets/stylesheets/theme.scss */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 8118, app/assets/stylesheets/theme.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 8121, app/assets/stylesheets/theme.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 8125, app/assets/stylesheets/theme.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 8129, app/assets/stylesheets/theme.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 8133, app/assets/stylesheets/theme.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 8137, app/assets/stylesheets/theme.scss */
.p-7 {
  padding: 6.75rem !important;
}

/* line 8140, app/assets/stylesheets/theme.scss */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 8144, app/assets/stylesheets/theme.scss */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 8148, app/assets/stylesheets/theme.scss */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 8152, app/assets/stylesheets/theme.scss */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 8156, app/assets/stylesheets/theme.scss */
.p-8 {
  padding: 13.5rem !important;
}

/* line 8159, app/assets/stylesheets/theme.scss */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 8163, app/assets/stylesheets/theme.scss */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 8167, app/assets/stylesheets/theme.scss */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 8171, app/assets/stylesheets/theme.scss */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 8175, app/assets/stylesheets/theme.scss */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 8178, app/assets/stylesheets/theme.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 8182, app/assets/stylesheets/theme.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 8186, app/assets/stylesheets/theme.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 8190, app/assets/stylesheets/theme.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 8194, app/assets/stylesheets/theme.scss */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 8197, app/assets/stylesheets/theme.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 8201, app/assets/stylesheets/theme.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 8205, app/assets/stylesheets/theme.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 8209, app/assets/stylesheets/theme.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 8213, app/assets/stylesheets/theme.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 8216, app/assets/stylesheets/theme.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 8220, app/assets/stylesheets/theme.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 8224, app/assets/stylesheets/theme.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 8228, app/assets/stylesheets/theme.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 8232, app/assets/stylesheets/theme.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8235, app/assets/stylesheets/theme.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8239, app/assets/stylesheets/theme.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8243, app/assets/stylesheets/theme.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8247, app/assets/stylesheets/theme.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8251, app/assets/stylesheets/theme.scss */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 8254, app/assets/stylesheets/theme.scss */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 8258, app/assets/stylesheets/theme.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 8262, app/assets/stylesheets/theme.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 8266, app/assets/stylesheets/theme.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 8270, app/assets/stylesheets/theme.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 8273, app/assets/stylesheets/theme.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 8277, app/assets/stylesheets/theme.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 8281, app/assets/stylesheets/theme.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 8285, app/assets/stylesheets/theme.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 8289, app/assets/stylesheets/theme.scss */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 8292, app/assets/stylesheets/theme.scss */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 8296, app/assets/stylesheets/theme.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 8300, app/assets/stylesheets/theme.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 8304, app/assets/stylesheets/theme.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 8308, app/assets/stylesheets/theme.scss */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 8311, app/assets/stylesheets/theme.scss */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 8315, app/assets/stylesheets/theme.scss */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 8319, app/assets/stylesheets/theme.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 8323, app/assets/stylesheets/theme.scss */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 8327, app/assets/stylesheets/theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 8330, app/assets/stylesheets/theme.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8334, app/assets/stylesheets/theme.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8338, app/assets/stylesheets/theme.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8342, app/assets/stylesheets/theme.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8347, app/assets/stylesheets/theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8350, app/assets/stylesheets/theme.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8354, app/assets/stylesheets/theme.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8358, app/assets/stylesheets/theme.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8362, app/assets/stylesheets/theme.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8366, app/assets/stylesheets/theme.scss */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 8369, app/assets/stylesheets/theme.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 8373, app/assets/stylesheets/theme.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 8377, app/assets/stylesheets/theme.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 8381, app/assets/stylesheets/theme.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 8385, app/assets/stylesheets/theme.scss */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 8388, app/assets/stylesheets/theme.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 8392, app/assets/stylesheets/theme.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 8396, app/assets/stylesheets/theme.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 8400, app/assets/stylesheets/theme.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 8404, app/assets/stylesheets/theme.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 8407, app/assets/stylesheets/theme.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 8411, app/assets/stylesheets/theme.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 8415, app/assets/stylesheets/theme.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 8419, app/assets/stylesheets/theme.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 8423, app/assets/stylesheets/theme.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8426, app/assets/stylesheets/theme.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8430, app/assets/stylesheets/theme.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8434, app/assets/stylesheets/theme.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8438, app/assets/stylesheets/theme.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8442, app/assets/stylesheets/theme.scss */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 8445, app/assets/stylesheets/theme.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 8449, app/assets/stylesheets/theme.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 8453, app/assets/stylesheets/theme.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 8457, app/assets/stylesheets/theme.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 8461, app/assets/stylesheets/theme.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 8464, app/assets/stylesheets/theme.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8468, app/assets/stylesheets/theme.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8472, app/assets/stylesheets/theme.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8476, app/assets/stylesheets/theme.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8480, app/assets/stylesheets/theme.scss */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 8483, app/assets/stylesheets/theme.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 8487, app/assets/stylesheets/theme.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 8491, app/assets/stylesheets/theme.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 8495, app/assets/stylesheets/theme.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 8499, app/assets/stylesheets/theme.scss */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 8502, app/assets/stylesheets/theme.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 8506, app/assets/stylesheets/theme.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 8510, app/assets/stylesheets/theme.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 8514, app/assets/stylesheets/theme.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 8518, app/assets/stylesheets/theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8521, app/assets/stylesheets/theme.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8525, app/assets/stylesheets/theme.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8529, app/assets/stylesheets/theme.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8533, app/assets/stylesheets/theme.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8537, app/assets/stylesheets/theme.scss */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 8540, app/assets/stylesheets/theme.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 8544, app/assets/stylesheets/theme.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 8548, app/assets/stylesheets/theme.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 8552, app/assets/stylesheets/theme.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 8556, app/assets/stylesheets/theme.scss */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 8559, app/assets/stylesheets/theme.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 8563, app/assets/stylesheets/theme.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 8567, app/assets/stylesheets/theme.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 8571, app/assets/stylesheets/theme.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 8575, app/assets/stylesheets/theme.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 8578, app/assets/stylesheets/theme.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 8582, app/assets/stylesheets/theme.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 8586, app/assets/stylesheets/theme.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 8590, app/assets/stylesheets/theme.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 8594, app/assets/stylesheets/theme.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8597, app/assets/stylesheets/theme.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8601, app/assets/stylesheets/theme.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8605, app/assets/stylesheets/theme.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8609, app/assets/stylesheets/theme.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8613, app/assets/stylesheets/theme.scss */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 8616, app/assets/stylesheets/theme.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 8620, app/assets/stylesheets/theme.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 8624, app/assets/stylesheets/theme.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 8628, app/assets/stylesheets/theme.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 8632, app/assets/stylesheets/theme.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 8635, app/assets/stylesheets/theme.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8639, app/assets/stylesheets/theme.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8643, app/assets/stylesheets/theme.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8647, app/assets/stylesheets/theme.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8651, app/assets/stylesheets/theme.scss */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 8654, app/assets/stylesheets/theme.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 8658, app/assets/stylesheets/theme.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 8662, app/assets/stylesheets/theme.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 8666, app/assets/stylesheets/theme.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 8670, app/assets/stylesheets/theme.scss */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 8673, app/assets/stylesheets/theme.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 8677, app/assets/stylesheets/theme.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 8681, app/assets/stylesheets/theme.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 8685, app/assets/stylesheets/theme.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 8689, app/assets/stylesheets/theme.scss */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 8692, app/assets/stylesheets/theme.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 8696, app/assets/stylesheets/theme.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 8700, app/assets/stylesheets/theme.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 8704, app/assets/stylesheets/theme.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 8708, app/assets/stylesheets/theme.scss */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 8711, app/assets/stylesheets/theme.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 8715, app/assets/stylesheets/theme.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 8719, app/assets/stylesheets/theme.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 8723, app/assets/stylesheets/theme.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 8727, app/assets/stylesheets/theme.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 8730, app/assets/stylesheets/theme.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 8734, app/assets/stylesheets/theme.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 8738, app/assets/stylesheets/theme.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 8742, app/assets/stylesheets/theme.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 8746, app/assets/stylesheets/theme.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8749, app/assets/stylesheets/theme.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8753, app/assets/stylesheets/theme.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8757, app/assets/stylesheets/theme.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8761, app/assets/stylesheets/theme.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8765, app/assets/stylesheets/theme.scss */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 8768, app/assets/stylesheets/theme.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 8772, app/assets/stylesheets/theme.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 8776, app/assets/stylesheets/theme.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 8780, app/assets/stylesheets/theme.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 8784, app/assets/stylesheets/theme.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 8787, app/assets/stylesheets/theme.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 8791, app/assets/stylesheets/theme.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 8795, app/assets/stylesheets/theme.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 8799, app/assets/stylesheets/theme.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 8803, app/assets/stylesheets/theme.scss */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 8806, app/assets/stylesheets/theme.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 8810, app/assets/stylesheets/theme.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 8814, app/assets/stylesheets/theme.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 8818, app/assets/stylesheets/theme.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 8822, app/assets/stylesheets/theme.scss */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 8825, app/assets/stylesheets/theme.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 8829, app/assets/stylesheets/theme.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 8833, app/assets/stylesheets/theme.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 8837, app/assets/stylesheets/theme.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 8841, app/assets/stylesheets/theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8844, app/assets/stylesheets/theme.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8848, app/assets/stylesheets/theme.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8852, app/assets/stylesheets/theme.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8856, app/assets/stylesheets/theme.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8862, app/assets/stylesheets/theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8865, app/assets/stylesheets/theme.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8869, app/assets/stylesheets/theme.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8873, app/assets/stylesheets/theme.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8877, app/assets/stylesheets/theme.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8881, app/assets/stylesheets/theme.scss */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 8884, app/assets/stylesheets/theme.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 8888, app/assets/stylesheets/theme.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 8892, app/assets/stylesheets/theme.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 8896, app/assets/stylesheets/theme.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 8900, app/assets/stylesheets/theme.scss */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 8903, app/assets/stylesheets/theme.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 8907, app/assets/stylesheets/theme.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 8911, app/assets/stylesheets/theme.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 8915, app/assets/stylesheets/theme.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 8919, app/assets/stylesheets/theme.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 8922, app/assets/stylesheets/theme.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 8926, app/assets/stylesheets/theme.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 8930, app/assets/stylesheets/theme.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 8934, app/assets/stylesheets/theme.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 8938, app/assets/stylesheets/theme.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8941, app/assets/stylesheets/theme.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8945, app/assets/stylesheets/theme.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8949, app/assets/stylesheets/theme.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8953, app/assets/stylesheets/theme.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8957, app/assets/stylesheets/theme.scss */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 8960, app/assets/stylesheets/theme.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 8964, app/assets/stylesheets/theme.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 8968, app/assets/stylesheets/theme.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 8972, app/assets/stylesheets/theme.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 8976, app/assets/stylesheets/theme.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 8979, app/assets/stylesheets/theme.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8983, app/assets/stylesheets/theme.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8987, app/assets/stylesheets/theme.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8991, app/assets/stylesheets/theme.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8995, app/assets/stylesheets/theme.scss */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 8998, app/assets/stylesheets/theme.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 9002, app/assets/stylesheets/theme.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 9006, app/assets/stylesheets/theme.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 9010, app/assets/stylesheets/theme.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 9014, app/assets/stylesheets/theme.scss */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 9017, app/assets/stylesheets/theme.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 9021, app/assets/stylesheets/theme.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 9025, app/assets/stylesheets/theme.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 9029, app/assets/stylesheets/theme.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 9033, app/assets/stylesheets/theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9036, app/assets/stylesheets/theme.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9040, app/assets/stylesheets/theme.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9044, app/assets/stylesheets/theme.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9048, app/assets/stylesheets/theme.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9052, app/assets/stylesheets/theme.scss */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 9055, app/assets/stylesheets/theme.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 9059, app/assets/stylesheets/theme.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 9063, app/assets/stylesheets/theme.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 9067, app/assets/stylesheets/theme.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 9071, app/assets/stylesheets/theme.scss */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 9074, app/assets/stylesheets/theme.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 9078, app/assets/stylesheets/theme.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 9082, app/assets/stylesheets/theme.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 9086, app/assets/stylesheets/theme.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 9090, app/assets/stylesheets/theme.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 9093, app/assets/stylesheets/theme.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 9097, app/assets/stylesheets/theme.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 9101, app/assets/stylesheets/theme.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 9105, app/assets/stylesheets/theme.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 9109, app/assets/stylesheets/theme.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9112, app/assets/stylesheets/theme.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9116, app/assets/stylesheets/theme.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9120, app/assets/stylesheets/theme.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9124, app/assets/stylesheets/theme.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9128, app/assets/stylesheets/theme.scss */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 9131, app/assets/stylesheets/theme.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 9135, app/assets/stylesheets/theme.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 9139, app/assets/stylesheets/theme.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 9143, app/assets/stylesheets/theme.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 9147, app/assets/stylesheets/theme.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 9150, app/assets/stylesheets/theme.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9154, app/assets/stylesheets/theme.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9158, app/assets/stylesheets/theme.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9162, app/assets/stylesheets/theme.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9166, app/assets/stylesheets/theme.scss */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 9169, app/assets/stylesheets/theme.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 9173, app/assets/stylesheets/theme.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 9177, app/assets/stylesheets/theme.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 9181, app/assets/stylesheets/theme.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 9185, app/assets/stylesheets/theme.scss */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 9188, app/assets/stylesheets/theme.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 9192, app/assets/stylesheets/theme.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 9196, app/assets/stylesheets/theme.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 9200, app/assets/stylesheets/theme.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 9204, app/assets/stylesheets/theme.scss */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 9207, app/assets/stylesheets/theme.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 9211, app/assets/stylesheets/theme.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 9215, app/assets/stylesheets/theme.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 9219, app/assets/stylesheets/theme.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 9223, app/assets/stylesheets/theme.scss */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 9226, app/assets/stylesheets/theme.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 9230, app/assets/stylesheets/theme.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 9234, app/assets/stylesheets/theme.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 9238, app/assets/stylesheets/theme.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 9242, app/assets/stylesheets/theme.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 9245, app/assets/stylesheets/theme.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 9249, app/assets/stylesheets/theme.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 9253, app/assets/stylesheets/theme.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 9257, app/assets/stylesheets/theme.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 9261, app/assets/stylesheets/theme.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9264, app/assets/stylesheets/theme.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9268, app/assets/stylesheets/theme.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9272, app/assets/stylesheets/theme.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9276, app/assets/stylesheets/theme.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9280, app/assets/stylesheets/theme.scss */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 9283, app/assets/stylesheets/theme.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 9287, app/assets/stylesheets/theme.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 9291, app/assets/stylesheets/theme.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 9295, app/assets/stylesheets/theme.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 9299, app/assets/stylesheets/theme.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 9302, app/assets/stylesheets/theme.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9306, app/assets/stylesheets/theme.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9310, app/assets/stylesheets/theme.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9314, app/assets/stylesheets/theme.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9318, app/assets/stylesheets/theme.scss */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 9321, app/assets/stylesheets/theme.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9325, app/assets/stylesheets/theme.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9329, app/assets/stylesheets/theme.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9333, app/assets/stylesheets/theme.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9337, app/assets/stylesheets/theme.scss */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 9340, app/assets/stylesheets/theme.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9344, app/assets/stylesheets/theme.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9348, app/assets/stylesheets/theme.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9352, app/assets/stylesheets/theme.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9356, app/assets/stylesheets/theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9359, app/assets/stylesheets/theme.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9363, app/assets/stylesheets/theme.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9367, app/assets/stylesheets/theme.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9371, app/assets/stylesheets/theme.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9377, app/assets/stylesheets/theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9380, app/assets/stylesheets/theme.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9384, app/assets/stylesheets/theme.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9388, app/assets/stylesheets/theme.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9392, app/assets/stylesheets/theme.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9396, app/assets/stylesheets/theme.scss */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 9399, app/assets/stylesheets/theme.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 9403, app/assets/stylesheets/theme.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 9407, app/assets/stylesheets/theme.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 9411, app/assets/stylesheets/theme.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 9415, app/assets/stylesheets/theme.scss */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 9418, app/assets/stylesheets/theme.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 9422, app/assets/stylesheets/theme.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 9426, app/assets/stylesheets/theme.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 9430, app/assets/stylesheets/theme.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 9434, app/assets/stylesheets/theme.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 9437, app/assets/stylesheets/theme.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 9441, app/assets/stylesheets/theme.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 9445, app/assets/stylesheets/theme.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 9449, app/assets/stylesheets/theme.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 9453, app/assets/stylesheets/theme.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9456, app/assets/stylesheets/theme.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9460, app/assets/stylesheets/theme.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9464, app/assets/stylesheets/theme.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9468, app/assets/stylesheets/theme.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9472, app/assets/stylesheets/theme.scss */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 9475, app/assets/stylesheets/theme.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 9479, app/assets/stylesheets/theme.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 9483, app/assets/stylesheets/theme.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 9487, app/assets/stylesheets/theme.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 9491, app/assets/stylesheets/theme.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 9494, app/assets/stylesheets/theme.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9498, app/assets/stylesheets/theme.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9502, app/assets/stylesheets/theme.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9506, app/assets/stylesheets/theme.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9510, app/assets/stylesheets/theme.scss */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 9513, app/assets/stylesheets/theme.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 9517, app/assets/stylesheets/theme.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 9521, app/assets/stylesheets/theme.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 9525, app/assets/stylesheets/theme.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 9529, app/assets/stylesheets/theme.scss */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 9532, app/assets/stylesheets/theme.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 9536, app/assets/stylesheets/theme.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 9540, app/assets/stylesheets/theme.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 9544, app/assets/stylesheets/theme.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 9548, app/assets/stylesheets/theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9551, app/assets/stylesheets/theme.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9555, app/assets/stylesheets/theme.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9559, app/assets/stylesheets/theme.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9563, app/assets/stylesheets/theme.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9567, app/assets/stylesheets/theme.scss */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 9570, app/assets/stylesheets/theme.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 9574, app/assets/stylesheets/theme.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 9578, app/assets/stylesheets/theme.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 9582, app/assets/stylesheets/theme.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 9586, app/assets/stylesheets/theme.scss */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 9589, app/assets/stylesheets/theme.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 9593, app/assets/stylesheets/theme.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 9597, app/assets/stylesheets/theme.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 9601, app/assets/stylesheets/theme.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 9605, app/assets/stylesheets/theme.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 9608, app/assets/stylesheets/theme.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 9612, app/assets/stylesheets/theme.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 9616, app/assets/stylesheets/theme.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 9620, app/assets/stylesheets/theme.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 9624, app/assets/stylesheets/theme.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9627, app/assets/stylesheets/theme.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9631, app/assets/stylesheets/theme.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9635, app/assets/stylesheets/theme.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9639, app/assets/stylesheets/theme.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9643, app/assets/stylesheets/theme.scss */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 9646, app/assets/stylesheets/theme.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 9650, app/assets/stylesheets/theme.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 9654, app/assets/stylesheets/theme.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 9658, app/assets/stylesheets/theme.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 9662, app/assets/stylesheets/theme.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 9665, app/assets/stylesheets/theme.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9669, app/assets/stylesheets/theme.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9673, app/assets/stylesheets/theme.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9677, app/assets/stylesheets/theme.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9681, app/assets/stylesheets/theme.scss */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 9684, app/assets/stylesheets/theme.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 9688, app/assets/stylesheets/theme.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 9692, app/assets/stylesheets/theme.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 9696, app/assets/stylesheets/theme.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 9700, app/assets/stylesheets/theme.scss */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 9703, app/assets/stylesheets/theme.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 9707, app/assets/stylesheets/theme.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 9711, app/assets/stylesheets/theme.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 9715, app/assets/stylesheets/theme.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 9719, app/assets/stylesheets/theme.scss */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 9722, app/assets/stylesheets/theme.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 9726, app/assets/stylesheets/theme.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 9730, app/assets/stylesheets/theme.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 9734, app/assets/stylesheets/theme.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 9738, app/assets/stylesheets/theme.scss */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 9741, app/assets/stylesheets/theme.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 9745, app/assets/stylesheets/theme.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 9749, app/assets/stylesheets/theme.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 9753, app/assets/stylesheets/theme.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 9757, app/assets/stylesheets/theme.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 9760, app/assets/stylesheets/theme.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 9764, app/assets/stylesheets/theme.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 9768, app/assets/stylesheets/theme.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 9772, app/assets/stylesheets/theme.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 9776, app/assets/stylesheets/theme.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9779, app/assets/stylesheets/theme.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9783, app/assets/stylesheets/theme.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9787, app/assets/stylesheets/theme.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9791, app/assets/stylesheets/theme.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9795, app/assets/stylesheets/theme.scss */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 9798, app/assets/stylesheets/theme.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 9802, app/assets/stylesheets/theme.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 9806, app/assets/stylesheets/theme.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 9810, app/assets/stylesheets/theme.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 9814, app/assets/stylesheets/theme.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 9817, app/assets/stylesheets/theme.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9821, app/assets/stylesheets/theme.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9825, app/assets/stylesheets/theme.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9829, app/assets/stylesheets/theme.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9833, app/assets/stylesheets/theme.scss */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 9836, app/assets/stylesheets/theme.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9840, app/assets/stylesheets/theme.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9844, app/assets/stylesheets/theme.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9848, app/assets/stylesheets/theme.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9852, app/assets/stylesheets/theme.scss */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 9855, app/assets/stylesheets/theme.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9859, app/assets/stylesheets/theme.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9863, app/assets/stylesheets/theme.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9867, app/assets/stylesheets/theme.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9871, app/assets/stylesheets/theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9874, app/assets/stylesheets/theme.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9878, app/assets/stylesheets/theme.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9882, app/assets/stylesheets/theme.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9886, app/assets/stylesheets/theme.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9892, app/assets/stylesheets/theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9895, app/assets/stylesheets/theme.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9899, app/assets/stylesheets/theme.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9903, app/assets/stylesheets/theme.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9907, app/assets/stylesheets/theme.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9911, app/assets/stylesheets/theme.scss */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 9914, app/assets/stylesheets/theme.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 9918, app/assets/stylesheets/theme.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 9922, app/assets/stylesheets/theme.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 9926, app/assets/stylesheets/theme.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 9930, app/assets/stylesheets/theme.scss */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 9933, app/assets/stylesheets/theme.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 9937, app/assets/stylesheets/theme.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 9941, app/assets/stylesheets/theme.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 9945, app/assets/stylesheets/theme.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 9949, app/assets/stylesheets/theme.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 9952, app/assets/stylesheets/theme.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 9956, app/assets/stylesheets/theme.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 9960, app/assets/stylesheets/theme.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 9964, app/assets/stylesheets/theme.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 9968, app/assets/stylesheets/theme.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9971, app/assets/stylesheets/theme.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9975, app/assets/stylesheets/theme.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9979, app/assets/stylesheets/theme.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9983, app/assets/stylesheets/theme.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9987, app/assets/stylesheets/theme.scss */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 9990, app/assets/stylesheets/theme.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 9994, app/assets/stylesheets/theme.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 9998, app/assets/stylesheets/theme.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 10002, app/assets/stylesheets/theme.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 10006, app/assets/stylesheets/theme.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 10009, app/assets/stylesheets/theme.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 10013, app/assets/stylesheets/theme.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 10017, app/assets/stylesheets/theme.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10021, app/assets/stylesheets/theme.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 10025, app/assets/stylesheets/theme.scss */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 10028, app/assets/stylesheets/theme.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 10032, app/assets/stylesheets/theme.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 10036, app/assets/stylesheets/theme.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 10040, app/assets/stylesheets/theme.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 10044, app/assets/stylesheets/theme.scss */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 10047, app/assets/stylesheets/theme.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 10051, app/assets/stylesheets/theme.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 10055, app/assets/stylesheets/theme.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 10059, app/assets/stylesheets/theme.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 10063, app/assets/stylesheets/theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10066, app/assets/stylesheets/theme.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10070, app/assets/stylesheets/theme.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10074, app/assets/stylesheets/theme.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10078, app/assets/stylesheets/theme.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10082, app/assets/stylesheets/theme.scss */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 10085, app/assets/stylesheets/theme.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 10089, app/assets/stylesheets/theme.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 10093, app/assets/stylesheets/theme.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 10097, app/assets/stylesheets/theme.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 10101, app/assets/stylesheets/theme.scss */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 10104, app/assets/stylesheets/theme.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 10108, app/assets/stylesheets/theme.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 10112, app/assets/stylesheets/theme.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 10116, app/assets/stylesheets/theme.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 10120, app/assets/stylesheets/theme.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 10123, app/assets/stylesheets/theme.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 10127, app/assets/stylesheets/theme.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 10131, app/assets/stylesheets/theme.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 10135, app/assets/stylesheets/theme.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 10139, app/assets/stylesheets/theme.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10142, app/assets/stylesheets/theme.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10146, app/assets/stylesheets/theme.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10150, app/assets/stylesheets/theme.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10154, app/assets/stylesheets/theme.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10158, app/assets/stylesheets/theme.scss */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 10161, app/assets/stylesheets/theme.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 10165, app/assets/stylesheets/theme.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 10169, app/assets/stylesheets/theme.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 10173, app/assets/stylesheets/theme.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 10177, app/assets/stylesheets/theme.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 10180, app/assets/stylesheets/theme.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10184, app/assets/stylesheets/theme.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10188, app/assets/stylesheets/theme.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10192, app/assets/stylesheets/theme.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10196, app/assets/stylesheets/theme.scss */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 10199, app/assets/stylesheets/theme.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 10203, app/assets/stylesheets/theme.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 10207, app/assets/stylesheets/theme.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 10211, app/assets/stylesheets/theme.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 10215, app/assets/stylesheets/theme.scss */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 10218, app/assets/stylesheets/theme.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 10222, app/assets/stylesheets/theme.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 10226, app/assets/stylesheets/theme.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 10230, app/assets/stylesheets/theme.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 10234, app/assets/stylesheets/theme.scss */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 10237, app/assets/stylesheets/theme.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 10241, app/assets/stylesheets/theme.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 10245, app/assets/stylesheets/theme.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 10249, app/assets/stylesheets/theme.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 10253, app/assets/stylesheets/theme.scss */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 10256, app/assets/stylesheets/theme.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 10260, app/assets/stylesheets/theme.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 10264, app/assets/stylesheets/theme.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 10268, app/assets/stylesheets/theme.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 10272, app/assets/stylesheets/theme.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 10275, app/assets/stylesheets/theme.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 10279, app/assets/stylesheets/theme.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 10283, app/assets/stylesheets/theme.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 10287, app/assets/stylesheets/theme.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 10291, app/assets/stylesheets/theme.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10294, app/assets/stylesheets/theme.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10298, app/assets/stylesheets/theme.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10302, app/assets/stylesheets/theme.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10306, app/assets/stylesheets/theme.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10310, app/assets/stylesheets/theme.scss */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 10313, app/assets/stylesheets/theme.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 10317, app/assets/stylesheets/theme.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 10321, app/assets/stylesheets/theme.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 10325, app/assets/stylesheets/theme.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 10329, app/assets/stylesheets/theme.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 10332, app/assets/stylesheets/theme.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10336, app/assets/stylesheets/theme.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10340, app/assets/stylesheets/theme.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10344, app/assets/stylesheets/theme.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10348, app/assets/stylesheets/theme.scss */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 10351, app/assets/stylesheets/theme.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 10355, app/assets/stylesheets/theme.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 10359, app/assets/stylesheets/theme.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 10363, app/assets/stylesheets/theme.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 10367, app/assets/stylesheets/theme.scss */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 10370, app/assets/stylesheets/theme.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 10374, app/assets/stylesheets/theme.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 10378, app/assets/stylesheets/theme.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 10382, app/assets/stylesheets/theme.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 10386, app/assets/stylesheets/theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10389, app/assets/stylesheets/theme.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10393, app/assets/stylesheets/theme.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10397, app/assets/stylesheets/theme.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10401, app/assets/stylesheets/theme.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10406, app/assets/stylesheets/theme.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 10409, app/assets/stylesheets/theme.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10412, app/assets/stylesheets/theme.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 10415, app/assets/stylesheets/theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10418, app/assets/stylesheets/theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10423, app/assets/stylesheets/theme.scss */
.text-left {
  text-align: left !important;
}

/* line 10426, app/assets/stylesheets/theme.scss */
.text-right {
  text-align: right !important;
}

/* line 10429, app/assets/stylesheets/theme.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10433, app/assets/stylesheets/theme.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10436, app/assets/stylesheets/theme.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10439, app/assets/stylesheets/theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10444, app/assets/stylesheets/theme.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10447, app/assets/stylesheets/theme.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10450, app/assets/stylesheets/theme.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10455, app/assets/stylesheets/theme.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10458, app/assets/stylesheets/theme.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10461, app/assets/stylesheets/theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10466, app/assets/stylesheets/theme.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10469, app/assets/stylesheets/theme.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10472, app/assets/stylesheets/theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10476, app/assets/stylesheets/theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10479, app/assets/stylesheets/theme.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10482, app/assets/stylesheets/theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10485, app/assets/stylesheets/theme.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 10488, app/assets/stylesheets/theme.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10491, app/assets/stylesheets/theme.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10494, app/assets/stylesheets/theme.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 10497, app/assets/stylesheets/theme.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10500, app/assets/stylesheets/theme.scss */
.font-italic {
  font-style: italic !important;
}

/* line 10503, app/assets/stylesheets/theme.scss */
.text-white {
  color: #fff !important;
}

/* line 10506, app/assets/stylesheets/theme.scss */
.text-primary {
  color: #2c7be5 !important;
}

/* line 10509, app/assets/stylesheets/theme.scss */
a.text-primary:focus,
a.text-primary:hover {
  color: #1657af !important;
}

/* line 10513, app/assets/stylesheets/theme.scss */
.text-secondary {
  color: #6e84a3 !important;
}

/* line 10516, app/assets/stylesheets/theme.scss */
a.text-secondary:focus,
a.text-secondary:hover {
  color: #4c5f78 !important;
}

/* line 10520, app/assets/stylesheets/theme.scss */
.text-success {
  color: #00d97e !important;
}

/* line 10523, app/assets/stylesheets/theme.scss */
a.text-success:focus,
a.text-success:hover {
  color: #008d52 !important;
}

/* line 10527, app/assets/stylesheets/theme.scss */
.text-info {
  color: #39afd1 !important;
}

/* line 10530, app/assets/stylesheets/theme.scss */
a.text-info:focus,
a.text-info:hover {
  color: #247f9a !important;
}

/* line 10534, app/assets/stylesheets/theme.scss */
.text-warning {
  color: #f6c343 !important;
}

/* line 10537, app/assets/stylesheets/theme.scss */
a.text-warning:focus,
a.text-warning:hover {
  color: #e2a40b !important;
}

/* line 10541, app/assets/stylesheets/theme.scss */
.text-danger {
  color: #e63757 !important;
}

/* line 10544, app/assets/stylesheets/theme.scss */
a.text-danger:focus,
a.text-danger:hover {
  color: #b91735 !important;
}

/* line 10548, app/assets/stylesheets/theme.scss */
.text-light {
  color: #edf2f9 !important;
}

/* line 10551, app/assets/stylesheets/theme.scss */
a.text-light:focus,
a.text-light:hover {
  color: #b4c9e6 !important;
}

/* line 10555, app/assets/stylesheets/theme.scss */
.text-dark {
  color: #12263f !important;
}

/* line 10558, app/assets/stylesheets/theme.scss */
a.text-dark:focus,
a.text-dark:hover {
  color: #010204 !important;
}

/* line 10562, app/assets/stylesheets/theme.scss */
.text-white {
  color: #fff !important;
}

/* line 10565, app/assets/stylesheets/theme.scss */
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}

/* line 10569, app/assets/stylesheets/theme.scss */
.text-body {
  color: #12263f !important;
}

/* line 10572, app/assets/stylesheets/theme.scss */
.text-muted {
  color: #95aac9 !important;
}

/* line 10575, app/assets/stylesheets/theme.scss */
.text-black-50 {
  color: rgba(18, 38, 63, 0.5) !important;
}

/* line 10578, app/assets/stylesheets/theme.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10581, app/assets/stylesheets/theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10588, app/assets/stylesheets/theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10591, app/assets/stylesheets/theme.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10595, app/assets/stylesheets/theme.scss */
.text-reset {
  color: inherit !important;
}

/* line 10598, app/assets/stylesheets/theme.scss */
.visible {
  visibility: visible !important;
}

/* line 10601, app/assets/stylesheets/theme.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10605, app/assets/stylesheets/theme.scss */
  *,
::after,
::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10611, app/assets/stylesheets/theme.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10614, app/assets/stylesheets/theme.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10617, app/assets/stylesheets/theme.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10620, app/assets/stylesheets/theme.scss */
  blockquote,
pre {
    border: 1px solid #b1c2d9;
    page-break-inside: avoid;
  }
  /* line 10625, app/assets/stylesheets/theme.scss */
  thead {
    display: table-header-group;
  }
  /* line 10628, app/assets/stylesheets/theme.scss */
  img,
tr {
    page-break-inside: avoid;
  }
  /* line 10632, app/assets/stylesheets/theme.scss */
  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }
  /* line 10638, app/assets/stylesheets/theme.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10645, app/assets/stylesheets/theme.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10648, app/assets/stylesheets/theme.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10651, app/assets/stylesheets/theme.scss */
  .navbar {
    display: none;
  }
  /* line 10654, app/assets/stylesheets/theme.scss */
  .badge {
    border: 1px solid #12263f;
  }
  /* line 10657, app/assets/stylesheets/theme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10660, app/assets/stylesheets/theme.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10664, app/assets/stylesheets/theme.scss */
  .table-bordered td,
.table-bordered th {
    border: 1px solid #e3ebf6 !important;
  }
  /* line 10668, app/assets/stylesheets/theme.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10671, app/assets/stylesheets/theme.scss */
  .table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #edf2f9;
  }
  /* line 10677, app/assets/stylesheets/theme.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #edf2f9;
  }
}

/* line 10682, app/assets/stylesheets/theme.scss */
.alert-link {
  text-decoration: underline;
}

/* line 10685, app/assets/stylesheets/theme.scss */
.alert-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 10690, app/assets/stylesheets/theme.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 10693, app/assets/stylesheets/theme.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 10696, app/assets/stylesheets/theme.scss */
.alert-primary .alert-link,
.alert-primary .close {
  color: #fff;
}

/* line 10700, app/assets/stylesheets/theme.scss */
.alert-secondary {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 10705, app/assets/stylesheets/theme.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 10708, app/assets/stylesheets/theme.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 10711, app/assets/stylesheets/theme.scss */
.alert-secondary .alert-link,
.alert-secondary .close {
  color: #fff;
}

/* line 10715, app/assets/stylesheets/theme.scss */
.alert-success {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 10720, app/assets/stylesheets/theme.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 10723, app/assets/stylesheets/theme.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 10726, app/assets/stylesheets/theme.scss */
.alert-success .alert-link,
.alert-success .close {
  color: #fff;
}

/* line 10730, app/assets/stylesheets/theme.scss */
.alert-info {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 10735, app/assets/stylesheets/theme.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 10738, app/assets/stylesheets/theme.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 10741, app/assets/stylesheets/theme.scss */
.alert-info .alert-link,
.alert-info .close {
  color: #fff;
}

/* line 10745, app/assets/stylesheets/theme.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 10750, app/assets/stylesheets/theme.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 10753, app/assets/stylesheets/theme.scss */
.alert-warning .alert-link {
  color: #182536;
}

/* line 10756, app/assets/stylesheets/theme.scss */
.alert-warning .alert-link,
.alert-warning .close {
  color: #283e59;
}

/* line 10760, app/assets/stylesheets/theme.scss */
.alert-danger {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 10765, app/assets/stylesheets/theme.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 10768, app/assets/stylesheets/theme.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 10771, app/assets/stylesheets/theme.scss */
.alert-danger .alert-link,
.alert-danger .close {
  color: #fff;
}

/* line 10775, app/assets/stylesheets/theme.scss */
.alert-light {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 10780, app/assets/stylesheets/theme.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 10783, app/assets/stylesheets/theme.scss */
.alert-light .alert-link {
  color: #182536;
}

/* line 10786, app/assets/stylesheets/theme.scss */
.alert-light .alert-link,
.alert-light .close {
  color: #283e59;
}

/* line 10790, app/assets/stylesheets/theme.scss */
.alert-dark {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 10795, app/assets/stylesheets/theme.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 10798, app/assets/stylesheets/theme.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 10801, app/assets/stylesheets/theme.scss */
.alert-dark .alert-link,
.alert-dark .close {
  color: #fff;
}

/* line 10805, app/assets/stylesheets/theme.scss */
.alert-white {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 10810, app/assets/stylesheets/theme.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10813, app/assets/stylesheets/theme.scss */
.alert-white .alert-link {
  color: #182536;
}

/* line 10816, app/assets/stylesheets/theme.scss */
.alert-white .alert-link,
.alert-white .close {
  color: #283e59;
}

/* line 10820, app/assets/stylesheets/theme.scss */
.badge {
  vertical-align: middle;
}

/* line 10823, app/assets/stylesheets/theme.scss */
.btn .badge {
  top: -2px;
}

/* line 10826, app/assets/stylesheets/theme.scss */
.badge-soft-primary {
  color: #2c7be5;
  background-color: #d5e5fa;
}

/* line 10830, app/assets/stylesheets/theme.scss */
.badge-soft-primary[href]:focus,
.badge-soft-primary[href]:hover {
  color: #2c7be5;
  text-decoration: none;
  background-color: #bed7f7;
}

/* line 10836, app/assets/stylesheets/theme.scss */
.badge-soft-secondary {
  color: #6e84a3;
  background-color: #e2e6ed;
}

/* line 10840, app/assets/stylesheets/theme.scss */
.badge-soft-secondary[href]:focus,
.badge-soft-secondary[href]:hover {
  color: #6e84a3;
  text-decoration: none;
  background-color: #d2d8e3;
}

/* line 10846, app/assets/stylesheets/theme.scss */
.badge-soft-success {
  color: #00d97e;
  background-color: #ccf7e5;
}

/* line 10850, app/assets/stylesheets/theme.scss */
.badge-soft-success[href]:focus,
.badge-soft-success[href]:hover {
  color: #00d97e;
  text-decoration: none;
  background-color: #b6f4da;
}

/* line 10856, app/assets/stylesheets/theme.scss */
.badge-soft-info {
  color: #39afd1;
  background-color: #d7eff6;
}

/* line 10860, app/assets/stylesheets/theme.scss */
.badge-soft-info[href]:focus,
.badge-soft-info[href]:hover {
  color: #39afd1;
  text-decoration: none;
  background-color: #c2e7f1;
}

/* line 10866, app/assets/stylesheets/theme.scss */
.badge-soft-warning {
  color: #f6c343;
  background-color: #fdf3d9;
}

/* line 10870, app/assets/stylesheets/theme.scss */
.badge-soft-warning[href]:focus,
.badge-soft-warning[href]:hover {
  color: #f6c343;
  text-decoration: none;
  background-color: #fcebc1;
}

/* line 10876, app/assets/stylesheets/theme.scss */
.badge-soft-danger {
  color: #e63757;
  background-color: #fad7dd;
}

/* line 10880, app/assets/stylesheets/theme.scss */
.badge-soft-danger[href]:focus,
.badge-soft-danger[href]:hover {
  color: #e63757;
  text-decoration: none;
  background-color: #f7c0ca;
}

/* line 10886, app/assets/stylesheets/theme.scss */
.badge-soft-light {
  color: #edf2f9;
  background-color: #fbfcfe;
}

/* line 10890, app/assets/stylesheets/theme.scss */
.badge-soft-light[href]:focus,
.badge-soft-light[href]:hover {
  color: #edf2f9;
  text-decoration: none;
  background-color: #e7edf9;
}

/* line 10896, app/assets/stylesheets/theme.scss */
.badge-soft-dark {
  color: #12263f;
  background-color: #d0d4d9;
}

/* line 10900, app/assets/stylesheets/theme.scss */
.badge-soft-dark[href]:focus,
.badge-soft-dark[href]:hover {
  color: #12263f;
  text-decoration: none;
  background-color: #c2c7ce;
}

/* line 10906, app/assets/stylesheets/theme.scss */
.badge-soft-white {
  color: #fff;
  background-color: #fff;
}

/* line 10910, app/assets/stylesheets/theme.scss */
.badge-soft-white[href]:focus,
.badge-soft-white[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 10916, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  width: .3rem;
  height: .6rem;
  margin-right: .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 10926, app/assets/stylesheets/theme.scss */
.breadcrumb-sm {
  font-size: .8125rem;
}

/* line 10929, app/assets/stylesheets/theme.scss */
.breadcrumb-overflow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 10935, app/assets/stylesheets/theme.scss */
.breadcrumb-overflow::-webkit-scrollbar {
  display: none;
}

/* line 10938, app/assets/stylesheets/theme.scss */
.breadcrumb-overflow .breadcrumb-item {
  white-space: nowrap;
}

/* line 10941, app/assets/stylesheets/theme.scss */
.btn-white {
  border-color: #e3ebf6;
}

/* line 10944, app/assets/stylesheets/theme.scss */
.btn-white:focus,
.btn-white:hover {
  background-color: #f9fbfd;
  border-color: #d2ddec;
}

/* line 10949, app/assets/stylesheets/theme.scss */
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled),
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #2c7be5;
  color: #2c7be5;
}

/* line 10955, app/assets/stylesheets/theme.scss */
.btn-group-toggle .btn-white.focus,
.btn-group-toggle .btn-white:focus {
  box-shadow: none;
}

/* line 10959, app/assets/stylesheets/theme.scss */
.btn-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}

/* line 10964, app/assets/stylesheets/theme.scss */
.btn-white-20:focus,
.btn-white-20:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  color: #fff;
}

/* line 10970, app/assets/stylesheets/theme.scss */
.btn-outline-secondary:not(:hover):not([aria-expanded=true]):not([aria-pressed=true]) {
  border-color: #d2ddec;
}

/* line 10973, app/assets/stylesheets/theme.scss */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
}

/* line 10979, app/assets/stylesheets/theme.scss */
.btn-group-lg > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-lg {
  width: calc(1em * 1.5 + 1.5rem + 1px * 2);
}

/* line 10983, app/assets/stylesheets/theme.scss */
.btn-group-sm > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-sm {
  width: calc(1em * 1.75 + .25rem + 1px * 2);
}

/* line 10987, app/assets/stylesheets/theme.scss */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 10990, app/assets/stylesheets/theme.scss */
.card {
  margin-bottom: 1.5rem;
  border-color: #edf2f9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* line 10995, app/assets/stylesheets/theme.scss */
.card > * {
  flex-shrink: 0;
}

/* line 10998, app/assets/stylesheets/theme.scss */
.card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 11006, app/assets/stylesheets/theme.scss */
.card-header > :first-child {
  flex: 1;
}

/* line 11009, app/assets/stylesheets/theme.scss */
.card-header + .card-footer {
  border-top-width: 0;
}

/* line 11012, app/assets/stylesheets/theme.scss */
.card-title {
  margin-bottom: .5rem;
}

/* line 11015, app/assets/stylesheets/theme.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 11018, app/assets/stylesheets/theme.scss */
.card-header-tabs {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 11024, app/assets/stylesheets/theme.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 11028, app/assets/stylesheets/theme.scss */
.card-table {
  margin-bottom: 0;
}

/* line 11031, app/assets/stylesheets/theme.scss */
.card-table thead th {
  border-top-width: 0;
}

/* line 11034, app/assets/stylesheets/theme.scss */
.card-table tbody td:first-child,
.card-table thead th:first-child {
  padding-left: 1.5rem !important;
}

/* line 11038, app/assets/stylesheets/theme.scss */
.card-table tbody td:last-child,
.card-table thead th:last-child {
  padding-right: 1.5rem !important;
}

/* line 11042, app/assets/stylesheets/theme.scss */
.card > .card-table:first-child > tbody: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 > tfoot: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 > thead:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > thead: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 > tbody:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tfoot: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 > thead:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child {
  border-top-left-radius: .5rem;
}

/* line 11056, app/assets/stylesheets/theme.scss */
.card > .card-table:first-child > tbody: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 > tfoot: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 > thead:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > thead: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 > tbody:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tfoot: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 > thead:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child {
  border-top-right-radius: .5rem;
}

/* line 11070, app/assets/stylesheets/theme.scss */
.card-avatar {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 11076, app/assets/stylesheets/theme.scss */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 11079, app/assets/stylesheets/theme.scss */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 11082, app/assets/stylesheets/theme.scss */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 11085, app/assets/stylesheets/theme.scss */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 11088, app/assets/stylesheets/theme.scss */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 11091, app/assets/stylesheets/theme.scss */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 11094, app/assets/stylesheets/theme.scss */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 11099, app/assets/stylesheets/theme.scss */
.card-inactive {
  border-color: #e3ebf6;
  border-style: dashed;
  background-color: transparent;
  box-shadow: none;
}

/* line 11105, app/assets/stylesheets/theme.scss */
.card-flush {
  background: 0 0;
  border: none;
  box-shadow: none;
}

/* line 11110, app/assets/stylesheets/theme.scss */
.card-sm .card-body,
.card-sm .card-footer-boxed {
  padding: 1rem;
}

/* line 11114, app/assets/stylesheets/theme.scss */
.card-header-flush {
  border-bottom: 0;
}

/* line 11117, app/assets/stylesheets/theme.scss */
.card-header-flush + .card-body {
  padding-top: 0;
}

/* line 11120, app/assets/stylesheets/theme.scss */
.card-fill {
  height: calc(100% - 1.5rem);
}

/* line 11123, app/assets/stylesheets/theme.scss */
.card-fill .card-body {
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 11128, app/assets/stylesheets/theme.scss */
.card-fill-xs {
  height: calc(100% - 1.5rem);
}

/* line 11131, app/assets/stylesheets/theme.scss */
.card-fill-xs .card-body {
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 576px) {
  /* line 11137, app/assets/stylesheets/theme.scss */
  .card-fill-sm {
    height: calc(100% - 1.5rem);
  }
  /* line 11140, app/assets/stylesheets/theme.scss */
  .card-fill-sm .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 768px) {
  /* line 11147, app/assets/stylesheets/theme.scss */
  .card-fill-md {
    height: calc(100% - 1.5rem);
  }
  /* line 11150, app/assets/stylesheets/theme.scss */
  .card-fill-md .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 992px) {
  /* line 11157, app/assets/stylesheets/theme.scss */
  .card-fill-lg {
    height: calc(100% - 1.5rem);
  }
  /* line 11160, app/assets/stylesheets/theme.scss */
  .card-fill-lg .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 1200px) {
  /* line 11167, app/assets/stylesheets/theme.scss */
  .card-fill-xl {
    height: calc(100% - 1.5rem);
  }
  /* line 11170, app/assets/stylesheets/theme.scss */
  .card-fill-xl .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* line 11176, app/assets/stylesheets/theme.scss */
.card-adjust {
  height: 0;
  min-height: 100%;
}

/* line 11180, app/assets/stylesheets/theme.scss */
.card-adjust .card {
  height: calc(100% - 1.5rem);
}

/* line 11183, app/assets/stylesheets/theme.scss */
.card-adjust .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

/* line 11187, app/assets/stylesheets/theme.scss */
.card-adjust-xs {
  height: 0;
  min-height: 100%;
}

/* line 11191, app/assets/stylesheets/theme.scss */
.card-adjust-xs .card {
  height: calc(100% - 1.5rem);
}

/* line 11194, app/assets/stylesheets/theme.scss */
.card-adjust-xs .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 11199, app/assets/stylesheets/theme.scss */
  .card-adjust-sm {
    height: 0;
    min-height: 100%;
  }
  /* line 11203, app/assets/stylesheets/theme.scss */
  .card-adjust-sm .card {
    height: calc(100% - 1.5rem);
  }
  /* line 11206, app/assets/stylesheets/theme.scss */
  .card-adjust-sm .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  /* line 11212, app/assets/stylesheets/theme.scss */
  .card-adjust-md {
    height: 0;
    min-height: 100%;
  }
  /* line 11216, app/assets/stylesheets/theme.scss */
  .card-adjust-md .card {
    height: calc(100% - 1.5rem);
  }
  /* line 11219, app/assets/stylesheets/theme.scss */
  .card-adjust-md .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  /* line 11225, app/assets/stylesheets/theme.scss */
  .card-adjust-lg {
    height: 0;
    min-height: 100%;
  }
  /* line 11229, app/assets/stylesheets/theme.scss */
  .card-adjust-lg .card {
    height: calc(100% - 1.5rem);
  }
  /* line 11232, app/assets/stylesheets/theme.scss */
  .card-adjust-lg .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  /* line 11238, app/assets/stylesheets/theme.scss */
  .card-adjust-xl {
    height: 0;
    min-height: 100%;
  }
  /* line 11242, app/assets/stylesheets/theme.scss */
  .card-adjust-xl .card {
    height: calc(100% - 1.5rem);
  }
  /* line 11245, app/assets/stylesheets/theme.scss */
  .card-adjust-xl .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

/* line 11250, app/assets/stylesheets/theme.scss */
.card-footer-boxed {
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 11257, app/assets/stylesheets/theme.scss */
.card-pagination.pagination-tabs {
  margin-top: -1rem;
  margin-bottom: -1rem;
  border: 0;
}

/* line 11262, app/assets/stylesheets/theme.scss */
.card-pagination.pagination-tabs .page,
.card-pagination.pagination-tabs .page-link {
  border-top-width: 0 !important;
}

/* line 11266, app/assets/stylesheets/theme.scss */
.card-pagination.pagination-tabs .active .page,
.card-pagination.pagination-tabs .active .page-link {
  border-width: 0 0 1px 0 !important;
}

/* line 11270, app/assets/stylesheets/theme.scss */
.card-divider {
  border-color: #edf2f9;
}

/* line 11273, app/assets/stylesheets/theme.scss */
.close-sm {
  font-size: .9375rem;
}

/* line 11276, app/assets/stylesheets/theme.scss */
.highlight {
  padding: 0;
}

/* line 11279, app/assets/stylesheets/theme.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 11282, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: .75rem;
}

/* line 11287, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-label::after {
  top: .1875rem;
  left: -3.3125rem;
  background-color: #fff;
}

/* line 11292, app/assets/stylesheets/theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.5rem);
}

/* line 11296, app/assets/stylesheets/theme.scss */
.custom-select-sm {
  line-height: 1.75;
}

/* line 11299, app/assets/stylesheets/theme.scss */
.custom-control-circle {
  padding-left: 1.875rem;
}

/* line 11302, app/assets/stylesheets/theme.scss */
.custom-control-circle .custom-control-label::after,
.custom-control-circle .custom-control-label::before {
  top: .01563rem;
  left: -1.875rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
}

/* line 11310, app/assets/stylesheets/theme.scss */
.custom-control-circle .custom-control-input:checked ~ .custom-control-label::after,
.custom-control-circle .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.3333 1L3.99996 8.33333L0.666626 5' stroke='%23FFFFFF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: .75rem .5625rem;
}

/* line 11315, app/assets/stylesheets/theme.scss */
.dropdown-toggle::after {
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: Feather;
}

/* line 11322, app/assets/stylesheets/theme.scss */
.dropdown-toggle::after {
  content: '\e92e';
}

/* line 11325, app/assets/stylesheets/theme.scss */
.dropup > .dropdown-toggle::after {
  content: '\e931';
}

/* line 11328, app/assets/stylesheets/theme.scss */
.dropright > .dropdown-toggle::after {
  content: '\e930';
}

/* line 11331, app/assets/stylesheets/theme.scss */
.dropleft > .dropdown-toggle::before {
  content: '\e92f';
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: Feather;
}

/* line 11339, app/assets/stylesheets/theme.scss */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 11343, app/assets/stylesheets/theme.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 11363, app/assets/stylesheets/theme.scss */
.dropdown-ellipses {
  font-size: 1.0625rem;
  color: #d2ddec;
}

/* line 11367, app/assets/stylesheets/theme.scss */
.dropdown-ellipses::after {
  display: none;
}

/* line 11370, app/assets/stylesheets/theme.scss */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-color: rgba(18, 38, 63, 0.1);
}

/* line 11377, app/assets/stylesheets/theme.scss */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 11380, app/assets/stylesheets/theme.scss */
.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 11384, app/assets/stylesheets/theme.scss */
.dropdown-menu-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .8125rem;
}

/* line 11389, app/assets/stylesheets/theme.scss */
.dropdown-menu-sm .dropdown-item {
  padding: .1875rem .75rem;
}

/* line 11392, app/assets/stylesheets/theme.scss */
.form-text {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 11396, app/assets/stylesheets/theme.scss */
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none;
}

/* line 11402, app/assets/stylesheets/theme.scss */
.form-control-flush {
  padding-left: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  resize: none;
}

/* line 11408, app/assets/stylesheets/theme.scss */
.form-control:not(.custom-select) {
  padding-right: 0;
}

/* line 11411, app/assets/stylesheets/theme.scss */
.form-control-auto {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 11416, app/assets/stylesheets/theme.scss */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 11419, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control {
  border-radius: .375rem;
}

/* line 11422, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 11425, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control:focus ~ [class*=input-group] > .input-group-text {
  border-color: #2c7be5;
}

/* line 11428, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control.is-valid ~ [class*=input-group] > .input-group-text {
  border-color: #00d97e;
}

/* line 11431, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*=input-group] > .input-group-text {
  border-color: #e63757;
}

/* line 11434, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: .375rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}

/* line 11440, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .form-control-appended {
  padding-right: .375rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}

/* line 11446, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 11449, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .375rem;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
  border-right-width: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 11456, app/assets/stylesheets/theme.scss */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .375rem;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
  border-left-width: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 11463, app/assets/stylesheets/theme.scss */
.input-group-lg.input-group-merge > .form-control {
  border-radius: .5rem;
}

/* line 11466, app/assets/stylesheets/theme.scss */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: .625rem;
}

/* line 11469, app/assets/stylesheets/theme.scss */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: .625rem;
}

/* line 11472, app/assets/stylesheets/theme.scss */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .625rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 11477, app/assets/stylesheets/theme.scss */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .625rem;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

/* line 11482, app/assets/stylesheets/theme.scss */
.input-group-sm.input-group-merge > .form-control {
  border-radius: .25rem;
}

/* line 11485, app/assets/stylesheets/theme.scss */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: .25rem;
}

/* line 11488, app/assets/stylesheets/theme.scss */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: .25rem;
}

/* line 11491, app/assets/stylesheets/theme.scss */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .25rem;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 11496, app/assets/stylesheets/theme.scss */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 11501, app/assets/stylesheets/theme.scss */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 11504, app/assets/stylesheets/theme.scss */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 11508, app/assets/stylesheets/theme.scss */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 11512, app/assets/stylesheets/theme.scss */
.input-group-flush > .form-control {
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}

/* line 11518, app/assets/stylesheets/theme.scss */
.input-group-flush > .input-group-append > .input-group-text,
.input-group-flush > .input-group-prepend > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 11524, app/assets/stylesheets/theme.scss */
.form-control.h1,
.form-control.h2,
.form-control.h3,
.form-control.h4,
.form-control.h5 {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -.02em;
}

/* line 11533, app/assets/stylesheets/theme.scss */
.form-control.h1 {
  font-size: 1.625rem;
}

/* line 11536, app/assets/stylesheets/theme.scss */
.form-control.h2 {
  font-size: 1.25rem;
}

/* line 11539, app/assets/stylesheets/theme.scss */
.form-control.h3 {
  font-size: 1.0625rem;
}

/* line 11542, app/assets/stylesheets/theme.scss */
.form-control.h4 {
  font-size: .9375rem;
}

/* line 11545, app/assets/stylesheets/theme.scss */
.form-control.h5 {
  font-size: .8125rem;
}

/* line 11548, app/assets/stylesheets/theme.scss */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 11552, app/assets/stylesheets/theme.scss */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 11556, app/assets/stylesheets/theme.scss */
.list-group-item-primary {
  color: #fff;
  background-color: #2c7be5;
}

/* line 11560, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #fff;
  background-color: #1b6edc;
}

/* line 11565, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11570, app/assets/stylesheets/theme.scss */
.list-group-item-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 11574, app/assets/stylesheets/theme.scss */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #fff;
  background-color: #607797;
}

/* line 11579, app/assets/stylesheets/theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11584, app/assets/stylesheets/theme.scss */
.list-group-item-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 11588, app/assets/stylesheets/theme.scss */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #fff;
  background-color: #00c06f;
}

/* line 11593, app/assets/stylesheets/theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11598, app/assets/stylesheets/theme.scss */
.list-group-item-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 11602, app/assets/stylesheets/theme.scss */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #fff;
  background-color: #2da2c3;
}

/* line 11607, app/assets/stylesheets/theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11612, app/assets/stylesheets/theme.scss */
.list-group-item-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 11616, app/assets/stylesheets/theme.scss */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #283e59;
  background-color: #f5bb2b;
}

/* line 11621, app/assets/stylesheets/theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 11626, app/assets/stylesheets/theme.scss */
.list-group-item-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 11630, app/assets/stylesheets/theme.scss */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #fff;
  background-color: #e32044;
}

/* line 11635, app/assets/stylesheets/theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11640, app/assets/stylesheets/theme.scss */
.list-group-item-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 11644, app/assets/stylesheets/theme.scss */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #283e59;
  background-color: #dae4f3;
}

/* line 11649, app/assets/stylesheets/theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 11654, app/assets/stylesheets/theme.scss */
.list-group-item-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 11658, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #fff;
  background-color: #0c1a2b;
}

/* line 11663, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 11668, app/assets/stylesheets/theme.scss */
.list-group-item-white {
  color: #283e59;
  background-color: #fff;
}

/* line 11672, app/assets/stylesheets/theme.scss */
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #283e59;
  background-color: #f2f2f2;
}

/* line 11677, app/assets/stylesheets/theme.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 11682, app/assets/stylesheets/theme.scss */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 11686, app/assets/stylesheets/theme.scss */
.list-group-flush > .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 11690, app/assets/stylesheets/theme.scss */
.list-group-focus .list-group-item:focus .text-focus {
  color: #2c7be5 !important;
}

/* line 11693, app/assets/stylesheets/theme.scss */
.list-group-activity .list-group-item {
  border: 0;
}

/* line 11696, app/assets/stylesheets/theme.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 11704, app/assets/stylesheets/theme.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 11707, app/assets/stylesheets/theme.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 11710, app/assets/stylesheets/theme.scss */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 11713, app/assets/stylesheets/theme.scss */
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

/* line 11718, app/assets/stylesheets/theme.scss */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 11723, app/assets/stylesheets/theme.scss */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 11726, app/assets/stylesheets/theme.scss */
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 11730, app/assets/stylesheets/theme.scss */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 11733, app/assets/stylesheets/theme.scss */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 11736, app/assets/stylesheets/theme.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 11739, app/assets/stylesheets/theme.scss */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 11742, app/assets/stylesheets/theme.scss */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 11745, app/assets/stylesheets/theme.scss */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 11748, app/assets/stylesheets/theme.scss */
.modal-card {
  margin-bottom: 0;
}

/* line 11751, app/assets/stylesheets/theme.scss */
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 11755, app/assets/stylesheets/theme.scss */
.modal-header-tabs {
  margin-top: -1rem;
  margin-bottom: calc(-1rem - 1px);
}

/* line 11759, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item {
  margin-left: .75rem;
  margin-right: .75rem;
}

/* line 11763, app/assets/stylesheets/theme.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 11770, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link:not(.active) {
  color: #95aac9;
}

/* line 11773, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #6e84a3;
}

/* line 11776, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 11779, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 11782, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 11785, app/assets/stylesheets/theme.scss */
.nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 11791, app/assets/stylesheets/theme.scss */
.nav-overflow-visible {
  overflow-x: visible;
  overflow-y: visible;
}

/* line 11795, app/assets/stylesheets/theme.scss */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 11798, app/assets/stylesheets/theme.scss */
.nav-tabs-sm {
  font-size: .8125rem;
}

/* line 11801, app/assets/stylesheets/theme.scss */
.nav-tabs-sm .nav-item {
  margin-left: .5rem;
  margin-right: .5rem;
}

/* line 11805, app/assets/stylesheets/theme.scss */
.nav-tabs-sm .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

/* line 11809, app/assets/stylesheets/theme.scss */
.nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 11812, app/assets/stylesheets/theme.scss */
.nav.btn-group .btn-white.active {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff;
}

/* line 11817, app/assets/stylesheets/theme.scss */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 11821, app/assets/stylesheets/theme.scss */
.navbar-dark {
  background-color: #152e4d;
  border-color: #152e4d;
}

/* line 11825, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-heading {
  color: #6e84a3;
}

/* line 11828, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-divider {
  border-color: #1e3a5c;
}

/* line 11831, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-user {
  border-top-color: #1e3a5c;
}

/* line 11834, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-user-link {
  color: #6e84a3;
}

/* line 11837, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-user-link:focus,
.navbar-dark .navbar-user-link:hover {
  color: #fff;
}

/* line 11841, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-brand {
  -webkit-filter: none;
  filter: none;
}

/* line 11845, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-collapse::before {
  border-top-color: #1e3a5c;
}

/* line 11848, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item {
  color: #6e84a3;
}

/* line 11851, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:hover {
  color: #fff;
}

/* line 11855, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-xs .navbar-nav .show > .nav-link {
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 11861, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11864, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11868, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-sm .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 767.98px) {
  /* line 11875, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11878, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11882, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-md .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  /* line 11889, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11892, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11896, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-lg .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  /* line 11903, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11906, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11910, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-xl .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

/* line 11916, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant {
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9));
  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 11925, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant {
    background-attachment: fixed,fixed;
  }
}

/* line 11929, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11932, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .nav-link:focus,
.navbar-dark.navbar-vibrant .nav-link:hover {
  color: #fff;
}

/* line 11936, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .nav-item .nav-link.active,
.navbar-dark.navbar-vibrant .nav-item.active .nav-link {
  color: #fff;
}

/* line 11940, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 11943, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11946, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11949, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11952, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-user-link:focus,
.navbar-dark.navbar-vibrant .navbar-user-link:hover {
  color: #fff;
}

/* line 11956, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 11960, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11963, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant .navbar-nav .nav-link.active::before {
  border-color: #fff;
}

/* line 11966, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11969, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:hover {
  color: #fff;
}

/* line 11973, app/assets/stylesheets/theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .show > .nav-link {
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 11979, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11982, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11986, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 767.98px) {
  /* line 11993, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11996, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 12000, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  /* line 12007, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 12010, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 12014, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  /* line 12021, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 12024, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 12028, app/assets/stylesheets/theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

/* line 12034, app/assets/stylesheets/theme.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 12037, app/assets/stylesheets/theme.scss */
.navbar-light {
  background-color: #fff;
  border-color: #e3ebf6;
}

/* line 12041, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-heading {
  color: #95aac9;
}

/* line 12044, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-divider {
  border-color: #e3ebf6;
}

/* line 12047, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-user {
  border-top-color: #e3ebf6;
}

/* line 12050, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-user-link {
  border: 1px solid #6e84a3;
  border-radius: 4px;
  color: #6e84a3;
  margin-left: 0.25rem;
}

/* line 12056, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-user-link:focus,
.navbar-light .navbar-user-link:hover {
  color: #12263f;
}

/* line 12060, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-brand {
  -webkit-filter: none;
  filter: none;
}

/* line 12064, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-collapse::before {
  border-top-color: #e3ebf6;
}

/* line 12067, app/assets/stylesheets/theme.scss */
.navbar-brand {
  margin-right: 0;
}

/* line 12070, app/assets/stylesheets/theme.scss */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 12075, app/assets/stylesheets/theme.scss */
.navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 12081, app/assets/stylesheets/theme.scss */
.navbar-collapse:before {
  content: '';
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: .75rem -1rem;
}

/* line 12088, app/assets/stylesheets/theme.scss */
.navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 12092, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 12096, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 12099, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  bottom: .5rem;
  border-left: 2px solid #2c7be5;
}

/* line 12107, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link > .fe {
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem;
}

/* line 12113, app/assets/stylesheets/theme.scss */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 12116, app/assets/stylesheets/theme.scss */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: .75rem;
}

/* line 12119, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  background-color: transparent;
}

@media (max-width: 575.98px) {
  /* line 12123, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  /* line 12128, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  /* line 12133, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 1199.98px) {
  /* line 12138, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

/* line 12142, app/assets/stylesheets/theme.scss */
.navbar-expand-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 12146, app/assets/stylesheets/theme.scss */
.navbar-expand-xs > [class*=container] {
  padding-left: 0;
  padding-right: 0;
}

/* line 12150, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 12153, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 12156, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 12160, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: .625rem .5rem;
}

/* line 12163, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 12166, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  bottom: calc(-.75rem - 1px);
  right: .5rem;
  left: .5rem;
  border-left: 0;
  border-bottom: 1px solid #2c7be5;
}

/* line 12174, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .dropdown:hover > .dropdown-menu,
.navbar-expand-xs .dropleft:hover > .dropdown-menu,
.navbar-expand-xs .dropright:hover > .dropdown-menu,
.navbar-expand-xs .dropup:hover > .dropdown-menu {
  display: block;
}

/* line 12180, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(18, 38, 63, 0.1);
}

/* line 12183, app/assets/stylesheets/theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 12187, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12191, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm > [class*=container] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12195, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12198, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 12201, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 12205, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 12208, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12211, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-.75rem - 1px);
    right: .5rem;
    left: .5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 12219, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .dropdown:hover > .dropdown-menu,
.navbar-expand-sm .dropleft:hover > .dropdown-menu,
.navbar-expand-sm .dropright:hover > .dropdown-menu,
.navbar-expand-sm .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 12225, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12228, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 12233, app/assets/stylesheets/theme.scss */
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12237, app/assets/stylesheets/theme.scss */
  .navbar-expand-md > [class*=container] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12241, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12244, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 12247, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 12251, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 12254, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12257, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-.75rem - 1px);
    right: .5rem;
    left: .5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 12265, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .dropdown:hover > .dropdown-menu,
.navbar-expand-md .dropleft:hover > .dropdown-menu,
.navbar-expand-md .dropright:hover > .dropdown-menu,
.navbar-expand-md .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 12271, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12274, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 12279, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12283, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg > [class*=container] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12287, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12290, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 12293, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 12297, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 12300, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12303, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-.75rem - 1px);
    right: .5rem;
    left: .5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 12311, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .dropdown:hover > .dropdown-menu,
.navbar-expand-lg .dropleft:hover > .dropdown-menu,
.navbar-expand-lg .dropright:hover > .dropdown-menu,
.navbar-expand-lg .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 12317, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12320, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 12325, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12329, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl > [class*=container] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 12333, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12336, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 12339, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 12343, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 12346, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12349, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-.75rem - 1px);
    right: .5rem;
    left: .5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 12357, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .dropdown:hover > .dropdown-menu,
.navbar-expand-xl .dropleft:hover > .dropdown-menu,
.navbar-expand-xl .dropright:hover > .dropdown-menu,
.navbar-expand-xl .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 12363, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12366, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 12370, app/assets/stylesheets/theme.scss */
.navbar[class*=fixed-] {
  z-index: 1030;
}

/* line 12373, app/assets/stylesheets/theme.scss */
.navbar-overflow {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: -.75rem;
  overflow-x: auto;
}

/* line 12380, app/assets/stylesheets/theme.scss */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 12383, app/assets/stylesheets/theme.scss */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

/* line 12389, app/assets/stylesheets/theme.scss */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 12392, app/assets/stylesheets/theme.scss */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 12395, app/assets/stylesheets/theme.scss */
.navbar-breadcrumb {
  padding: .5rem 0;
}

/* line 12398, app/assets/stylesheets/theme.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 12404, app/assets/stylesheets/theme.scss */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 12407, app/assets/stylesheets/theme.scss */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 12411, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 12415, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
  display: block;
  content: '\e92e';
  font-family: Feather;
  margin-left: auto;
  transition: transform .2s;
}

/* line 12422, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(-180deg);
}

/* line 12425, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 12428, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 12431, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 3.75rem;
}

/* line 12434, app/assets/stylesheets/theme.scss */
.navbar-vertical .navbar-heading {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 12441, app/assets/stylesheets/theme.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 12452, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs > [class*=container] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 12460, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xs > [class*=container] {
    min-height: none;
    height: 100%;
  }
}

/* line 12465, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 12469, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 12473, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 12483, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 12486, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 12491, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: .5rem 1.5rem;
}

/* line 12494, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: .5rem;
  bottom: .5rem;
  left: 0;
  right: auto;
  border-left: 2px solid #2c7be5;
  border-bottom: 0;
}

/* line 12502, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 12505, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 12508, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 4.75rem;
}

/* line 12511, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 12517, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 12520, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 12530, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 12535, app/assets/stylesheets/theme.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 12546, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    flex-direction: column;
    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 12555, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 12561, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12565, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12569, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 12579, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12582, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 12587, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 12590, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 12598, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12601, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12604, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 12607, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 12613, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12616, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12626, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 12632, app/assets/stylesheets/theme.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 12643, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md > [class*=container] {
    flex-direction: column;
    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 12652, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md > [class*=container] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 12658, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12662, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12666, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 12676, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12679, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 12684, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 12687, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 12695, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12698, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12701, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 12704, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 12710, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12713, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12723, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 12729, app/assets/stylesheets/theme.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 12740, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    flex-direction: column;
    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 12749, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 12755, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12759, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12763, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 12773, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12776, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 12781, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 12784, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 12792, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12795, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12798, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 12801, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 12807, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12810, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12820, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 12826, app/assets/stylesheets/theme.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 12837, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    flex-direction: column;
    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 12846, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 12852, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12856, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12860, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 12870, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12873, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 12878, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 12881, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 12889, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12892, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12895, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 12898, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 12904, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12907, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12917, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 12922, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs {
  max-width: 66px;
  padding-left: .75rem;
  padding-right: .75rem;
  overflow: visible;
}

/* line 12928, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand {
  padding-top: .45313rem;
  padding-bottom: 1.20313rem;
}

/* line 12932, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand-img {
  width: auto;
  max-height: 1.5rem;
}

/* line 12936, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-collapse {
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 12942, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

/* line 12946, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .nav-link {
  justify-content: center;
  padding-left: .75rem;
  padding-right: .75rem;
  text-align: center;
}

/* line 12952, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .dropdown-toggle::after {
  display: none;
}

/* line 12955, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user {
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 12961, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user .dropright .dropdown-menu {
  top: auto;
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 12966, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm {
    max-width: 66px;
    padding-left: .75rem;
    padding-right: .75rem;
    overflow: visible;
  }
  /* line 12972, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand {
    padding-top: .45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 12976, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 12980, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-collapse {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 12986, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  /* line 12990, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center;
  }
  /* line 12996, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 12999, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13005, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 13011, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md {
    max-width: 66px;
    padding-left: .75rem;
    padding-right: .75rem;
    overflow: visible;
  }
  /* line 13017, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand {
    padding-top: .45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 13021, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 13025, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-collapse {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13031, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  /* line 13035, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center;
  }
  /* line 13041, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 13044, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13050, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 13056, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg {
    max-width: 66px;
    padding-left: .75rem;
    padding-right: .75rem;
    overflow: visible;
  }
  /* line 13062, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand {
    padding-top: .45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 13066, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 13070, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-collapse {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13076, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  /* line 13080, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center;
  }
  /* line 13086, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 13089, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13095, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 13101, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl {
    max-width: 66px;
    padding-left: .75rem;
    padding-right: .75rem;
    overflow: visible;
  }
  /* line 13107, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand {
    padding-top: .45313rem;
    padding-bottom: 1.20313rem;
  }
  /* line 13111, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 13115, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-collapse {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13121, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  /* line 13125, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center;
  }
  /* line 13131, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 13134, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 13140, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

/* line 13145, app/assets/stylesheets/theme.scss */
.pagination-lg .page,
.pagination-lg .page-link {
  font-size: .9375rem;
}

/* line 13149, app/assets/stylesheets/theme.scss */
.pagination-tabs {
  border-radius: 0;
  border-top: 1px solid #e3ebf6;
}

/* line 13153, app/assets/stylesheets/theme.scss */
.pagination-tabs .page,
.pagination-tabs .page-link {
  margin-top: -1px;
  padding: 1.25rem .75rem;
  background-color: transparent;
  border-width: 1px 0 0 0;
  border-radius: 0 !important;
  color: #95aac9;
}

/* line 13162, app/assets/stylesheets/theme.scss */
.pagination-tabs .page-link:hover,
.pagination-tabs .page:hover {
  color: #12263f;
}

/* line 13166, app/assets/stylesheets/theme.scss */
.pagination-tabs .active .page,
.pagination-tabs .active .page-link {
  background-color: transparent;
  border-color: #2c7be5;
  color: #12263f;
}

/* line 13172, app/assets/stylesheets/theme.scss */
.pagination-overflow {
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 13176, app/assets/stylesheets/theme.scss */
.pagination-overflow::-webkit-scrollbar {
  display: none;
}

/* line 13179, app/assets/stylesheets/theme.scss */
.pagination-overflow .page,
.pagination-overflow .page-link {
  white-space: nowrap;
}

/* line 13183, app/assets/stylesheets/theme.scss */
.popover {
  padding: .8rem .95rem;
}

/* line 13186, app/assets/stylesheets/theme.scss */
.popover:hover {
  visibility: visible !important;
}

/* line 13189, app/assets/stylesheets/theme.scss */
.popover-header {
  margin-bottom: .25rem;
  border-bottom: 0;
}

/* line 13193, app/assets/stylesheets/theme.scss */
.popover-body-label {
  margin-left: .25rem;
}

/* line 13196, app/assets/stylesheets/theme.scss */
.popover-body-value {
  margin-left: .25rem;
}

/* line 13199, app/assets/stylesheets/theme.scss */
.popover-body-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 13205, app/assets/stylesheets/theme.scss */
.popover-lg {
  max-width: 300px;
}

/* line 13208, app/assets/stylesheets/theme.scss */
.popover-dark {
  background-color: #12263f;
  border-color: #12263f;
}

/* line 13212, app/assets/stylesheets/theme.scss */
.popover-dark .popover-header {
  font-weight: 400;
  background-color: #12263f;
  color: #fff;
}

/* line 13217, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=top] .arrow::before,
.popover-dark.bs-popover-top .arrow::before {
  border-top-color: #12263f;
}

/* line 13221, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=top] .arrow::after,
.popover-dark.bs-popover-top .arrow::after {
  border-top-color: #12263f;
}

/* line 13225, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=right] .arrow::before,
.popover-dark.bs-popover-right .arrow::before {
  border-right-color: #12263f;
}

/* line 13229, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=right] .arrow::after,
.popover-dark.bs-popover-right .arrow::after {
  border-right-color: #12263f;
}

/* line 13233, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover-dark.bs-popover-bottom .arrow::before {
  border-bottom-color: #12263f;
}

/* line 13237, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover-dark.bs-popover-bottom .arrow::after {
  border-bottom-color: #12263f;
}

/* line 13241, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=left] .arrow::before,
.popover-dark.bs-popover-left .arrow::before {
  border-left-color: #12263f;
}

/* line 13245, app/assets/stylesheets/theme.scss */
.popover-dark.bs-popover-auto[x-placement^=left] .arrow::after,
.popover-dark.bs-popover-left .arrow::after {
  border-left-color: #12263f;
}

/* line 13249, app/assets/stylesheets/theme.scss */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 13253, app/assets/stylesheets/theme.scss */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 13257, app/assets/stylesheets/theme.scss */
.progress-sm {
  height: .25rem;
}

/* line 13260, app/assets/stylesheets/theme.scss */
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 13263, app/assets/stylesheets/theme.scss */
html {
  height: 100%;
}

/* line 13266, app/assets/stylesheets/theme.scss */
body {
  min-height: 100%;
}

/* line 13269, app/assets/stylesheets/theme.scss */
.table thead th {
  background-color: #f9fbfd;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #95aac9;
  border-bottom-width: 1px;
}

/* line 13278, app/assets/stylesheets/theme.scss */
.table tbody td,
.table tbody th,
.table thead th {
  vertical-align: middle;
}

/* line 13283, app/assets/stylesheets/theme.scss */
.table-sm {
  font-size: .8125rem;
}

/* line 13286, app/assets/stylesheets/theme.scss */
.table-sm thead th {
  font-size: .625rem;
}

/* line 13289, app/assets/stylesheets/theme.scss */
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

/* line 13293, app/assets/stylesheets/theme.scss */
.table [data-sort] {
  white-space: nowrap;
}

/* line 13296, app/assets/stylesheets/theme.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 13300, app/assets/stylesheets/theme.scss */
.table-checkbox {
  min-height: 0;
}

/* line 13303, app/assets/stylesheets/theme.scss */
.table-checkbox .custom-control-label::after,
.table-checkbox .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
}

/* line 13308, app/assets/stylesheets/theme.scss */
.table a[class*=text-reset]:hover {
  color: #2c7be5 !important;
}

/* line 13311, app/assets/stylesheets/theme.scss */
.h1,
h1 {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 13317, app/assets/stylesheets/theme.scss */
  .h1,
h1 {
    font-size: 1.625rem;
  }
}

/* line 13322, app/assets/stylesheets/theme.scss */
.h2,
h2 {
  margin-bottom: 1.125rem;
}

/* line 13326, app/assets/stylesheets/theme.scss */
.h3,
h3 {
  margin-bottom: .84375rem;
}

/* line 13330, app/assets/stylesheets/theme.scss */
.h4,
h4 {
  margin-bottom: .5625rem;
}

/* line 13334, app/assets/stylesheets/theme.scss */
.h5,
h5 {
  margin-bottom: .5625rem;
}

/* line 13338, app/assets/stylesheets/theme.scss */
.h6,
h6 {
  margin-bottom: .5625rem;
}

/* line 13342, app/assets/stylesheets/theme.scss */
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 13356, app/assets/stylesheets/theme.scss */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -.02em;
}

/* line 13362, app/assets/stylesheets/theme.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.02em;
}

/* line 13376, app/assets/stylesheets/theme.scss */
h6.text-uppercase {
  letter-spacing: .08em;
}

/* line 13379, app/assets/stylesheets/theme.scss */
b,
strong {
  font-weight: 600;
}

/* line 13383, app/assets/stylesheets/theme.scss */
a:focus,
button:focus {
  outline: 0 !important;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(/../fonts/cerebrisans/cerebrisans-regular.eot);
  src: url(/../fonts/cerebrisans/cerebrisans-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/cerebrisans/cerebrisans-regular.woff) format("woff"), url(/../fonts/cerebrisans/cerebrisans-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(/../fonts/cerebrisans/cerebrisans-medium.eot);
  src: url(/../fonts/cerebrisans/cerebrisans-medium.eot?#iefix) format("embedded-opentype"), url(/../fonts/cerebrisans/cerebrisans-medium.woff) format("woff"), url(/../fonts/cerebrisans/cerebrisans-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(/../fonts/cerebrisans/cerebrisans-semibold.eot);
  src: url(/../fonts/cerebrisans/cerebrisans-semibold.eot?#iefix) format("embedded-opentype"), url(/../fonts/cerebrisans/cerebrisans-semibold.woff) format("woff"), url(/../fonts/cerebrisans/cerebrisans-semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* line 13414, app/assets/stylesheets/theme.scss */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 13420, app/assets/stylesheets/theme.scss */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 13424, app/assets/stylesheets/theme.scss */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 13428, app/assets/stylesheets/theme.scss */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 13433, app/assets/stylesheets/theme.scss */
.bg-auth {
  background-color: #fff;
}

/* line 13436, app/assets/stylesheets/theme.scss */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#2c7be5, #2c7be5 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 13443, app/assets/stylesheets/theme.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 13450, app/assets/stylesheets/theme.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 13457, app/assets/stylesheets/theme.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 13464, app/assets/stylesheets/theme.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 13471, app/assets/stylesheets/theme.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 13478, app/assets/stylesheets/theme.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 13485, app/assets/stylesheets/theme.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 13492, app/assets/stylesheets/theme.scss */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#fff, #fff 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 13499, app/assets/stylesheets/theme.scss */
.bg-hero {
  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 13505, app/assets/stylesheets/theme.scss */
.bg-lighter {
  background-color: #f9fbfd !important;
}

/* line 13508, app/assets/stylesheets/theme.scss */
.bg-primary-soft {
  background-color: #e6effc !important;
}

/* line 13511, app/assets/stylesheets/theme.scss */
.bg-secondary-soft {
  background-color: #eef0f4 !important;
}

/* line 13514, app/assets/stylesheets/theme.scss */
.bg-success-soft {
  background-color: #e0faf0 !important;
}

/* line 13517, app/assets/stylesheets/theme.scss */
.bg-info-soft {
  background-color: #e7f5f9 !important;
}

/* line 13520, app/assets/stylesheets/theme.scss */
.bg-warning-soft {
  background-color: #fef8e8 !important;
}

/* line 13523, app/assets/stylesheets/theme.scss */
.bg-danger-soft {
  background-color: #fce7eb !important;
}

/* line 13526, app/assets/stylesheets/theme.scss */
.bg-light-soft {
  background-color: #fdfdfe !important;
}

/* line 13529, app/assets/stylesheets/theme.scss */
.bg-dark-soft {
  background-color: #e3e5e8 !important;
}

/* line 13532, app/assets/stylesheets/theme.scss */
.bg-white-soft {
  background-color: #fff !important;
}

/* line 13535, app/assets/stylesheets/theme.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 13538, app/assets/stylesheets/theme.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 13541, app/assets/stylesheets/theme.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 13544, app/assets/stylesheets/theme.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 13547, app/assets/stylesheets/theme.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 13550, app/assets/stylesheets/theme.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 13553, app/assets/stylesheets/theme.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 13556, app/assets/stylesheets/theme.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 13559, app/assets/stylesheets/theme.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 13562, app/assets/stylesheets/theme.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 13565, app/assets/stylesheets/theme.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 13568, app/assets/stylesheets/theme.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 13571, app/assets/stylesheets/theme.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 13574, app/assets/stylesheets/theme.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 13577, app/assets/stylesheets/theme.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 13580, app/assets/stylesheets/theme.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 13583, app/assets/stylesheets/theme.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 13586, app/assets/stylesheets/theme.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 13589, app/assets/stylesheets/theme.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 13592, app/assets/stylesheets/theme.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 13595, app/assets/stylesheets/theme.scss */
.border-body {
  border-color: #f9fbfd !important;
}

/* line 13598, app/assets/stylesheets/theme.scss */
.border-card {
  border-color: #fff !important;
}

/* line 13601, app/assets/stylesheets/theme.scss */
.lift {
  transition: box-shadow .25s ease,transform .25s ease;
}

/* line 13604, app/assets/stylesheets/theme.scss */
.lift:focus,
.lift:hover {
  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;
  transform: translate3d(0, -3px, 0);
}

/* line 13609, app/assets/stylesheets/theme.scss */
.lift-lg:focus,
.lift-lg:hover {
  box-shadow: 0 2rem 5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}

/* line 13614, app/assets/stylesheets/theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 13617, app/assets/stylesheets/theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 13620, app/assets/stylesheets/theme.scss */
.font-size-base {
  font-size: 0.9375rem !important;
}

/* line 13623, app/assets/stylesheets/theme.scss */
.font-size-sm {
  font-size: 0.8125rem !important;
}

/* line 13626, app/assets/stylesheets/theme.scss */
.font-size-lg {
  font-size: 1.0625rem !important;
}

/* line 13629, app/assets/stylesheets/theme.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 13632, app/assets/stylesheets/theme.scss */
.text-gray-100 {
  color: #f9fbfd !important;
}

/* line 13635, app/assets/stylesheets/theme.scss */
.text-gray-200 {
  color: #edf2f9 !important;
}

/* line 13638, app/assets/stylesheets/theme.scss */
.text-gray-300 {
  color: #e3ebf6 !important;
}

/* line 13641, app/assets/stylesheets/theme.scss */
.text-gray-400 {
  color: #d2ddec !important;
}

/* line 13644, app/assets/stylesheets/theme.scss */
.text-gray-500 {
  color: #b1c2d9 !important;
}

/* line 13647, app/assets/stylesheets/theme.scss */
.text-gray-600 {
  color: #95aac9 !important;
}

/* line 13650, app/assets/stylesheets/theme.scss */
.text-gray-700 {
  color: #6e84a3 !important;
}

/* line 13653, app/assets/stylesheets/theme.scss */
.text-gray-800 {
  color: #3b506c !important;
}

/* line 13656, app/assets/stylesheets/theme.scss */
.text-gray-900 {
  color: #283e59 !important;
}

/* line 13659, app/assets/stylesheets/theme.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 13666, app/assets/stylesheets/theme.scss */
.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

/* line 13673, app/assets/stylesheets/theme.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 13679, app/assets/stylesheets/theme.scss */
.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: #b1c2d9;
  color: #fff;
}

/* line 13689, app/assets/stylesheets/theme.scss */
.avatar-offline::before,
.avatar-online::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 13699, app/assets/stylesheets/theme.scss */
.avatar-offline .avatar-img,
.avatar-online .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 13706, app/assets/stylesheets/theme.scss */
.avatar-online::before {
  background-color: #00d97e;
}

/* line 13709, app/assets/stylesheets/theme.scss */
.avatar-offline::before {
  background-color: #b1c2d9;
}

/* line 13712, app/assets/stylesheets/theme.scss */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
  font-size: .54167rem;
}

/* line 13717, app/assets/stylesheets/theme.scss */
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: .83333rem;
}

/* line 13722, app/assets/stylesheets/theme.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

/* line 13727, app/assets/stylesheets/theme.scss */
.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

/* line 13732, app/assets/stylesheets/theme.scss */
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

@media (min-width: 768px) {
  /* line 13738, app/assets/stylesheets/theme.scss */
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
    font-size: 2.66667rem;
  }
}

/* line 13744, app/assets/stylesheets/theme.scss */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 13747, app/assets/stylesheets/theme.scss */
.avatar-xs.avatar-4by3 {
  width: 2.16667rem;
}

/* line 13750, app/assets/stylesheets/theme.scss */
.avatar-sm.avatar-4by3 {
  width: 3.33333rem;
}

/* line 13753, app/assets/stylesheets/theme.scss */
.avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

/* line 13756, app/assets/stylesheets/theme.scss */
.avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

/* line 13759, app/assets/stylesheets/theme.scss */
.avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

/* line 13762, app/assets/stylesheets/theme.scss */
.avatar-group {
  display: inline-flex;
}

/* line 13765, app/assets/stylesheets/theme.scss */
.avatar-group .avatar + .avatar {
  margin-left: -.75rem;
}

/* line 13768, app/assets/stylesheets/theme.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -.40625rem;
}

/* line 13771, app/assets/stylesheets/theme.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -.625rem;
}

/* line 13774, app/assets/stylesheets/theme.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 13777, app/assets/stylesheets/theme.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 13780, app/assets/stylesheets/theme.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 13783, app/assets/stylesheets/theme.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 13789, app/assets/stylesheets/theme.scss */
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
}

/* line 13794, app/assets/stylesheets/theme.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 13800, app/assets/stylesheets/theme.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 13804, app/assets/stylesheets/theme.scss */
.chart {
  position: relative;
  height: 300px;
}

/* line 13808, app/assets/stylesheets/theme.scss */
.chart.chart-appended {
  height: calc(300px - 3.71875rem);
}

/* line 13811, app/assets/stylesheets/theme.scss */
.chart-sm {
  height: 225px;
}

/* line 13814, app/assets/stylesheets/theme.scss */
.chart-sm.chart-appended {
  height: calc(225px - 3.71875rem);
}

/* line 13817, app/assets/stylesheets/theme.scss */
.chart-sparkline {
  width: 75px;
  height: 35px;
}

/* line 13821, app/assets/stylesheets/theme.scss */
.chart-legend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: .8125rem;
  text-align: center;
  color: #95aac9;
}

/* line 13829, app/assets/stylesheets/theme.scss */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 13833, app/assets/stylesheets/theme.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 13836, app/assets/stylesheets/theme.scss */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  border-radius: 50%;
}

/* line 13843, app/assets/stylesheets/theme.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 13846, app/assets/stylesheets/theme.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 13851, app/assets/stylesheets/theme.scss */
.comment {
  margin-bottom: 1rem;
}

/* line 13854, app/assets/stylesheets/theme.scss */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  background-color: #f9fbfd;
  border-radius: .5rem;
}

/* line 13860, app/assets/stylesheets/theme.scss */
.comment-time {
  display: block;
  margin-bottom: .5625rem;
  font-size: .625rem;
  color: #95aac9;
}

/* line 13866, app/assets/stylesheets/theme.scss */
.comment-text {
  font-size: .8125rem;
}

/* line 13869, app/assets/stylesheets/theme.scss */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 13872, app/assets/stylesheets/theme.scss */
.checklist {
  outline: 0;
}

/* line 13875, app/assets/stylesheets/theme.scss */
.checklist-control {
  display: flex;
  flex-wrap: nowrap;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 13884, app/assets/stylesheets/theme.scss */
.checklist-control .custom-control-input:checked ~ .custom-control-caption {
  text-decoration: line-through;
  color: #6e84a3;
}

/* line 13888, app/assets/stylesheets/theme.scss */
.checklist-control + .checklist-control {
  margin-top: .75rem;
}

/* line 13891, app/assets/stylesheets/theme.scss */
.checklist-control[style*="display: none"]:first-child + .checklist-control {
  margin-top: 0;
}

/* line 13894, app/assets/stylesheets/theme.scss */
.checklist-control.draggable-mirror {
  z-index: 1030;
}

/* line 13897, app/assets/stylesheets/theme.scss */
.checklist-control.draggable-source--is-dragging {
  opacity: .2;
}

/* line 13900, app/assets/stylesheets/theme.scss */
.header {
  margin-bottom: 2rem;
}

/* line 13903, app/assets/stylesheets/theme.scss */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 13907, app/assets/stylesheets/theme.scss */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
}

/* line 13912, app/assets/stylesheets/theme.scss */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(227, 235, 246, 0.1);
}

/* line 13916, app/assets/stylesheets/theme.scss */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13920, app/assets/stylesheets/theme.scss */
.header-pretitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #95aac9;
}

/* line 13925, app/assets/stylesheets/theme.scss */
.header-title {
  margin-bottom: 0;
}

/* line 13928, app/assets/stylesheets/theme.scss */
.header-subtitle {
  margin-top: .375rem;
  margin-bottom: 0;
  color: #95aac9;
}

/* line 13933, app/assets/stylesheets/theme.scss */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 13937, app/assets/stylesheets/theme.scss */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13941, app/assets/stylesheets/theme.scss */
.icon {
  display: inline-block;
}

/* line 13944, app/assets/stylesheets/theme.scss */
.icon > .fe {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

/* line 13951, app/assets/stylesheets/theme.scss */
.icon.active {
  position: relative;
}

/* line 13954, app/assets/stylesheets/theme.scss */
.icon.active > .fe {
  mask-size: 100% 100%;
}

/* line 13960, app/assets/stylesheets/theme.scss */
.icon.active::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 20%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #2c7be5;
}

/* line 13970, app/assets/stylesheets/theme.scss */
.fe {
  line-height: inherit;
}

/* line 13973, app/assets/stylesheets/theme.scss */
.container-fluid.kanban-container,
.kanban-container.container-lg,
.kanban-container.container-md,
.kanban-container.container-sm,
.kanban-container.container-xl {
  min-height: calc(100vh - 129px);
}

/* line 13980, app/assets/stylesheets/theme.scss */
.container.kanban-container {
  min-height: calc(100vh - 129px - 69px);
}

/* line 13983, app/assets/stylesheets/theme.scss */
.kanban-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 13987, app/assets/stylesheets/theme.scss */
.kanban-container > .row {
  flex-wrap: nowrap;
}

/* line 13990, app/assets/stylesheets/theme.scss */
.kanban-container > .row > [class*=col] {
  max-width: 375px;
}

/* line 13993, app/assets/stylesheets/theme.scss */
.kanban-category {
  min-height: 1rem;
}

/* line 13996, app/assets/stylesheets/theme.scss */
.kanban-item {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 14003, app/assets/stylesheets/theme.scss */
.kanban-item.draggable-source--is-dragging {
  opacity: .2;
}

/* line 14006, app/assets/stylesheets/theme.scss */
.kanban-item.draggable-mirror {
  z-index: 1030;
}

/* line 14009, app/assets/stylesheets/theme.scss */
.card-body .kanban-item.draggable-mirror > .card {
  transform: rotateZ(-3deg);
}

/* line 14012, app/assets/stylesheets/theme.scss */
.kanban-item > .card[data-toggle=modal] {
  cursor: pointer;
}

/* line 14015, app/assets/stylesheets/theme.scss */
.kanban-add-form .form-control[data-toggle=flatpickr] {
  width: 12ch;
}

@media (min-width: 768px) {
  /* line 14019, app/assets/stylesheets/theme.scss */
  .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-lg,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-xl,
.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-lg,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-xl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* line 14035, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 250px;
}

/* line 14038, app/assets/stylesheets/theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 14042, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 14045, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 14050, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 14053, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 14058, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 14061, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 14066, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 14069, app/assets/stylesheets/theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 14073, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 66px;
}

/* line 14076, app/assets/stylesheets/theme.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 66px;
}

@media (min-width: 576px) {
  /* line 14080, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 14083, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 768px) {
  /* line 14088, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 14091, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 992px) {
  /* line 14096, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 14099, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 1200px) {
  /* line 14104, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 14107, app/assets/stylesheets/theme.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

/* line 14111, app/assets/stylesheets/theme.scss */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 14116, app/assets/stylesheets/theme.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #fff;
  border: 1px dashed #d2ddec;
  border-radius: .375rem;
  text-align: center;
  color: #95aac9;
  transition: all .2s ease-in-out;
  order: -1;
  cursor: pointer;
  z-index: 999;
}

/* line 14128, app/assets/stylesheets/theme.scss */
.dz-message:hover {
  border-color: #95aac9;
  color: #12263f;
}

/* line 14132, app/assets/stylesheets/theme.scss */
.dz-button {
  background: 0 0;
  border: 0;
  font-size: inherit;
  color: inherit;
}

/* line 14138, app/assets/stylesheets/theme.scss */
.dz-drag-hover .dz-message {
  border-color: #2c7be5;
  color: #2c7be5;
}

/* line 14142, app/assets/stylesheets/theme.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 14146, app/assets/stylesheets/theme.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(18, 38, 63, 0.9);
  color: #fff;
  opacity: 0;
}

/* line 14151, app/assets/stylesheets/theme.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 14154, app/assets/stylesheets/theme.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 14162, app/assets/stylesheets/theme.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 14170, app/assets/stylesheets/theme.scss */
.dz-preview-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: .375rem;
}

/* line 14177, app/assets/stylesheets/theme.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 14181, app/assets/stylesheets/theme.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 14184, app/assets/stylesheets/theme.scss */
.flatpickr-calendar {
  background-color: #fff;
  border: 1px solid #d2ddec;
  color: #12263f;
  box-shadow: none;
}

/* line 14190, app/assets/stylesheets/theme.scss */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 14194, app/assets/stylesheets/theme.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #d2ddec;
}

/* line 14197, app/assets/stylesheets/theme.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 14200, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-months {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 14204, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month {
  top: .625rem;
}

/* line 14208, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 14211, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-day {
  border-radius: .375rem;
}

/* line 14214, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #edf2f9;
  border-color: #d2ddec;
}

/* line 14218, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #95aac9 !important;
}

/* line 14221, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #e3ebf6;
}

/* line 14224, app/assets/stylesheets/theme.scss */
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff !important;
}

/* line 14229, app/assets/stylesheets/theme.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 14235, app/assets/stylesheets/theme.scss */
.ql-container {
  font-family: "Cerebri Sans",sans-serif;
}

/* line 14238, app/assets/stylesheets/theme.scss */
.ql-toolbar {
  position: relative;
  padding: .5rem .75rem;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: .375rem .375rem 0 0;
  color: #12263f;
}

/* line 14246, app/assets/stylesheets/theme.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 14249, app/assets/stylesheets/theme.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14253, app/assets/stylesheets/theme.scss */
.ql-editor {
  min-height: 5.625rem;
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: .9375rem;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14268, app/assets/stylesheets/theme.scss */
  .ql-editor {
    transition: none;
  }
}

/* line 14272, app/assets/stylesheets/theme.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14276, app/assets/stylesheets/theme.scss */
.ql-editor:focus {
  color: #12263f;
  background-color: #fff;
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 14283, app/assets/stylesheets/theme.scss */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 14287, app/assets/stylesheets/theme.scss */
.ql-editor.ql-blank::before {
  top: .5rem;
  left: .75rem;
  font-style: normal;
  color: #b1c2d9;
}

/* line 14293, app/assets/stylesheets/theme.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 14296, app/assets/stylesheets/theme.scss */
.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 14300, app/assets/stylesheets/theme.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 14303, app/assets/stylesheets/theme.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 14306, app/assets/stylesheets/theme.scss */
.ql-toolbar button {
  padding: 0 .25rem;
  background: 0 0;
  border: none;
  color: #12263f;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

/* line 14314, app/assets/stylesheets/theme.scss */
.ql-toolbar button:hover {
  color: #2c7be5;
}

/* line 14317, app/assets/stylesheets/theme.scss */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 14320, app/assets/stylesheets/theme.scss */
.ql-toolbar .ql-active {
  color: #2c7be5;
}

/* line 14323, app/assets/stylesheets/theme.scss */
.ql-toolbar button svg {
  height: 1.0625rem;
  width: 1.0625rem;
}

/* line 14327, app/assets/stylesheets/theme.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 14334, app/assets/stylesheets/theme.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 14337, app/assets/stylesheets/theme.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 14340, app/assets/stylesheets/theme.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 14344, app/assets/stylesheets/theme.scss */
.ql-tooltip {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #fff;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: .5rem;
  padding: .5rem .75rem;
  margin-top: .6rem;
  box-shadow: 0 0 1rem rgba(18, 38, 63, 0.03);
}

/* line 14356, app/assets/stylesheets/theme.scss */
.ql-tooltip:after,
.ql-tooltip:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

/* line 14364, app/assets/stylesheets/theme.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 14369, app/assets/stylesheets/theme.scss */
.ql-tooltip:after {
  border-bottom: .5rem solid #fff;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

/* line 14374, app/assets/stylesheets/theme.scss */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 14377, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14386, app/assets/stylesheets/theme.scss */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 14390, app/assets/stylesheets/theme.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 14393, app/assets/stylesheets/theme.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(.125rem + 1px);
  padding-bottom: calc(.125rem + 1px);
  background-color: transparent;
  font-size: .8125rem;
  line-height: 1.75;
  border: none;
  color: #12263f;
}

/* line 14404, app/assets/stylesheets/theme.scss */
.ql-tooltip input:focus {
  outline: 0;
}

/* line 14407, app/assets/stylesheets/theme.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 14410, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 14414, app/assets/stylesheets/theme.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: .125rem .5rem;
  font-size: .8125rem;
  line-height: 1.75;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14434, app/assets/stylesheets/theme.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 14439, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before:hover {
  text-decoration: none;
}

/* line 14445, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove.focus::before,
.ql-tooltip .ql-remove::before:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 14452, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 14458, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
}

/* line 14464, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 14473, app/assets/stylesheets/theme.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: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 14481, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  background-color: #1862c6;
  border-color: #175dba;
}

/* line 14491, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before: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 14499, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 14502, app/assets/stylesheets/theme.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 14505, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove::before {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
  content: 'Remove';
  border-color: #e3ebf6;
}

/* line 14512, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 14517, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove.focus::before,
.ql-tooltip .ql-remove::before:focus {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 14524, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove.disabled::before,
.ql-tooltip .ql-remove::before:disabled {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 14530, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #283e59;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 14537, app/assets/stylesheets/theme.scss */
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 14542, app/assets/stylesheets/theme.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 14545, app/assets/stylesheets/theme.scss */
.ql-editor blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.17188rem;
}

/* line 14549, app/assets/stylesheets/theme.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 14553, app/assets/stylesheets/theme.scss */
.list-alert {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  z-index: 1030;
  min-width: 350px;
  margin-bottom: 0;
  transform: translateX(-50%);
}

/* line 14562, app/assets/stylesheets/theme.scss */
.list-alert:not(.show) {
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 14566, app/assets/stylesheets/theme.scss */
  .navbar-vertical:not(.navbar-vertical-sm):not([style*="display: none"]) ~ .main-content .list-alert {
    left: calc(50% + 125px);
  }
}

/* line 14570, app/assets/stylesheets/theme.scss */
.list-alert .close {
  top: 50%;
  transform: translateY(-50%);
}

/* line 14574, app/assets/stylesheets/theme.scss */
[class*=select2] {
  display: block;
}

/* line 14577, app/assets/stylesheets/theme.scss */
.select2 {
  width: 100% !important;
}

/* line 14580, app/assets/stylesheets/theme.scss */
.select2-hidden-accessible {
  display: none;
}

/* line 14583, app/assets/stylesheets/theme.scss */
.select2-selection {
  cursor: pointer;
}

/* line 14586, app/assets/stylesheets/theme.scss */
.select2-selection[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14590, app/assets/stylesheets/theme.scss */
.select2-container {
  display: block;
}

/* line 14593, app/assets/stylesheets/theme.scss */
.select2-dropdown {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14598, app/assets/stylesheets/theme.scss */
.select2-search--dropdown {
  padding: .375rem .75rem;
}

/* line 14601, app/assets/stylesheets/theme.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 14604, app/assets/stylesheets/theme.scss */
.select2-search--dropdown .select2-search__field {
  width: 100%;
  height: calc(1.75em + .25rem + 2px);
  padding: .125rem .5rem;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: .25rem;
  line-height: 1.75;
  font-size: .8125rem;
  color: #12263f;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 14616, app/assets/stylesheets/theme.scss */
.select2-search--dropdown .select2-search__field:focus {
  border-color: #2c7be5;
  box-shadow: transparent;
  outline: 0;
}

/* line 14621, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow: auto;
}

/* line 14625, app/assets/stylesheets/theme.scss */
.select2-results__options {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 14629, app/assets/stylesheets/theme.scss */
.select2-results__option {
  padding: .375rem .75rem;
  color: #6e84a3;
}

/* line 14633, app/assets/stylesheets/theme.scss */
.select2-results__option:not(.select2-results__message) {
  cursor: pointer;
}

/* line 14636, app/assets/stylesheets/theme.scss */
.select2-results__option:not(.select2-results__message):focus,
.select2-results__option:not(.select2-results__message):hover {
  color: #12263f;
}

/* line 14640, app/assets/stylesheets/theme.scss */
.select2-results__option--highlighted,
.select2-results__option[aria-selected=true] {
  color: #12263f;
}

/* line 14644, app/assets/stylesheets/theme.scss */
.select2-selection--multiple {
  height: auto;
}

/* line 14647, app/assets/stylesheets/theme.scss */
.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -.25rem -.25rem 0;
}

/* line 14653, app/assets/stylesheets/theme.scss */
.select2-selection__choice {
  display: inline-flex;
  align-items: center;
  padding-left: .375rem;
  padding-right: .375rem;
  margin: 0 .25rem .25rem 0;
  font-size: .8125rem;
  background-color: #edf2f9;
  border-radius: .1875rem;
}

/* line 14663, app/assets/stylesheets/theme.scss */
.select2-selection__choice__remove {
  order: 2;
  margin-left: .5rem;
  color: #95aac9;
  cursor: pointer;
}

/* line 14669, app/assets/stylesheets/theme.scss */
.select2-selection__choice__remove:hover {
  color: #12263f;
}

/* line 14672, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field {
  height: calc(1em * 1.5);
  padding-bottom: .25rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  color: #12263f;
}

/* line 14681, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #b1c2d9;
}

/* line 14684, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #b1c2d9;
}

/* line 14687, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #b1c2d9;
}

/* line 14690, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #b1c2d9;
}

/* line 14693, app/assets/stylesheets/theme.scss */
.select2-search--inline .select2-search__field::placeholder {
  color: #b1c2d9;
}

/* line 14696, app/assets/stylesheets/theme.scss */
.select2-selection__placeholder {
  color: #b1c2d9;
}

/* Validation styles */
/* line 14701, app/assets/stylesheets/theme.scss */
input:invalid {
  border: 1px solid red;
}

/* line 14705, app/assets/stylesheets/theme.scss */
input:invalid:required {
  background: #ffffdb;
}

/* line 14709, app/assets/stylesheets/theme.scss */
textarea:invalid {
  border: 1px solid red;
}

/* line 14713, app/assets/stylesheets/theme.scss */
textarea:invalid:required {
  background: #ffffdb;
}

/* line 14717, app/assets/stylesheets/theme.scss */
select:invalid {
  border: 1px solid red;
}

/* Scrollable */
/* line 14726, app/assets/stylesheets/theme.scss */
.scrollable-y-30 {
  max-height: 15rem;
  overflow-y: scroll;
}

/* Reduce size of uplot legend to increase information density */
/* line 14732, app/assets/stylesheets/theme.scss */
.card .u-legend {
  font-size: 12px !important;
}

/* Select 2 */
/* line 14738, app/assets/stylesheets/theme.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 14744, app/assets/stylesheets/theme.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14751, app/assets/stylesheets/theme.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14758, app/assets/stylesheets/theme.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 14760, app/assets/stylesheets/theme.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 14763, app/assets/stylesheets/theme.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14770, app/assets/stylesheets/theme.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14776, app/assets/stylesheets/theme.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 14778, app/assets/stylesheets/theme.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 14784, app/assets/stylesheets/theme.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 14787, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14798, app/assets/stylesheets/theme.scss */
.select2-results {
  display: block;
}

/* line 14801, app/assets/stylesheets/theme.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 14806, app/assets/stylesheets/theme.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14810, app/assets/stylesheets/theme.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 14813, app/assets/stylesheets/theme.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 14816, app/assets/stylesheets/theme.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14821, app/assets/stylesheets/theme.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14826, app/assets/stylesheets/theme.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 14829, app/assets/stylesheets/theme.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 14833, app/assets/stylesheets/theme.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 14835, app/assets/stylesheets/theme.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 14838, app/assets/stylesheets/theme.scss */
.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);
}

/* line 14855, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14867, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 14871, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 14874, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 14878, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 14880, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 14886, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14898, app/assets/stylesheets/theme.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 14901, app/assets/stylesheets/theme.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 14905, app/assets/stylesheets/theme.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 14908, app/assets/stylesheets/theme.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 14911, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14915, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 14920, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 14926, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 14928, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 14935, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14944, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 14950, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 14953, app/assets/stylesheets/theme.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 14956, app/assets/stylesheets/theme.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 14960, app/assets/stylesheets/theme.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 14964, app/assets/stylesheets/theme.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 14968, app/assets/stylesheets/theme.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 14972, app/assets/stylesheets/theme.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 14975, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14979, app/assets/stylesheets/theme.scss */
.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;
}

/* line 14983, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 14986, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 14993, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 14997, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 15000, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 15003, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 15006, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 15008, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 15010, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 15013, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 15016, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 15019, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15022, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15026, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 15030, app/assets/stylesheets/theme.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 15035, app/assets/stylesheets/theme.scss */
.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);
}

/* line 15045, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 15047, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 15050, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 15055, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 15057, app/assets/stylesheets/theme.scss */
.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);
}

/* line 15073, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15085, app/assets/stylesheets/theme.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 15088, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15097, app/assets/stylesheets/theme.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 15099, app/assets/stylesheets/theme.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 15102, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15106, app/assets/stylesheets/theme.scss */
.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);
}

/* line 15116, app/assets/stylesheets/theme.scss */
.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);
}

/* line 15126, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 15132, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 15134, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 15138, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 15140, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15149, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 15155, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 15158, app/assets/stylesheets/theme.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 15163, app/assets/stylesheets/theme.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 15167, app/assets/stylesheets/theme.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 15170, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15175, app/assets/stylesheets/theme.scss */
.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;
}

/* line 15180, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 15184, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 15188, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 15192, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 15195, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 15198, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 15202, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 15205, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 15208, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 15212, app/assets/stylesheets/theme.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 15217, app/assets/stylesheets/theme.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
.form-switch .form-check-input {
  height: 1.5rem;
  margin-top: 0;
}

.form-check-link {
  background-color: #badcfb;
  border-radius: 8px;
  padding: 0.75rem 0.25rem;
  display: block;
  margin-bottom: 1.375rem;
}

.form-check-link fieldset {
  padding: 0;
  margin: 0;
}

.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e3ebf6;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: transparent;
  color-adjust: exact;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  width: 1em;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 3rem;
  margin-left: -3.5rem;
  transition: background-position .15s ease-in-out;
  width: 3rem;
}

.form-check-input {
  cursor: pointer;
  height: 1rem;
  margin-top: calc(.75em - .5rem);
  width: 1rem;
}
*/
/* Multimonitor */
/* line 15274, app/assets/stylesheets/theme.scss */
#multimonitor .card {
  width: 432px;
}

/* line 15278, app/assets/stylesheets/theme.scss */
.bg-black {
  background-color: #000000;
}

/* Expert call meeting */
/* line 15283, app/assets/stylesheets/theme.scss */
#meeting-local-participant {
  background-color: #eeeeee;
  border: 1px dotted;
  padding: 8px 0 18px 26px;
}

/* line 15289, app/assets/stylesheets/theme.scss */
#meeting-remote-participant {
  background-color: #000000;
}

/* line 15293, app/assets/stylesheets/theme.scss */
#meeting-local-participant video {
  width: 200px;
}

/* line 15297, app/assets/stylesheets/theme.scss */
#meeting-remote-participant video {
  width: 100%;
}

/* line 15301, app/assets/stylesheets/theme.scss */
.traffic-light {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 15310, app/assets/stylesheets/theme.scss */
.traffic-red {
  border: 2px solid #000000;
  background-color: #ff0000;
}

/* line 15315, app/assets/stylesheets/theme.scss */
.traffic-yellow {
  background-color: #ffff00;
}

/* line 15319, app/assets/stylesheets/theme.scss */
.traffic-green {
  background-color: #00ff00;
}

/* line 15323, app/assets/stylesheets/theme.scss */
.fade-in {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

/* line 15328, app/assets/stylesheets/theme.scss */
.fade-out {
  opacity: 0;
}
@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/website_referral_request.scss */
  #drop-zone {
    padding: 20px 12px !important;
  }
  /* line 10, app/assets/stylesheets/website_referral_request.scss */
  .org-fill-btn {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
  }
  /* line 16, app/assets/stylesheets/website_referral_request.scss */
  .header-title {
    font-size: 1.5rem;
  }
}
/*
 * 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.
 *


 */
/*
@import "tabulator-tables/dist/css/tabulator.min.css"
@import "uplot/dist/uPlot.min.css"
*/

