body.fixla-cms {
  margin: 0 !important;
  min-height: 100vh !important;
  background: #005a9c !important;
  color: #fff !important;
}

body.fixla-cms .fixla-logo {
  background: transparent url("../css/fixla-logo-source.svg") center / 100% 100% no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}

body.fixla-cms .fixla-logo .la,
body.fixla-cms .fixla-logo .la::before {
  display: none !important;
}

body.fixla-cms .signup-page {
  min-height: 100vh !important;
  width: 100% !important;
  background: #005a9c !important;
  color: #fff !important;
}

body.fixla-cms .signup-panel {
  min-height: 100vh !important;
  padding: 240px 24px 24px !important;
  display: flex !important;
}

body.fixla-cms .signup-page .fixla-logo {
  width: 242px !important;
  height: 91px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fdb927 !important;
  color: #060606 !important;
  font-size: 67px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: skew(-2deg) !important;
}

body.fixla-cms .signup-page .fixla-logo .la {
  position: relative !important;
  margin-left: 2px !important;
}

body.fixla-cms .signup-page .fixla-logo .la::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  top: -31px !important;
  width: 29px !important;
  height: 29px !important;
  border-top: 13px solid #060606 !important;
  border-left: 13px solid #060606 !important;
  transform: rotate(45deg) !important;
}

body.fixla-cms .signup-copy {
  max-width: 430px !important;
  margin-top: 58px !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.fixla-cms .get-started {
  width: 240px !important;
  height: 42px !important;
  margin-top: 176px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.fixla-cms .signup-submit:hover,
body.fixla-cms .signup-submit:focus,
body.fixla-cms .signup-submit:active,
body.fixla-cms .allow-btn:hover,
body.fixla-cms .allow-btn:focus,
body.fixla-cms .allow-btn:active,
body.fixla-cms .fixla-login-submit:hover,
body.fixla-cms .fixla-login-submit:focus,
body.fixla-cms .fixla-login-submit:active {
  border-color: #fdb927 !important;
  background: #fdb927 !important;
  color: #060606 !important;
  box-shadow: none !important;
}

body.fixla-cms .location-error {
  display: none;
  width: 100%;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.fixla-cms .location-error.is-visible {
  display: block;
}

body.fixla-cms .form_err_message,
body.fixla-cms .form_email_error,
body.fixla-cms .form_password_error,
body.fixla-cms .form_mandatory_error,
body.fixla-cms .validate_terms_error {
  display: none;
  color: #b42318 !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

body.fixla-cms .error_mess {
  color: #b42318 !important;
}

body.fixla-cms .form_err_message {
  margin: 0 0 18px !important;
}

body.fixla-cms .form_err_message .error_mess,
body.fixla-cms .form_err_message span {
  margin: 0 !important;
}

body.fixla-cms .form_err_message.is-visible,
body.fixla-cms .error_mess.is-visible {
  display: block;
}

body.fixla-cms .form_err_message:not(.hidden),
body.fixla-cms .form_email_error:not(.hidden),
body.fixla-cms .form_password_error:not(.hidden),
body.fixla-cms .form_mandatory_error:not(.hidden),
body.fixla-cms .validate_terms_error:not(.hidden) {
  display: block;
}

body.fixla-cms .fixla-register-errors {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #f2b8b5;
  border-radius: 8px;
  background: #fff5f5;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.fixla-cms .fixla-address-search {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fixla-ink);
  font: inherit;
}

body.fixla-cms .fixla-address-search::placeholder {
  color: #949aad;
  opacity: 1;
}

body.fixla-cms .btn-chip:hover,
body.fixla-cms .btn-chip:focus,
body.fixla-cms .btn-outline-secondary:hover,
body.fixla-cms .btn-outline-secondary:focus,
body.fixla-cms .fixla-social-btn:hover,
body.fixla-cms .fixla-social-btn:focus {
  border-color: var(--fixla-gold) !important;
  background: var(--fixla-gold) !important;
  color: #060606 !important;
  box-shadow: none !important;
}

body.fixla-cms .desktop-nav .nav-link:hover,
body.fixla-cms .desktop-nav .nav-link:focus {
  color: var(--fixla-gold) !important;
}

body.fixla-cms .fixla-shell {
  height: 100vh;
  min-height: 0 !important;
  overflow: hidden;
}

body.fixla-cms .app-main {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  overflow: hidden;
}

body.fixla-cms .map-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
  height: 100%;
  background: #e9eef5;
}

body.fixla-cms .map-stage::before,
body.fixla-cms .map-stage::after {
  display: none !important;
}

body.fixla-cms .report-fab {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}

body.fixla-cms .wizard-modal .modal-dialog {
  max-width: 790px;
}

body.fixla-cms .wizard-modal .modal-content {
  min-height: 650px;
  border: 1px solid var(--fixla-line);
  border-radius: 10px;
  overflow: hidden;
}

body.fixla-cms .wizard-side {
  width: 220px;
  padding: 24px;
  background: #f3f6fb;
  border-right: 1px solid var(--fixla-line);
}

body.fixla-cms .fixla-wizard-side-title {
  margin: 0 0 26px;
  color: var(--fixla-ink);
  font-size: 14px;
  font-weight: 800;
}

body.fixla-cms .fixla-wizard-steps {
  position: relative;
  gap: 28px;
}

body.fixla-cms .fixla-wizard-step {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  text-align: left;
  box-shadow: none !important;
}

body.fixla-cms .fixla-wizard-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 24px;
  bottom: -24px;
  width: 2px;
  border-radius: 999px;
  background: #d6deeb;
}

body.fixla-cms .fixla-wizard-step:hover,
body.fixla-cms .fixla-wizard-step:focus {
  background: transparent !important;
  color: inherit !important;
}

body.fixla-cms .fixla-wizard-step strong {
  display: block;
  color: var(--fixla-ink);
  font-size: 12px;
  line-height: 1.1;
}

body.fixla-cms .fixla-wizard-step > span:last-child > span {
  display: block;
  color: var(--fixla-soft-muted);
  font-size: 11px;
  font-weight: 700;
}

body.fixla-cms .fixla-wizard-step:not(.active) strong {
  color: #8a93a6;
}

body.fixla-cms .step-dot {
  position: relative;
  z-index: 1;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #c9d2e0;
  background: #fff;
}

body.fixla-cms .step-dot.active {
  width: 20px;
  height: 20px;
  border: 0;
  box-shadow: 0 0 0 5px #d9ebfa;
  background: var(--fixla-blue);
}

body.fixla-cms .fixla-wizard-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.fixla-cms .fixla-wizard-header {
  min-height: 62px;
  padding: 0 20px 0 24px;
  border-bottom: 1px solid var(--fixla-line);
}

body.fixla-cms .fixla-wizard-header h2 {
  color: var(--fixla-ink);
  font-size: 16px;
  font-weight: 800;
}

body.fixla-cms .fixla-wizard-body {
  flex: 1 1 auto;
  padding: 24px;
}

body.fixla-cms .fixla-wizard-panel {
  display: none;
}

body.fixla-cms .fixla-wizard-panel.active {
  display: block;
}

body.fixla-cms .fixla-wizard-body h3 {
  margin: 0;
  color: var(--fixla-ink);
  font-size: 18px;
  font-weight: 800;
}

body.fixla-cms .fixla-wizard-body p {
  margin: 4px 0 16px;
  color: var(--fixla-soft-muted);
  font-size: 11px;
}

body.fixla-cms .fixla-photo-drop {
  min-height: 160px;
  border: 2px dashed #cfd7e5;
  border-radius: 12px;
  background: #fff;
  color: #6f7890;
  cursor: pointer;
  font-size: 15px;
  gap: 14px;
}

body.fixla-cms .fixla-photo-uploader {
  margin: 18px 0 28px;
}

body.fixla-cms .fixla-photo-slots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.fixla-cms .fixla-photo-uploader.has-photos .fixla-photo-slots {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.fixla-cms .fixla-photo-drop .category-icon {
  width: 42px;
  height: 42px;
  background: #e8f2fb;
}

body.fixla-cms .fixla-photo-drop .category-icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fixla-active-category-color, var(--fixla-blue));
}

body.fixla-cms .fixla-photo-drop.is-additional {
  min-height: 112px;
}

body.fixla-cms .fixla-photo-uploader.has-photos .fixla-photo-drop {
  min-height: 112px;
  font-size: 12px;
  gap: 9px;
}

body.fixla-cms .fixla-photo-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f2fb;
  color: var(--fixla-active-category-color, var(--fixla-blue));
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

body.fixla-cms .fixla-photo-slot {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid var(--fixla-line);
  border-radius: 12px;
  background: #fff;
}

body.fixla-cms .fixla-photo-uploader.has-photos .fixla-photo-slot {
  min-height: 112px;
}

body.fixla-cms .fixla-photo-slot img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

body.fixla-cms .fixla-photo-uploader.has-photos .fixla-photo-slot img {
  height: 112px;
}

body.fixla-cms .fixla-upload-limit {
  margin-top: 7px;
  color: #a7afbf;
  font-size: 10px;
  line-height: 1.2;
}

body.fixla-cms .fixla-photo-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.74);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

