@charset "UTF-8";
textarea {
  resize: vertical;
  min-height: 110px;
}

textarea,
input.form-control,
input.domisource-input,
input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=password],
input.form-control[type=search],
input.form-control[type=number],
input.domisource-input[type=text],
input.domisource-input[type=email],
input.domisource-input[type=password],
input.domisource-input[type=search],
input.domisource-input[type=number] {
  box-sizing: border-box;
  width: 100%;
  min-height: 57px;
  padding: 20px;
  background: #fff;
  border: 1.5px solid #f16800 !important;
  border-radius: 6px;
  box-shadow: 2px 2px 16px rgba(16, 16, 16, 0.12);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #222;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-align: left;
}
textarea:focus,
input.form-control:focus,
input.domisource-input:focus,
input.form-control[type=text]:focus,
input.form-control[type=email]:focus,
input.form-control[type=password]:focus,
input.form-control[type=search]:focus,
input.form-control[type=number]:focus,
input.domisource-input[type=text]:focus,
input.domisource-input[type=email]:focus,
input.domisource-input[type=password]:focus,
input.domisource-input[type=search]:focus,
input.domisource-input[type=number]:focus {
  border-color: rgb(190, 81.9917012448, 0) !important;
  box-shadow: 2px 2px 20px rgba(241, 104, 0, 0.18) !important;
  outline: none;
}
textarea.is-invalid,
input.form-control.is-invalid,
input.domisource-input.is-invalid,
input.form-control[type=text].is-invalid,
input.form-control[type=email].is-invalid,
input.form-control[type=password].is-invalid,
input.form-control[type=search].is-invalid,
input.form-control[type=number].is-invalid,
input.domisource-input[type=text].is-invalid,
input.domisource-input[type=email].is-invalid,
input.domisource-input[type=password].is-invalid,
input.domisource-input[type=search].is-invalid,
input.domisource-input[type=number].is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 2px 2px 16px rgba(220, 53, 69, 0.12);
}
textarea.is-valid,
input.form-control.is-valid,
input.domisource-input.is-valid,
input.form-control[type=text].is-valid,
input.form-control[type=email].is-valid,
input.form-control[type=password].is-valid,
input.form-control[type=search].is-valid,
input.form-control[type=number].is-valid,
input.domisource-input[type=text].is-valid,
input.domisource-input[type=email].is-valid,
input.domisource-input[type=password].is-valid,
input.domisource-input[type=search].is-valid,
input.domisource-input[type=number].is-valid {
  border-color: #198754 !important;
  box-shadow: 2px 2px 16px rgba(25, 135, 84, 0.12);
}
textarea::-moz-placeholder, input.form-control::-moz-placeholder, input.domisource-input::-moz-placeholder, input.form-control[type=text]::-moz-placeholder, input.form-control[type=email]::-moz-placeholder, input.form-control[type=password]::-moz-placeholder, input.form-control[type=search]::-moz-placeholder, input.form-control[type=number]::-moz-placeholder, input.domisource-input[type=text]::-moz-placeholder, input.domisource-input[type=email]::-moz-placeholder, input.domisource-input[type=password]::-moz-placeholder, input.domisource-input[type=search]::-moz-placeholder, input.domisource-input[type=number]::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}
textarea::placeholder,
input.form-control::placeholder,
input.domisource-input::placeholder,
input.form-control[type=text]::placeholder,
input.form-control[type=email]::placeholder,
input.form-control[type=password]::placeholder,
input.form-control[type=search]::placeholder,
input.form-control[type=number]::placeholder,
input.domisource-input[type=text]::placeholder,
input.domisource-input[type=email]::placeholder,
input.domisource-input[type=password]::placeholder,
input.domisource-input[type=search]::placeholder,
input.domisource-input[type=number]::placeholder {
  color: #bbb;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}
textarea[readonly],
input.form-control[readonly],
input.domisource-input[readonly],
input.form-control[type=text][readonly],
input.form-control[type=email][readonly],
input.form-control[type=password][readonly],
input.form-control[type=search][readonly],
input.form-control[type=number][readonly],
input.domisource-input[type=text][readonly],
input.domisource-input[type=email][readonly],
input.domisource-input[type=password][readonly],
input.domisource-input[type=search][readonly],
input.domisource-input[type=number][readonly] {
  color: #b0b0b0;
  border: solid 1.5px #b0b0b0 !important;
  cursor: not-allowed;
}

.form-control-lg {
  border: 1.5px solid #f16800 !important;
}

textarea,
input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=password],
input.form-control[type=search],
input.form-control[type=number] {
  box-sizing: border-box;
  width: 100%;
  min-height: 57px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f16800;
  border-radius: 6px;
  box-shadow: 2px 2px 16px rgba(16, 16, 16, 0.12);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #222;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-align: left;
}
textarea:focus,
input.form-control[type=text]:focus,
input.form-control[type=email]:focus,
input.form-control[type=password]:focus,
input.form-control[type=search]:focus,
input.form-control[type=number]:focus {
  border-color: rgb(190, 81.9917012448, 0);
  box-shadow: 2px 2px 20px rgba(241, 104, 0, 0.18);
  outline: none;
}
textarea.is-invalid,
input.form-control[type=text].is-invalid,
input.form-control[type=email].is-invalid,
input.form-control[type=password].is-invalid,
input.form-control[type=search].is-invalid,
input.form-control[type=number].is-invalid {
  border-color: #dc3545;
  box-shadow: 2px 2px 16px rgba(220, 53, 69, 0.12);
}
textarea.is-valid,
input.form-control[type=text].is-valid,
input.form-control[type=email].is-valid,
input.form-control[type=password].is-valid,
input.form-control[type=search].is-valid,
input.form-control[type=number].is-valid {
  border-color: #198754;
  box-shadow: 2px 2px 16px rgba(25, 135, 84, 0.12);
}
textarea::-moz-placeholder, input.form-control[type=text]::-moz-placeholder, input.form-control[type=email]::-moz-placeholder, input.form-control[type=password]::-moz-placeholder, input.form-control[type=search]::-moz-placeholder, input.form-control[type=number]::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}
textarea::placeholder,
input.form-control[type=text]::placeholder,
input.form-control[type=email]::placeholder,
input.form-control[type=password]::placeholder,
input.form-control[type=search]::placeholder,
input.form-control[type=number]::placeholder {
  color: #bbb;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}

.text-heading, .heading-sm, .heading-md, .heading-lg, .welcome-title, .heading-xl, .welcome-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
}

.heading-xl, .welcome-heading {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .heading-xl, .welcome-heading {
    font-size: 1.5rem;
  }
}

.heading-lg, .welcome-title {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .heading-lg, .welcome-title {
    font-size: 1.25rem;
  }
}

.heading-md {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .heading-md {
    font-size: 1rem;
  }
}

.heading-sm {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .heading-sm {
    font-size: 0.875rem;
  }
}

.welcome-title {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: none;
}

.welcome-heading {
  width: 100%;
  max-width: 1300px;
  text-shadow: none !important;
  margin-bottom: 1rem;
}

.welcome-subtext {
  width: 100%;
  max-width: 1300px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
  min-height: 56px;
}

.card-title,
.card-option-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
.card-title.card-option-title,
.card-option-title.card-option-title {
  width: 100%;
  max-width: 210px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.estimate-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 110%;
  color: #000000;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.ds-card, .welcome-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 2rem;
  flex-direction: column;
  transition: all 0.2s ease;
}
.ds-card:hover, .welcome-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.ds-card.border-info, .border-info.welcome-card {
  border-width: 2px;
}
.ds-card.shadow-none, .shadow-none.welcome-card {
  box-shadow: none;
}
.ds-card.shadow-none:hover, .shadow-none.welcome-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.ds-card .card-header, .welcome-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9a25b !important;
  border: 0;
}
.ds-card .card-header.icon-header .header-icon, .welcome-card .card-header.icon-header .header-icon {
  width: 38px;
  margin-right: 0.5rem;
}
.ds-card .card-list .card-list-item, .welcome-card .card-list .card-list-item {
  padding: 1rem 1rem;
  transition: background-color 0.2s ease;
}
.ds-card .card-list .card-list-item:hover, .welcome-card .card-list .card-list-item:hover {
  background-color: rgba(249, 162, 91, 0.05);
}
.ds-card .card-list .card-list-item.with-divider:not(:last-child), .welcome-card .card-list .card-list-item.with-divider:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ds-card .card-footer, .welcome-card .card-footer {
  border-top: 0;
  background-color: #ffffff;
}
.ds-card .card-footer .footer-link, .welcome-card .card-footer .footer-link {
  text-decoration: none;
  color: #f57c00;
  font-weight: 700;
  display: block;
}
.ds-card .empty-state, .welcome-card .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  text-align: center;
}
.ds-card .empty-state .empty-state-icon, .welcome-card .empty-state .empty-state-icon {
  margin-bottom: 1rem;
  width: 60px;
  font-size: 2rem;
}
.ds-card .empty-state .empty-state-text, .welcome-card .empty-state .empty-state-text {
  color: #6c757d;
  margin-bottom: 1rem;
}

