.mt-25 {
  margin-top: 0.75rem !important;
}
.mb-25 {
  margin-bottom: 0.75rem !important;
}

.object-position-top-center {
  object-position: top center;
}

.object-position-center {
  object-position: center;
}

html {
  scroll-behavior: smooth;
}

.form-check-input:checked {
  background-color: var(--si-info);
  border-color: var(--si-info);
}

.container-fluid {
  max-width: 1250px;
}

.header .col-12 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.header .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.header .dropdown-menu-end {
  min-width: 0;
}

.index-hero-container {
  max-width: 746px;
}

.index-hero-subheader {
  max-width: 450px;
}

.btn-link {
  width: auto;
  padding: 0;
  font-size: 1rem;
}

.question-container {
  max-width: 574px;
}

.question-bottom-nav > div .btn-link {
  font-size: 0.875rem;
  color: var(--si-gray-600);
}

.form-switch-info .form-check-input:checked {
  background-color: var(--si-info);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(var(--si-info-rgb), 0.35);
}

.five-choices > div {
  display: inline-block;
  width: 64px;
}

.five-choices > div > .btn {
  width: 64px;
  padding-right: 0;
  padding-left: 0;
}

.five-choices > div > .choice-label {
  font-size: 0.75rem;
}

.choice-scale {
  display: inline-block;
}

.choice-scale > .btn-toolbar {
  display: block;
}

.choice-scale > .scale > .float-start,
.choice-scale > .scale > .float-end {
  display: inline;
  font-size: 0.75rem;
}

.btn.emoji {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
}

.card-body > .progress {
  height: 4px;
}

.registration-wrapper {
  position: relative;
  min-height: calc(100vh - 117.898px);
}

.registration-container {
  max-width: 526px;
}

/* stylelint-disable selector-max-id */
#password-form-group,
#password2-form-group {
  display: none;
}
/* stylelint-enable selector-max-id */

.breadcrumb-item > a {
  color: inherit;
}
.breadcrumb-item > a:hover {
  color: inherit;
}

.form-modal .question-form {
  min-height: 100%;
}

.form-modal .modal-body-with-footer {
  min-height: calc(100% - 81.398px);
}

.form-modal .modal-body-without-footer {
  min-height: 100%;
}

.divider {
  display: flex;
  flex-direction: row;
}

.divider::before,
.divider::after {
  flex: 1;
  margin: auto;
  content: '';
  border-bottom: 2px solid var(--si-gray-900);
}

.choice-large {
  flex-grow: 1;
  flex-basis: 0;
  width: 0;
  white-space: normal;
}

.badge .btn-close {
  padding: 0.25px 0;
  font-size: inherit;
}

.user-badges-container {
  position: sticky;
  bottom: 0;
  max-height: 50vh;
  margin-right: -16px;
  margin-left: -16px;
  overflow-y: auto;
  background: var(--si-gray-100);
}

.onboarding-finished-header-content p {
  max-width: 526px;
}

.onboarding-finished-steps-header {
  max-width: 46.625rem;
}

.onboarding-finished-steps .steps {
  --si-steps-number-size-sm: 1.5rem;
  --si-steps-number-inner-size-sm: 1rem;
  --si-steps-number-bg: rgba(var(--si-primary-rgb), 0.2);
  --si-steps-number-inner-bg: var(--si-primary);
}

.onboarding-finished-steps .step {
  max-width: 26rem;
}