body.fixla-cms .fixla-photo-remove:hover,
body.fixla-cms .fixla-photo-remove:focus {
  background: var(--fixla-yellow);
  color: #111;
}

body.fixla-cms .fixla-details-label {
  display: block;
  margin-bottom: 8px;
  color: #5f6980;
  font-size: 14px;
}

body.fixla-cms .fixla-details-textarea {
  min-height: 132px;
  resize: vertical;
  border-color: var(--fixla-line);
  border-radius: 8px;
  color: var(--fixla-ink);
  font-size: 15px;
}

body.fixla-cms .fixla-details-textarea::placeholder {
  color: #9aa4ba;
}

body.fixla-cms .fixla-description-help {
  margin-top: 7px;
  color: #a7afbf;
  font-size: 10px;
  line-height: 1.2;
}

body.fixla-cms .fixla-description-help.is-invalid {
  color: #b00020 !important;
  font-size: 11px;
  font-weight: 800;
}

body.fixla-cms .fixla-description-error {
  margin-top: 7px;
  color: #b00020;
  font-size: 11px;
  font-weight: 700;
}

body.fixla-cms .fixla-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.fixla-cms .category-card {
  height: 106px;
  border: 2px solid var(--fixla-line) !important;
  border-radius: 8px;
  background: #fff !important;
  color: var(--fixla-ink) !important;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  white-space: normal;
}

body.fixla-cms .category-card:hover,
body.fixla-cms .category-card:focus {
  border-color: #b8c4d6 !important;
  background: #fff !important;
  color: var(--fixla-ink) !important;
  box-shadow: none !important;
}

body.fixla-cms .category-card.active {
  border: 2px solid var(--fixla-blue) !important;
  background: #fff !important;
  color: var(--fixla-ink) !important;
  box-shadow: none !important;
}

body.fixla-cms .category-card strong {
  font-size: 10px;
  line-height: 1.15;
}

body.fixla-cms .category-icon {
  width: 36px;
  height: 36px;
  background: #e8f2fb;
  color: var(--fixla-blue);
  font-size: 16px;
}

body.fixla-cms .category-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

body.fixla-cms .category-sanitation-icon,
body.fixla-cms .category-trees-icon {
  background: #e8f5ef;
  color: #2c9268;
}

body.fixla-cms .category-light-icon {
  background: #fbf4dc;
  color: #d3a10c;
}

body.fixla-cms .category-traffic-icon,
body.fixla-cms .category-encampment-icon {
  background: #fae8e4;
  color: #c93420;
}

body.fixla-cms .category-safety-icon {
  background: #f0eafa;
  color: #6f52d9;
}

body.fixla-cms .category-parks-icon {
  background: #e5f5f2;
  color: #35a6a0;
}

body.fixla-cms .fixla-location-map {
  position: relative;
  min-height: 250px;
  margin: 16px 0 22px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 calc(50% - 5px), #ddd9d2 calc(50% - 5px) calc(50% + 5px), transparent calc(50% + 5px)),
    linear-gradient(0deg, transparent 0 calc(50% - 5px), #ddd9d2 calc(50% - 5px) calc(50% + 5px), transparent calc(50% + 5px)),
    #f1efea;
}

body.fixla-cms .fixla-mini-google-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.fixla-cms .fixla-location-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--fixla-blue);
  box-shadow: 0 2px 8px rgba(18, 35, 60, 0.24);
}

body.fixla-cms .fixla-location-shadow {
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.08);
}

body.fixla-cms .fixla-location-address {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--fixla-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fixla-ink);
  font-size: 14px;
}

body.fixla-cms .fixla-location-search {
  min-height: 52px;
  margin-top: 12px;
  border: 1px solid var(--fixla-line);
  border-radius: 8px;
}

body.fixla-cms .fixla-location-error {
  margin-top: 10px;
  color: #b00020;
  font-size: 13px;
  font-weight: 700;
}

body.fixla-cms .fixla-address-dot {
  width: 17px;
  height: 17px;
  border: 5px solid #e8f2fb;
  border-radius: 50%;
  background: var(--fixla-blue);
}

body.fixla-cms .fixla-review-stack {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

body.fixla-cms .fixla-submit-error {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #f1c3c3;
  border-radius: 8px;
  background: #fff5f5;
  color: #b00020;
  font-size: 12px;
  font-weight: 700;
}

body.fixla-cms .fixla-review-block {
  padding: 16px 18px;
  border: 1px solid var(--fixla-line);
  border-radius: 12px;
  background: #fff;
}

body.fixla-cms .fixla-review-block-head {
  margin-bottom: 10px;
}

body.fixla-cms .fixla-review-block-head span {
  color: var(--fixla-soft-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.fixla-cms .fixla-review-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8f98ad;
  font-size: 12px;
}

body.fixla-cms .fixla-review-edit i {
  display: block !important;
  color: inherit !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-review-edit:hover,
body.fixla-cms .fixla-review-edit:focus {
  background: #e8f2fb;
  color: var(--fixla-blue);
}

body.fixla-cms .fixla-review-category strong,
body.fixla-cms .fixla-review-block p {
  margin: 0;
  color: var(--fixla-ink);
  font-size: 14px;
  line-height: 1.3;
}

body.fixla-cms .fixla-review-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--fixla-active-category-color, var(--fixla-blue));
}

body.fixla-cms .fixla-review-photo-count {
  color: var(--fixla-soft-muted) !important;
  font-size: 11px !important;
}

body.fixla-cms .fixla-review-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 230px;
  margin-top: 4px;
}

body.fixla-cms .fixla-review-photo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f5;
  color: #8993a8;
  font-size: 18px;
}

body.fixla-cms .fixla-review-photo-slot.is-empty {
  border: 1px dashed #cfd7e5;
  background: #fff;
}

body.fixla-cms .fixla-review-photo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.fixla-cms .fixla-review-location .fixla-address-dot {
  flex: 0 0 auto;
}

body.fixla-cms .fixla-wizard-actions {
  padding: 0 20px 24px 24px;
}

body.fixla-cms .wizard-continue {
  height: 48px;
  border: 0 !important;
  border-radius: 6px;
  background: var(--fixla-blue) !important;
  color: #fff !important;
  font-weight: 800;
}

body.fixla-cms .wizard-continue:disabled,
body.fixla-cms .wizard-continue.disabled,
body.fixla-cms .wizard-continue.is-disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

body.fixla-cms .fixla-confirmation-modal .modal-dialog {
  max-width: 480px;
}

body.fixla-cms .fixla-confirmation-modal .modal-content {
  position: relative;
  min-height: 360px;
  padding: 40px 24px 34px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
}

body.fixla-cms .fixla-confirm-close {
  position: absolute;
  top: 12px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #949aad;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

body.fixla-cms .fixla-confirm-close:hover,
body.fixla-cms .fixla-confirm-close:focus {
  color: var(--fixla-blue);
}

body.fixla-cms .fixla-confirm-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e8f5ee;
  color: #2f8554;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

body.fixla-cms .fixla-confirmation-modal h2 {
  margin: 0 0 5px;
  color: #1a1d2b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

body.fixla-cms .fixla-confirmation-modal p {
  max-width: 400px;
  margin: 0 auto 38px;
  color: #6b7085;
  font-size: 14px;
  line-height: 1.25;
}

body.fixla-cms .fixla-confirm-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 432px;
  height: 44px;
  margin: 0 auto 12px;
  border: 0 !important;
  border-radius: 8px;
  background: var(--fixla-blue) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
}

body.fixla-cms .fixla-confirm-primary:hover,
body.fixla-cms .fixla-confirm-primary:focus {
  background: var(--fixla-yellow) !important;
  color: #111 !important;
}

body.fixla-cms .fixla-confirm-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--fixla-blue) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

