/*
 * Sous-ensemble Bootstrap limité à .webimmo-bootstrap-scope.
 * Les styles ne peuvent donc pas modifier l'en-tête, la navigation ou le pied de page legacy.
 */
.webimmo-bootstrap-scope,
.webimmo-bootstrap-scope *,
.webimmo-bootstrap-scope *::before,
.webimmo-bootstrap-scope *::after {
  box-sizing: border-box;
}

.webimmo-bootstrap-scope {
  color: #666666;
  font-family: "Segoe UI", Avenir, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.webimmo-bootstrap-scope .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .175);
  border-radius: .375rem;
}

.webimmo-bootstrap-scope .webimmo-form-card {
  width: calc(100% - 2rem);
  max-width: 960px;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .9);
}

.webimmo-bootstrap-scope .card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.webimmo-bootstrap-scope .card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .175);
}

.webimmo-bootstrap-scope .webimmo-form-header {
  padding-top: 20px !important;
}

.webimmo-bootstrap-scope .webimmo-back-button {
  margin-bottom: 2.5rem !important;
}

.webimmo-bootstrap-scope .webimmo-form-actions {
  margin-bottom: 3rem;
}

.webimmo-bootstrap-scope .webimmo-form-check {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  max-width: 34rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .375rem;
  background-color: rgba(255, 255, 255, .65);
}

.webimmo-bootstrap-scope .webimmo-form-check input {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .2rem;
  accent-color: #0d6efd;
}

.webimmo-bootstrap-scope .webimmo-form-check label {
  color: #666;
  font-size: .9rem;
  text-align: left;
}

.webimmo-bootstrap-scope .TitreMilieu {
  margin-top: 0;
  padding-left: 0 !important;
  text-align: center;
}

.webimmo-bootstrap-scope .texte,
.webimmo-bootstrap-scope .texteaccount {
  padding: 0;
}

.webimmo-bootstrap-scope .alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .375rem;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.webimmo-bootstrap-scope .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.webimmo-bootstrap-scope .webimmo-form-description,
.webimmo-bootstrap-scope .webimmo-form .form-text,
.webimmo-bootstrap-scope .webimmo-form-card .card-footer {
  color: #666;
  font-size: .9rem;
}

.webimmo-bootstrap-scope .webimmo-form .card-title {
  color: #666;
}

.webimmo-bootstrap-scope .webimmo-form-field {
  max-width: 34rem;
  margin-right: auto;
  margin-left: auto;
}

.webimmo-bootstrap-scope .webimmo-password-control {
  position: relative;
}

.webimmo-bootstrap-scope .webimmo-password-control .form-control {
  padding-right: 5.5rem;
}

.webimmo-bootstrap-scope .webimmo-password-toggle {
  position: absolute;
  top: 50%;
  right: .25rem;
  padding: .25rem .5rem;
  border: 0;
  color: #466ddf;
  font: inherit;
  font-size: .875rem;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  transform: translateY(-50%);
}

.webimmo-bootstrap-scope .webimmo-password-toggle:hover {
  text-decoration: underline;
}

.webimmo-bootstrap-scope .webimmo-password-feedback-error {
  color: #842029;
}

.webimmo-bootstrap-scope .webimmo-form .form-label {
  display: block;
  float: none;
  position: static;
  left: auto;
  width: auto;
  padding-right: 0;
  margin-bottom: .5rem;
  color: inherit;
  font-size: 1rem;
  text-align: left;
}