/*.dashboard-card {
  @extend .ds-card;
}*/
.svg-container {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.tip-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.tip-box .tip-content {
  color: #6c757d;
  margin: 0 !important;
  max-width: 490px;
}
.tip-box .domi-avatar {
  position: absolute;
  bottom: -22px !important;
  right: -20px !important;
  width: 80px;
  height: 80px;
}

.icon-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-roundrect {
  background-color: #ffffff;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-icon {
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  text-decoration: none;
}
.edit-icon img {
  width: 32px;
  height: 32px;
}
.edit-icon:hover {
  color: #f57c00;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.avatar-circle {
  border-radius: 50%;
  overflow: hidden;
}
.avatar.avatar-text {
  color: #ffffff;
  font-weight: 500;
}
.avatar.avatar-text.avatar-orange {
  background-color: #f9a25b;
}
.avatar.avatar-sm {
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.avatar.avatar-md {
  width: 36px;
  height: 36px;
  font-size: 16px;
}
.avatar.avatar-lg {
  width: 48px;
  height: 48px;
  font-size: 20px;
}

.badge.badge-orange-soft {
  background-color: rgba(249, 162, 91, 0.2);
  color: #f57c00;
  border-radius: 999px;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 700;
}

.bg-orange {
  background-color: #f9a25b !important;
}

.bg-orange-soft {
  background-color: rgba(249, 162, 91, 0.2);
}

.text-orange {
  color: #f57c00;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #198754, #157347);
}

.bg-gradient-info {
  background: linear-gradient(135deg, #0dcaf0, #0aa2c0);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc107, #e5ac00);
}

.rounded-xs {
  border-radius: 6px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded-md {
  border-radius: 12px !important;
}

.rounded-lg {
  border-radius: 20px !important;
}

.rounded-4 {
  border-radius: 0.6rem !important;
}

.shadow-hover {
  transition: all 0.3s ease;
}
.shadow-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12) !important;
}

.gap-xs {
  gap: 0.25rem;
}

.gap-sm {
  gap: 0.5rem;
}

.gap-md {
  gap: 1rem;
}

.gap-lg {
  gap: 1.5rem;
}

.gap-xl {
  gap: 2rem;
}

.btn-sm {
  padding: 0.5rem 1rem !important;
  font-size: 0.82rem !important;
}

.btn-domi,
.btn-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(255, 181.5, 125.5);
  color: black;
  border: solid 1px rgb(255, 181.5, 125.5);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-domi:hover,
.btn-primary:hover {
  background-color: rgb(255, 166.8, 99.6);
  color: black;
}
.btn-domi:disabled,
.btn-primary:disabled {
  background-color: rgb(255, 202.5, 162.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-domi,
  .btn-primary {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-domi,
  .btn-primary {
    font-size: 1rem;
  }
}
.btn-domi.w-100,
.btn-primary.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-domi:not(:disabled),
.btn-primary:not(:disabled) {
  cursor: pointer;
}
.btn-outline-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  border: solid 1px rgb(255, 181.5, 125.5);
  background-color: white;
  color: rgb(255, 150, 70);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-outline-primary:hover {
  background-color: rgb(255, 252.9, 251.3);
  color: rgb(255, 150, 70);
}
.btn-outline-primary:disabled {
  border-color: rgb(255, 202.5, 162.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-outline-primary {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-outline-primary {
    font-size: 1rem;
  }
}
.btn-outline-primary.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-outline-primary:not(:disabled) {
  cursor: pointer;
}
.btn-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(117.1, 183.6, 207.4);
  color: white;
  border: solid 1px rgb(117.1, 183.6, 207.4);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-secondary:hover {
  background-color: rgb(89.52, 169.32, 197.88);
  color: white;
}
.btn-secondary:disabled {
  background-color: rgb(156.5, 204, 221);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-secondary {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-secondary {
    font-size: 1rem;
  }
}
.btn-secondary.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-secondary:not(:disabled) {
  cursor: pointer;
}
.btn-outline-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  border: solid 1px rgb(117.1, 183.6, 207.4);
  background-color: white;
  color: #3a99bb;
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-outline-secondary:hover {
  background-color: rgb(251.06, 252.96, 253.64);
  color: #3a99bb;
}
.btn-outline-secondary:disabled {
  border-color: rgb(156.5, 204, 221);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-outline-secondary {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-outline-secondary {
    font-size: 1rem;
  }
}
.btn-outline-secondary.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-outline-secondary:not(:disabled) {
  cursor: pointer;
}
.btn-yellow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(245.9, 211.6, 129.7);
  color: black;
  border: solid 1px rgb(245.9, 211.6, 129.7);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-yellow:hover {
  background-color: rgb(244.08, 202.92, 104.64);
  color: black;
}
.btn-yellow:disabled {
  background-color: rgb(248.5, 224, 165.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-yellow {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-yellow {
    font-size: 1rem;
  }
}
.btn-yellow.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-yellow:not(:disabled) {
  cursor: pointer;
}
.btn-red {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(255, 129.7, 129.7);
  color: black;
  border: solid 1px rgb(255, 129.7, 129.7);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-red:hover {
  background-color: rgb(255, 104.64, 104.64);
  color: black;
}
.btn-red:disabled {
  background-color: rgb(255, 165.5, 165.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-red {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-red {
    font-size: 1rem;
  }
}
.btn-red.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-red:not(:disabled) {
  cursor: pointer;
}
.btn-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(178, 194.8, 134.6);
  color: black;
  border: solid 1px rgb(178, 194.8, 134.6);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-green:hover {
  background-color: rgb(162.6, 182.76, 110.52);
  color: black;
}
.btn-green:disabled {
  background-color: #c8d4a9;
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-green {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-green {
    font-size: 1rem;
  }
}
.btn-green.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-green:not(:disabled) {
  cursor: pointer;
}
.btn-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(241.7, 193.4, 76.5);
  color: white;
  border: solid 1px rgb(241.7, 193.4, 76.5);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-info:hover {
  background-color: rgb(239.04, 181.08, 40.8);
  color: white;
}
.btn-info:disabled {
  background-color: rgb(245.5, 211, 127.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-info {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-info {
    font-size: 1rem;
  }
}
.btn-info.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-info:not(:disabled) {
  cursor: pointer;
}
.btn-success {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(145.1, 169.6, 83.5);
  color: white;
  border: solid 1px rgb(145.1, 169.6, 83.5);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-success:hover {
  background-color: rgb(123.12, 152.52, 49.2);
  color: white;
}
.btn-success:disabled {
  background-color: rgb(176.5, 194, 132.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-success {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-success {
    font-size: 1rem;
  }
}
.btn-success.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-success:not(:disabled) {
  cursor: pointer;
}
.btn-warning {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 1rem 0.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  background-color: rgb(241.7, 193.4, 76.5);
  color: white;
  border: solid 1px rgb(241.7, 193.4, 76.5);
  /*&:active {
    background-color: darken($base-color, 10%);
    border-color: darken($base-color, 15%);
  }*/
}
.btn-warning:hover {
  background-color: rgb(239.04, 181.08, 40.8);
  color: white;
}
.btn-warning:disabled {
  background-color: rgb(245.5, 211, 127.5);
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .btn-warning {
    font-size: 0.875rem;
  }
}
@media (min-width: 801) {
  .btn-warning {
    font-size: 1rem;
  }
}
.btn-warning.w-100 {
  width: 100%;
  align-self: stretch;
}
.btn-warning:not(:disabled) {
  cursor: pointer;
}
.btn-circle {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 4px;
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #3a99bb;
  border-radius: 40px;
  flex: none;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .btn-circle {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}
.btn-circle .thin-plus {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-circle .thin-plus:before, .btn-circle .thin-plus:after {
  content: "";
  position: absolute;
  background-color: #000000;
}
.btn-circle .thin-plus:before {
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-circle .thin-plus:after {
  width: 1px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-circle:hover {
  background-color: rgba(58, 153, 187, 0.08);
  border-color: #3a99bb;
  text-decoration: none !important;
}
.btn-circle:hover .thin-plus:before, .btn-circle:hover .thin-plus:after {
  background-color: #3a99bb;
}

.dashboard-container {
  display: flex;
  max-width: 1200px;
  margin: 2rem auto;
  flex-direction: column;
}

.dashboard-welcome {
  text-align: center;
}
.dashboard-welcome .welcome-heading {
  margin-bottom: 1rem;
}
.dashboard-welcome .welcome-subtext {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
  min-height: 56px;
}

.dashboard-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 24px 0 !important;
}
@media only screen and (max-width: 1000px) {
  .dashboard-cards {
    flex-wrap: wrap;
  }
}
.dashboard-cards .dashboard-card {
  border-radius: 12px !important;
  border: 1px solid #e0e0e0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .dashboard-cards .dashboard-card {
    flex-basis: 100%;
  }
  .dashboard-cards .dashboard-card:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .dashboard-cards .dashboard-card {
    flex-basis: 33%;
  }
  .dashboard-cards .dashboard-card:not(:last-child) {
    margin-right: 1rem;
  }
}

.dashboard-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px !important;
  height: 56px !important;
  position: relative;
  background-color: #f8b480 !important;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 1399px) and (min-width: 992px) {
  .dashboard-section .section-header {
    padding: 16px 12px;
  }
}
@media (max-width: 991px) {
  .dashboard-section .section-header {
    padding: 12px;
    height: auto;
  }
}
.dashboard-section .section-header .btn-container {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
}
@media (max-width: 991px) {
  .dashboard-section .section-header .btn-container {
    min-width: 36px;
    min-height: 36px;
    margin-left: 8px;
  }
}
.dashboard-section .section-header .header-content {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px !important;
}
@media (max-width: 1399px) and (min-width: 992px) {
  .dashboard-section .section-header .header-content {
    gap: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .dashboard-section .section-header .header-content {
    gap: 8px;
  }
}
.dashboard-section .section-header .header-content .card-header-icon,
.dashboard-section .section-header .header-content .header-icon,
.dashboard-section .section-header .header-content .icon-roundrect {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dashboard-section .section-header .header-content .section-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.dashboard-section .dashboard-list-item .avatar {
  margin-right: 0.5rem;
}
.dashboard-section .dashboard-list-item .item-details {
  flex: 1;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboard-section .dashboard-list-item .item-details .item-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 110%;
  color: #000;
  margin-bottom: 0.4rem;
}
.dashboard-section .dashboard-list-item .item-details .item-title a {
  color: #000;
  text-decoration: none;
  margin-right: 0.35rem;
}
.dashboard-section .dashboard-list-item .item-details .item-title a:hover {
  color: #000;
}
.dashboard-section .dashboard-list-item .item-details .item-meta,
.dashboard-section .dashboard-list-item .item-details .item-date {
  font-size: 0.8rem;
  color: #a9a9a9;
  line-height: 110%;
}
.dashboard-section .dashboard-list-item .item-details .item-meta:not(:last-child),
.dashboard-section .dashboard-list-item .item-details .item-date:not(:last-child) {
  margin-bottom: 0.5rem;
}
.dashboard-section .dashboard-list-item .item-details .checklist-desc {
  color: #333;
  font-size: 0.9rem;
}
.dashboard-section .dashboard-list-item .item-details .shared-badge {
  background-color: rgba(249, 162, 91, 0.2);
  color: #f57c00;
  margin-left: 0.25rem;
  border-radius: 999px;
  padding: 0.25em 0.6em;
  font-size: 75%;
  font-weight: 700;
  display: inline-block;
}
.dashboard-section .empty-state {
  padding: 2.5rem 0;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  background-color: white;
}
.dashboard-section .empty-state .empty-state-icon {
  margin-bottom: 1rem;
  width: 60px;
}
.dashboard-section .empty-state .empty-state-text {
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.dashboard-section .empty-state .empty-state-action {
  margin: 0 1rem;
}
.dashboard-section .dashboard-footer {
  border-top: 0;
  background-color: #ffffff;
  padding: 16px;
  height: 50px;
  display: flex;
  align-items: center;
}
.dashboard-section .dashboard-footer .view-all-link {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #f16800;
  text-decoration: none;
  display: inline-block;
}

.collaborator-item {
  display: flex;
  align-items: center;
}
.collaborator-item .collaborator-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f9a25b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 0.5rem;
}

.dashboard-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-list-item {
  background: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s;
  min-height: 48px;
  font-size: 16px !important;
  border-bottom: 1px solid #d3d3d3;
  align-items: center;
}
.dashboard-list-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dashboard-list-item:last-child {
  margin-bottom: 0;
}
.dashboard-list-item .blankbtn {
  padding: 0 0.5rem;
}

.btn-oval-view {
  border-radius: 999px;
  background: #f16800;
  color: #000;
  font-weight: 600;
  padding: 4px 22px;
  font-size: 1rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: background 0.15s;
  text-decoration: none !important;
  display: inline-block;
}
.btn-oval-view:hover, .btn-oval-view:focus {
  background: #d95e00;
  color: #000;
  text-decoration: none;
}

.btn-oval-view:has(.edit-icon),
.btn-oval-view:has(img.edit-icon) {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dashboard-plus-btn {
  background: #fff;
  border: 1px solid #888;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.plus-icon svg {
  display: block;
  margin: auto;
}

.card-header,
.dashboard-card .card-header {
  background: #fff !important;
  border-bottom: 1px solid #eee;
  padding: 0.75rem !important;
  min-height: 32px !important;
  display: flex;
  align-items: center;
}
.card-header .left,
.dashboard-card .card-header .left {
  display: flex;
  align-items: center;
}
.card-header .header-icon,
.dashboard-card .card-header .header-icon {
  width: 57px !important;
  height: 57px !important;
  border-radius: 8px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.75rem;
}
.card-header .card-title,
.dashboard-card .card-header .card-title {
  font-size: 20px !important;
  line-height: 1 !important;
  height: 32px !important;
  display: flex;
  align-items: center;
}

.dashboard-card .dashboard-card-header,
.dashboard-card-header,
.card-header-custom {
  background: #f8b480 !important;
}

.card-header .header-icon img,
.card-header .header-icon svg,
.card-header .icon-roundrect img,
.card-header .icon-roundrect svg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
}

.dashboard-plus-btn,
.plus-icon {
  text-decoration: none !important;
}

.btn-oval-view {
  font-size: 0.8rem !important;
  padding: 2px 10px !important;
}

.dashboard-card-header,
.card-header-custom {
  background: #f8b480;
  border-radius: 12px 12px 0 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-card-header .card-title,
.card-header-custom .card-title {
  color: #222;
  font-weight: bold;
  font-size: 1.25rem;
}

.dashboard-card.moving-card .dashboard-plus-btn {
  width: 40px;
  height: 40px;
  border: none !important;
}
.dashboard-card.moving-card .dashboard-plus-btn .plus-icon {
  font-size: 2.2rem;
}

.domi-tip {
  margin: 2.5rem 0;
}
.domi-tip .tip-title {
  color: #f57c00;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}
.domi-tip .tip-content {
  margin: 0;
  text-align: left;
  font-size: 0.9rem;
}
.domi-tip .domi-avatar,
.domi-tip .tip-character {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 80px;
  height: 80px;
}

.collaborator-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f9a25b;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 0.5rem;
}

.dashboard-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-header,
.dashboard-card-header,
.card-header-custom {
  background: #f8b480 !important;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.hero-title {
  color: #3a99bb;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero-description {
  color: rgb(33.8530612245, 89.3020408163, 109.1469387755);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-graphic {
  max-width: 50%;
}
@media (min-width: 768px) {
  .hero-graphic {
    max-width: 400px;
  }
}

.is-invalid {
  border-color: #dc3545;
}
.is-invalid:focus {
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.15);
}

.is-valid {
  border-color: #198754;
}
.is-valid:focus {
  box-shadow: 0 4px 8px rgba(25, 135, 84, 0.15);
}

@media (max-width: 767px) {
  .form-horizontal {
    padding: 1rem !important;
  }
}

.card-header {
  background-color: #3a99bb !important;
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 12px 12px 0 0;
}

@media (min-width: 768px) {
  .btn-md-normal {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
  }
}
select.form-control,
select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"), linear-gradient(to left, #3a99bb 3rem, transparent 3rem);
  background-repeat: no-repeat;
  background-position: right 5px center, right top;
  background-size: 40px, auto;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem !important;
  cursor: pointer;
  border: 1px solid #3a99bb !important;
  border-radius: 8px;
  font-weight: 500;
}
select.form-control:hover,
select.form-select:hover {
  border-color: rgb(45.9265306122, 121.1510204082, 148.0734693878) !important;
}
select.form-control:focus,
select.form-select:focus {
  border-color: rgb(39.8897959184, 105.2265306122, 128.6102040816) !important;
  box-shadow: 0 0 0 0.2rem rgba(58, 153, 187, 0.25);
}
select.form-control::before,
select.form-select::before {
  content: "";
  display: none;
}

.form-group label + select,
.form-group label + .select-wrapper {
  position: relative;
}
.form-group label + select::before,
.form-group label + .select-wrapper::before {
  content: "▼ SELECT";
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #3a99bb;
  color: white;
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  z-index: 1;
}

.select-arrow-indicator {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-arrow-indicator select {
  width: 100%;
}
.select-arrow-indicator::after {
  content: "▼";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  pointer-events: none;
}

select.form-control:invalid,
select.form-select:invalid {
  color: #6c757d;
}
select.form-control:invalid option,
select.form-select:invalid option {
  color: #212529;
}

select.form-control:disabled,
select.form-select:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}
select.form-control:disabled::after,
select.form-select:disabled::after {
  background-color: #6c757d;
}

.form-text {
  border-left: 3px solid rgba(58, 153, 187, 0.2);
  background-color: rgba(58, 153, 187, 0.02);
  color: rgb(21.7795918367, 57.4530612245, 70.2204081633);
}

.speech-bubble {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.25rem;
  margin-left: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.speech-bubble:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, 0.1));
}

.speech-bubble:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  z-index: -1;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Poppins", Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #faf9f6;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}

.content-wrapper > .container {
  width: 100%;
  padding: 2rem 0 3rem;
  min-height: 50vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
  margin: 0 0 1rem;
}

ul {
  list-style-type: none;
  margin: 0;
}

.wrapper {
  flex: 1;
}

.hidden {
  display: none;
}

.crazy {
  color: red;
}

.hover-opacity:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  position: relative;
}

.bbcontainer {
  position: absolute;
  top: 92px;
  left: 0;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: left;
  z-index: 1060;
}

.card .card-header {
  background-color: #fff !important;
  color: inherit !important;
  border-bottom: none !important;
}

.card.bg-light .card-header {
  background-color: #f8f9fa !important;
}

/*
.footer {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
}*/
/* Numbered list with orange circles and white numbers */
.numbered-list {
  counter-reset: numbered-list;
  list-style: none;
  padding-left: 0;
  /* Style for the step items with checkbox on the right */
}
.numbered-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.numbered-list li::before {
  counter-increment: numbered-list;
  content: counter(numbered-list);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 30px; /* Slightly larger circles */
  height: 30px;
  background-color: #f16800; /* Fully opaque orange */
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}
.numbered-list .step-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px; /* Space between number and text */
}
.numbered-list .step-label {
  font-weight: 500;
  font-size: 1.05rem;
  flex-grow: 1;
}
.numbered-list .form-check-input {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

/* Styling for card header action icons */
.card-header .action-icons {
  display: flex;
  align-items: center;
}

.card-header .action-icons .btn {
  font-size: 1.1rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  box-shadow: none !important; /* Remove unwanted box-shadow */
}

.card-header .action-icons .btn:hover {
  opacity: 1;
  box-shadow: none !important; /* Ensure box-shadow remains removed on hover */
}

/* Green status circle for logged-in user */
.status-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #198754; /* Bootstrap's success green */
}

.back-button-container {
  height: 40px;
  position: relative;
  margin-bottom: 10px;
}

.back-button,
.forward-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 10px;
  position: absolute;
  width: 48px;
  height: 48px;
  background: #ffffff;
  font-size: 1rem;
  border: 1px solid #555;
  border-radius: 30px;
  z-index: 100;
  cursor: pointer;
  top: 16px;
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (max-width: 800px) {
  .back-button,
  .forward-button {
    display: none;
  }
}
.back-button i,
.forward-button i {
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.back-button:hover,
.forward-button:hover {
  background-color: #fcfcfc;
}
@media only screen and (max-width: 800px) {
  .back-button,
  .forward-button {
    display: none;
  }
}

.back-button {
  left: 36px;
}

.forward-button {
  right: 36px;
}

.global-back-button {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
.global-back-button .back-button {
  left: 1rem;
}

footer.site-footer {
  border-top: solid 1px #e9ecef;
  display: flex;
  color: #555;
  padding: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 0.9rem;
}
footer.site-footer .footer-sect {
  padding: 2rem;
}
footer.site-footer i.bi {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 600px) {
  footer.site-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.text-danger {
  color: rgba(255, 0, 0, 0.5);
}

.tac {
  text-align: center;
}

hr {
  border: none;
  border-top: solid 1px #ccc;
}

.fieldw {
  margin-bottom: 2rem;
}
.fieldw label {
  font-weight: 500;
  font-size: 1rem;
}

.fw-600 {
  font-weight: 600;
}

.user-container {
  max-width: 800px;
  margin: 2rem auto;
}
.user-container > .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.user-container > .header .headimgw img {
  height: 100px;
}
.user-container > .header:not(:withsub) h1 {
  margin: 0;
}
.user-container > .header.withsub {
  text-align: center;
}
.user-container > .header.withsub h1 {
  margin: 0 0 1rem;
}
.user-container > .header.withsub .subtitle {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #555;
}
.user-container > .dashboard-card > .dashboard-list > .dashboard-list-item {
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 2rem;
  border: none;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}
.user-container .standalonebtnw {
  margin: 0 auto;
  margin-top: 1rem;
}
.user-container h1,
.user-container h2 {
  font-weight: 400;
}
.user-container .btns {
  display: flex;
}
.user-container .btns .btn {
  max-width: 100%;
}
.user-container .btns .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.user-container .tooltip {
  font-size: 0.85rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: #888;
}

.staticw {
  margin: 0 auto;
  max-width: 960px;
}
.staticw a {
  font-weight: bold;
}
.staticw .statictext {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.04);
}
.staticw .header {
  margin-bottom: 0;
}

.blankbtn {
  background-color: white;
  border: none;
  outline: none;
  font-size: 1.25rem;
  color: #808080;
  line-height: 1.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
.blankbtn:not(:last-child) {
  margin-right: 0.25rem;
}

.nullbtn {
  background: none;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.badge {
  font-size: 0.7rem;
  border-radius: 0.5rem;
  padding: 0.125rem 0.35rem;
}
.badge.bg-primary {
  background-color: #3a99bb;
  color: white;
}
.badge.bg-info {
  background-color: #efead7;
  color: black;
}
.badge.bg-danger {
  background-color: #f16800;
  color: white;
}
.badge.bg-green {
  background-color: #50bf50;
  color: white;
}
.badge.bg-info2 {
  background-color: #fbf8ef;
  color: black;
}

.loaderw {
  display: flex;
  width: 100%;
  justify-content: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #ff6f00;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.df {
  display: flex !important;
}

.loadingw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #555;
}

.circular-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid #808080;
  border-radius: 72px;
  background-color: white;
  color: #808080;
  transition: all 0.2s ease-in-out;
  font-size: 1.6rem;
  z-index: 3;
  cursor: pointer;
}

/* Button hover state */
.circular-btn:hover {
  background-color: #f0f0f0;
  border-color: #606060;
  color: #606060;
}

/* Button active state */
.circular-btn:active {
  background-color: #e0e0e0;
  border-color: #404040;
  color: #404040;
  transform: scale(0.95); /* Add subtle scale effect */
}

/* Override Bootstrap .btn class box-shadow */
.btn.circular-btn {
  box-shadow: none !important;
}

.btn.circular-btn:focus,
.btn.circular-btn:active,
.btn.circular-btn:hover {
  box-shadow: none !important;
}

/* Specifically style decrement button */
.btn-decrement {
  margin-right: 0;
  order: 1;
}

/* Specifically style increment button */
.btn-increment {
  margin-left: 0;
  order: 3;
}

.number-field {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0.75rem;
  border-radius: 6px;
  min-height: 58px;
  background-color: white;
  transition: border-color 0.2s ease;
  box-shadow: 0rem 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
}
@media only screen and (max-width: 800px) {
  .number-field.form-field-half {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .number-field.form-field-half {
    flex-basis: calc(50% - 1rem);
    margin: 0 0.5rem;
    max-width: 460px;
  }
}
.number-field.form-field-full {
  flex-basis: 100%;
}
.number-field .form-label {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin: 0;
  padding-left: 0.5rem;
}
.number-field .number-field-row {
  display: flex;
  background-color: white;
  border-radius: 0.75rem;
  border: solid 1px #c0c0c0;
  padding: 1rem;
  justify-content: space-between;
}
.number-field .number-field-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .number-field .number-field-wrapper {
    max-width: 120px;
  }
}
@media only screen and (min-width: 801px) {
  .number-field .number-field-wrapper {
    max-width: 126px;
  }
}
.number-field input.form-control[type=text] {
  order: 2;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  padding: 0 0.5rem;
  font-size: 1.2rem !important;
  width: auto !important;
}

.form-group.moving-box-field {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.moving-box-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.moving-box-field .row {
  width: 100%;
}
.moving-box-field .btns {
  display: flex;
}
.moving-box-field h3.title {
  font-weight: 400;
}
.moving-box-field .numsel {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.moving-box-field .selection-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.06rem;
}
.moving-box-field .selection-circle.active {
  color: white;
  background-color: #f4b07b;
  border: solid 2px #f38d3e;
}
.moving-box-field .selection-circle:not(.active) {
  color: black;
  background-color: transparent;
  border: solid 2px #f4b07b;
}
.moving-box-field .clutter-optionsw {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.moving-box-field .clutter-optionsw .title {
  width: 100%;
}
@media only screen and (min-width: 801px) {
  .moving-box-field .clutter-optionsw .title {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .moving-box-field .clutter-optionsw .title {
    text-align: center;
  }
}
.moving-box-field .clutter-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .moving-box-field .clutter-options {
    flex-wrap: wrap;
  }
}
.moving-box-field .clutter-option {
  background-color: white;
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 801px) {
  .moving-box-field .clutter-option:not(:last-child) {
    margin-right: 2rem;
  }
}
.moving-box-field .clutter-option.active {
  border: solid 2px #ff6f00;
}
.moving-box-field .clutter-option:not(.active) {
  border: solid 2px #c0c0c0;
}
.moving-box-field .clutterlevelimg {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 8px;
}
.checkbox-options-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.25rem;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  /* Custom checkbox styling */
  /* Form check with active state */
  /* Ensure consistent styling with other form elements */
  /* Mobile optimizations */
}
.checkbox-options-container .checkbox-options-container label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.checkbox-options-container .checkbox-options-container .invalid-feedback {
  display: none !important;
}
.checkbox-options-container .form-check {
  position: relative;
  transition: all 0.2s ease;
  border-radius: 12px;
  background-color: white;
  margin-bottom: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}
.checkbox-options-container .form-check:hover {
  border-color: #cfcfcf;
}
.checkbox-options-container .form-check-input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.checkbox-options-container .form-check-label {
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1.25rem 1.55rem 1.25rem 1.5rem;
  margin: 0;
  font-weight: 400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 1rem !important;
  min-height: 4.5rem;
}
.checkbox-options-container .form-check-input {
  display: none;
}
.checkbox-options-container .form-check-label::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #c0c0c0;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  margin-left: 8px;
  align-self: center;
}
.checkbox-options-container .form-check-input:checked + .form-check-label::after {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6a00; /* Changed to orange to match SelectOneField */
  color: white;
  border-color: #ff6a00; /* Changed to orange to match SelectOneField */
  font-size: 14px;
  line-height: 1;
}
.checkbox-options-container .form-check-input:checked ~ .form-check {
  border-color: #ff6a00; /* Changed to orange to match SelectOneField */
  background-color: white; /* Changed to white to match SelectOneField */
}
.checkbox-options-container .form-group label.control-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #212529;
}
.checkbox-options-container .error-message.select-many-error {
  font-weight: 500;
  margin-bottom: 1rem !important;
  padding: 0.25rem 0;
}
.checkbox-options-container .select-many-error {
  width: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 1rem !important;
  order: 999 !important;
  position: relative !important;
}
@media (max-width: 768px) {
  .checkbox-options-container .form-check-label {
    font-size: 0.95rem;
  }
}

.custom-radio-group .option-with-image,
.checkbox-options-container .option-with-image {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.custom-radio-group .option-image,
.checkbox-options-container .option-image {
  height: 40px; /* Increased from 30px to 40px */
  width: auto;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-radio-group {
  /* Keep validation styling */
}
.custom-radio-group.horizontal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.custom-radio-group.horizontal .form-check {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .custom-radio-group.horizontal .form-check {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .custom-radio-group.horizontal .form-check {
    flex-basis: calc(50% - 0.5rem);
  }
}
.custom-radio-group .form-check {
  margin-bottom: 0.75rem;
  border-radius: 6px;
  min-height: 58px;
  background-color: white;
  cursor: pointer;
  transition: border-color 0.2s ease;
  /* Add flexbox to ensure vertical alignment of content */
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}
.custom-radio-group .form-check:hover {
  border-color: #cfcfcf;
}
.custom-radio-group input[type=radio] {
  display: none;
}
.custom-radio-group .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  line-height: 1.2;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  min-height: 4.5rem;
  margin: 0;
}
.custom-radio-group .form-check-label::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  /* Position it absolutely to avoid disrupting text flow */
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-radio-group .form-check-input:checked + .form-check-label::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ff6a00; /* orange */
  border-radius: 50%;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #ff6a00;
  display: block;
  flex-shrink: 0;
  /* Position it absolutely to avoid disrupting text flow */
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-radio-group .form-check-input:checked + .form-check-label {
  color: #333;
}
.custom-radio-group .form-check-input:checked ~ .form-check {
  border-color: #ff6a00;
}
.custom-radio-group .is-valid {
  border-color: #198754 !important;
}
.custom-radio-group .is-invalid {
  border-color: #dc3545 !important;
}
.custom-radio-group .form-group label {
  margin-top: 0.5rem;
}

/* Byline styling for multiple choice options */
.option-byline {
  font-size: 0.875rem; /* Smaller than the main text */
  color: #6c757d; /* Muted gray color */
  margin-top: 0.25rem;
  line-height: 1.3;
}

/* Ensure proper layout for option text containers */
.option-text {
  display: flex;
  flex-direction: column;
}

/* For options with images, ensure proper spacing */
.option-with-image .option-text {
  margin: 0 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .option-byline {
    font-size: 0.8rem;
    margin-top: 0.1rem;
  }
}
.response-card {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.response-card .card-header {
  background-color: #f8f9fa;
  font-weight: 600;
}
.response-card .card-body .card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.response-card .card-body .card-subtitle {
  font-size: 0.9rem;
  color: #6c757d;
}
.response-card .card-footer {
  background-color: #f8f9fa;
}
.response-card .card-footer .btn {
  margin-right: 10px;
}

.estimate-spreadsheet-card {
  margin-bottom: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.estimate-spreadsheet-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.estimate-spreadsheet-card .card-header {
  background-color: #f8f9fa;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.estimate-spreadsheet-card .summary-section {
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
.estimate-spreadsheet-card .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}
.estimate-spreadsheet-card .action-buttons .btn {
  border-radius: 6px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0.425rem 0.85rem;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border: none;
}
.estimate-spreadsheet-card .action-buttons .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.estimate-spreadsheet-card .action-buttons .btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.estimate-spreadsheet-card .action-buttons .btn i {
  margin-right: 6px;
  font-size: 0.95rem;
}
.estimate-spreadsheet-card .action-buttons .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.estimate-spreadsheet-card .action-buttons .admin-actions {
  margin-right: auto;
  display: flex;
  gap: 10px;
}
.estimate-spreadsheet-card .action-buttons .view-actions {
  display: flex;
  gap: 10px;
}

.admin-quicknav {
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  border: solid 1px #e0e0e0;
}
.admin-quicknav h1 {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
}
.admin-quicknav ul.nav-items {
  flex-wrap: wrap;
  display: flex;
}
.admin-quicknav .nav-item {
  display: inline-block;
}
.admin-quicknav .nav-item a {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.admin-quicknav .nav-item a:hover {
  background-color: white;
}
.admin-quicknav .navbar-brand {
  padding: 0.25rem 1rem;
}

.admin-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  margin: 1rem auto;
  border-radius: 1rem;
  text-align: left;
  border: solid 1px #e0e0e0;
}
.admin-container > .header {
  display: flex;
  justify-content: space-between;
}
.admin-container h1,
.admin-container h2,
.admin-container h3,
.admin-container h4 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.admin-container label {
  display: block;
}
.admin-container .btn-primary {
  width: 100%;
  max-width: 400px;
}
.admin-container .btns {
  display: flex;
}
.admin-container .btns .btn {
  max-width: 100%;
  flex-basis: 50%;
}
.admin-container .btns .btn:not(:last-child) {
  margin-right: 0.5rem;
}

.admin-indexw {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
  text-align: center;
}
.admin-indexw h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.admin-indexw .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 33%));
}
.admin-indexw .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: white;
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}
.admin-indexw .cards .card i.bi {
  font-size: 3.5rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.admin-indexw .card-uis i.bi {
  color: #f16800;
}
.admin-indexw .card-ua i.bi {
  color: #eca700;
}
.admin-indexw .card-fe i.bi {
  color: #62850a;
}
.admin-indexw .card-hc i.bi {
  color: #eca700;
}
.admin-indexw .card-ct i.bi {
  color: #3a99bb;
}
.admin-indexw .card-ss i.bi {
  color: #f16800;
}
.user-interview-sheetsw {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
  text-align: center;
}
.user-interview-sheetsw .summary-linkw {
  display: flex;
  gap: 0.5rem;
  flex-basis: 100%;
}
.user-interview-sheetsw .summary-linkw > * {
  flex-basis: 100%;
}
.user-interview-sheetsw > .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.user-interview-sheetsw > .header h1 {
  font-weight: 400;
}
.user-interview-sheetsw .alert {
  margin-bottom: 1rem;
}
.user-interview-sheetsw .alert-header {
  display: flex;
  align-items: center;
}
.user-interview-sheetsw .alert-header h3 {
  margin: 0;
}
.user-interview-sheetsw .alert-header i.bi {
  margin-right: 0.5rem;
}
.user-interview-sheetsw .alert-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.9rem;
}
.user-interview-sheetsw .alert-footer .btns {
  flex-basis: 300px;
}
.user-interview-sheetsw .uis-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.user-interview-sheetsw .uis-header .total {
  color: #555;
}
.user-interview-sheetsw .uis-header .pagination {
  font-size: 0.8rem;
}

.estimate-spreadsheet-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.estimate-spreadsheet-card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.estimate-spreadsheet-card .header h3 {
  margin: 0;
}
.estimate-spreadsheet-card .header .left {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.estimate-spreadsheet-card .header .left .badge {
  margin-left: 0.5rem;
}
.estimate-spreadsheet-card .body {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.estimate-spreadsheet-card .body .uploaded-dt {
  color: #555;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.estimate-spreadsheet-card .body .file-size {
  color: #555;
  font-size: 0.8rem;
}
.estimate-spreadsheet-card .body .notes {
  color: #000;
  font-size: 0.9rem;
}
.estimate-spreadsheet-card .footer {
  display: flex;
  justify-content: space-between;
}
.estimate-spreadsheet-card .footer .admin-actions {
  display: flex;
}
.estimate-spreadsheet-card .footer .view-actions {
  display: flex;
}
.estimate-spreadsheet-card .footer .admin-actions > *:not(:last-child),
.estimate-spreadsheet-card .footer .view-actions > *:not(:last-child) {
  margin-right: 0.5rem;
}

.admin-site-settings .settings {
  display: flex;
}
.admin-site-settings .settings .col {
  padding: 1rem;
  flex-basis: 50%;
}
.admin-site-settings hr {
  width: 100%;
}

.admin-help .text-muted {
  font-size: 0.9rem;
  color: #555;
}
.admin-help .help-link {
  border: solid 1px #ccc;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0;
  display: block;
}
.admin-help .help-link p {
  margin: 0;
}

.admin-checklist-templates .nav.nav-tabs {
  display: flex;
  padding: 0;
  z-index: 2;
}
.admin-checklist-templates .nav.nav-tabs p.lead {
  padding: 1rem;
}
.admin-checklist-templates .nav.nav-tabs .nav-link {
  min-width: 150px;
  padding: 1rem 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border: solid 1px #e0e0e0;
  border-bottom: none;
  margin-right: 0.25rem;
  text-align: center;
  flex-basis: 100%;
}
.admin-checklist-templates .nav.nav-tabs .nav-link.active {
  background-color: white;
}
.admin-checklist-templates .nav.nav-tabs .nav-link:not(.active) {
  background-color: #e0e0e0;
}
.admin-checklist-templates .jumplinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 32%));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.25rem;
  margin-bottom: 2rem;
}
.admin-checklist-templates .jumplinks .btn {
  margin: 0.25rem;
  text-align: center;
  height: auto;
}
.admin-checklist-templates .table-secondary {
  background-color: #ccc;
}
.admin-checklist-templates .table-secondary td {
  font-size: 1rem;
}
.admin-checklist-templates .table-secondary td p.fw-bold {
  font-weight: bold;
}
.admin-checklist-templates table td {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.admin-checklist-templates table td span.none {
  color: #aeaeae;
  font-style: italic;
}
.admin-checklist-templates table tr:nth-child(even) {
  background-color: #f0f0f0;
}
.admin-checklist-templates .template-container {
  padding: 2rem;
  border: solid 1px #c0c0c0;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  margin-top: -1px;
}

.admin-formulas .active-card {
  border: solid 1px #c0c0c0;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.admin-formulas .active-card .header {
  display: flex;
  justify-content: space-between;
}
.admin-formulas .btns {
  display: flex;
}
.admin-formulas .btns .btn {
  max-width: 100%;
  flex-basis: 50%;
}
.admin-formulas .btns .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.admin-formulas .btnsg2 {
  display: flex;
  flex-wrap: wrap;
}
.admin-formulas .btnsg2 .btn {
  margin: 0.25rem;
  max-width: 100%;
}
.admin-formulas .btnsg2 .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.admin-formulas table {
  font-size: 0.9rem;
  width: 100%;
}
.admin-formulas table tr:nth-child(even) {
  background-color: #fafafa;
}
.admin-formulas table tr.active {
  background-color: #d1f0d1 !important;
}
.admin-formulas table td {
  padding: 0.5rem;
}

.admin-user-submissions {
  background-color: inherit;
}
.admin-user-submissions .responses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 32%));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
.admin-user-submissions .responses .response-card {
  background-color: white;
  padding: 1.5rem;
}
.admin-user-submissions .responses .response-card h4.subtitle {
  font-size: 0.8rem;
}
.admin-user-submissions .responses .response-card .footer .btn:not(:last-child) {
  margin-bottom: 0.5rem;
}

.admin-new-formula select {
  background-color: white;
  padding: 0.5rem;
  border: solid 1px #ccc;
  border-radius: 0.5rem;
}

.pagination {
  justify-content: flex-end;
}

.adminiconsw form.card {
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0.5rem;
  border: solid 1px #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}
.adminiconsw form.card input[type=file] {
  padding: 0.5rem;
}
.adminiconsw .iconsw {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.adminiconsw .iconsw .iconw {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
}
.adminiconsw .iconsw .iconw .namew {
  flex-basis: 100%;
}
.adminiconsw .iconsw .iconw button {
  flex-basis: 150px;
}
.adminiconsw .iconsw .iconw .imgw {
  padding: 0 1rem;
}
.adminiconsw .form-control.searchfc,
.adminiconsw .form-control.iconnamefc {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 0;
}

.admin-container.adminformsw {
  max-width: 100%;
}
.admin-container.adminformsw h1 {
  cursor: pointer;
  font-size: 1.2rem;
}
.admin-container.adminformsw > * {
  margin-bottom: 1rem;
}

.formeditor .formsw {
  display: flex;
}
.formeditor .editorcols {
  display: flex;
  padding: 1rem 0;
  gap: 1rem;
}
.formeditor .editorcols pre {
  font-size: 0.6rem;
  white-space: pre-wrap; /* Preserve whitespace and allow wrapping */
  word-wrap: break-word; /* Ensure long words break instead of overflowing */
  overflow-x: auto; /* Add horizontal scrollbar if needed */
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: solid 1px #f0f0f0;
}
.formeditor .editorcols .col {
  padding: 1rem;
  border: solid 1px #e0e0e0;
  border-radius: 0.5rem;
}
.formeditor .editorcols .col.col1, .formeditor .editorcols .col.col2 {
  flex-basis: 22%;
}
.formeditor .editorcols .col.col3 {
  flex: 1;
  flex-basis: 56%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.formeditor .editorcols .col.col3 .fecols {
  display: flex;
  flex-basis: 100%;
}
.formeditor .editorcols .col.col3 .fecol.fecol1:not(:only-child) {
  flex-basis: 66%;
}
.formeditor .editorcols .col.col3 .fecol.fecol1:only-child {
  flex-basis: 100%;
}
.formeditor .editorcols .col.col3 .fecol.fecol2 {
  flex-basis: 34%;
  margin-left: 1rem;
}
.formeditor .editorcols .col .itemsel {
  padding: 0.5rem;
  border: solid 1px #e0e0e0;
  border-radius: 0.5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.formeditor .editorcols .col .itemsel.active {
  background-color: #eaffff;
}
.formeditor .editorcols .col .itemsel.curgroup {
  background-color: #ececec;
}
.formeditor .editorcols .col .itemsel.addnew {
  background-color: #3a99bb;
  color: white;
}
.formeditor .editorcols .col .itemsel h4 {
  font-weight: 500;
  font-size: 0.9rem;
}
.formeditor .editorcols .col .itemsel p {
  font-size: 0.8rem;
}
.formeditor .editorcols .col .itemsel h4,
.formeditor .editorcols .col .itemsel p {
  flex-basis: 100%;
  margin: 0;
}
.formeditor .fieldeditor {
  display: flex;
  flex-wrap: wrap;
}
.formeditor .fieldeditor .fieldw,
.formeditor .fieldeditor > h3 {
  flex-basis: 100%;
}
.formeditor .fieldeditor .fieldw {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.formeditor .fieldeditor .fieldw strong {
  font-size: 0.75rem;
  flex-basis: 100%;
}
.formeditor .fieldeditor .form-control {
  min-height: 2rem !important;
  padding: 0.5rem;
  flex-basis: 100%;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
}
.formeditor .itemid {
  font-size: 0.7rem;
}

.checklistdepsw {
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.checklistdepsw ul {
  font-size: 0.7rem;
  padding: 1rem;
  border: solid 1px #f0f0f0;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.checklistdepsw ul li {
  margin-bottom: 0.5rem;
}
.checklistdepsw ul li .groupname,
.checklistdepsw ul li .itemname {
  font-weight: 500;
}

.cp {
  cursor: pointer;
}

.optionseditor {
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  border: solid 1px #e8e8e8;
  padding: 0.5rem 1rem;
}
.optionseditor .option {
  background-color: white;
  border-radius: 0.5rem;
  border: solid 1px #e8e8e8;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.form-overview .groupw {
  margin-bottom: 1rem;
}
.form-overview table {
  background-color: white;
  font-size: 0.8rem;
  border-collapse: collapse;
  border: solid 1px #f0f0f0;
}
.form-overview table td,
.form-overview table th {
  padding: 0.25rem;
  border: solid 1px #f0f0f0;
}
.form-overview .optionstbl {
  background-color: #f4f8ff;
  min-width: 900px;
  font-size: 0.7rem;
}
.form-overview h3 {
  font-weight: 600;
}
.form-overview .iconimg {
  height: 3rem;
}

.admincollegesearch {
  position: relative;
}
.admincollegesearch .results {
  position: absolute;
  background-color: white;
  padding: 0.5rem;
  border: solid 1px #f0f0f0;
  border-radius: 0.5rem;
  top: 4rem;
  width: 600px;
  max-height: 200px;
  overflow-y: auto;
}
.admincollegesearch .results .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 2000;
}
.admincollegesearch .results .item:not(:last-child) {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 0.25rem;
}
.admincollegesearch .results .item .college-address {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  color: #555;
}

.modal-overlay {
  position: absolute;
  top: 0;
  back: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
}
.modal-overlay .modal-content {
  min-width: 300px;
  min-height: 100px;
  border-radius: 0.5rem;
  background-color: #faf9f6;
  padding: 1.5rem;
}
.modal-overlay .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.modal-overlay .modal-content .modal-header .left {
  font-weight: 600;
  font-size: 1.1rem;
}
.modal-overlay .modal-content .modal-header i.bi {
  cursor: pointer;
}
.modal-overlay .modal-content .fieldw {
  margin-bottom: 1rem;
}
.modal-overlay .modal-content .fieldw .form-label {
  font-size: 0.9rem;
  color: #555;
}
.modal-overlay .modal-content .fieldgroup .fieldw {
  flex-basis: 50%;
}
.modal-overlay .modal-content .btns {
  display: flex;
}
.modal-overlay .modal-content .btns .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.modal-overlay .modal-content .btns .btn {
  flex-basis: 100%;
}

body.modal-open {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* This is for checklists */
/* Checklist styling with Bootstrap enhancements */
.checklist-show #checklist-react-target > .header {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-align: center;
  /*.contextmenuw {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    ul {
      min-width: 230px;
    }
  }*/
}
.checklist-show #checklist-react-target > .header > * {
  flex-basis: 100%;
}
.checklist-show #checklist-react-target > .header .subtitle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.checklist-show #checklist-react-target > .header .editchkw {
  position: absolute;
  top: 0;
  right: 0;
  color: #555;
  cursor: pointer;
}
.checklist-show .right.editbtns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checklist-show .right.editbtns > i.bi {
  cursor: pointer;
  font-size: 1.1rem;
}
.checklist-show .header .btns {
  width: 100%;
}
.checklist-show .header .btns form.button_to {
  display: flex;
}
.checklist-show .header .btns .btn {
  flex: 1;
}
.checklist-show .creator-name {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

.checklist-container {
  max-width: 800px;
  margin: 1rem auto 2rem;
  border-radius: 8px;
}
.checklist-container .card-header {
  padding: 1rem 1.5rem;
}
.checklist-container .card-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.checklist-container .additemw .additem {
  color: #3a99bb;
  padding: 0.75rem 0 0;
}
.checklist-container .card-body {
  padding: 1.5rem;
}
.checklist-container .checklist-group {
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 2rem;
  background-color: white;
}
.checklist-container .checklist-group .group-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.checklist-container .checklist-group .group-header-top .left {
  display: flex;
  flex-basis: 100%;
  cursor: pointer;
  justify-content: left;
  align-items: center;
}
.checklist-container .checklist-group .group-header-top .left .iconw {
  display: flex;
  align-items: center;
}
.checklist-container .checklist-group .group-header-top .left .iconw img {
  height: 2rem;
  margin-right: 0.25rem;
}
.checklist-container .checklist-group .group-header-top .left:not(:last-child) {
  margin-right: 1rem;
}
.checklist-container .checklist-group .group-name-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3a99bb;
}
.checklist-container .checklist-group .group-description {
  font-size: 0.9rem;
  color: #808080;
}
.checklist-container .checklist-group .group-status {
  color: #808080;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.checklist-container .checklist-group .viewlist {
  color: #f16800;
  text-decoration: underline;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.checklist-container .checklist-group .list-group-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.checklist-container input[type=checkbox] {
  border: 1px solid #bbb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  margin: 0 0.75rem 0 0;
}
.checklist-container input[type=checkbox]:not(:disabled) {
  cursor: pointer;
}
.checklist-container input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.checklist-container input[type=checkbox]:checked {
  background-color: #f16800;
  border-color: #f16800;
}
.checklist-container input[type=checkbox]:checked::after {
  color: white;
  content: "✓";
  position: absolute;
  top: 3px;
  left: 9px;
  width: 5px;
  height: 11px;
  font-size: 1.2rem;
}
.checklist-container input[type=checkbox]:focus {
  outline: 2px solid #86b7fe;
  outline-offset: 2px;
}
.checklist-container .alert {
  display: flex;
  align-items: center;
}
.checklist-container .alert i.bi {
  margin-right: 0.25rem;
}
.checklist-container .checklist-items {
  position: relative;
  padding: 0;
  font-size: 0.9rem;
}
.checklist-container .checklist-items .iconseldropdown {
  left: auto;
  right: 0px;
  width: 372px;
  z-index: 200;
}
.checklist-container .checklist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0.75rem 0;
  min-height: 3rem;
  transition: background-color 0.2s ease;
  border-bottom: solid 1px #f0f0f0 !important;
}
.checklist-container .checklist-item:hover {
  background-color: #fcfcfc;
}
.checklist-container .checklist-item .item-text {
  display: flex;
  align-items: center;
}
.checklist-container .checklist-item .item-text .iconimg {
  height: 2rem;
  margin-right: 0.5rem;
}
.checklist-container .checklist-item:not(:hover) .right i.bi.bi-pencil,
.checklist-container .checklist-item:not(:hover) .right .context-menu-button,
.checklist-container .checklist-item:not(:hover) .right .iconselbtn {
  opacity: 0;
}
.checklist-container .checklist-item.checked .item-text {
  text-decoration: line-through;
  color: #808080;
}
.checklist-container .checklist-item.updating {
  border-left-color: #007bff;
}
.checklist-container .checklist-item .form-check-label {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
  transition: color 0.2s ease;
  margin: 0;
  font-size: 1rem;
}
.checklist-container .checklist-item .left {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.checklist-container .checklist-item .left .left-content {
  flex-basis: 85%;
}
.checklist-container .checklist-item .left .notes {
  color: black;
  font-style: italic;
  font-size: 0.7rem;
}
.checklist-container .checklist-item i.bi {
  cursor: pointer;
  color: #555;
}
.checklist-container .checklist-item .form-check-text {
  font-size: 1rem;
}
.checklist-container .checklist-item input.form-control {
  min-height: 0 !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.9rem;
}
.checklist-container .checklist-item form.form-check-edit {
  flex-basis: 100%;
  display: flex;
}
.checklist-container .spinner-border {
  width: 3rem;
  height: 3rem;
}
.checklist-container .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
.checklist-container label:has(input[type=checkbox]) {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checklist-container label:has(input[type=checkbox]):hover input[type=checkbox]:not(:checked) {
  border-color: #0d6efd;
}

.collaborators-modalw h5 {
  margin-bottom: 0.25rem;
}
.collaborators-modalw .collaborators {
  padding: 0;
  margin-bottom: 1rem;
}
.collaborators-modalw .collaborators .collaborator {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0.5rem 1rem;
  border-radius: 0.5rem;
  border: solid 1px #f0f0f0;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  background-color: white;
}
.collaborators-modalw .collaborators .collaborator .badge {
  margin-right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collaborators-modalw .collaborators .collaborator .collaborator-name {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  flex: 1;
}
.collaborators-modalw .collaborators .collaborator .collaborator-name .badge {
  margin-left: 0.5rem;
}
.collaborators-modalw .collaborators .collaborator .btn {
  padding: 0;
  margin: 0;
  flex-basis: 32px;
}
.collaborators-modalw .newcollabform .fieldgroup {
  display: flex;
}
.collaborators-modalw .newcollabform .fieldgroup input {
  padding: 0.5rem;
  font-size: 0.9rem;
  min-height: 0 !important;
}
.collaborators-modalw .newcollabform .fieldgroup .fieldw:not(:last-child) {
  margin-right: 0.5rem;
}

.assignformw .options {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  flex-direction: column;
}
.assignformw .options .option {
  flex-basis: 100%;
  cursor: pointer;
}
.assignformw .options .option:not(:last-child) {
  margin-bottom: 0.5rem;
}

.collegetipsw,
.shippingmethodfw {
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.collegetipsw .title,
.shippingmethodfw .title {
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collegetipsw .title .left,
.shippingmethodfw .title .left {
  display: flex;
  align-items: center;
}
.collegetipsw .title .text,
.shippingmethodfw .title .text {
  margin-right: 0.5rem;
}
.collegetipsw .title .domi,
.shippingmethodfw .title .domi {
  height: 3rem;
  margin-right: 1rem;
}
.collegetipsw .title i.bi,
.shippingmethodfw .title i.bi {
  padding: 0.5rem 1rem;
}
.collegetipsw .btns,
.shippingmethodfw .btns {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.collegetipsw {
  background-color: #d1ecf1;
}
.collegetipsw .title {
  margin-bottom: 0;
}
.collegetipsw .tips {
  margin-top: 1rem;
  padding: 1rem;
}
.collegetipsw .tips h1,
.collegetipsw .tips h2,
.collegetipsw .tips h3,
.collegetipsw .tips h4,
.collegetipsw .tips h5,
.collegetipsw .tips h6,
.collegetipsw .tips p,
.collegetipsw .tips li {
  margin-bottom: 1rem;
}
.collegetipsw .tips h1,
.collegetipsw .tips h2,
.collegetipsw .tips h3,
.collegetipsw .tips h4,
.collegetipsw .tips h5,
.collegetipsw .tips h6 {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
}
.collegetipsw .tips h1 img,
.collegetipsw .tips h2 img,
.collegetipsw .tips h3 img,
.collegetipsw .tips h4 img,
.collegetipsw .tips h5 img,
.collegetipsw .tips h6 img {
  height: 1em;
  margin-right: 0.5rem;
}
.collegetipsw .tips hr {
  opacity: 0;
}
.collegetipsw .tips ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.collegetipsw .tips.hide {
  display: none;
}

.shippingmethodfw {
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  background-color: rgb(255, 226, 203);
  border-radius: 0.5rem;
}
.shippingmethodfw .title {
  margin-bottom: 0.5rem;
}

@media print {
  .additemw,
  .viewlist,
  .context-menu-container {
    display: none !important;
  }
  .checklist-container input[type=checkbox] {
    min-width: 0;
    width: 1rem;
    height: 1rem;
  }
  .checklist-container .checklist-item {
    padding: 0.25rem 0;
    min-height: 0;
  }
  .checklist-container .checklist-group {
    padding: 1rem;
    margin-bottom: 0;
  }
  .collegetipsw .title {
    display: none;
  }
  .collegetipsw i.bi {
    display: none;
  }
  .collegetipsw .tips.hide {
    display: block !important;
  }
}
.category-table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.category-table th {
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  position: sticky;
  top: 0;
  z-index: 10;
}
.category-table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.category-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
.category-table tr:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

.collegetipspgw .header .subtitle {
  margin: 0;
}

.collegesearchw .fieldw:not(:last-child) {
  margin-bottom: 1rem;
}
.collegesearchw .fieldw:last-child {
  margin-bottom: 0;
}

.dev-environment-banner {
  display: none;
  background-color: #dc3545;
  color: white;
  font-size: 0.8rem;
  padding: 0.25rem;
  position: sticky;
  top: 0;
  z-index: 1100;
}

.staging-environment-banner {
  background-color: #fd7e14;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  position: sticky;
  top: 0;
  z-index: 1100;
}

/* Form field layout styles */
.form-group-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-evenly;
}

/* Compact Domi Tip Styling */
.domi-tip.compact {
  margin: 0.25rem 0 1rem;
  padding: 0.75rem;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  font-weight: 400;
  position: relative;
  width: calc(100% - 2rem);
  padding-left: 1.5rem;
  overflow: visible;
  max-width: 572px;
}
.domi-tip.compact .domi-tip-avatar {
  width: 80px;
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  z-index: 2;
}
.domi-tip.compact .domi-tip-content {
  flex: 1;
  color: #6c757d;
  font-style: italic;
  position: relative;
  z-index: 1;
  min-width: 0;
}
@media only screen and (max-width: 800px) {
  .domi-tip.compact .domi-tip-content {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 801px) {
  .domi-tip.compact .domi-tip-content {
    padding-right: 60px;
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
  .domi-tip.compact.compact {
    padding-right: 85px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .domi-tip.compact.compact .domi-tip-avatar {
    width: 100px;
    right: -10px;
  }
}

/* Remove bottom margin from form fields when inside a form-field-with-domi-tip container */
/*.form-field-with-domi-tip > .form-field-full,
.form-field-with-domi-tip > .form-field-half,
.form-field-with-domi-tip [class*="form-field"] {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}*/
/*
.form-field-with-domi-tip {
  position: relative;
  // padding: 0.5rem 0;
  border-radius: 10px;
  background-color: rgba(248, 249, 250, 0.1);
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .mascot-helper {
    margin: 0 auto 1rem;
  }
}*/
/* Mobile responsive adjustments for Domi tips */
/* Specific override for grouped questions form */
#grouped-questions-form > div.mb-4 > div:nth-child(2) > div > div > div > div.form-group {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

#grouped-questions-form > div.mb-4 > div:nth-child(2) > div > div > div > div.domi-tip.compact {
  margin-top: 0;
}

/* Required question notice styling */
.required-question-notice {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 140%;
  /* identical to box height, or 28px */
  text-align: center;
  color: rgba(255, 0, 0, 0.5);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.addressfieldw .tooltip {
  font-size: 0.9rem;
  color: #555;
}

.collegefieldw .form-controls-area {
  position: relative;
}
.collegefieldw .autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.collegefieldw .autocomplete-item {
  padding: 0.5em 1em;
  cursor: pointer;
}
.collegefieldw .college-name {
  font-weight: 500;
}
.collegefieldw .college-address {
  font-size: 0.9rem;
  color: #666;
}

.typeaheadfieldw .form-controls-area {
  position: relative;
}
.typeaheadfieldw .autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 220px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.typeaheadfieldw .autocomplete-item {
  padding: 0.5em 1em;
  cursor: pointer;
}
.typeaheadfieldw .option-name {
  font-weight: 500;
}
.typeaheadfieldw .option-address {
  font-size: 0.9rem;
  color: #666;
}
.typeaheadfieldw .form-check {
  margin-top: 0.5rem;
  position: relative;
  transition: all 0.2s ease;
  border-radius: 12px;
  background-color: white;
  margin-bottom: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}
.typeaheadfieldw .form-check .form-check-label {
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1.25rem 1.55rem 1.25rem 1.5rem;
  margin: 0;
  font-weight: 400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 1rem !important;
}

.error-message {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
}

nav.navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px #d3d3d3;
}
nav.navbar .navbar-brand {
  display: flex;
}
nav.navbar ul.navbar-nav {
  display: flex;
  padding: 0.5rem;
  font-weight: bold;
}
nav.navbar ul.navbar-nav > li:not(:last-child) {
  margin-right: 0.75rem;
}
nav.navbar ul.navbar-nav .nav-link i.bi {
  font-size: 1.3rem;
}
nav.navbar .navbar-toggler {
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 601px) {
  nav.navbar .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  nav.navbar {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 601px) {
  nav.navbar {
    padding: 0.5rem 3rem;
  }
}

.header-dropdown-toggle {
  display: none;
}

.header-dropdown-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.header-dropdown-label > span {
  color: #595959;
}
.header-dropdown-label .status-circle {
  margin-right: 0.25rem;
}

.header-dropdown-content {
  display: none;
  background-color: #ffffff;
  padding: 0;
  border: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: absolute;
  top: 48px;
  min-width: 160px;
  z-index: 1080;
  font-size: 0.9rem;
}
@media only screen and (max-width: 600px) {
  .header-dropdown-content {
    right: 0;
  }
}
@media only screen and (min-width: 601px) {
  .header-dropdown-content {
    right: 65px;
  }
}
.header-dropdown-content li i.bi {
  margin-right: 0.5rem;
}
.header-dropdown-content hr {
  margin: 2px;
}
.header-dropdown-content .dropdown-divider {
  display: none;
}
.header-dropdown-content a {
  display: block;
  text-decoration: none;
  color: #555;
}
.header-dropdown-content a:hover {
  background-color: #fcfcfc;
}
@media only screen and (max-width: 600px) {
  .header-dropdown-content a {
    padding: 0.75rem 1rem;
    min-width: 70vw;
  }
}
@media only screen and (min-width: 601px) {
  .header-dropdown-content a {
    padding: 0.5rem;
  }
}

.header-dropdown-toggle:checked + .header-dropdown-label + .header-dropdown-content {
  display: block;
}

.context-menu-container {
  position: relative;
}
.context-menu-container .context-menu-button {
  font-size: 1.1rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #555;
}
.context-menu-container .context-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  min-width: 150px;
  z-index: 1100;
}
.context-menu-container .context-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.context-menu-container .context-menu-list li {
  padding: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
  position: relative;
}
.context-menu-container .context-menu-list li i.bi {
  margin-right: 0.5rem;
}
.context-menu-container .context-menu-list li:hover {
  background-color: #f0f0f0;
}
.context-menu-container .context-menu-list li:has(> ul)::after {
  content: " >";
  font-size: 1.1rem;
  position: absolute;
  right: 0.75rem;
  top: 0.45rem;
}
.context-menu-container .context-menu-list li.isChecked::after {
  content: " ✓";
  color: #3a99bb;
  font-size: 1.1rem;
  position: absolute;
  right: 0.75rem;
  top: 0.4rem;
}
.context-menu-container .context-menu-list li ul {
  position: absolute;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  display: none;
  list-style-type: none;
  left: 150px;
  padding: 0;
  top: 0;
  min-width: 150px;
}
.context-menu-container .context-menu-list li:hover ul {
  display: block;
}
.context-menu-container .context-menu-list li ul li {
  padding: 0.5rem;
}

.alert {
  padding: 1rem 1.5rem;
  width: 100%;
  text-align: left;
}
.alert.alert-warning {
  background-color: rgb(255, 243, 205);
  color: rgb(102, 77, 3);
}
.alert.alert-warning i.bi {
  margin-right: 0.5rem;
}
.alert ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.alert ul li {
  font-size: 0.9rem;
}
.alert strong {
  font-weight: 600;
}

.alert.alert-dismissable {
  border-radius: 0.5rem;
}

body > .container > .alert {
  text-align: center;
}

.navbar-toggler {
  padding: 0.25rem;
  font-size: 0.8rem;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #777;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.75em;
  height: 0.25em;
  border-radius: 0.25em;
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
}

.btn-close {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}

.btn-close:hover,
.btn-close:focus {
  opacity: 0.75;
  outline: none;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 0.5rem;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}

.alert-dismissible .btn-close:hover,
.alert-dismissible .btn-close:focus {
  opacity: 0.75;
  outline: none;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* Pagination */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pagination .page-item:not(.disabled):not(.active) .page-link {
  background-color: #fff;
  border-color: #ddd;
}

.iconseldelw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}

.iconselw {
  position: relative;
  flex-basis: 100%;
}
.iconselw .iconselbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconselw .iconselbtn img {
  height: 4rem;
}
.iconselw .iconseldropdown {
  max-width: 600px;
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0.25rem 0.05rem 0.75rem rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 1rem;
}
.iconselw .iconseldropdown .top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
}
.iconselw .iconseldropdown .top i.bi {
  font-size: 1.6rem;
  color: #555;
  padding: 0.5rem;
}
.iconselw .iconseldropdown .iconw {
  cursor: pointer;
}
.iconselw .iconseldropdown .iconw img {
  height: 2rem;
  margin: 0.5rem;
}
.iconselw .iconseldropdown .form-control {
  min-height: 0;
  padding: 0.5rem;
  box-shadow: 0.05rem 0.05rem 0.25rem rgba(0, 0, 0, 0.02);
}

.editmodal .iconselw {
  cursor: pointer;
}
.editmodal .iconselw.hasicon {
  box-sizing: border-box;
  width: 100%;
  min-height: 57px;
  padding: 0rem;
  background: #fff;
  border: 1px solid #f16800;
  border-radius: 6px;
  box-shadow: 2px 2px 16px rgba(16, 16, 16, 0.12);
  text-align: center;
}
.editmodal .iconselw.hasicon .iconselbtn {
  padding: 0.5rem;
}
.editmodal .iconselw .iconseldropdown {
  max-height: 400px;
}

.homepage-selector {
  text-align: center;
  max-width: none;
}
.homepage-selector .selectw {
  margin: 2rem auto 3rem;
  display: flex;
  justify-content: center;
}

.homepage-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.homepage-options-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 94vw;
  max-width: 1300px;
  margin: 0 auto;
  gap: 1.5rem;
  align-items: stretch;
}

.homepage-option-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 400px;
  cursor: pointer;
  margin: 0;
  padding: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.03);
  position: relative;
}
.homepage-option-card .checkw {
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
}
.homepage-option-card .checkw img {
  height: 2rem;
}
.homepage-option-card .option-img {
  height: 75px;
  margin: 0.75rem;
}
.homepage-option-card .option-label {
  margin: 0 0 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.homepage-option-card .option-desc {
  margin-bottom: 1rem;
  color: #888;
  font-size: 0.85rem;
}
.homepage-option-card .form-check-input {
  height: 1rem;
  border: solid 2px #c0c0c0;
  padding: 16px;
}
.homepage-option-card .form-check-input:checked {
  background-color: #f16800;
  border-color: #f16800;
}
.homepage-option-card .form-check-input:checked::after {
  top: 4px !important;
  left: 12px !important;
  width: 8px !important;
  height: 17px !important;
}

.mascot-helper {
  display: flex;
  margin: 2rem auto;
  justify-content: center;
  align-items: center;
}
.mascot-helper .helper-mascot {
  height: auto;
  objectfit: contain;
}
.mascot-helper .helper-mascot.helper-mascot-sm {
  width: 100px;
}
.mascot-helper .helper-mascot.helper-mascot-mm {
  width: 170px;
}
@media only screen and (min-width: 1000px) {
  .mascot-helper .helper-mascot.helper-mascot-lg {
    width: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .mascot-helper .helper-mascot.helper-mascot-lg {
    width: 170px;
  }
}
.mascot-helper .helper-text {
  max-width: 40vw;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem 3rem;
  border-radius: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  position: relative;
}
.mascot-helper .helper-text .title {
  font-weight: 500;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}
.mascot-helper .helper-text .subtitle {
  font-size: 0.9rem;
  color: #888;
}
@media only screen and (min-width: 801px) {
  .mascot-helper .helper-text::after {
    content: "";
    background-color: white;
    margin-right: 24px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    rotate: 45deg;
    top: 38px;
  }
}
@media only screen and (max-width: 800px) {
  .mascot-helper {
    flex-wrap: wrap;
  }
  .mascot-helper .helper-text {
    max-width: 100%;
  }
}

.welcome-screen .wsgeneral .introtext {
  max-width: 700px;
}

@media only screen and (max-width: 1000px) {
  .welcome-screen .headimg {
    max-width: 520px;
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 1001px) {
  .welcome-screen .headimg {
    max-width: 520px;
    width: 100%;
    height: auto;
  }
}
.welcome-screen .introtext {
  border-radius: 0.5rem;
  margin: 1rem 0 2rem;
  padding: 2rem 3rem;
}
.welcome-screen .introtext h3 {
  font-weight: 500;
  color: #555;
  font-size: 1.1rem;
}
.welcome-screen .headw {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin-bottom: 2rem;
}
.welcome-screen .headw .introtext {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: stretch;
  margin: 0;
}
.welcome-screen .headw .headimgw {
  display: flex;
  align-items: flex-end;
}
.welcome-screen .headw .headimg {
  max-width: none;
}
@media only screen and (min-width: 1001px) {
  .welcome-screen .headw {
    flex-direction: row-reverse;
  }
  .welcome-screen .headw .headimgw {
    flex-basis: 60%;
  }
  .welcome-screen .headw .introtext {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 1000px) {
  .welcome-screen .headw {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .welcome-screen .headw .headimgw .headimg {
    width: 100%;
  }
  .welcome-screen .headw > * {
    justify-content: center;
    flex-basis: 100%;
  }
  .welcome-screen .headw .introtext {
    flex-basis: 100%;
  }
}

.estimate-claim-header {
  margin-bottom: 2rem;
  text-align: center;
}
.estimate-claim-header img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
.estimate-claim-header h3 {
  font-weight: 400;
  font-size: 1.4rem;
}

.estimate-claim {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.estimate-claim .right,
.estimate-claim .left {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.estimate-claim .card {
  text-align: left;
  background-color: white;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.03);
  margin: 0 1rem 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.estimate-claim .card .action-icons {
  display: flex;
}
.estimate-claim .card .action-icons a:first-child {
  margin-right: 0.25rem;
}
.estimate-claim .card h4 {
  font-weight: 500;
  font-size: 1.4rem;
}
.estimate-claim .card h5 {
  font-weight: 500;
  font-size: 1.2rem;
}
.estimate-claim .card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.estimate-claim .card .header h4,
.estimate-claim .card .header h5 {
  margin: 0;
}
.estimate-claim .card .header.header-sm img {
  width: 36px;
  height: 36px;
}
.estimate-claim .card .body {
  margin-bottom: 1rem;
}
.estimate-claim .card .text-muted {
  color: #888;
}
@media only screen and (max-width: 1000px) {
  .estimate-claim {
    flex-wrap: wrap;
  }
  .estimate-claim .card {
    flex: 1;
  }
}

.share-with-others button,
.claimform button,
.send-to-mover button {
  width: 100%;
}

.user-sheet-details .activate-alert {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.loginw,
.user-code-flow {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 450px;
  margin: 2rem auto;
}
.loginw img.brandlogo,
.user-code-flow img.brandlogo {
  height: 120px;
  width: auto;
  margin-bottom: 1rem;
}
.loginw .login-mascot img,
.user-code-flow .login-mascot img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.loginw .title,
.user-code-flow .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.loginw .subtitle,
.user-code-flow .subtitle {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 1.5rem;
}
.loginw .login-form,
.user-code-flow .login-form {
  width: 100%;
}
.loginw .form-control-lg,
.user-code-flow .form-control-lg {
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.loginw .login-footer-text,
.user-code-flow .login-footer-text {
  margin-top: 1.5rem;
  color: #6c757d !important;
  font-size: 0.9rem;
}
.loginw .didntreceive,
.user-code-flow .didntreceive {
  color: #555;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.verifyw {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 450px;
  margin: 2rem auto;
}
.verifyw img.brandlogo {
  height: 120px;
  width: auto;
  margin-bottom: 1rem;
}
.verifyw .verify-mascot img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.verifyw .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.verifyw .subtitle {
  font-size: 0.9rem;
  color: #555;
}
.verifyw .form-control-lg {
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.verifyw .verify-footer-text {
  margin-top: 1.5rem;
  color: #6c757d !important;
  font-size: 0.9rem;
}
.verifyw .fieldw {
  text-align: left;
  font-size: 0.9rem;
}
.verifyw .fieldw .form-label {
  font-weight: 600;
}
.verifyw button {
  width: 100%;
}

.verification-code {
  display: flex;
  justify-content: center;
}
.verification-code .code-input {
  width: 4rem !important;
  height: 4rem !important;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  color: #555 !important;
  border-radius: 50% !important;
  padding: 1rem;
  box-shadow: none !important;
}
.verification-code .code-input:not(:last-child) {
  margin-right: 0.5rem;
}

.code-input:focus {
  border-color: #007bff;
  outline: none;
}

.survey_category_w {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.survey_category_w .headimgw {
  margin-bottom: 1rem;
}
.survey_category_w .welcome-title {
  margin-bottom: 0.5rem;
}
.survey_category_w p.lead {
  margin-bottom: 2rem;
  color: #666;
}

.survey_category_item {
  max-width: 600px;
  margin-bottom: 2rem;
}
.survey_category_item .welcome-card {
  background-color: white;
}
.survey_category_item .card-textsmall {
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.9rem;
}

.manage-collaboratorsw {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.manage-collaboratorsw .pgheader {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.manage-collaboratorsw .pgheader .headimgw {
  text-align: center;
}
.manage-collaboratorsw .pgheader .headimg {
  height: 80px;
}
.manage-collaboratorsw h1 {
  font-weight: 400;
}
@media only screen and (min-width: 600px) {
  .manage-collaboratorsw {
    margin: 2rem auto 0;
  }
}
.manage-collaboratorsw .form-group .control-label {
  margin-bottom: 0.25rem;
  display: block;
}
.manage-collaboratorsw .card {
  background-color: white;
  margin: 0 0 2rem;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}
.manage-collaboratorsw button {
  width: 100%;
}
.manage-collaboratorsw .header h5 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
}
.manage-collaboratorsw .your-collaborators table {
  width: 100%;
}

#grouped-questions-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#grouped-questions-form-wrapper .buttonw {
  display: flex;
  justify-content: center;
}
#grouped-questions-form-wrapper .buttonw button {
  max-width: 400px;
}
#grouped-questions-form-wrapper .formbtnw {
  width: 100%;
  display: flex;
  justify-content: center;
}
#grouped-questions-form-wrapper .formbtn {
  width: 100%;
  max-width: 400px;
  padding: 12px 30px;
  font-size: 1.1rem;
}
#grouped-questions-form-wrapper .formbtn.submitting {
  cursor: not-allowed;
  opacity: 0.6;
}
#grouped-questions-form-wrapper .form-groupw {
  width: 100%;
  max-width: 1000px;
}
#grouped-questions-form-wrapper .gqfw {
  width: 100%;
  display: flex;
  justify-content: center;
}
#grouped-questions-form-wrapper .gqfw .alert {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
#grouped-questions-form-wrapper .gqfw .alert h5 {
  margin: 0;
}
#grouped-questions-form-wrapper .gqfw .alert h5 i.bi {
  margin-right: 0.5rem;
}

#grouped-questions-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #grouped-questions-form {
    padding: 0rem;
  }
}
@media only screen and (min-width: 601px) {
  #grouped-questions-form {
    padding: 2rem;
  }
}

.form-progress-bar {
  margin-bottom: 1rem;
}
.form-progress-bar .bar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.form-progress-bar .bar-wrap .progressw {
  height: 12px;
  background-color: #ddd;
  max-width: 300px;
  background-color: #d3d3d3;
  flex: 1;
  border-radius: 0.5rem;
}
.form-progress-bar .bar-wrap .progressw .completed {
  height: 12px;
  border-radius: 10px;
  background-color: #3a99bb;
}
.form-progress-bar .bar-wrap .start-over {
  color: #ff6600;
  font-size: 0.85rem;
  margin-left: 0.5rem;
  text-decoration: underline;
}
.form-progress-bar .everyanswer {
  font-style: italic;
  font-size: 0.8rem;
}

.form-group-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}

.form-group-subtitle {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  color: black;
}
@media only screen and (max-width: 800px) {
  .form-group-subtitle {
    font-size: 1.1rem;
  }
}

.form-header .mascotimgw .mascotimg {
  max-height: 92px;
  width: auto;
  margin-bottom: 0.25rem;
}

/* imported from base_form_field jsx */
.error-message {
  width: 100%;
}

.domi-help-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 12px;
}

.domi-help-image {
  flex-shrink: 0;
}

.domi-help-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.domi-help-bubble {
  position: relative;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: #6c757d;
  flex-grow: 1;
}

.domi-help-bubble:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #f8f9fa transparent transparent;
}

/* Center align labels for grouped questions */
.grouped-questions-style-override label.control-label {
  text-align: center;
  display: block;
  width: 100%;
}

/* end imported from jsx */
/* Responsive container for the form group to utilize screen width */
.form-group-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
  text-align: left;
}

.form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
.form-fields-wrapper .control-label.primary-lbl {
  display: block;
  margin-bottom: 0.5rem;
}
.form-fields-wrapper > .mascot-helper {
  margin: 0 auto;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .form-fields-wrapper {
    max-width: 100%;
  }
}

.form-group {
  text-align: left;
  padding: 1.5rem 0;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 540px;
  /*@media (min-width: 768px) {
    padding: 1.5rem 0; // Restore padding on larger screens
  }*/
}
.form-group label {
  font-family: "Poppins";
  font-style: normal;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.25rem;
  /* identical to box height */
  text-align: left;
  margin-bottom: 0.5rem;
  color: #000000;
}

.form-text {
  display: block;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0 4px 4px 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.floating-checklist-icon {
  position: fixed;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  border: none;
  outline: none;
  z-index: 1010;
  background-color: rgb(255, 181.5, 125.5);
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  transition: padding 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.5s ease-out;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.11);
}
.floating-checklist-icon:not(.modalvisible) {
  padding: 0 0.5rem 0 0.5rem;
}
.floating-checklist-icon.modalvisible {
  padding: 0 0.75rem 0 0.1rem;
}
.floating-checklist-icon i.bi {
  padding: 0.6rem;
  border-radius: 1.5rem 0 0 1.5rem;
  color: black;
  font-size: 1.3rem;
}
.floating-checklist-icon i.bi:only-child {
  padding-right: 0;
}
.floating-checklist-icon .text {
  margin-right: 1rem;
}
.floating-checklist-icon:focus, .floating-checklist-icon:hover {
  outline: none;
}
.floating-checklist-icon:hover {
  background-color: rgb(255, 166.8, 99.6);
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 800px) {
  .floating-checklist-icon .text {
    display: none;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.moving-checklist-modal {
  position: fixed;
  z-index: 1050;
  width: 336px;
  height: 80vh;
  max-width: 336px;
  max-height: 80vh;
  background: white;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  padding: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: box-shadow 0.18s;
  flex-direction: column;
}
.moving-checklist-modal .error {
  color: #d32f2f;
  font-size: 0.9rem;
}
.moving-checklist-modal .spacer {
  margin-bottom: 0.25rem;
}
.moving-checklist-modal .fadeChecklist {
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  overflow-y: auto;
  flex: 1;
}
.moving-checklist-modal .fadeChecklist.visible {
  opacity: 1;
}
.moving-checklist-modal .headerw {
  margin-bottom: 2px;
  display: flex;
  align-items: flex-start;
}
.moving-checklist-modal .headerw .left {
  cursor: grab;
  flex-basis: 100%;
  text-align: left;
}
.moving-checklist-modal .headerw .right {
  flex-basis: 2rem;
  cursor: pointer;
}
.moving-checklist-modal .headerw .title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
}
.moving-checklist-modal .headerw .subtitle {
  font-weight: 400;
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-bottom: 0.5rem;
}
.moving-checklist-modal .headerw .hidetoastchk {
  color: #b0b0b0;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.moving-checklist-modal .itemsw .groupw h3 {
  /*display: flex;
  align-items: center;*/
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
  /*.iconimg {
    height: 1.5rem;
  }*/
}
.moving-checklist-modal .itemsw .itemlbl {
  /*display: flex;
  align-items: center;*/
  text-align: left;
  margin-bottom: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  animation: fadeInOpacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
  /*.iconimg {
    height: 1.3rem;
  }*/
}
.moving-checklist-modal .itemsw .iteminput {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0 0.5rem 0 0;
  accent-color: #f16800;
  cursor: pointer;
  pointer-events: none;
  box-sizing: border-box;
  border: solid 1px #444;
}
.moving-checklist-modal .itemsw .itemgrp {
  /*list-style-type: none;*/
  list-style-type: disc;
  padding-left: 1rem;
}
.moving-checklist-modal .itemsw .itemdesc {
  font-weight: 400;
  font-size: 0.85rem;
  color: #444;
}
@media only screen and (max-width: 600px) {
  .moving-checklist-modal {
    top: 2vw;
    left: 2vw;
    width: 96vw;
    min-width: 96vw;
    max-width: 96vw;
  }
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  font-size: 0.8rem;
}

@media only screen and (max-width: 800px) {
  .form-control.is-valid,
  .form-control.is-invalid {
    transition: border-color 0.4s ease-in-out, background-position 0.4s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}
@media only screen and (min-width: 801px) {
  .form-control.is-valid,
  .form-control.is-invalid {
    transition: border-color 0.2s ease-in-out, background-position 0.2s ease-in-out;
  }
}

.invalid-feedback,
.valid-feedback {
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .invalid-feedback,
  .valid-feedback {
    transition: all 0.6s ease-in-out;
  }
}
@media only screen and (min-width: 801px) {
  .invalid-feedback,
  .valid-feedback {
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 801px) {
  .is-invalid ~ .invalid-feedback,
  .is-valid ~ .valid-feedback {
    transition-delay: 0.1s;
  }
}
.is-invalid ~ .invalid-feedback,
.is-valid ~ .valid-feedback {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}

@media only screen and (max-width: 800px) {
  @keyframes pulse-border {
    0% {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }
    70% {
      box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
  }
}
.is-invalid {
  animation: pulse-border 1.5s ease-out;
}

.missed-questions {
  max-width: 800px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
  border-radius: 0.5rem;
  border: solid 1px rgb(255, 193, 7);
  background-color: white;
}
.missed-questions .title {
  font-size: 1.35rem;
  font-weight: 400;
}
.missed-questions .title i.bi {
  margin-right: 0.5rem;
}
.missed-questions .mqitem .sect-name {
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  font-weight: 400;
}
.missed-questions .mqitem .sect-qs {
  padding-left: 0.75rem;
}
.missed-questions .mqitem .sect-qs .sect-q {
  margin-bottom: 0.5rem;
}
.missed-questions .mqitem .sect-qs .sect-q i.bi {
  color: #666;
  margin-right: 0.5rem;
}
.missed-questions .mqitem:not(:last-child) .sect-qs {
  margin-bottom: 1.5rem;
}
.missed-questions .mqitem:last-child .sect-qs {
  margin-bottom: 0;
}

.selection-circle {
  display: flex;
}

.selection-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}
.selection-circle:not(:last-child) {
  margin-right: 0.25rem;
}
.selection-circle:not(.num-eq-ppl) {
  background-color: #transparent;
  color: #333;
  border: 2px solid #3a99bb;
}
.selection-circle.num-eq-ppl {
  background-color: rgb(255, 111, 0);
  color: white;
  border: 2px solid rgb(255, 111, 0);
}

.debugfloat {
  position: absolute;
  top: 5rem;
  left: 1rem;
  background-color: white;
  font-size: 0.6rem;
  z-index: 1200;
  max-width: 300px;
  max-height: 40vh;
  overflow: auto;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .debugfloat {
    display: none;
  }
}

.checklist-toast {
  font-size: 0.9rem;
  width: 350px;
  justify-content: flex-start;
}
.checklist-toast > div[role=status] {
  justify-content: flex-start;
  text-align: left;
}

.adminpagesw .pageeditor {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 1px #e0e0e0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
.adminpagesw .iconseldropdown {
  z-index: 500;
}

.pageeditorw > h3 {
  cursor: pointer;
}

.newpageform {
  margin-bottom: 2rem;
}
.newpageform .main {
  display: flex;
  gap: 1rem;
}
.newpageform .main input[type=text] {
  flex-basis: 75%;
}
.newpageform .main button {
  flex-basis: 25%;
}

.mde-header {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #c8ccd0;
  border-radius: 2px 2px 0 0;
  background: #f9f9f9;
}

.mde-header .mde-tabs {
  display: flex;
  flex-direction: row;
}

.mde-header .mde-tabs button {
  border-radius: 2px;
  margin: 6px 3px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}

.mde-header .mde-tabs button:first-child {
  margin-left: 6px;
}

.mde-header .mde-tabs button.selected {
  border: 1px solid #c8ccd0;
}

.mde-header .svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: -0.125em;
}

.mde-header ul.mde-header-group {
  margin: 0;
  padding: 10px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.mde-header ul.mde-header-group.hidden {
  visibility: hidden;
}

.mde-header ul.mde-header-group li.mde-header-item {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}

.mde-header ul.mde-header-group li.mde-header-item button {
  text-align: left;
  cursor: pointer;
  height: 22px;
  padding: 4px;
  margin: 0;
  border: none;
  background: none;
  color: #242729;
}

@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::before {
  animation-name: tooltip-appear;
  animation-duration: 0.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: absolute;
  z-index: 1000001;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8);
}

.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::after {
  animation-name: tooltip-appear;
  animation-duration: 0.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  font-size: 11px;
  opacity: 0;
  position: absolute;
  z-index: 1000000;
  padding: 5px 8px;
  color: #fff;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  right: 50%;
  bottom: 100%;
  transform: translateX(50%);
  margin-bottom: 5px;
  white-space: nowrap;
}

.mde-textarea-wrapper {
  position: relative;
}

.mde-textarea-wrapper textarea.mde-text {
  width: 100%;
  border: 0;
  padding: 10px;
  vertical-align: top;
  resize: vertical;
  overflow-y: auto;
}

.mde-preview .mde-preview-content {
  padding: 10px;
}

.mde-preview .mde-preview-content p, .mde-preview .mde-preview-content blockquote, .mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol, .mde-preview .mde-preview-content dl, .mde-preview .mde-preview-content table, .mde-preview .mde-preview-content pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.mde-preview .mde-preview-content h1, .mde-preview .mde-preview-content h2, .mde-preview .mde-preview-content h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3em;
}

.mde-preview .mde-preview-content h1 {
  font-size: 1.6em;
}

.mde-preview .mde-preview-content h2 {
  font-size: 1.4em;
}

.mde-preview .mde-preview-content h3 {
  font-size: 1.2em;
}

.mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol {
  padding-left: 2em;
}

.mde-preview .mde-preview-content blockquote {
  margin-left: 0;
  padding: 0 1em;
  color: #777;
  border-left: 0.25em solid #ddd;
}

.mde-preview .mde-preview-content blockquote > :first-child {
  margin-top: 0;
}

.mde-preview .mde-preview-content blockquote > :last-child {
  margin-bottom: 0;
}

.mde-preview .mde-preview-content code {
  padding: 0.2em 0 0.2em 0;
  margin: 0;
  font-size: 90%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.mde-preview .mde-preview-content code::before, .mde-preview .mde-preview-content code::after {
  letter-spacing: -0.2em;
  content: " ";
}

.mde-preview .mde-preview-content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.mde-preview .mde-preview-content pre code {
  display: inline;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.mde-preview .mde-preview-content pre code::before, .mde-preview .mde-preview-content pre code::after {
  content: none;
}

.mde-preview .mde-preview-content pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.mde-preview .mde-preview-content a {
  color: #4078c0;
  text-decoration: none;
}

.mde-preview .mde-preview-content a:hover {
  text-decoration: underline;
}

.mde-preview .mde-preview-content > *:first-child {
  margin-top: 0 !important;
}

.mde-preview .mde-preview-content > *:last-child {
  margin-bottom: 0 !important;
}

.mde-preview .mde-preview-content::after {
  display: table;
  clear: both;
  content: "";
}

.mde-preview .mde-preview-content table {
  display: block;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.mde-preview .mde-preview-content table thead th {
  font-weight: bold;
}

.mde-preview .mde-preview-content table th, .mde-preview .mde-preview-content table td {
  padding: 6px 13px;
  border: 1px solid #c8ccd0;
}

.react-mde {
  border: 1px solid #c8ccd0;
  border-radius: 2px;
}

.react-mde * {
  box-sizing: border-box;
}

.react-mde .invisible {
  display: none;
}

.react-mde .image-tip {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex !important;
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: gray;
  background-color: #f9f9f9;
  border-top: 1px solid #c8ccd0;
  position: relative;
}

.react-mde .image-tip .image-input {
  min-height: 0;
  opacity: 0.01;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  cursor: pointer;
}

ul.mde-suggestions {
  position: absolute;
  min-width: 180px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c8ccd0;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
}

ul.mde-suggestions li {
  padding: 4px 8px;
  border-bottom: 1px solid #e1e4e8;
}

ul.mde-suggestions li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

ul.mde-suggestions li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

ul.mde-suggestions li:hover, ul.mde-suggestions li[aria-selected=true] {
  color: white;
  background-color: #0366d6;
}

@media print {
  /* General print styles */
  body {
    background-color: white !important;
    font-size: 12pt;
    color: #000;
  }
  footer,
  .site-footer,
  button,
  .editbtns,
  .btns,
  .btn {
    display: none !important;
  }
  /* Remove shadows, borders, and other decorative elements */
  .card {
    box-shadow: none !important;
    border: none !important;
  }
  .card-header {
    background-color: #f8f9fa !important;
    color: #000 !important;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
  }
  /* Ensure checkboxes print properly */
  .form-check-input {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    border: 1px solid #000 !important;
  }
  /* Optimize layout for print */
  .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  /* Hide elements not needed for printing */
  .d-print-none {
    display: none !important;
  }
  /* Make sure form elements don't look like form controls */
  input[type=text],
  textarea {
    border: none;
    padding: 0;
    background: transparent;
  }
  /* Ensure select elements print with very visible dropdown indicators */
  select {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
    border: 2px solid #000 !important;
    padding-right: 30px !important;
  }
  select::after {
    content: "" !important;
  }
  select::after {
    display: none !important;
  }
  label + select::before,
  label + .select-wrapper::before {
    display: none !important;
  }
  .select-with-indicator {
    position: relative !important;
  }
  .select-with-indicator::after {
    content: " [SELECT u25BC]" !important;
    display: inline-block !important;
    margin-left: 5px !important;
    font-weight: bold !important;
    color: #000 !important;
  }
  /* Ensure rows break properly on page breaks */
  .row {
    page-break-inside: avoid;
  }
  /* Add a footer with page numbers */
  @page {
    margin: 1cm;
  }
  /* Additional print-friendly styles */
  h2 {
    margin-top: 0;
  }
}
.hidden {
  display: none;
}

/*# sourceMappingURL=/assets/application-79d1bcb0.css.map */