body.fixla-cms .fixla-confirm-secondary:hover,
body.fixla-cms .fixla-confirm-secondary:focus {
  color: #111 !important;
  text-decoration: underline;
}

body.fixla-cms .fixla-google-map {
  position: absolute;
  inset: 0;
}

body.fixla-cms .filter-sidebar {
  display: none;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 5;
  width: 320px;
  max-width: min(320px, 100vw);
  min-height: 0;
  height: 100%;
  padding: 16px 15px !important;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e4eb;
  border-top: 0;
  box-shadow: none;
}

body.fixla-cms .fixla-shell.filter-open .filter-sidebar {
  display: block;
}

body.fixla-cms .filter-sidebar .fixla-filter-head {
  margin-bottom: 16px;
}

body.fixla-cms .filter-sidebar .fixla-panel-title {
  color: #1a1d2b !important;
  font-size: 16px !important;
  line-height: 1.25;
}

body.fixla-cms .filter-sidebar .fixla-filter-reset-link {
  color: #005a9c !important;
  font-size: 12px;
  font-weight: 500;
}

body.fixla-cms .filter-sidebar .fixla-filter-section-title {
  margin: 0 0 12px;
  color: #949aad !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.fixla-cms .filter-sidebar .fixla-filter-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

body.fixla-cms .filter-sidebar .fixla-filter-sort-options {
  gap: 12px;
  margin-bottom: 22px;
}

body.fixla-cms .filter-sidebar label,
body.fixla-cms .filter-sidebar .fixla-filter-option {
  display: flex;
  align-items: center;
  min-height: 18px;
  color: #1a1d2b;
  font-size: 11px;
  line-height: 1.2;
  gap: 0;
}

body.fixla-cms .filter-sidebar .fixla-filter-sort-options .fixla-filter-option {
  font-size: 12px;
}

body.fixla-cms .filter-sidebar .fixla-filter-checkbox,
body.fixla-cms .filter-sidebar .fixla-filter-radio {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0 !important;
  border-color: #cfd5e2;
  box-shadow: none !important;
}

body.fixla-cms .filter-sidebar .fixla-filter-checkbox {
  border-radius: 3px;
}

body.fixla-cms .filter-sidebar .fixla-filter-checkbox:checked,
body.fixla-cms .filter-sidebar .fixla-filter-radio:checked {
  background-color: #005a9c !important;
  border-color: #005a9c !important;
}

body.fixla-cms .category-key {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
  margin: 0 6px 0 0;
  background: var(--fixla-blue);
}

body.fixla-cms .fixla-status-filter-pill {
  min-height: 18px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--status-bg, #e6f0f9) !important;
  color: var(--status-color, #1a1d2b) !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

body.fixla-cms .apply-filter {
  height: 40px;
  margin-bottom: 10px;
  border: 0 !important;
  border-radius: 8px;
  background: #005a9c !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

body.fixla-cms .apply-filter:hover,
body.fixla-cms .apply-filter:focus {
  background: var(--fixla-gold) !important;
  color: #060606 !important;
}

body.fixla-cms .fixla-filter-reset-all {
  height: 40px;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px;
  background: #fff !important;
  color: #6b7085 !important;
  font-size: 14px;
  font-weight: 600;
}

body.fixla-cms .filter-sidebar hr {
  margin: 0 0 20px;
  border-color: #e2e4eb;
  opacity: 1;
}

body.fixla-cms .js-recent-reports-list.is-loading {
  opacity: .55;
  pointer-events: none;
}

body.fixla-cms .fixla-panel-title {
  color: var(--fixla-ink) !important;
}

body.fixla-cms .report-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: auto;
  min-width: 0;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--fixla-blue) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body.fixla-cms .report-like-btn:hover,
body.fixla-cms .report-like-btn:focus {
  color: var(--fixla-blue) !important;
  background: transparent !important;
}

body.fixla-cms .report-like-btn .fa-thumbs-up {
  font-size: 11px;
}

body.fixla-cms .list-panel {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 4;
  width: 360px;
  max-width: min(360px, 100vw);
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-left: 1px solid var(--fixla-line);
  box-shadow: -2px 0 12px rgba(26, 29, 43, .10);
}

body.fixla-cms .fixla-shell.reports-collapsed .list-panel {
  position: absolute;
  inset: 0 0 auto auto;
  top: 0;
  right: 0;
  z-index: 4;
  width: 360px;
  max-width: min(360px, 100vw);
  flex: 0 0 360px;
  min-height: 0;
  height: auto;
  padding: 20px 16px !important;
  overflow: visible;
  border-left: 0;
  border-bottom: 1px solid var(--fixla-line);
  box-shadow: 0 2px 8px rgba(26, 29, 43, .08);
}

body.fixla-cms .fixla-shell.reports-collapsed .list-panel .d-grid {
  display: none !important;
}

body.fixla-cms .fixla-shell.reports-collapsed .list-panel h2 {
  white-space: nowrap;
}

body.fixla-cms .fixla-shell.reports-collapsed .list-panel .js-toggle-reports {
  min-width: 72px;
  height: 40px;
  border: 0 !important;
  background: var(--fixla-gold) !important;
  color: #060606 !important;
}

@media (max-width: 991.98px) {
  body.fixla-cms .filter-sidebar {
    display: none !important;
  }

  body.fixla-cms .map-stage {
    min-height: 0;
  }
}


body.fixla-cms .hidden,
body.fixla-cms .forgot_pass_related {
  display: none;
}

body.fixla-cms .fixla-password-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  min-height: 52px !important;
  background: #fff !important;
}

body.fixla-cms .fixla-eye-btn {
  width: 46px;
  min-height: 52px;
  border: 1px solid #e2e4eb !important;
  border-left: 0 !important;
  border-radius: 0 8px 8px 0 !important;
  background: #fff !important;
  color: #6b7085 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 16px;
}

body.fixla-cms .fixla-eye-btn:hover,
body.fixla-cms .fixla-eye-btn:focus {
  color: #005a9c !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.fixla-cms .login_forgot_pass,
body.fixla-cms .login_login {
  color: #005a9c !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

body.fixla-cms .fixla-login-modal .modal-dialog {
  max-width: 520px;
}

body.fixla-cms .fixla-login-modal .modal-header {
  min-height: 96px;
  padding: 18px 28px 20px !important;
  align-items: flex-start !important;
}

body.fixla-cms .fixla-login-modal .modal-title {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

body.fixla-cms .fixla-login-modal .form-brand {
  color: #fdb927 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-login-modal .btn-close {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  opacity: 1 !important;
  filter: invert(1) grayscale(1) !important;
  background-size: 22px 22px !important;
}

body.fixla-cms .fixla-login-modal .modal-body {
  padding: 22px 28px 26px !important;
}

body.fixla-cms .fixla-login-modal .form-control {
  min-height: 52px !important;
  background: #fff !important;
}

body.fixla-cms .fixla-login-modal .form-label {
  color: #5c667f !important;
  font-weight: 800 !important;
}

body.fixla-cms .signup-page .campaign-note {
  margin-top: auto !important;
  padding-top: 49px !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

body.fixla-cms .btn-chip,
body.fixla-cms .btn-filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

body.fixla-cms .btn-chip .filter-mark,
body.fixla-cms .btn-filter .filter-mark {
  align-self: center !important;
  margin-right: 0 !important;
  transform: translateY(0) !important;
}

body.fixla-cms .reports-content,
body.fixla-cms .reports-content h1,
body.fixla-cms .reports-content .report-title {
  color: #171b2d !important;
}

body.fixla-cms .reports-content .report-card {
  color: #171b2d !important;
}

body.fixla-cms .list-panel .report-card,
body.fixla-cms .list-panel .report-title {
  color: #171b2d !important;
}

body.fixla-cms .list-panel .report-card {
  box-shadow: 0 6px 16px rgba(24, 35, 56, .08), 0 2px 5px rgba(24, 35, 56, .08) !important;
}

body.fixla-cms .report-card-link,
body.fixla-cms .report-card-link:hover,
body.fixla-cms .report-card-link:focus {
  color: #171b2d !important;
}

body.fixla-cms .report-card-link:hover,
body.fixla-cms .report-card-link:focus {
  border-color: rgba(38, 100, 162, .35) !important;
  box-shadow: 0 8px 20px rgba(24, 35, 56, .12), 0 2px 6px rgba(24, 35, 56, .1) !important;
}

body.fixla-cms .fixla-detail-page,
body.fixla-cms .fixla-detail-page .detail-content,
body.fixla-cms .fixla-detail-page .detail-title,
body.fixla-cms .fixla-detail-page h2 {
  color: #1a1d2b !important;
}

body.fixla-cms .fixla-detail-page .detail-main {
  background: #fafbfd !important;
  flex: 1 1 auto !important;
  margin: 0 auto !important;
  max-width: 1440px !important;
  min-height: 0 !important;
  padding: 16px 24px 52px !important;
  width: 100% !important;
}

body.fixla-cms .fixla-detail-page .detail-hero {
  align-items: start !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 556px minmax(0, 1fr) !important;
  width: 100% !important;
}

body.fixla-cms .fixla-detail-page .fixla-report-detail-map {
  background: #f2f0eb !important;
  border: 0 !important;
  border-radius: 8px !important;
  height: 264px !important;
  max-width: 556px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  width: 556px !important;
}

body.fixla-cms .fixla-detail-page .fixla-report-detail-map .pin {
  left: calc(50% - 8px) !important;
  top: calc(50% - 8px) !important;
}

body.fixla-cms .fixla-detail-page .fixla-report-detail-map .gm-style + .pin,
body.fixla-cms .fixla-detail-page .fixla-report-detail-map .gm-style ~ .pin {
  display: none !important;
}

body.fixla-cms .fixla-detail-page .detail-content {
  min-width: 0 !important;
  padding: 0 !important;
}

body.fixla-cms .fixla-detail-page .report-id {
  color: #949aad !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .fixla-detail-page .detail-status-pill {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  height: 22px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 66px !important;
  padding: 0 10px !important;
}

body.fixla-cms .fixla-detail-page .detail-title {
  color: #1a1d2b !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  margin: 14px 0 6px !important;
}

body.fixla-cms .fixla-detail-page .detail-category-line {
  color: #6b7085 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 11px !important;
}

body.fixla-cms .fixla-detail-page .category-dot {
  box-shadow: none !important;
  height: 12px !important;
  width: 12px !important;
}

body.fixla-cms .fixla-detail-page .detail-address {
  color: #6b7085 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0 0 6px !important;
}

body.fixla-cms .fixla-detail-page .detail-neighborhood {
  color: #949aad !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 18px !important;
}

body.fixla-cms .fixla-detail-page .detail-back-link {
  align-items: center !important;
  color: #fff !important;
  font-size: 14px !important;
  gap: 7px !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-detail-page .detail-back-slot,
body.fixla-cms .fixla-detail-page .detail-site-link {
  flex: 0 0 180px !important;
}

body.fixla-cms .fixla-detail-page .detail-site-link {
  text-align: right !important;
}

body.fixla-cms .fixla-detail-page .detail-submitter {
  color: #949aad !important;
  font-size: 12px !important;
  gap: 10px !important;
  line-height: 1 !important;
  margin: 0 0 22px !important;
}

body.fixla-cms .fixla-detail-page .detail-submitter strong {
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-detail-page .report-author-avatar {
  align-items: center !important;
  background: #ffc229 !important;
  border-radius: 50% !important;
  color: #3c4b63 !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  height: 26px !important;
  justify-content: center !important;
  width: 26px !important;
}

body.fixla-cms .fixla-detail-page .report-follow-button {
  align-items: center !important;
  background: #e6f0f9 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #005a9c !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 34px !important;
  justify-content: center !important;
  padding: 0 24px !important;
  width: 120px !important;
  gap: 7px !important;
}

body.fixla-cms .fixla-detail-page .report-follow-button:hover,
body.fixla-cms .fixla-detail-page .report-follow-button:focus {
  background: #ffc229 !important;
  color: #1a1d2b !important;
}

body.fixla-cms .fixla-detail-page .report-follow-button.is-following {
  background: #ffc229 !important;
  color: #1a1d2b !important;
}

body.fixla-cms .fixla-detail-page .report-follow-button.is-loading {
  opacity: .7 !important;
}

body.fixla-cms .fixla-detail-page .report-vote-button {
  gap: 6px !important;
  border: 0 !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  cursor: pointer !important;
  line-height: 1 !important;
  margin: 0 !important;
  transition: background-color .15s ease, color .15s ease, opacity .15s ease !important;
}

body.fixla-cms .fixla-detail-page .report-vote-button:hover,
body.fixla-cms .fixla-detail-page .report-vote-button:focus {
  background: #d7e8f8 !important;
  color: #0f5eaa !important;
}

body.fixla-cms .fixla-detail-page .report-vote-button.is-upvoted,
body.fixla-cms .fixla-detail-page .report-vote-button:disabled {
  background: #2664a2 !important;
  color: #fff !important;
  cursor: default !important;
  opacity: 1 !important;
}

body.fixla-cms .fixla-detail-page .report-vote-button.is-loading {
  opacity: .72 !important;
}

body.fixla-cms .fixla-detail-page .report-vote-button .fa-thumbs-up {
  font-size: 14px !important;
}

body.fixla-cms .fixla-detail-page .report-vote-error {
  color: #b00000 !important;
  display: none;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.fixla-cms .fixla-detail-page .detail-progress-section {
  margin-top: 18px !important;
}

body.fixla-cms .fixla-detail-page .detail-progress-section h2,
body.fixla-cms .fixla-detail-page .detail-photos-section h2 {
  color: #1a1d2b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

body.fixla-cms .fixla-detail-page .progress-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) max-content !important;
  justify-content: stretch !important;
  margin-top: 20px !important;
  max-width: none !important;
  padding: 0 18px 0 16px !important;
  width: 100% !important;
}

body.fixla-cms .fixla-detail-page .progress-step {
  color: #949aad !important;
  flex: none !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  min-height: 40px !important;
  position: relative !important;
  text-align: left !important;
}

body.fixla-cms .fixla-detail-page .progress-step::before {
  left: 8px !important;
  right: -8px !important;
  top: 6px !important;
  width: auto !important;
}

body.fixla-cms .fixla-detail-page .progress-step:last-child::before {
  display: none !important;
}

body.fixla-cms .fixla-detail-page .progress-step.done::before {
  background: #2664a2 !important;
}

body.fixla-cms .fixla-detail-page .progress-step.done {
  color: #1a1d2b !important;
  font-weight: 700 !important;
}

body.fixla-cms .fixla-detail-page .progress-step > div {
  display: block !important;
  margin-left: 0 !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
  width: 90px !important;
}

body.fixla-cms .fixla-detail-page .progress-step .progress-dot {
  height: 12px !important;
  margin: 0 0 8px -6px !important;
  position: relative !important;
  width: 12px !important;
  z-index: 2 !important;
}

body.fixla-cms .fixla-detail-page .progress-step.active .progress-dot {
  width: 20px !important;
  height: 20px !important;
  margin: -4px 0 4px -10px !important;
  border: 4px solid #2664a2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px #d7e6f3 !important;
}

body.fixla-cms .fixla-detail-page .progress-step.done .progress-dot {
  border-color: #2664a2 !important;
  background: #2664a2 !important;
  color: #fff !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-detail-page .detail-photos-section {
  margin-top: 16px !important;
}

body.fixla-cms .fixla-detail-page .detail-photo-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 14px !important;
}

body.fixla-cms .fixla-detail-page .report-detail-image {
  align-items: center !important;
  background: #f1f2f6 !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 10px !important;
  display: flex !important;
  height: 210px !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.fixla-cms .fixla-detail-page .report-detail-image img {
  display: block !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.fixla-cms .fixla-lightbox-modal {
  background: rgba(9, 14, 28, .82) !important;
}

body.fixla-cms .fixla-lightbox-image {
  background: #fff !important;
  border-radius: 10px !important;
  display: block !important;
  margin: 0 auto !important;
  max-height: 86vh !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

body.fixla-cms .fixla-empty-reports {
  margin-top: 32px !important;
  color: #b8becd !important;
  font-size: 13px !important;
  text-align: center !important;
}

body.fixla-cms .fixla-shell .fixla-topbar {
  flex: 0 0 56px !important;
  min-height: 56px !important;
  height: 56px !important;
}

body.fixla-cms .fixla-shell .fixla-topbar .fixla-logo,
body.fixla-cms .fixla-shell .mobile-bar .fixla-logo {
  width: 69px !important;
  height: 34px !important;
  background: transparent url("../css/fixla-welcome-logo.png") center / 100% 100% no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: none !important;
}

body.fixla-cms .fixla-shell .fixla-topbar .search-pill {
  flex: 0 0 400px !important;
  width: 400px !important;
  max-width: 400px !important;
}

body.fixla-cms .fixla-shell .desktop-nav .nav-link {
  padding: 18px 16px 17px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.fixla-cms .fixla-shell .desktop-nav .nav-link.active {
  color: #fff !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-shell .desktop-nav .nav-link.active::after {
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  width: 30px !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  border-radius: 2px 2px 0 0 !important;
  background: #fdb927 !important;
}

body.fixla-cms .fixla-shell .avatar {
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-dashboard-toolbar {
  flex: 0 0 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  background: #fafbfd !important;
  color: #1a1d2b !important;
  border-bottom: 1px solid #e2e4eb !important;
}

body.fixla-cms .fixla-shell.filter-open .fixla-dashboard-toolbar {
  display: none !important;
}

body.fixla-cms .fixla-dashboard-toolbar .toolbar-title {
  color: #1a1d2b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.fixla-cms .fixla-list-head {
  min-height: 30px !important;
  margin-bottom: 8px !important;
}

body.fixla-cms .fixla-list-actions .btn-chip,
body.fixla-cms .fixla-dashboard-toolbar-actions .btn-chip {
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 15px !important;
  background: #f1f2f6 !important;
  color: #1a1d2b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-list-actions .fixla-list-filter,
body.fixla-cms .fixla-dashboard-toolbar-actions .fixla-toolbar-filter {
  width: 72px !important;
  border-radius: 8px !important;
  color: #6b7085 !important;
}

body.fixla-cms .fixla-list-actions .js-toggle-reports,
body.fixla-cms .fixla-dashboard-toolbar-actions .fixla-mobile-list-toggle {
  width: 60px !important;
  color: #005a9c !important;
}

body.fixla-cms .list-panel {
  width: 540px !important;
  max-width: min(540px, 42vw) !important;
  padding: 14px 18px !important;
  box-shadow: none !important;
}

body.fixla-cms .list-panel .report-card {
  min-height: 114px !important;
  padding: 9px 11px 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06) !important;
}

body.fixla-cms .list-panel .report-id {
  color: #949aad !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.fixla-cms .list-panel .report-title {
  color: #1a1d2b !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .list-panel .report-address {
  color: #6b7085 !important;
  font-size: 12px !important;
}

body.fixla-cms .list-panel .report-meta,
body.fixla-cms .list-panel .report-votes {
  color: #949aad !important;
  font-size: 10px !important;
}

body.fixla-cms .list-panel .report-like-btn {
  height: 14px !important;
  margin-top: 2px !important;
  color: #005a9c !important;
  font-size: 10px !important;
}

body.fixla-cms .list-panel .status-pill {
  min-height: 20px !important;
  padding: 3px 8px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

@media (max-width: 991.98px) {
  body.fixla-cms .fixla-detail-page .detail-main {
    padding: 16px 16px 92px !important;
  }

  body.fixla-cms .fixla-detail-page .detail-hero {
    display: block !important;
  }

  body.fixla-cms .fixla-detail-page .fixla-report-detail-map {
    height: 220px !important;
    margin-bottom: 18px !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.fixla-cms .fixla-detail-page .detail-photo-grid {
    grid-template-columns: 1fr !important;
  }

  body.fixla-cms .fixla-detail-page .detail-progress-section {
    margin-top: 24px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 2px 8px !important;
  }

  body.fixla-cms .fixla-detail-page .progress-track {
    background: transparent !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(82px, 1fr)) max-content !important;
    gap: 0 !important;
    margin-top: 20px !important;
    min-width: 416px !important;
    overflow: visible !important;
    padding: 0 14px 0 18px !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step {
    display: block !important;
    font-size: 10px !important;
    gap: 0 !important;
    min-height: 40px !important;
    text-align: left !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step::before {
    bottom: auto !important;
    height: 3px !important;
    left: 8px !important;
    right: -8px !important;
    top: 6px !important;
    width: auto !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step:first-child::before {
    left: 8px !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step:last-child::before {
    display: none !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step > div {
    color: #949aad !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
    width: 76px !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step .progress-dot {
    margin-left: -6px !important;
  }

  body.fixla-cms .fixla-detail-page .progress-step.active .progress-dot {
    margin-left: -10px !important;
  }
}

@media (max-width: 991.98px) {
  body.fixla-cms .fixla-shell {
    overflow: hidden !important;
  }

  body.fixla-cms .fixla-dashboard-toolbar {
    flex: 0 0 49px !important;
    height: 49px !important;
    min-height: 49px !important;
    padding: 0 16px !important;
  }

  body.fixla-cms .fixla-shell.filter-open .fixla-dashboard-toolbar {
    display: flex !important;
  }

  body.fixla-cms .fixla-dashboard-toolbar .toolbar-title {
    font-size: 13px !important;
  }

  body.fixla-cms .app-main {
    padding-bottom: 0 !important;
  }

  body.fixla-cms .map-stage {
    inset: 0 0 92px !important;
    height: auto !important;
  }

  body.fixla-cms .report-fab {
    bottom: 8px !important;
  }

  body.fixla-cms #mobileReports {
    top: 149px !important;
    bottom: 92px !important;
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
    background: #fafbfd !important;
    z-index: 1035 !important;
  }

  body.fixla-cms #mobileReports .offcanvas-header {
    display: none !important;
  }

  body.fixla-cms #mobileReports .offcanvas-body {
    display: grid !important;
    gap: 8px !important;
    padding: 0 16px 16px !important;
    overflow-y: auto !important;
  }

  body.fixla-cms #mobileReports .report-card {
    min-height: 114px !important;
    padding: 9px 11px 8px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06) !important;
  }

  body.fixla-cms .fixla-shell.filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(26, 29, 43, .4);
  }

  body.fixla-cms .fixla-shell.filter-open .filter-sidebar {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 1060 !important;
    width: 100% !important;
    max-width: none !important;
    height: min(640px, calc(100vh - 44px)) !important;
    padding: 28px 16px 24px !important;
    border: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -10px 28px rgba(26, 29, 43, .16) !important;
  }

  body.fixla-cms .fixla-shell.filter-open .filter-sidebar::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #d1d5e0;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-head {
    margin-bottom: 16px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-panel-title {
    font-size: 18px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-category-options,
  body.fixla-cms .filter-sidebar .fixla-filter-status-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 14px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-sort-options {
    gap: 16px !important;
  }

  body.fixla-cms .filter-sidebar label,
  body.fixla-cms .filter-sidebar .fixla-filter-option {
    font-size: 12px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-sort-options .fixla-filter-option {
    font-size: 13px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-checkbox,
  body.fixla-cms .filter-sidebar .fixla-filter-radio {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
  }

  body.fixla-cms .filter-sidebar .apply-filter {
    height: 48px !important;
    margin-top: 10px !important;
    font-size: 16px !important;
  }

  body.fixla-cms .filter-sidebar .fixla-filter-reset-all {
    display: none !important;
  }
}

.pac-container {
  z-index: 20000 !important;
}

@media (max-width: 767.98px) {
  body.fixla-cms .signup-panel {
    padding-top: 170px !important;
  }

  body.fixla-cms .signup-page .fixla-logo {
    width: 166px !important;
    height: 62px !important;
    font-size: 43px !important;
  }

  body.fixla-cms .signup-page .fixla-logo .la::before {
    left: 8px !important;
    top: -21px !important;
    width: 20px !important;
    height: 20px !important;
    border-top-width: 9px !important;
    border-left-width: 9px !important;
  }

  body.fixla-cms .signup-copy {
    max-width: 320px !important;
    margin-top: 46px !important;
    font-size: 22px !important;
  }

  body.fixla-cms .get-started {
    width: min(240px, 72vw) !important;
    margin-top: 140px !important;
  }
}

body.fixla-cms .fixla-logo,
body.fixla-cms .signup-page .fixla-logo {
  background: transparent url("../css/fixla-logo-source.svg") center / 100% 100% no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}

body.fixla-cms .fixla-logo .la,
body.fixla-cms .fixla-logo .la::before,
body.fixla-cms .signup-page .fixla-logo .la,
body.fixla-cms .signup-page .fixla-logo .la::before {
  display: none !important;
}

html:has(body.fixla-cms .signup-page),
html:has(body.fixla-cms .signup-page) body.fixla-cms {
  height: 100% !important;
  min-height: 100% !important;
  background: #005a9c !important;
  overflow: hidden !important;
}

body.fixla-cms .signup-page {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #005a9c !important;
}

body.fixla-cms .signup-panel {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 24px !important;
  overflow: hidden !important;
  background: #005a9c !important;
}

body.fixla-cms .signup-page .fixla-logo {
  position: absolute !important;
  left: 50% !important;
  top: min(15.9028vw, 25.4444vh) !important;
  width: min(20.9722vw, 33.5556vh) !important;
  height: min(10.2778vw, 16.4444vh) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  background: transparent url("../css/fixla-welcome-logo.png") center / 100% 100% no-repeat !important;
}

body.fixla-cms .signup-copy {
  position: absolute !important;
  left: 50% !important;
  top: min(28.8194vw, 46.1111vh) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  color: #fff !important;
  font-size: min(1.9444vw, 3.1111vh) !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.fixla-cms .get-started {
  position: absolute !important;
  left: 50% !important;
  top: min(50vw, 80vh) !important;
  width: min(22.2222vw, 35.5556vh) !important;
  height: min(3.8889vw, 6.2222vh) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: min(1.9444vw, 3.1111vh) !important;
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-size: min(1.3889vw, 2.2222vh) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.fixla-cms .signup-page .campaign-note {
  position: absolute !important;
  left: 50% !important;
  top: min(58.3333vw, 93.3333vh) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  color: #fff !important;
  font-size: min(0.9722vw, 1.5556vh) !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.fixla-cms .signup-page .campaign-note:hover,
body.fixla-cms .signup-page .campaign-note:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 767.98px) {
  body.fixla-cms .signup-page .fixla-logo {
    top: min(65.6489vw, 30.2817vh) !important;
    width: min(47.8372vw, 22.0657vh) !important;
    height: min(23.4097vw, 10.7981vh) !important;
  }

  body.fixla-cms .signup-copy {
    top: min(96.2341vw, 44.3897vh) !important;
    width: min(91.8575vw, 42.3709vh) !important;
    font-size: min(5.0891vw, 2.3474vh) !important;
  }

  body.fixla-cms .get-started {
    top: min(181.1705vw, 83.5681vh) !important;
    width: min(83.715vw, 38.615vh) !important;
    height: min(13.2316vw, 6.1033vh) !important;
    border-radius: min(6.6158vw, 3.0516vh) !important;
    font-size: min(4.3257vw, 1.9953vh) !important;
  }

body.fixla-cms .signup-page .campaign-note {
    top: min(201.5267vw, 92.9577vh) !important;
    font-size: min(3.0534vw, 1.4085vh) !important;
  }
}

body.fixla-cms .signup-page .signup-action-stack {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  margin-top: auto !important;
  margin-bottom: clamp(44px, 9dvh, 88px) !important;
  gap: clamp(28px, 5.4dvh, 49px) !important;
}

body.fixla-cms .signup-page .signup-action-stack .get-started {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

body.fixla-cms .signup-page .signup-action-stack .campaign-note {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

@media (max-width: 767.98px) {
  body.fixla-cms .signup-page .signup-action-stack {
    margin-bottom: clamp(170px, 23dvh, 230px) !important;
    gap: clamp(16px, 3dvh, 26px) !important;
  }
}

body.fixla-cms .campaign-footer {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  background: #f1f2f6 !important;
  color: #949aad !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

body.fixla-cms .campaign-footer a,
body.fixla-cms .campaign-footer a:hover,
body.fixla-cms .campaign-footer a:focus {
  color: #949aad !important;
  text-decoration: none !important;
}

body.fixla-cms .fixla-page {
  min-height: 100vh !important;
  background: #fafbfd !important;
  color: #1a1d2b !important;
}

body.fixla-cms .fixla-page .fixla-topbar {
  flex: 0 0 56px !important;
  min-height: 56px !important;
  height: 56px !important;
}

body.fixla-cms .fixla-page .fixla-topbar .fixla-logo {
  width: 69px !important;
  height: 34px !important;
  background: transparent url("../css/fixla-welcome-logo.png") center / 100% 100% no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: none !important;
}

body.fixla-cms .fixla-page .desktop-nav .nav-link {
  padding: 18px 16px 17px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.fixla-cms .fixla-page .desktop-nav .nav-link.active {
  color: #fff !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-page .desktop-nav .nav-link.active::after {
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  width: 45px !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  border-radius: 2px 2px 0 0 !important;
  background: #fdb927 !important;
}

body.fixla-cms .fixla-page .avatar {
  border-radius: 50% !important;
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-issues-page {
  position: relative !important;
  height: 100vh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.fixla-cms .reports-content {
  position: relative !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 24px 40px 40px !important;
  overflow-y: auto !important;
  background: #fafbfd !important;
  transition: padding-left .18s ease;
}

body.fixla-cms .fixla-issues-page.filter-open .reports-content {
  padding-left: 352px !important;
}

body.fixla-cms .reports-head {
  min-height: 32px !important;
  margin-bottom: 16px !important;
}

body.fixla-cms .reports-head h1 {
  color: #1a1d2b !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .fixla-issues-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 96px;
  height: 32px;
  padding: 0 14px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-issues-filter-btn .filter-mark {
  width: 12px;
  color: #6b7085;
}

body.fixla-cms .fixla-issues-filter-btn:hover,
body.fixla-cms .fixla-issues-filter-btn:focus {
  border-color: #fdb927 !important;
  background: #fdb927 !important;
  color: #060606 !important;
}

body.fixla-cms .fixla-issues-page .filter-sidebar {
  inset: 56px auto 32px 0 !important;
  height: auto !important;
  width: 320px !important;
  max-width: 320px !important;
  border-top: 0 !important;
  border-left: 1px solid #e2e4eb !important;
  border-right: 1px solid #e2e4eb !important;
}

body.fixla-cms .fixla-issues-page.filter-open .filter-sidebar {
  display: block !important;
}

body.fixla-cms .fixla-issues-page .filter-sidebar .fixla-filter-head {
  margin-bottom: 16px !important;
}

body.fixla-cms .stats-card {
  min-height: 80px !important;
  margin-bottom: 24px !important;
  overflow: hidden !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06) !important;
}

body.fixla-cms .stat-item {
  min-height: 80px !important;
  position: relative !important;
}

body.fixla-cms .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: 48px;
  background: #e2e4eb;
}

body.fixla-cms .stat-number {
  color: #1a1d2b !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

body.fixla-cms .stat-item span {
  margin-top: 2px;
  color: #6b7085 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.fixla-cms .fixla-my-issues-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
}

body.fixla-cms .fixla-issues-page.filter-open .fixla-my-issues-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.fixla-cms .fixla-my-issue-item {
  min-width: 0;
}

body.fixla-cms .reports-content .report-card {
  min-height: 114px !important;
  padding: 9px 11px 8px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06) !important;
}

body.fixla-cms .reports-content .report-id {
  color: #949aad !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.fixla-cms .report-card-kicker {
  min-width: 0;
  gap: 4px;
  color: #949aad !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

body.fixla-cms .report-category-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #005a9c;
}

body.fixla-cms .report-category-name {
  min-width: 0;
  overflow: hidden;
  color: #949aad !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fixla-cms .reports-content .report-title {
  color: #1a1d2b !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .reports-content .report-address {
  color: #6b7085 !important;
  font-size: 12px !important;
}

body.fixla-cms .reports-content .report-meta,
body.fixla-cms .reports-content .report-votes {
  color: #949aad !important;
  font-size: 10px !important;
}

body.fixla-cms .reports-content .report-like-btn {
  height: 14px !important;
  margin-top: 2px !important;
  color: #005a9c !important;
  font-size: 10px !important;
}

body.fixla-cms .reports-content .status-pill {
  min-height: 20px !important;
  padding: 3px 8px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

body.fixla-cms .js-my-issues-list.is-loading {
  opacity: .55;
  pointer-events: none;
}

body.fixla-cms .fixla-empty-issues {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(420px, calc(100% - 48px));
  transform: translate(-50%, -45%);
  text-align: center;
}

body.fixla-cms .fixla-empty-issue-icon {
  position: relative;
  width: 88px;
  height: 108px;
  margin: 0 auto 26px;
  border: 1.5px solid #e2e4eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 10px 10px 0 #d1d5e0, 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06);
}

body.fixla-cms .fixla-empty-issue-icon span {
  display: block;
  height: 7px;
  margin: 0 auto;
  border-radius: 999px;
  background: #e2e4eb;
}

body.fixla-cms .fixla-empty-issue-icon span:nth-child(1) {
  width: 58px;
  margin-top: 20px;
}

body.fixla-cms .fixla-empty-issue-icon span:nth-child(2) {
  width: 44px;
  margin-top: 13px;
}

body.fixla-cms .fixla-empty-issue-icon span:nth-child(3) {
  width: 48px;
  margin-top: 13px;
}

body.fixla-cms .fixla-empty-issue-icon i {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6f0f9;
  color: #005a9c;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

body.fixla-cms .fixla-empty-issues h2 {
  margin: 0 0 6px;
  color: #1a1d2b !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .fixla-empty-issues p {
  margin: 0 0 22px;
  color: #6b7085 !important;
  font-size: 14px !important;
}

body.fixla-cms .fixla-first-issue-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 235px !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important;
}

body.fixla-cms .fixla-settings-page {
  height: 100vh !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #fafbfd !important;
  color: #1a1d2b !important;
}

body.fixla-cms .fixla-settings-page .fixla-topbar {
  flex: 0 0 56px !important;
  min-height: 56px !important;
  height: 56px !important;
  background: #005a9c !important;
}

body.fixla-cms .fixla-settings-page .fixla-topbar .fixla-logo {
  flex: 0 0 69px !important;
  width: 69px !important;
  height: 34px !important;
  margin-left: -5px !important;
  margin-right: 32px !important;
  background: transparent url("../css/fixla-welcome-logo.png") center / 100% 100% no-repeat !important;
}

body.fixla-cms .fixla-settings-page .search-pill {
  flex: 0 0 400px !important;
  width: 400px !important;
  height: 36px !important;
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .9) !important;
}

body.fixla-cms .fixla-settings-page .search-pill input {
  color: #1a1d2b !important;
  font-size: 13px !important;
}

body.fixla-cms .fixla-settings-page .search-pill input::placeholder {
  color: #949aad !important;
}

body.fixla-cms .fixla-settings-page .desktop-nav .nav-link {
  position: relative !important;
  padding: 18px 16px 17px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.fixla-cms .fixla-settings-page .desktop-nav .nav-link.active {
  color: #fff !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-settings-page .desktop-nav .nav-link.active::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 58px !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  border-radius: 1px !important;
  background: #fdb927 !important;
}

body.fixla-cms .fixla-settings-page .avatar {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  background: #fdb927 !important;
  color: #7a5800 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.fixla-cms .settings-layout {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

body.fixla-cms .fixla-settings-page .settings-sidebar {
  flex: 0 0 280px !important;
  width: 280px !important;
  min-height: 0 !important;
  padding: 24px 8px 16px !important;
  border-right: 1px solid #e2e4eb !important;
  background: #fff !important;
}

body.fixla-cms .fixla-settings-page .profile-card {
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px 40px !important;
}

body.fixla-cms .fixla-settings-page .profile-avatar {
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
  background: #e6f0f9 !important;
  color: #005a9c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.fixla-cms .fixla-settings-page .profile-name {
  max-width: 156px !important;
  overflow: hidden !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.fixla-cms .fixla-settings-page .profile-email {
  max-width: 166px !important;
  overflow: hidden !important;
  color: #949aad !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.fixla-cms .fixla-settings-page .side-nav {
  margin: 0 !important;
  padding-top: 8px !important;
  border-top: 0 !important;
}

body.fixla-cms .fixla-settings-page .side-link {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 264px !important;
  height: 36px !important;
  margin: 0 0 8px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

body.fixla-cms .fixla-settings-page .side-link.active,
body.fixla-cms .fixla-settings-page .side-link:hover,
body.fixla-cms .fixla-settings-page .side-link:focus {
  background: #e6f0f9 !important;
  color: #005a9c !important;
  font-weight: 800 !important;
}

body.fixla-cms .fixla-settings-page .side-link.active::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 0 !important;
  width: 3px !important;
  height: 36px !important;
  background: #005a9c !important;
}

body.fixla-cms .fixla-settings-page .version-note {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 16px !important;
  color: #949aad !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.fixla-cms .settings-content {
  min-width: 0 !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  scroll-behavior: smooth !important;
  background: #fafbfd !important;
}

body.fixla-cms .fixla-settings-form {
  width: 700px !important;
  margin: 0 0 80px 56px !important;
  padding-top: 32px !important;
}

body.fixla-cms .settings-form-section {
  scroll-margin-top: 32px !important;
  margin-bottom: 32px !important;
}

body.fixla-cms .settings-form-section h2 {
  margin: 0 0 10px !important;
  color: #1a1d2b !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .settings-form-section > p {
  margin: 0 0 18px !important;
  color: #6b7085 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

body.fixla-cms .settings-form-section hr {
  width: 700px !important;
  height: 1px !important;
  margin: 0 0 16px !important;
  border: 0 !important;
  background: #e2e4eb !important;
  opacity: 1 !important;
}

body.fixla-cms .settings-field {
  display: block !important;
  margin: 0 0 12px !important;
}

body.fixla-cms .settings-field > span {
  display: block !important;
  margin: 0 0 6px !important;
  color: #1a1d2b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .fixla-settings-form .form-control,
body.fixla-cms .fixla-settings-form .form-select {
  width: 700px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #1a1d2b !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 36px !important;
}

body.fixla-cms .fixla-settings-form .form-select {
  padding-right: 34px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236b7085' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 14px 10px !important;
  appearance: none !important;
  line-height: normal !important;
}

body.fixla-cms .fixla-settings-form .form-control:focus,
body.fixla-cms .fixla-settings-form .form-select:focus {
  border-color: #005a9c !important;
  box-shadow: 0 0 0 3px rgba(0, 90, 156, .12) !important;
}

body.fixla-cms .fixla-settings-form .fixla-password-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 700px !important;
  height: 36px !important;
  min-height: 36px !important;
}

body.fixla-cms .fixla-settings-form .fixla-password-group .form-control {
  flex: 1 1 auto !important;
  width: 1% !important;
  min-width: 0 !important;
  height: 36px !important;
  min-height: 36px !important;
  border-right: 0 !important;
  border-radius: 6px 0 0 6px !important;
  line-height: 36px !important;
}

body.fixla-cms .fixla-settings-form .fixla-eye-btn {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 0 6px 6px 0 !important;
}

body.fixla-cms .settings-primary-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 160px !important;
  height: 40px !important;
  margin-top: 6px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #005a9c !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.fixla-cms .settings-primary-btn:hover,
body.fixla-cms .settings-primary-btn:focus {
  background: #fdb927 !important;
  color: #111 !important;
}

body.fixla-cms .settings-feedback {
  width: 700px !important;
  margin: 0 0 14px !important;
  padding: 10px 12px !important;
  border: 1px solid #b6dfc1 !important;
  border-radius: 8px !important;
  background: #edf8f0 !important;
  color: #237a3b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.fixla-cms .settings-feedback.is-error {
  border-color: #f3b7b7 !important;
  background: #fff1f1 !important;
  color: #b42318 !important;
}

body.fixla-cms .notification-row {
  width: 700px !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.fixla-cms .fixla-switch-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.fixla-cms .fixla-switch {
  position: relative !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 20px !important;
  border-radius: 10px !important;
  background: #c7ceda !important;
}

body.fixla-cms .fixla-switch span {
  position: absolute !important;
  top: 2px !important;
  left: 2px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #fff !important;
  transition: left .15s ease !important;
}

body.fixla-cms .fixla-switch-input:checked + .fixla-switch {
  background: #005a9c !important;
}

body.fixla-cms .fixla-switch-input:checked + .fixla-switch span {
  left: 22px !important;
}

body.fixla-cms .settings-password-btn {
  width: 180px !important;
}

body.fixla-cms .language-row {
  width: 700px !important;
  height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;
  background: #f1f2f6 !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
}

body.fixla-cms .language-row span:last-child {
  color: #949aad !important;
  font-size: 11px !important;
}

body.fixla-cms .settings-note {
  margin-top: 8px !important;
  color: #6b7085 !important;
  font-size: 12px !important;
}

body.fixla-cms .danger-zone {
  width: 700px !important;
  min-height: 140px !important;
  padding: 20px 16px !important;
  border: 1px solid #faeae6 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.fixla-cms .danger-action {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 668px !important;
  height: 40px !important;
  margin: 0 0 16px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.fixla-cms .logout-action {
  border: 1px solid #e2e4eb !important;
  background: #fff !important;
  color: #005a9c !important;
}

body.fixla-cms .delete-action {
  border: 0 !important;
  background: #faeae6 !important;
  color: #b93824 !important;
}

body.fixla-cms .danger-action:hover,
body.fixla-cms .danger-action:focus {
  background: #fdb927 !important;
  color: #111 !important;
}

body.fixla-cms .fixla-settings-page .campaign-footer {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  background: #f1f2f6 !important;
  color: #949aad !important;
  font-size: 11px !important;
}

body.fixla-cms .fixla-delete-account-modal .modal-dialog {
  max-width: 420px !important;
}

body.fixla-cms .fixla-delete-account-modal .modal-content {
  position: relative !important;
  padding: 34px 28px 28px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #1a1d2b !important;
  box-shadow: 0 12px 34px rgba(26, 29, 43, .18) !important;
  text-align: center !important;
}

body.fixla-cms .fixla-delete-account-modal .btn-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
}

body.fixla-cms .fixla-delete-account-modal h2 {
  margin: 0 0 8px !important;
  color: #1a1d2b !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.fixla-cms .fixla-delete-account-modal p {
  margin: 0 0 24px !important;
  color: #6b7085 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.fixla-cms .delete-confirm-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #faeae6 !important;
  color: #b93824 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.fixla-cms .delete-confirm-btn:hover,
body.fixla-cms .delete-confirm-btn:focus {
  background: #fdb927 !important;
  color: #111 !important;
}

body.fixla-cms .fixla-settings-page .settings-mobile-overview {
  display: none !important;
}

@media (max-width: 991.98px) {
  body.fixla-cms .fixla-settings-page {
    height: auto !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    padding-bottom: 92px !important;
    background: #fafbfd !important;
  }

  body.fixla-cms .fixla-settings-page .fixla-topbar,
  body.fixla-cms .fixla-settings-page .settings-sidebar {
    display: none !important;
  }

  body.fixla-cms .fixla-settings-page .mobile-status {
    flex: 0 0 44px !important;
    height: 44px !important;
    background: #005a9c !important;
    color: #fff !important;
  }

  body.fixla-cms .fixla-settings-page .fixla-settings-mobile-bar {
    display: block !important;
    flex: 0 0 56px !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 16px 12px !important;
    background: #005a9c !important;
    color: #fff !important;
  }

  body.fixla-cms .fixla-settings-page .fixla-settings-mobile-bar .fixla-logo {
    width: 69px !important;
    height: 34px !important;
    background: transparent url("../css/fixla-welcome-logo.png") center / 100% 100% no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: none !important;
  }

  body.fixla-cms .settings-layout {
    display: block !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }

  body.fixla-cms .settings-content {
    min-height: 0 !important;
    overflow: visible !important;
    background: #fafbfd !important;
  }

  body.fixla-cms .fixla-settings-page .settings-mobile-overview {
    display: block !important;
    padding: 12px 16px 0 !important;
  }

  body.fixla-cms .settings-mobile-overview h1 {
    margin: 0 0 12px !important;
    color: #1a1d2b !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  body.fixla-cms .mobile-settings-kicker {
    margin: 0 0 8px !important;
    color: #949aad !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  body.fixla-cms .mobile-settings-card {
    display: flex !important;
    width: 100% !important;
    border: 1px solid #e2e4eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06) !important;
    color: #1a1d2b !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  body.fixla-cms .account-card-mobile {
    align-items: center !important;
    min-height: 72px !important;
    margin: 0 0 24px !important;
    padding: 14px 16px !important;
    gap: 12px !important;
  }

  body.fixla-cms .mobile-settings-avatar {
    align-items: center !important;
    background: #e6f0f9 !important;
    border-radius: 50% !important;
    color: #005a9c !important;
    display: inline-flex !important;
    flex: 0 0 44px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    height: 44px !important;
    justify-content: center !important;
    width: 44px !important;
  }

  body.fixla-cms .mobile-settings-copy {
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
  }

  body.fixla-cms .mobile-settings-copy strong {
    color: #1a1d2b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  body.fixla-cms .account-card-mobile .mobile-settings-copy strong {
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  body.fixla-cms .mobile-settings-copy small {
    overflow: hidden !important;
    color: #6b7085 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.fixla-cms .account-card-mobile .mobile-settings-copy small {
    font-size: 12px !important;
  }

  body.fixla-cms .mobile-settings-chevron {
    margin-left: auto !important;
    color: #949aad !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  body.fixla-cms .mobile-settings-menu {
    display: block !important;
    margin: 0 0 24px !important;
  }

  body.fixla-cms .mobile-settings-menu a,
  body.fixla-cms .mobile-settings-menu button {
    align-items: center !important;
    display: flex !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e4eb !important;
    background: transparent !important;
    color: #1a1d2b !important;
    gap: 12px !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  body.fixla-cms .mobile-settings-menu a:last-child,
  body.fixla-cms .mobile-settings-menu button:last-child {
    border-bottom: 0 !important;
  }

  body.fixla-cms .mobile-settings-icon {
    align-items: center !important;
    background: #e6f0f9 !important;
    border-radius: 50% !important;
    color: #005a9c !important;
    display: inline-flex !important;
    flex: 0 0 32px !important;
    font-size: 12px !important;
    height: 32px !important;
    justify-content: center !important;
    width: 32px !important;
  }

  body.fixla-cms .danger-menu a,
  body.fixla-cms .danger-menu button {
    min-height: 56px !important;
    color: #c23c1c !important;
  }

  body.fixla-cms .danger-menu .mobile-settings-copy strong,
  body.fixla-cms .danger-menu .js-delete-account-open {
    color: #c23c1c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  body.fixla-cms .danger-menu .js-delete-account-open::after {
    content: "\203A" !important;
    margin-left: auto !important;
    color: #949aad !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  body.fixla-cms .mobile-settings-version {
    margin: 16px 0 28px !important;
    color: #949aad !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  body.fixla-cms .fixla-settings-form {
    width: auto !important;
    margin: 0 16px 116px !important;
    padding-top: 0 !important;
  }

  body.fixla-cms .settings-form-section {
    scroll-margin-top: 16px !important;
    margin-bottom: 24px !important;
    padding-top: 8px !important;
  }

  body.fixla-cms .settings-form-section h2 {
    font-size: 20px !important;
  }

  body.fixla-cms .settings-form-section hr,
  body.fixla-cms .fixla-settings-form .form-control,
  body.fixla-cms .fixla-settings-form .form-select,
  body.fixla-cms .fixla-settings-form .fixla-password-group,
  body.fixla-cms .settings-feedback,
  body.fixla-cms .notification-row,
  body.fixla-cms .language-row,
  body.fixla-cms .danger-zone {
    width: 100% !important;
  }

  body.fixla-cms .settings-primary-btn,
  body.fixla-cms .danger-action {
    width: 100% !important;
  }

  body.fixla-cms .fixla-settings-page .mobile-nav {
    display: grid !important;
  }
}

@media (max-width: 991.98px) {
  body.fixla-cms .fixla-issues-page {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
  }

  body.fixla-cms .fixla-issues-page .filter-sidebar {
    display: none !important;
  }

  body.fixla-cms .fixla-issues-page.filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(26, 29, 43, .4);
  }

  body.fixla-cms .fixla-issues-page.filter-open .filter-sidebar {
    display: block !important;
    position: fixed !important;
    inset: auto 0 0 0 !important;
    z-index: 1060 !important;
    width: 100% !important;
    max-width: none !important;
    height: min(640px, calc(100vh - 44px)) !important;
    padding: 28px 16px 24px !important;
    border: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -10px 28px rgba(26, 29, 43, .16) !important;
  }

  body.fixla-cms .fixla-issues-page.filter-open .filter-sidebar::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 40px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #d1d5e0;
  }

  body.fixla-cms .reports-content,
  body.fixla-cms .fixla-issues-page.filter-open .reports-content {
    padding: 20px 16px 112px !important;
  }

  body.fixla-cms .fixla-my-issues-grid,
  body.fixla-cms .fixla-issues-page.filter-open .fixla-my-issues-grid {
    grid-template-columns: 1fr;
  }

  body.fixla-cms .fixla-issues-filter-btn {
    width: 88px;
  }
}

@media (max-width: 991.98px) {
  body.fixla-cms .mobile-status {
    display: none !important;
  }
}