.webimmo-bootstrap-scope .form-control {
  display: block;
  width: 100%;
  position: static;
  left: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #86b7fe;
  border-radius: .375rem;
  margin-bottom: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.webimmo-bootstrap-scope .form-control:focus {
  color: #666666;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.webimmo-bootstrap-scope .form-control[readonly] {
  opacity: 1;
}

.webimmo-bootstrap-scope .form-control:disabled {
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  background-color: #e9ecef;
}

.webimmo-bootstrap-scope .form-text {
  display: block;
  margin-top: .25rem;
}

.webimmo-bootstrap-scope .btn {
  display: inline-block;
  padding: .375rem .75rem;
  border: 1px solid transparent;
  border-radius: .375rem;
  color: #212529;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.webimmo-bootstrap-scope .btn:hover {
  text-decoration: none;
}

.webimmo-bootstrap-scope .btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.webimmo-bootstrap-scope .btn:disabled {
  opacity: .65;
  pointer-events: none;
}

.webimmo-bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.webimmo-bootstrap-scope .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.webimmo-bootstrap-scope .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.webimmo-bootstrap-scope .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.webimmo-bootstrap-scope .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.webimmo-bootstrap-scope .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.webimmo-bootstrap-scope .btn-sm {
  padding: .25rem .5rem;
  border-radius: .25rem;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -.125em;
  animation: webimmo-bootstrap-spinner .75s linear infinite;
}

.webimmo-bootstrap-scope .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

.webimmo-bootstrap-scope .border-0 {
  border: 0 !important;
}

.webimmo-bootstrap-scope .bg-warning-subtle {
  background-color: #fff3cd !important;
}

.webimmo-bootstrap-scope .border-warning-subtle {
  border-color: #ffe69c !important;
}

.webimmo-bootstrap-scope .shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, .16), 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
}

.webimmo-bootstrap-scope .h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.webimmo-bootstrap-scope .card-title {
  margin-bottom: .5rem;
}

.webimmo-bootstrap-scope .p-4 {
  padding: 1.5rem !important;
}

.webimmo-bootstrap-scope .pb-0 {
  padding-bottom: 0 !important;
}

.webimmo-bootstrap-scope .pt-0 {
  padding-top: 0 !important;
}

.webimmo-bootstrap-scope .mb-2 {
  margin-bottom: .5rem !important;
}

.webimmo-bootstrap-scope .mb-3 {
  margin-bottom: 1rem !important;
}

.webimmo-bootstrap-scope .mb-4 {
  margin-bottom: 1.5rem !important;
}

.webimmo-bootstrap-scope .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.webimmo-bootstrap-scope .d-none {
  display: none !important;
}

.webimmo-bootstrap-scope .d-flex {
  display: flex !important;
}

.webimmo-bootstrap-scope .flex-column {
  flex-direction: column !important;
}

.webimmo-bootstrap-scope .justify-content-center {
  justify-content: center !important;
}

.webimmo-bootstrap-scope .align-items-center {
  align-items: center !important;
}

.webimmo-bootstrap-scope .gap-2 {
  gap: .5rem !important;
}

.webimmo-bootstrap-scope .text-center {
  text-align: center !important;
}

.webimmo-bootstrap-scope .font-monospace {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.webimmo-bootstrap-scope .webimmo-account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.webimmo-bootstrap-scope .webimmo-account-section {
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .75rem;
  background-color: rgba(255, 255, 255, .65);
}

.webimmo-bootstrap-scope .webimmo-account-section h2 {
  display: flex;
  gap: .55rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-account-section-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #466ddf;
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-account-section-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.webimmo-bootstrap-scope .webimmo-account-links {
  display: grid;
  gap: .55rem;
}

.webimmo-bootstrap-scope .webimmo-account-links a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 4.25rem;
  padding: .8rem 2.25rem .8rem .9rem;
  border: 1px solid rgba(70, 109, 223, .12);
  border-radius: .55rem;
  color: #466ddf;
  font-size: .9rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .58);
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.webimmo-bootstrap-scope .webimmo-account-links a::after {
  position: absolute;
  top: 50%;
  right: .9rem;
  color: #466ddf;
  font-size: 1.6rem;
  line-height: 1;
  content: "›";
  transform: translateY(-50%);
}

.webimmo-bootstrap-scope .webimmo-account-links a:hover {
  border-color: rgba(70, 109, 223, .35);
  text-decoration: none;
  background-color: rgba(70, 109, 223, .07);
  transform: translateY(-1px);
}

.webimmo-bootstrap-scope .webimmo-account-links a:focus-visible {
  outline: 3px solid rgba(70, 109, 223, .28);
  outline-offset: 2px;
}

.webimmo-bootstrap-scope .webimmo-account-links strong,
.webimmo-bootstrap-scope .webimmo-account-description {
  display: block;
  width: 100%;
}

.webimmo-bootstrap-scope .webimmo-account-links strong {
  margin-bottom: .18rem;
  font-size: .95rem;
  font-weight: 600;
}

.webimmo-bootstrap-scope .webimmo-account-description {
  margin-top: .08rem;
  color: #666;
  font-size: .78rem;
  line-height: 1.35;
}

.webimmo-bootstrap-scope .webimmo-account-badge {
  display: block;
  width: max-content;
  margin-top: .4rem;
  padding: .18rem .45rem;
  border-radius: 999px;
  color: #664d03;
  font-size: .72rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  background-color: #fff3cd;
}

.webimmo-bootstrap-scope .webimmo-account-logout {
  margin: 2.25rem 0 .5rem;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-table-responsive {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .75rem;
}

.webimmo-bootstrap-scope .webimmo-subscription-table {
  width: 100%;
  min-width: 860px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #666;
  font-size: .8rem;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(1) {
  width: 9%;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(2),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(2) {
  width: 24%;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(3),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(3) {
  width: 25%;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(4) {
  width: 9%;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(5),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(5) {
  width: 22%;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(6),
.webimmo-bootstrap-scope .webimmo-subscription-table td:nth-child(6) {
  width: 11%;
}

.webimmo-bootstrap-scope .webimmo-purchase-table {
  width: 100%;
  min-width: 680px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #666;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th,
.webimmo-bootstrap-scope .webimmo-purchase-table td {
  padding: .7rem .75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: #466ddf;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-purchase-table td:nth-child(1) {
  width: 12%;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(2),
.webimmo-bootstrap-scope .webimmo-purchase-table td:nth-child(2) {
  width: 36%;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(3),
.webimmo-bootstrap-scope .webimmo-purchase-table td:nth-child(3) {
  width: 20%;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-purchase-table td:nth-child(4) {
  width: 16%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(5),
.webimmo-bootstrap-scope .webimmo-purchase-table td:nth-child(5) {
  width: 16%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-purchase-table th:nth-child(5) {
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-migration-introduction {
  max-width: 44rem;
  margin: 0 auto 1.5rem;
  color: #666;
  font-size: .9rem;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-migration-table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #666;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .webimmo-migration-table th,
.webimmo-bootstrap-scope .webimmo-migration-table td {
  padding: .7rem .75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-migration-table th {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: #466ddf;
}

.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(1),
.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(4),
.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(5),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(5) {
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(1),
.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(4) {
  width: 14%;
}

.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(2),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(2) {
  width: 26%;
}

.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(3),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(3) {
  width: 30%;
}

.webimmo-bootstrap-scope .webimmo-migration-table th:nth-child(5),
.webimmo-bootstrap-scope .webimmo-migration-table td:nth-child(5) {
  width: 16%;
}

.webimmo-bootstrap-scope .webimmo-migration-table tbody tr:nth-child(even) {
  background-color: rgba(70, 109, 223, .04);
}

.webimmo-bootstrap-scope .webimmo-migration-table tbody tr:hover {
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-migration-table tbody tr:last-child td {
  border-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-migration-product {
  color: #555;
  font-weight: 500;
}

.webimmo-bootstrap-scope .webimmo-migration-key {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  overflow-wrap: anywhere;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-introduction {
  max-width: 44rem;
  margin: 0 auto 1.5rem;
  color: #666;
  font-size: .9rem;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table {
  width: 100%;
  min-width: 620px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #666;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table th,
.webimmo-bootstrap-scope .webimmo-cloud-save-table td {
  padding: .7rem .75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table th {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: #466ddf;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-cloud-save-table td:nth-child(1) {
  width: 32%;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table th:nth-child(2),
.webimmo-bootstrap-scope .webimmo-cloud-save-table td:nth-child(2) {
  width: 44%;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table th:nth-child(3),
.webimmo-bootstrap-scope .webimmo-cloud-save-table td:nth-child(3) {
  width: 24%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table tbody tr:nth-child(even) {
  background-color: rgba(70, 109, 223, .04);
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table tbody tr:hover {
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-cloud-save-table tbody tr:last-child td {
  border-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-cloud-save-computer {
  color: #555;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.webimmo-bootstrap-scope .webimmo-invoice-alert {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-invoice-alert p {
  margin: 0 0 1rem;
}

.webimmo-bootstrap-scope .webimmo-invoice-frame-wrapper {
  max-width: 56rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 1px solid rgba(70, 109, 223, .2);
  border-radius: .75rem;
  background-color: #fff;
}

.webimmo-bootstrap-scope .webimmo-invoice-frame {
  display: block;
  width: 100%;
  height: 75rem;
  border: 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .webimmo-bootstrap-scope .webimmo-invoice-frame {
    height: 70vh;
  }
}

.webimmo-bootstrap-scope .webimmo-purchase-table tbody tr:nth-child(even) {
  background-color: rgba(70, 109, 223, .04);
}

.webimmo-bootstrap-scope .webimmo-purchase-table tbody tr:hover {
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-purchase-table tbody tr:last-child td {
  border-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-purchase-product {
  color: #555;
  font-weight: 500;
}

.webimmo-bootstrap-scope .webimmo-payment-badge {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-payment-badge.is-paid {
  color: #0f5132;
  background-color: #d1e7dd;
}

.webimmo-bootstrap-scope .webimmo-payment-badge.is-pending {
  color: #664d03;
  background-color: #fff3cd;
}

.webimmo-bootstrap-scope .webimmo-support-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.webimmo-bootstrap-scope .webimmo-btn-icon {
  display: inline-block;
  margin-right: .35rem;
  font-size: 1.1em;
  line-height: .8;
}

.webimmo-bootstrap-scope .webimmo-support-cooldown {
  color: #664d03;
  font-size: .9rem;
}

.webimmo-bootstrap-scope .webimmo-support-table {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #666;
  font-size: .875rem;
}

.webimmo-bootstrap-scope .webimmo-support-table th,
.webimmo-bootstrap-scope .webimmo-support-table td {
  padding: .7rem .75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-support-table th {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: #466ddf;
}

.webimmo-bootstrap-scope .webimmo-support-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-support-table td:nth-child(1) {
  width: 19%;
}

.webimmo-bootstrap-scope .webimmo-support-table th:nth-child(2),
.webimmo-bootstrap-scope .webimmo-support-table td:nth-child(2) {
  width: 12%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-table th:nth-child(3),
.webimmo-bootstrap-scope .webimmo-support-table td:nth-child(3) {
  width: 40%;
}

.webimmo-bootstrap-scope .webimmo-support-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-support-table td:nth-child(4) {
  width: 17%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-table th:nth-child(5),
.webimmo-bootstrap-scope .webimmo-support-table td:nth-child(5) {
  width: 12%;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-table tbody tr:nth-child(even) {
  background-color: rgba(70, 109, 223, .04);
}

.webimmo-bootstrap-scope .webimmo-support-table tbody tr:hover {
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-support-table tbody tr:last-child td {
  border-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-ticket-preview {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.webimmo-bootstrap-scope .webimmo-ticket-status {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-open {
  color: #0a58ca;
  background-color: #cfe2ff;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-in_progress {
  color: #5b21b6;
  background-color: #ede9fe;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-waiting_customer {
  color: #664d03;
  background-color: #fff3cd;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-resolved {
  color: #0f5132;
  background-color: #d1e7dd;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-closed {
  color: #41464b;
  background-color: #e2e3e5;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-cancelled {
  color: #9f1239;
  background-color: #fde2e7;
}

.webimmo-bootstrap-scope .webimmo-ticket-status.is-unknown {
  color: #41464b;
  background-color: #e2e3e5;
}

.webimmo-bootstrap-scope .webimmo-support-empty {
  max-width: 34rem;
  margin: 0 auto 3rem;
  color: #666;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-request-introduction {
  max-width: 44rem;
  margin: 0 auto 2rem;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation {
  max-width: 44rem;
  margin: 0 auto 2rem;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-success {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #198754;
  border-radius: 50%;
  color: #198754;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-success h2 {
  margin: 0 0 .5rem;
  font-size: 1.35rem;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-success p {
  margin: 0;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-success p + p {
  margin-top: .25rem;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-reference {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(70, 109, 223, .2);
  border-left: .3rem solid #f37021;
  border-radius: .75rem;
  background-color: rgba(238, 247, 252, .8);
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-reference span {
  color: #666;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-reference strong {
  color: #f37021;
  font-size: 1.4rem;
  overflow-wrap: anywhere;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-details {
  color: #666;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-details p {
  margin: 0 0 1rem;
}

.webimmo-bootstrap-scope .webimmo-support-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

@media (max-width: 575.98px) {
  .webimmo-bootstrap-scope .webimmo-support-confirmation-success {
    align-items: flex-start;
  }

  .webimmo-bootstrap-scope .webimmo-support-confirmation-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}

.webimmo-bootstrap-scope .webimmo-support-request-form {
  max-width: 44rem;
  margin: 0 auto;
}

.webimmo-bootstrap-scope .webimmo-support-request-form .webimmo-form-field {
  max-width: none;
}

.webimmo-bootstrap-scope .webimmo-support-request-message {
  min-height: 15rem;
  resize: vertical;
}

.webimmo-bootstrap-scope .webimmo-support-request-form .form-control[readonly] {
  color: #666;
  cursor: not-allowed;
  background-color: #f1f3f5;
}

.webimmo-bootstrap-scope .webimmo-support-request-file-picker {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: .5rem;
  align-items: center;
}

.webimmo-bootstrap-scope .webimmo-support-request-file-picker label {
  display: inline-flex !important;
  position: static;
  float: none;
  left: auto;
  width: auto !important;
  margin: 0;
  align-items: center;
  padding: .25rem .6rem;
  text-align: center;
  font-size: .875rem;
  line-height: 1.5;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-support-request-file {
  position: absolute;
  left: auto;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.webimmo-bootstrap-scope .webimmo-support-request-file:focus-visible + label {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.webimmo-bootstrap-scope .webimmo-support-request-file-selection {
  min-width: 0;
  color: #777;
  font-size: .875rem;
  white-space: normal;
}

.webimmo-bootstrap-scope .webimmo-support-request-optional {
  color: #777;
  font-size: .85em;
  font-weight: 400;
}

.webimmo-bootstrap-scope .webimmo-support-request-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.webimmo-bootstrap-scope .webimmo-support-request-alert,
.webimmo-bootstrap-scope .webimmo-support-request-cooldown {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}

.webimmo-bootstrap-scope .webimmo-support-request-cooldown {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.webimmo-bootstrap-scope .webimmo-support-attachments-list {
  display: grid;
  gap: .5rem;
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
}

.webimmo-bootstrap-scope .webimmo-support-attachments-list li {
  display: flex;
  gap: .75rem;
  align-items: center;
  padding: .6rem .75rem;
  border: 1px solid rgba(70, 109, 223, .2);
  border-radius: .375rem;
  background-color: rgba(255, 255, 255, .65);
}

.webimmo-bootstrap-scope .webimmo-support-attachment-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-support-attachment-size {
  margin-left: auto;
  color: #777;
  font-size: .85rem;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-support-attachment-remove {
  padding: 0;
  border: 0;
  color: #0d6efd;
  font: inherit;
  font-size: .875rem;
  cursor: pointer;
  background: transparent;
}

.webimmo-bootstrap-scope .webimmo-support-attachment-remove:hover {
  text-decoration: underline;
}

.webimmo-bootstrap-scope .webimmo-support-attachments-error {
  margin: .75rem 0 0;
  color: #842029;
  font-size: .9rem;
}

.webimmo-bootstrap-scope .webimmo-support-legend {
  margin: 1rem 0 0;
  padding: .75rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.webimmo-bootstrap-scope .webimmo-support-legend h2 {
  margin: 0 0 .5rem;
  color: #666;
  font-size: .875rem;
  font-weight: 500;
}

.webimmo-bootstrap-scope .webimmo-support-legend-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: .4rem 1rem;
}

.webimmo-bootstrap-scope .webimmo-support-legend-items > div {
  display: flex;
  gap: .5rem;
  align-items: center;
  color: #666;
  font-size: .75rem;
}

.webimmo-bootstrap-scope .webimmo-support-legend .webimmo-ticket-status {
  padding: .18rem .4rem;
  font-size: .7rem;
}

.webimmo-bootstrap-scope .webimmo-support-card-body {
  padding-bottom: 1.5rem !important;
}

.webimmo-bootstrap-scope .webimmo-ticket-lookup {
  max-width: 34rem;
  margin: 0 auto 3rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-summary {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(70, 109, 223, .18);
  border-radius: .75rem;
  background-color: rgba(255, 255, 255, .62);
}

.webimmo-bootstrap-scope .webimmo-ticket-eyebrow {
  margin: 0 0 .2rem;
  color: #727272;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.webimmo-bootstrap-scope .webimmo-ticket-summary h2,
.webimmo-bootstrap-scope .webimmo-ticket-conversation-title h2 {
  margin: 0;
  color: #333;
  font-size: 1.2rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: .75rem;
  margin: 0 auto 1.5rem;
  padding: 0 1.25rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta::before {
  position: absolute;
  top: .6rem;
  right: 50%;
  left: calc(1.25rem + .7rem);
  border-top: 2px dotted rgba(70, 109, 223, .5);
  content: "";
}

.webimmo-bootstrap-scope .webimmo-ticket-meta.has-closure::before {
  right: 1.25rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta > div {
  position: relative;
  padding-top: 1.35rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta > div::before {
  position: absolute;
  top: .3rem;
  left: 0;
  z-index: 1;
  width: .7rem;
  height: .7rem;
  border: 2px solid #466ddf;
  border-radius: 50%;
  content: "";
  background-color: #fff;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta-updated::before {
  left: 50% !important;
  transform: translateX(-50%);
}

.webimmo-bootstrap-scope .webimmo-ticket-meta-closed::before {
  right: 0;
  left: auto !important;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta dt {
  margin-bottom: .15rem;
  color: #777;
  font-size: .8rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta dd {
  margin: 0;
  color: #555;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta-updated {
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta-closed {
  text-align: right;
}

.webimmo-bootstrap-scope .webimmo-ticket-meta-closed span {
  display: block;
  margin-top: .15rem;
  color: #777;
  font-size: .85rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-conversation {
  margin: 0 auto 1.5rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-conversation-title {
  display: flex;
  gap: .75rem;
  align-items: baseline;
  margin: 0 0 .75rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-conversation-title span {
  color: #777;
  font-size: .85rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-replies-title {
  margin-top: 1.5rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-message {
  position: relative;
  max-width: 85%;
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(70, 109, 223, .2);
  border-radius: .75rem .75rem .75rem .2rem;
  background-color: rgba(235, 242, 255, .78);
}

.webimmo-bootstrap-scope .webimmo-ticket-message.is-support {
  margin-left: auto;
  border-color: rgba(25, 135, 84, .24);
  border-radius: .75rem .75rem .2rem .75rem;
  background-color: rgba(224, 244, 234, .78);
}

.webimmo-bootstrap-scope .webimmo-ticket-message-header {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .75rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: .65rem;
  color: #555;
  font-size: .85rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-message-header strong {
  color: #333;
}

.webimmo-bootstrap-scope .webimmo-ticket-message-header time {
  color: #777;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-ticket-message p:last-child {
  margin-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-ticket-empty-replies,
.webimmo-bootstrap-scope .webimmo-ticket-follow-up {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem 1.15rem;
  border-radius: .75rem;
  font-size: .9rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-empty-replies {
  border: 1px dashed rgba(0, 0, 0, .18);
  color: #666;
  background-color: rgba(255, 255, 255, .45);
}

.webimmo-bootstrap-scope .webimmo-ticket-follow-up {
  margin: 0 auto;
  border-left: .25rem solid #466ddf;
  color: #555;
  background-color: rgba(255, 255, 255, .55);
}

.webimmo-bootstrap-scope .webimmo-ticket-customer-form {
  margin: 0 auto 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(70, 109, 223, .2);
  border-radius: .75rem;
  background-color: rgba(255, 255, 255, .55);
}

.webimmo-bootstrap-scope .webimmo-ticket-customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1rem;
}

.webimmo-bootstrap-scope .webimmo-ticket-terminal-actions {
  margin: 0 auto;
}

.webimmo-bootstrap-scope .webimmo-ticket-terminal-actions form {
  margin: 0;
}

.webimmo-bootstrap-scope .webimmo-ticket-note {
  margin: 0;
  color: #666;
  font-size: .9rem;
}

@media (max-width: 575.98px) {
  .webimmo-bootstrap-scope .webimmo-ticket-meta {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }

  .webimmo-bootstrap-scope .webimmo-ticket-meta::before {
    display: none;
  }

  .webimmo-bootstrap-scope .webimmo-ticket-meta > div {
    min-height: 2.75rem;
    padding: 0 0 0 1.35rem;
  }

  .webimmo-bootstrap-scope .webimmo-ticket-meta > div:not(:last-child)::after {
    position: absolute;
    top: 1rem;
    bottom: -1.25rem;
    left: .3rem;
    width: 0;
    height: auto;
    border-top: 0;
    border-left: 2px dotted rgba(70, 109, 223, .5);
    content: "";
  }

  .webimmo-bootstrap-scope .webimmo-ticket-meta-updated::before,
  .webimmo-bootstrap-scope .webimmo-ticket-meta-closed::before {
    right: auto;
    left: 0 !important;
    transform: none;
  }

  .webimmo-bootstrap-scope .webimmo-ticket-meta-updated,
  .webimmo-bootstrap-scope .webimmo-ticket-meta-closed {
    text-align: left;
  }

  .webimmo-bootstrap-scope .webimmo-ticket-message {
    max-width: 100%;
  }
}

.webimmo-bootstrap-scope .webimmo-subscription-table th,
.webimmo-bootstrap-scope .webimmo-subscription-table td {
  padding: .5rem .45rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: #466ddf;
}

.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(1),
.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(4),
.webimmo-bootstrap-scope .webimmo-subscription-table th:nth-child(6) {
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-subscription-table tbody tr:nth-child(even) {
  background-color: rgba(70, 109, 223, .04);
}

.webimmo-bootstrap-scope .webimmo-subscription-table tbody tr:hover {
  background-color: rgba(70, 109, 223, .1);
}

.webimmo-bootstrap-scope .webimmo-subscription-table tbody tr:last-child td {
  border-bottom: 0;
}

.webimmo-bootstrap-scope .webimmo-subscription-product {
  color: #555;
  font-weight: 500;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-subscription-key {
  color: #333;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .8rem;
  white-space: nowrap;
}

.webimmo-bootstrap-scope .webimmo-subscription-devices,
.webimmo-bootstrap-scope .webimmo-subscription-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.webimmo-bootstrap-scope .webimmo-subscription-device-release {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  padding: .2rem .35rem .2rem .5rem;
  border: 1px solid #0d6efd;
  border-radius: .25rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0d6efd;
}

.webimmo-bootstrap-scope .webimmo-subscription-device-release::after {
  padding-left: .45rem;
  border-left: 1px solid currentcolor;
  content: "×";
  font-size: 1.1rem;
  line-height: .8;
}

.webimmo-bootstrap-scope .webimmo-subscription-device-release:hover {
  border-color: #0a58ca;
  color: #fff;
  background-color: #0b5ed7;
  text-decoration: none;
}

.webimmo-bootstrap-scope .webimmo-subscription-device-release.is-disabled {
  border-color: #bbb;
  color: #777;
  cursor: not-allowed;
  background-color: #f1f3f5;
}

.webimmo-bootstrap-scope .webimmo-subscription-table-link {
  color: #466ddf;
  text-decoration: none;
}

.webimmo-bootstrap-scope .webimmo-subscription-table-link:hover {
  text-decoration: underline;
}

.webimmo-bootstrap-scope .webimmo-subscription-muted {
  color: #777;
  font-size: .825rem;
}

.webimmo-bootstrap-scope .webimmo-table-empty {
  margin: 0;
  padding: 1.5rem;
  color: #666;
  text-align: center;
}

.webimmo-bootstrap-scope .webimmo-confirm-modal[hidden] {
  display: none;
}

.webimmo-bootstrap-scope .webimmo-confirm-modal {
  position: fixed;
  z-index: 1050;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, .45);
}

.webimmo-bootstrap-scope .webimmo-confirm-modal-dialog {
  width: min(100%, 30rem);
  padding: 1.5rem;
  border-radius: .75rem;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .25);
}

.webimmo-bootstrap-scope .webimmo-confirm-modal-dialog h2 {
  margin: 0 0 .75rem;
  color: #333;
  font-size: 1.25rem;
}

.webimmo-bootstrap-scope .webimmo-confirm-modal-dialog p {
  margin: 0;
  color: #666;
}

.webimmo-bootstrap-scope .webimmo-confirm-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.webimmo-bootstrap-scope .webimmo-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.webimmo-bootstrap-scope .webimmo-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

@keyframes webimmo-bootstrap-spinner {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 576px) {
  .webimmo-bootstrap-scope .flex-sm-row {
    flex-direction: row !important;
  }
}
