/* wwwroot/css/custom.compiled.css */
:root {
  --bs-body-color: #4F4F4F;
  --bs-heading-color: rgb(94.35, 138.55, 182.75);
  --bs-gradient:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0));
  --bs-link-color-rgb:
    23,
    138,
    188;
  --bs-link-hover-color: #1dadeb;
  --bs-link-hover-color-rgb:
    23,
    138,
    188;
  --bs-primary: #011f47;
  --bs-primary-rgb:
    1,
    31,
    71;
  --bs-primary-bg-subtle: rgb(77.2, 98.2, 126.2);
  --bs-primary-bg-emphasis: rgb(0.7, 21.7, 49.7);
  --bs-secondary: #1dadeb;
  --bs-secondary-rgb:
    29,
    173,
    235;
  --bs-secondary-bg-subtle: rgb(96.8, 197.6, 241);
  --bs-secondary-bg-emphasis: rgb(20.3, 121.1, 164.5);
  --bs-tertiary: #5F33B7;
  --bs-tertiary-rgb:
    95,
    51,
    183;
  --bs-tertiary-bg-subtle: rgb(143, 112.2, 204.6);
  --bs-tertiary-bg-emphasis: rgb(66.5, 35.7, 128.1);
  --bs-success: #8dc63f;
  --bs-success-rgb:
    141,
    198,
    63;
  --bs-success-bg-subtle: rgb(175.2, 215.1, 120.6);
  --bs-success-bg-emphasis: rgb(98.7, 138.6, 44.1);
  --bs-warning: #ffb13f;
  --bs-warning-rgb:
    255,
    177,
    63;
  --bs-warning-bg-subtle: rgb(255, 200.4, 120.6);
  --bs-warning-bg-emphasis: rgb(178.5, 123.9, 44.1);
  --bs-danger: #f15e4e;
  --bs-danger-rgb:
    241,
    94,
    78;
  --bs-danger-bg-subtle: rgb(245.2, 142.3, 131.1);
  --bs-danger-bg-emphasis: rgb(168.7, 65.8, 54.6);
  --bs-info: #6fa3d7;
  --bs-info-rgb:
    111,
    163,
    215;
  --bs-info-bg-subtle: rgb(154.2, 190.6, 227);
  --bs-info-bg-emphasis: rgb(77.7, 114.1, 150.5);
  --bs-light: #dce4f3;
  --bs-light-rgb:
    220,
    228,
    243;
  --bs-light-bg-subtle: rgb(230.5, 236.1, 246.6);
  --bs-light-bg-emphasis: rgb(154, 159.6, 170.1);
  --bs-dark: #174258;
  --bs-dark-rgb:
    23,
    66,
    88;
  --bs-dark-bg-subtle: rgb(92.6, 122.7, 138.1);
  --bs-dark-bg-emphasis: rgb(16.1, 46.2, 61.6);
  --bs-grey: #999999;
  --bs-grey-rgb:
    153,
    153,
    153;
  --bs-grey-bg-subtle: rgb(183.6, 183.6, 183.6);
  --bs-grey-bg-emphasis: rgb(107.1, 107.1, 107.1);
  --bs-body-font-family: "Ciutadella";
  --bs-font-sans-serif: "Ciutadella";
}
.bg-primary-subtle {
  background-color: rgb(77.2, 98.2, 126.2) !important;
}
.bg-primary-emphasis {
  background-color: rgb(0.7, 21.7, 49.7) !important;
}
.bg-secondary-subtle {
  background-color: rgb(96.8, 197.6, 241) !important;
}
.bg-secondary-emphasis {
  background-color: rgb(20.3, 121.1, 164.5) !important;
}
.bg-tertiary-subtle {
  background-color: rgb(143, 112.2, 204.6) !important;
}
.bg-tertiary-emphasis {
  background-color: rgb(66.5, 35.7, 128.1) !important;
}
.bg-success-subtle {
  background-color: rgb(175.2, 215.1, 120.6) !important;
}
.bg-success-emphasis {
  background-color: rgb(98.7, 138.6, 44.1) !important;
}
.bg-warning-subtle {
  background-color: rgb(255, 200.4, 120.6) !important;
}
.bg-warning-emphasis {
  background-color: rgb(178.5, 123.9, 44.1) !important;
}
.bg-danger-subtle {
  background-color: rgb(245.2, 142.3, 131.1) !important;
}
.bg-danger-emphasis {
  background-color: rgb(168.7, 65.8, 54.6) !important;
}
.bg-info-subtle {
  background-color: rgb(154.2, 190.6, 227) !important;
}
.bg-info-emphasis {
  background-color: rgb(77.7, 114.1, 150.5) !important;
}
.bg-light-subtle {
  background-color: rgb(230.5, 236.1, 246.6) !important;
}
.bg-light-emphasis {
  background-color: rgb(154, 159.6, 170.1) !important;
}
.bg-dark-subtle {
  background-color: rgb(92.6, 122.7, 138.1) !important;
}
.bg-dark-emphasis {
  background-color: rgb(16.1, 46.2, 61.6) !important;
}
.bg-grey-subtle {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}
.bg-grey-emphasis {
  background-color: rgb(107.1, 107.1, 107.1) !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #011f47;
  --bs-btn-border-color: #011f47;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0.9, 27.9, 63.9);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0.8, 24.8, 56.8);
  --bs-btn-active-border-color: rgb(0.8, 24.8, 56.8);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #011f47;
  --bs-btn-disabled-border-color: #011f47;
}
.btn-outline-primary {
  --bs-btn-color: #011f47;
  --bs-btn-border-color: #011f47;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #011f47;
  --bs-btn-hover-border-color: #011f47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #011f47;
  --bs-btn-active-border-color: #011f47;
  --bs-btn-disabled-color: #011f47;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #011f47;
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1dadeb;
  --bs-btn-border-color: #1dadeb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(26.1, 155.7, 211.5);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(23.2, 138.4, 188);
  --bs-btn-active-border-color: rgb(23.2, 138.4, 188);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1dadeb;
  --bs-btn-disabled-border-color: #1dadeb;
}
.btn-outline-secondary {
  --bs-btn-color: #1dadeb;
  --bs-btn-border-color: #1dadeb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1dadeb;
  --bs-btn-hover-border-color: #1dadeb;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1dadeb;
  --bs-btn-active-border-color: #1dadeb;
  --bs-btn-disabled-color: #1dadeb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1dadeb;
  --bs-gradient: none;
}
.btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5F33B7;
  --bs-btn-border-color: #5F33B7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(85.5, 45.9, 164.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76, 40.8, 146.4);
  --bs-btn-active-border-color: rgb(76, 40.8, 146.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5F33B7;
  --bs-btn-disabled-border-color: #5F33B7;
}
.btn-outline-tertiary {
  --bs-btn-color: #5F33B7;
  --bs-btn-border-color: #5F33B7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5F33B7;
  --bs-btn-hover-border-color: #5F33B7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5F33B7;
  --bs-btn-active-border-color: #5F33B7;
  --bs-btn-disabled-color: #5F33B7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5F33B7;
  --bs-gradient: none;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8dc63f;
  --bs-btn-border-color: #8dc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(126.9, 178.2, 56.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(112.8, 158.4, 50.4);
  --bs-btn-active-border-color: rgb(112.8, 158.4, 50.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8dc63f;
  --bs-btn-disabled-border-color: #8dc63f;
}
.btn-outline-success {
  --bs-btn-color: #8dc63f;
  --bs-btn-border-color: #8dc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8dc63f;
  --bs-btn-hover-border-color: #8dc63f;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8dc63f;
  --bs-btn-active-border-color: #8dc63f;
  --bs-btn-disabled-color: #8dc63f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8dc63f;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffb13f;
  --bs-btn-border-color: #ffb13f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(229.5, 159.3, 56.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 141.6, 50.4);
  --bs-btn-active-border-color: rgb(204, 141.6, 50.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ffb13f;
  --bs-btn-disabled-border-color: #ffb13f;
}
.btn-outline-warning {
  --bs-btn-color: #ffb13f;
  --bs-btn-border-color: #ffb13f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffb13f;
  --bs-btn-hover-border-color: #ffb13f;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffb13f;
  --bs-btn-active-border-color: #ffb13f;
  --bs-btn-disabled-color: #ffb13f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffb13f;
  --bs-gradient: none;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f15e4e;
  --bs-btn-border-color: #f15e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(216.9, 84.6, 70.2);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192.8, 75.2, 62.4);
  --bs-btn-active-border-color: rgb(192.8, 75.2, 62.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f15e4e;
  --bs-btn-disabled-border-color: #f15e4e;
}
.btn-outline-danger {
  --bs-btn-color: #f15e4e;
  --bs-btn-border-color: #f15e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f15e4e;
  --bs-btn-hover-border-color: #f15e4e;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f15e4e;
  --bs-btn-active-border-color: #f15e4e;
  --bs-btn-disabled-color: #f15e4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f15e4e;
  --bs-gradient: none;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #6fa3d7;
  --bs-btn-border-color: #6fa3d7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(99.9, 146.7, 193.5);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88.8, 130.4, 172);
  --bs-btn-active-border-color: rgb(88.8, 130.4, 172);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6fa3d7;
  --bs-btn-disabled-border-color: #6fa3d7;
}
.btn-outline-info {
  --bs-btn-color: #6fa3d7;
  --bs-btn-border-color: #6fa3d7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6fa3d7;
  --bs-btn-hover-border-color: #6fa3d7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6fa3d7;
  --bs-btn-active-border-color: #6fa3d7;
  --bs-btn-disabled-color: #6fa3d7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6fa3d7;
  --bs-gradient: none;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #dce4f3;
  --bs-btn-border-color: #dce4f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(198, 205.2, 218.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 182.4, 194.4);
  --bs-btn-active-border-color: rgb(176, 182.4, 194.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dce4f3;
  --bs-btn-disabled-border-color: #dce4f3;
}
.btn-outline-light {
  --bs-btn-color: #dce4f3;
  --bs-btn-border-color: #dce4f3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dce4f3;
  --bs-btn-hover-border-color: #dce4f3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dce4f3;
  --bs-btn-active-border-color: #dce4f3;
  --bs-btn-disabled-color: #dce4f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dce4f3;
  --bs-gradient: none;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #174258;
  --bs-btn-border-color: #174258;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.7, 59.4, 79.2);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.4, 52.8, 70.4);
  --bs-btn-active-border-color: rgb(18.4, 52.8, 70.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #174258;
  --bs-btn-disabled-border-color: #174258;
}
.btn-outline-dark {
  --bs-btn-color: #174258;
  --bs-btn-border-color: #174258;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #174258;
  --bs-btn-hover-border-color: #174258;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #174258;
  --bs-btn-active-border-color: #174258;
  --bs-btn-disabled-color: #174258;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #174258;
  --bs-gradient: none;
}
.btn-grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: #999999;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(137.7, 137.7, 137.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(122.4, 122.4, 122.4);
  --bs-btn-active-border-color: rgb(122.4, 122.4, 122.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #999999;
  --bs-btn-disabled-border-color: #999999;
}
.btn-outline-grey {
  --bs-btn-color: #999999;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #999999;
  --bs-btn-hover-border-color: #999999;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #999999;
  --bs-btn-active-border-color: #999999;
  --bs-btn-disabled-color: #999999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999999;
  --bs-gradient: none;
}
.bg-primary {
  color: #fff;
  background-color: #011f47;
}
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: #fff;
}
.text-primary {
  color: #011f47;
}
.alert-primary {
  --bs-alert-bg: rgb(77.2, 98.2, 126.2);
  color: #fff;
}
.bg-primary-10 {
  background-color: rgb(204.2, 210.2, 218.2);
  color: #000;
}
.text-primary-10 {
  color: rgb(204.2, 210.2, 218.2);
}
.bg-primary-30 {
  background-color: rgb(153.4, 165.4, 181.4);
  color: #000;
}
.text-primary-30 {
  color: rgb(153.4, 165.4, 181.4);
}
.bg-primary-70 {
  background-color: rgb(0.75, 23.25, 53.25);
  color: #fff;
}
.text-primary-70 {
  color: rgb(0.75, 23.25, 53.25);
}
.bg-primary-90 {
  background-color: rgb(0.55, 17.05, 39.05);
  color: #fff;
}
.text-primary-90 {
  color: rgb(0.55, 17.05, 39.05);
}
.bg-secondary {
  color: #fff;
  background-color: #1dadeb;
}
.bg-secondary .h1,
.bg-secondary .h2,
.bg-secondary .h3,
.bg-secondary .h4,
.bg-secondary .h5,
.bg-secondary .h6,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #fff;
}
.text-secondary {
  color: #1dadeb;
}
.alert-secondary {
  --bs-alert-bg: rgb(96.8, 197.6, 241);
  color: #000;
}
.bg-secondary-10,
.kanban.card.in-progress .card-header,
.kanban.card.in-progress {
  background-color: rgb(209.8, 238.6, 251);
  color: #000;
}
.text-primary-10 {
  color: rgb(209.8, 238.6, 251);
}
.bg-secondary-30,
.kanban.card.in-progress .card-header .btn:hover {
  background-color: rgb(164.6, 222.2, 247);
  color: #000;
}
.text-primary-30 {
  color: rgb(164.6, 222.2, 247);
}
.bg-secondary-70 {
  background-color: rgb(21.75, 129.75, 176.25);
  color: #fff;
}
.text-primary-70 {
  color: rgb(21.75, 129.75, 176.25);
}
.bg-secondary-90 {
  background-color: rgb(15.95, 95.15, 129.25);
  color: #fff;
}
.text-primary-90 {
  color: rgb(15.95, 95.15, 129.25);
}
.bg-tertiary {
  color: #fff;
  background-color: #5F33B7;
}
.bg-tertiary .h1,
.bg-tertiary .h2,
.bg-tertiary .h3,
.bg-tertiary .h4,
.bg-tertiary .h5,
.bg-tertiary .h6,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6 {
  color: #fff;
}
.text-tertiary {
  color: #5F33B7;
}
.alert-tertiary {
  --bs-alert-bg: rgb(143, 112.2, 204.6);
  color: #fff;
}
.bg-tertiary-10 {
  background-color: rgb(223, 214.2, 240.6);
  color: #000;
}
.text-tertiary-10 {
  color: rgb(223, 214.2, 240.6);
}
.bg-tertiary-30 {
  background-color: rgb(191, 173.4, 226.2);
  color: #000;
}
.text-tertiary-30 {
  color: rgb(191, 173.4, 226.2);
}
.bg-tertiary-70 {
  background-color: rgb(71.25, 38.25, 137.25);
  color: #fff;
}
.text-tertiary-70 {
  color: rgb(71.25, 38.25, 137.25);
}
.bg-tertiary-90 {
  background-color: rgb(52.25, 28.05, 100.65);
  color: #fff;
}
.text-tertiary-90 {
  color: rgb(52.25, 28.05, 100.65);
}
.bg-success {
  color: #fff;
  background-color: #8dc63f;
}
.bg-success .h1,
.bg-success .h2,
.bg-success .h3,
.bg-success .h4,
.bg-success .h5,
.bg-success .h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6 {
  color: #fff;
}
.text-success {
  color: #8dc63f;
}
.alert-success {
  --bs-alert-bg: rgb(175.2, 215.1, 120.6);
  color: #000;
}
.bg-success-10,
.form-floating .form-control.is-valid,
.form-floating > .form-select.is-valid {
  background-color: rgb(232.2, 243.6, 216.6);
  color: #000;
}
.text-success-10 {
  color: rgb(232.2, 243.6, 216.6);
}
.bg-success-30 {
  background-color: rgb(209.4, 232.2, 178.2);
  color: #000;
}
.text-success-30 {
  color: rgb(209.4, 232.2, 178.2);
}
.bg-success-70 {
  background-color: rgb(105.75, 148.5, 47.25);
  color: #fff;
}
.text-success-70,
.valid-feedback {
  color: rgb(105.75, 148.5, 47.25);
}
.bg-success-90 {
  background-color: rgb(77.55, 108.9, 34.65);
  color: #fff;
}
.text-success-90 {
  color: rgb(77.55, 108.9, 34.65);
}
.bg-warning {
  color: #fff;
  background-color: #ffb13f;
}
.bg-warning .h1,
.bg-warning .h2,
.bg-warning .h3,
.bg-warning .h4,
.bg-warning .h5,
.bg-warning .h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6 {
  color: #fff;
}
.text-warning,
.kanban.card.deferred-items .top-row .btn i {
  color: #ffb13f;
}
.alert-warning {
  --bs-alert-bg: rgb(255, 200.4, 120.6);
  color: #000;
}
.bg-warning-10,
.kanban.card.deferred-items .card-header,
.kanban.card.deferred-items {
  background-color: rgb(255, 239.4, 216.6);
  color: #000;
}
.text-warning-10 {
  color: rgb(255, 239.4, 216.6);
}
.bg-warning-30,
.kanban.card.deferred-items .card-header .btn:hover {
  background-color: rgb(255, 223.8, 178.2);
  color: #000;
}
.text-warning-30 {
  color: rgb(255, 223.8, 178.2);
}
.bg-warning-70 {
  background-color: rgb(191.25, 132.75, 47.25);
  color: #fff;
}
.text-warning-70,
.kanban.card.deferred-items .card-header .btn:hover i,
.kanban.card.deferred-items .top-row .btn i:hover {
  color: rgb(191.25, 132.75, 47.25);
}
.bg-warning-90 {
  background-color: rgb(140.25, 97.35, 34.65);
  color: #fff;
}
.text-warning-90 {
  color: rgb(140.25, 97.35, 34.65);
}
.bg-danger {
  color: #fff;
  background-color: #f15e4e;
}
.bg-danger .h1,
.bg-danger .h2,
.bg-danger .h3,
.bg-danger .h4,
.bg-danger .h5,
.bg-danger .h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6 {
  color: #fff;
}
.text-danger,
.invalid-feedback {
  color: #f15e4e;
}
.alert-danger {
  --bs-alert-bg: rgb(245.2, 142.3, 131.1);
  color: #000;
}
.bg-danger-10,
.form-floating .form-control.is-invalid,
.form-floating > .form-select.is-invalid {
  background-color: rgb(252.2, 222.8, 219.6);
  color: #000;
}
.text-danger-10 {
  color: rgb(252.2, 222.8, 219.6);
}
.bg-danger-30 {
  background-color: rgb(249.4, 190.6, 184.2);
  color: #000;
}
.text-danger-30 {
  color: rgb(249.4, 190.6, 184.2);
}
.bg-danger-70 {
  background-color: rgb(180.75, 70.5, 58.5);
  color: #fff;
}
.text-danger-70 {
  color: rgb(180.75, 70.5, 58.5);
}
.bg-danger-90 {
  background-color: rgb(132.55, 51.7, 42.9);
  color: #fff;
}
.text-danger-90 {
  color: rgb(132.55, 51.7, 42.9);
}
.bg-info {
  color: #000;
  background-color: #6fa3d7;
}
.bg-info .h1,
.bg-info .h2,
.bg-info .h3,
.bg-info .h4,
.bg-info .h5,
.bg-info .h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6 {
  color: #000;
}
.text-info,
.kanban.card.in-progress .top-row .btn i {
  color: #6fa3d7;
}
.alert-info {
  --bs-alert-bg: rgb(154.2, 190.6, 227);
  color: #000;
}
.bg-info-10 {
  background-color: rgb(226.2, 236.6, 247);
  color: #000;
}
.text-info-10 {
  color: rgb(226.2, 236.6, 247);
}
.bg-info-30 {
  background-color: rgb(197.4, 218.2, 239);
  color: #000;
}
.text-info-30 {
  color: rgb(197.4, 218.2, 239);
}
.bg-info-70 {
  background-color: rgb(83.25, 122.25, 161.25);
  color: #fff;
}
.text-info-70,
.kanban.card.in-progress .card-header .btn:hover i,
.kanban.card.in-progress .top-row .btn i:hover {
  color: rgb(83.25, 122.25, 161.25);
}
.bg-info-90 {
  background-color: rgb(61.05, 89.65, 118.25);
  color: #fff;
}
.text-info-90 {
  color: rgb(61.05, 89.65, 118.25);
}
.bg-light {
  color: #000;
  background-color: #dce4f3;
}
.bg-light .h1,
.bg-light .h2,
.bg-light .h3,
.bg-light .h4,
.bg-light .h5,
.bg-light .h6,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: #000;
}
.text-light {
  color: #dce4f3;
}
.alert-light {
  --bs-alert-bg: rgb(230.5, 236.1, 246.6);
  color: #000;
}
.bg-light-10 {
  background-color: rgb(248, 249.6, 252.6);
  color: #000;
}
.text-light-10 {
  color: rgb(248, 249.6, 252.6);
}
.bg-light-30 {
  background-color: rgb(241, 244.2, 250.2);
  color: #000;
}
.text-light-30 {
  color: rgb(241, 244.2, 250.2);
}
.bg-light-70 {
  background-color: rgb(165, 171, 182.25);
  color: #000;
}
.text-light-70 {
  color: rgb(165, 171, 182.25);
}
.bg-light-90 {
  background-color: rgb(121, 125.4, 133.65);
  color: #fff;
}
.text-light-90 {
  color: rgb(121, 125.4, 133.65);
}
.bg-dark {
  color: #fff;
  background-color: #174258;
}
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
.text-dark {
  color: #174258;
}
.alert-dark {
  --bs-alert-bg: rgb(92.6, 122.7, 138.1);
  color: #fff;
}
.bg-dark-10 {
  background-color: rgb(208.6, 217.2, 221.6);
  color: #000;
}
.text-dark-10 {
  color: rgb(208.6, 217.2, 221.6);
}
.bg-dark-30 {
  background-color: rgb(162.2, 179.4, 188.2);
  color: #000;
}
.text-dark-30 {
  color: rgb(162.2, 179.4, 188.2);
}
.bg-dark-70 {
  background-color: rgb(17.25, 49.5, 66);
  color: #fff;
}
.text-dark-70 {
  color: rgb(17.25, 49.5, 66);
}
.bg-dark-90 {
  background-color: rgb(12.65, 36.3, 48.4);
  color: #fff;
}
.text-dark-90 {
  color: rgb(12.65, 36.3, 48.4);
}
.bg-grey {
  color: #fff;
  background-color: #999999;
}
.bg-grey .h1,
.bg-grey .h2,
.bg-grey .h3,
.bg-grey .h4,
.bg-grey .h5,
.bg-grey .h6,
.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey h5,
.bg-grey h6 {
  color: #fff;
}
.text-grey,
.kanban.card.complete .top-row .btn i {
  color: #999999;
}
.alert-grey {
  --bs-alert-bg: rgb(183.6, 183.6, 183.6);
  color: #000;
}
.bg-grey-10,
.kanban.card.complete .card-header,
.kanban.card.complete {
  background-color: rgb(234.6, 234.6, 234.6);
  color: #000;
}
.text-grey-10 {
  color: rgb(234.6, 234.6, 234.6);
}
.bg-grey-30,
.kanban.card.complete .card-header .btn:hover {
  background-color: rgb(214.2, 214.2, 214.2);
  color: #000;
}
.text-grey-30 {
  color: rgb(214.2, 214.2, 214.2);
}
.bg-grey-70 {
  background-color: rgb(114.75, 114.75, 114.75);
  color: #fff;
}
.text-grey-70,
.kanban.card.complete .card-header .btn:hover i,
.kanban.card.complete .top-row .btn i:hover {
  color: rgb(114.75, 114.75, 114.75);
}
.bg-grey-90 {
  background-color: rgb(84.15, 84.15, 84.15);
  color: #fff;
}
.text-grey-90 {
  color: rgb(84.15, 84.15, 84.15);
}
body {
  font-family: var(--bs-body-font-family);
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
}
.wrapper {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
.btn-link {
  text-decoration: none;
  color: #6fa3d7;
}
.btn-link:hover {
  color: #6fa3d7;
  text-decoration: underline;
}
.btn-width-100 {
  min-width: 100px;
}
.btn-width-101 {
  min-width: 101px;
}
.btn-width-102 {
  min-width: 102px;
}
.btn-width-103 {
  min-width: 103px;
}
.btn-width-104 {
  min-width: 104px;
}
.btn-width-105 {
  min-width: 105px;
}
.btn-width-106 {
  min-width: 106px;
}
.btn-width-107 {
  min-width: 107px;
}
.btn-width-108 {
  min-width: 108px;
}
.btn-width-109 {
  min-width: 109px;
}
.btn-width-110 {
  min-width: 110px;
}
.btn-width-111 {
  min-width: 111px;
}
.btn-width-112 {
  min-width: 112px;
}
.btn-width-113 {
  min-width: 113px;
}
.btn-width-114 {
  min-width: 114px;
}
.btn-width-115 {
  min-width: 115px;
}
.btn-width-116 {
  min-width: 116px;
}
.btn-width-117 {
  min-width: 117px;
}
.btn-width-118 {
  min-width: 118px;
}
.btn-width-119 {
  min-width: 119px;
}
.btn-width-120 {
  min-width: 120px;
}
.btn-width-121 {
  min-width: 121px;
}
.btn-width-122 {
  min-width: 122px;
}
.btn-width-123 {
  min-width: 123px;
}
.btn-width-124 {
  min-width: 124px;
}
.btn-width-125 {
  min-width: 125px;
}
.btn-width-126 {
  min-width: 126px;
}
.btn-width-127 {
  min-width: 127px;
}
.btn-width-128 {
  min-width: 128px;
}
.btn-width-129 {
  min-width: 129px;
}
.btn-width-130 {
  min-width: 130px;
}
.btn-width-131 {
  min-width: 131px;
}
.btn-width-132 {
  min-width: 132px;
}
.btn-width-133 {
  min-width: 133px;
}
.btn-width-134 {
  min-width: 134px;
}
.btn-width-135 {
  min-width: 135px;
}
.btn-width-136 {
  min-width: 136px;
}
.btn-width-137 {
  min-width: 137px;
}
.btn-width-138 {
  min-width: 138px;
}
.btn-width-139 {
  min-width: 139px;
}
.btn-width-140 {
  min-width: 140px;
}
.btn-width-141 {
  min-width: 141px;
}
.btn-width-142 {
  min-width: 142px;
}
.btn-width-143 {
  min-width: 143px;
}
.btn-width-144 {
  min-width: 144px;
}
.btn-width-145 {
  min-width: 145px;
}
.btn-width-146 {
  min-width: 146px;
}
.btn-width-147 {
  min-width: 147px;
}
.btn-width-148 {
  min-width: 148px;
}
.btn-width-149 {
  min-width: 149px;
}
.btn-width-150 {
  min-width: 150px;
}
.btn-width-151 {
  min-width: 151px;
}
.btn-width-152 {
  min-width: 152px;
}
.btn-width-153 {
  min-width: 153px;
}
.btn-width-154 {
  min-width: 154px;
}
.btn-width-155 {
  min-width: 155px;
}
.btn-width-156 {
  min-width: 156px;
}
.btn-width-157 {
  min-width: 157px;
}
.btn-width-158 {
  min-width: 158px;
}
.btn-width-159 {
  min-width: 159px;
}
.btn-width-160 {
  min-width: 160px;
}
.btn-width-161 {
  min-width: 161px;
}
.btn-width-162 {
  min-width: 162px;
}
.btn-width-163 {
  min-width: 163px;
}
.btn-width-164 {
  min-width: 164px;
}
.btn-width-165 {
  min-width: 165px;
}
.btn-width-166 {
  min-width: 166px;
}
.btn-width-167 {
  min-width: 167px;
}
.btn-width-168 {
  min-width: 168px;
}
.btn-width-169 {
  min-width: 169px;
}
.btn-width-170 {
  min-width: 170px;
}
.btn-width-171 {
  min-width: 171px;
}
.btn-width-172 {
  min-width: 172px;
}
.btn-width-173 {
  min-width: 173px;
}
.btn-width-174 {
  min-width: 174px;
}
.btn-width-175 {
  min-width: 175px;
}
.btn-width-176 {
  min-width: 176px;
}
.btn-width-177 {
  min-width: 177px;
}
.btn-width-178 {
  min-width: 178px;
}
.btn-width-179 {
  min-width: 179px;
}
.btn-width-180 {
  min-width: 180px;
}
.btn-width-181 {
  min-width: 181px;
}
.btn-width-182 {
  min-width: 182px;
}
.btn-width-183 {
  min-width: 183px;
}
.btn-width-184 {
  min-width: 184px;
}
.btn-width-185 {
  min-width: 185px;
}
.btn-width-186 {
  min-width: 186px;
}
.btn-width-187 {
  min-width: 187px;
}
.btn-width-188 {
  min-width: 188px;
}
.btn-width-189 {
  min-width: 189px;
}
.btn-width-190 {
  min-width: 190px;
}
.btn-width-191 {
  min-width: 191px;
}
.btn-width-192 {
  min-width: 192px;
}
.btn-width-193 {
  min-width: 193px;
}
.btn-width-194 {
  min-width: 194px;
}
.btn-width-195 {
  min-width: 195px;
}
.btn-width-196 {
  min-width: 196px;
}
.btn-width-197 {
  min-width: 197px;
}
.btn-width-198 {
  min-width: 198px;
}
.btn-width-199 {
  min-width: 199px;
}
.btn-width-200 {
  min-width: 200px;
}
.btn-width-201 {
  min-width: 201px;
}
.btn-width-202 {
  min-width: 202px;
}
.btn-width-203 {
  min-width: 203px;
}
.btn-width-204 {
  min-width: 204px;
}
.btn-width-205 {
  min-width: 205px;
}
.btn-width-206 {
  min-width: 206px;
}
.btn-width-207 {
  min-width: 207px;
}
.btn-width-208 {
  min-width: 208px;
}
.btn-width-209 {
  min-width: 209px;
}
.btn-width-210 {
  min-width: 210px;
}
.btn-width-211 {
  min-width: 211px;
}
.btn-width-212 {
  min-width: 212px;
}
.btn-width-213 {
  min-width: 213px;
}
.btn-width-214 {
  min-width: 214px;
}
.btn-width-215 {
  min-width: 215px;
}
.btn-width-216 {
  min-width: 216px;
}
.btn-width-217 {
  min-width: 217px;
}
.btn-width-218 {
  min-width: 218px;
}
.btn-width-219 {
  min-width: 219px;
}
.btn-width-220 {
  min-width: 220px;
}
.btn-width-221 {
  min-width: 221px;
}
.btn-width-222 {
  min-width: 222px;
}
.btn-width-223 {
  min-width: 223px;
}
.btn-width-224 {
  min-width: 224px;
}
.btn-width-225 {
  min-width: 225px;
}
.btn-width-226 {
  min-width: 226px;
}
.btn-width-227 {
  min-width: 227px;
}
.btn-width-228 {
  min-width: 228px;
}
.btn-width-229 {
  min-width: 229px;
}
.btn-width-230 {
  min-width: 230px;
}
.btn-width-231 {
  min-width: 231px;
}
.btn-width-232 {
  min-width: 232px;
}
.btn-width-233 {
  min-width: 233px;
}
.btn-width-234 {
  min-width: 234px;
}
.btn-width-235 {
  min-width: 235px;
}
.btn-width-236 {
  min-width: 236px;
}
.btn-width-237 {
  min-width: 237px;
}
.btn-width-238 {
  min-width: 238px;
}
.btn-width-239 {
  min-width: 239px;
}
.btn-width-240 {
  min-width: 240px;
}
.btn-width-241 {
  min-width: 241px;
}
.btn-width-242 {
  min-width: 242px;
}
.btn-width-243 {
  min-width: 243px;
}
.btn-width-244 {
  min-width: 244px;
}
.btn-width-245 {
  min-width: 245px;
}
.btn-width-246 {
  min-width: 246px;
}
.btn-width-247 {
  min-width: 247px;
}
.btn-width-248 {
  min-width: 248px;
}
.btn-width-249 {
  min-width: 249px;
}
.btn-width-250 {
  min-width: 250px;
}
.btn-width-251 {
  min-width: 251px;
}
.btn-width-252 {
  min-width: 252px;
}
.btn-width-253 {
  min-width: 253px;
}
.btn-width-254 {
  min-width: 254px;
}
.btn-width-255 {
  min-width: 255px;
}
.btn-width-256 {
  min-width: 256px;
}
.btn-width-257 {
  min-width: 257px;
}
.btn-width-258 {
  min-width: 258px;
}
.btn-width-259 {
  min-width: 259px;
}
.btn-width-260 {
  min-width: 260px;
}
.btn-width-261 {
  min-width: 261px;
}
.btn-width-262 {
  min-width: 262px;
}
.btn-width-263 {
  min-width: 263px;
}
.btn-width-264 {
  min-width: 264px;
}
.btn-width-265 {
  min-width: 265px;
}
.btn-width-266 {
  min-width: 266px;
}
.btn-width-267 {
  min-width: 267px;
}
.btn-width-268 {
  min-width: 268px;
}
.btn-width-269 {
  min-width: 269px;
}
.btn-width-270 {
  min-width: 270px;
}
.btn-width-271 {
  min-width: 271px;
}
.btn-width-272 {
  min-width: 272px;
}
.btn-width-273 {
  min-width: 273px;
}
.btn-width-274 {
  min-width: 274px;
}
.btn-width-275 {
  min-width: 275px;
}
.btn-width-276 {
  min-width: 276px;
}
.btn-width-277 {
  min-width: 277px;
}
.btn-width-278 {
  min-width: 278px;
}
.btn-width-279 {
  min-width: 279px;
}
.btn-width-280 {
  min-width: 280px;
}
.btn-width-281 {
  min-width: 281px;
}
.btn-width-282 {
  min-width: 282px;
}
.btn-width-283 {
  min-width: 283px;
}
.btn-width-284 {
  min-width: 284px;
}
.btn-width-285 {
  min-width: 285px;
}
.btn-width-286 {
  min-width: 286px;
}
.btn-width-287 {
  min-width: 287px;
}
.btn-width-288 {
  min-width: 288px;
}
.btn-width-289 {
  min-width: 289px;
}
.btn-width-290 {
  min-width: 290px;
}
.btn-width-291 {
  min-width: 291px;
}
.btn-width-292 {
  min-width: 292px;
}
.btn-width-293 {
  min-width: 293px;
}
.btn-width-294 {
  min-width: 294px;
}
.btn-width-295 {
  min-width: 295px;
}
.btn-width-296 {
  min-width: 296px;
}
.btn-width-297 {
  min-width: 297px;
}
.btn-width-298 {
  min-width: 298px;
}
.btn-width-299 {
  min-width: 299px;
}
.btn-width-300 {
  min-width: 300px;
}
.brand {
  max-height: 70px;
  transition: height 0.3s ease;
  margin: 0;
}
.header-shrink .brand {
  height: 50px;
}
.nav {
  --bs-nav-link-color: var(--bs-primary);
  --bs-nav-link-hover-color: var(--bs-secondary);
  --bs-nav-link-active-color: var(--bs-primary);
}
.nav .nav-link {
  text-transform: uppercase;
  line-height: 1;
}
.list-group-flush {
  --bs-list-group-bg: none;
}
.list-group-flush .list-group-item {
  padding: var(--bs-list-group-item-padding-y) 0;
}
.form-switch.form-switch-lg {
  padding-left: 3.5em;
  display: flex;
  align-items: center;
}
.form-switch.form-switch-lg .form-check-input {
  width: 3em;
  border-radius: 3em;
  height: 1.5em;
  margin-right: 0.5em;
  margin-left: -3.5em;
}
.form-switch.form-switch-lg .form-check-label {
  margin-top: 0.35em;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.form-floating > label {
  color: var(--bs-body-color);
}
.form-floating .form-control.is-valid,
.form-floating > .form-select.is-valid {
  border: 2px solid rgba(var(--bs-success-rgb), 60%);
}
.form-floating .form-control.is-invalid,
.form-floating > .form-select.is-invalid {
  border: 2px solid rgba(var(--bs-danger-rgb), 50%);
}
.input-group.detail .form-control,
.input-group.detail .form-select,
.form-floating.detail .form-control,
.form-floating.detail .form-select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--bs-gray-300) !important;
  border-radius: 0;
}
.input-group.detail .input-group-text,
.form-floating.detail .input-group-text {
  background-color: var(--bs-gray-300);
  border: 0;
  border-bottom: 2px solid var(--bs-gray-300) !important;
  border-radius: 0;
}
.form-check-input {
  background-color: var(--bs-light-bg-subtle);
  border-color: var(--bs-light-bg-emphasis);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.5rem 0.5rem 0.25rem !important;
}
.form-select-sm {
  padding-top: 0.5rem;
}
.card .house-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  position: relative;
  left: -10px;
}
.card.property {
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.card-title:hover {
  color: var(--bs-primary);
  font-weight: bold;
  cursor: pointer;
}
.inline-select {
  background-color: transparent;
  border: 0;
  appearance: none;
  padding-left: 0;
  color: var(--bs-card-color);
}
.btn-close {
  color: var(--bs-secondary);
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.btn-group-vertical.campaign .btn-outline-primary {
  --bs-btn-border-color: var(--bs-border-color-translucent);
  align-content: center;
  text-align: left;
}
.btn-group-vertical.campaign .btn,
.btn-group-vertical.campaign .btn.active,
.btn-group-vertical.campaign .btn-check:checked + .btn {
  border-right: 0;
  border-radius: 0;
}
.btn-group-vertical.campaign .btn:first-of-type,
.btn-group-vertical.campaign .btn-check:checked + .btn:first-of-type {
  border-top: 0;
}
.btn-group-vertical.campaign .btn:last-of-type,
.btn-group-vertical.campaign .btn-check:checked + .btn:last-of-type {
  border-bottom: 0;
}
.btn-group-vertical.campaign .btn-check:checked + .btn:first-of-type {
  border-top-right-radius: var(--bs-border-radius);
}
.btn-group-vertical.campaign .btn-check:checked + .btn:last-of-type {
  border-bottom-right-radius: var(--bs-border-radius);
}
.btn-group.campaign {
  width: 100%;
}
.btn-group.campaign .btn-outline-primary {
  --bs-btn-border-color: var(--bs-border-color-translucent);
  align-content: center;
}
.btn-group.campaign .btn,
.btn-group.campaign .btn.active,
.btn-group.campaign .btn-check:checked + .btn {
  flex: 1 1 0;
  width: 100%;
  border-left: 0;
  border-radius: 0;
  border-bottom: 0;
}
.btn-group.campaign .btn:last-of-type {
  border-bottom-right-radius: var(--bs-border-radius);
}
.btn-group.campaign .btn-check:checked + .btn:first-of-type {
  border-bottom-left-radius: var(--bs-border-radius);
}
.btn-group.campaign .btn-check:checked + .btn:last-of-type {
  border-bottom-right-radius: var(--bs-border-radius);
}
.clipboard {
  color: var(--bs-secondary);
  cursor: pointer;
  text-underline-offset: 2px;
  padding: 5px 8px;
  margin: 0 0.15em;
  background-color: rgba(var(--bs-secondary-rgb), 10%);
  border: 2px dotted rgba(var(--bs-secondary-rgb), 20%);
  position: relative;
  display: inline-block;
}
.clipboard:hover {
  text-decoration-style: dotted;
  opacity: 0.85;
  border: 2px solid rgba(var(--bs-secondary-rgb), 20%);
}
.clipboard:hover::after {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -0.6em;
  right: -0.6em;
  font-size: 1rem;
  color: var(--bs-primary);
  padding: 0.2em;
  line-height: 1;
  display: inline-block;
  z-index: 2;
}
.kanban.card {
  --bs-card-border-radius: 0;
  --bs-card-border-width: 2px;
  position: relative;
}
.kanban.card.deferred-items {
  border-color: var(--bs-warning);
}
.kanban.card.deferred-items .top-row .btn {
  --bs-btn-font-size: 1.25rem;
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-line-height: 1;
}
.kanban.card.deferred-items .card-title {
  color: var(--bs-warning);
}
.kanban.card.deferred-items .card-title i {
  color: var(--bs-warning);
}
.kanban.card.deferred-items .card-body {
  padding: 0.75em;
}
.kanban.card.deferred-items .card-header {
  position: absolute;
  display: flex;
  padding: 0;
  min-width: auto;
  top: -2.25rem;
  left: -2px;
  border: 2px solid var(--bs-warning);
  border-bottom: none;
}
.kanban.card.deferred-items .card-header .btn {
  line-height: 1;
  border-radius: 0;
}
.kanban.card.deferred-items .card-header .btn i {
  color: var(--bs-warning);
  font-size: 1.25rem;
}
.kanban.card.deferred-items .card-header .btn.dropdown-toggle {
  --bs-btn-active-bg: var(--bs-warning);
  --bs-btn-active-border-color: transparent;
}
.kanban.card.deferred-items .card-header .btn.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-warning);
  margin-left: 0;
  vertical-align: initial;
  content: "\f078";
  border: 0;
}
.kanban.card.deferred-items .card-header .btn.dropdown-toggle.show::after {
  color: var(--bs-white);
}
.kanban.card.deferred-items .card-header .dropdown-item.active,
.kanban.card.deferred-items .card-header .dropdown-item:active {
  --bs-dropdown-link-active-bg: var(--bs-info);
}
.kanban.card.in-progress {
  border-color: var(--bs-secondary);
}
.kanban.card.in-progress .top-row .btn {
  --bs-btn-font-size: 1.25rem;
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-line-height: 1;
}
.kanban.card.in-progress .card-title {
  color: var(--bs-info);
}
.kanban.card.in-progress .card-title i {
  color: var(--bs-info);
}
.kanban.card.in-progress .card-body {
  padding: 0.75em;
}
.kanban.card.in-progress .card-header {
  position: absolute;
  display: flex;
  padding: 0;
  min-width: auto;
  top: -2.25rem;
  left: -2px;
  border: 2px solid var(--bs-secondary);
  border-bottom: none;
}
.kanban.card.in-progress .card-header .btn {
  line-height: 1;
  border-radius: 0;
}
.kanban.card.in-progress .card-header .btn i {
  color: var(--bs-info);
  font-size: 1.25rem;
}
.kanban.card.in-progress .card-header .btn.dropdown-toggle {
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: transparent;
}
.kanban.card.in-progress .card-header .btn.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-info);
  margin-left: 0;
  vertical-align: initial;
  content: "\f078";
  border: 0;
}
.kanban.card.in-progress .card-header .btn.dropdown-toggle.show::after {
  color: var(--bs-white);
}
.kanban.card.in-progress .card-header .dropdown-item.active,
.kanban.card.in-progress .card-header .dropdown-item:active {
  --bs-dropdown-link-active-bg: var(--bs-info);
}
.kanban.card.complete {
  border-color: var(--bs-grey);
}
.kanban.card.complete .top-row .btn {
  --bs-btn-font-size: 1.25rem;
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-line-height: 1;
}
.kanban.card.complete .card-title {
  color: var(--bs-grey);
}
.kanban.card.complete .card-title i {
  color: var(--bs-grey);
}
.kanban.card.complete .card-body {
  padding: 0.75em;
}
.kanban.card.complete .card-header {
  position: absolute;
  display: flex;
  padding: 0;
  min-width: auto;
  top: -2.25rem;
  left: -2px;
  border: 2px solid var(--bs-grey);
  border-bottom: none;
}
.kanban.card.complete .card-header .btn {
  line-height: 1;
  border-radius: 0;
}
.kanban.card.complete .card-header .btn i {
  color: var(--bs-grey);
  font-size: 1.25rem;
}
.kanban.card.complete .card-header .btn.dropdown-toggle {
  --bs-btn-active-bg: var(--bs-grey);
  --bs-btn-active-border-color: transparent;
}
.kanban.card.complete .card-header .btn.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-grey);
  margin-left: 0;
  vertical-align: initial;
  content: "\f078";
  border: 0;
}
.kanban.card.complete .card-header .btn.dropdown-toggle.show::after {
  color: var(--bs-white);
}
.kanban.card.complete .card-header .dropdown-item.active,
.kanban.card.complete .card-header .dropdown-item:active {
  --bs-dropdown-link-active-bg: var(--bs-info);
}
.no-caret::after {
  display: none !important;
}

/* wwwroot/css/variables.compiled.css */
:root {
  --bs-body-color: #4F4F4F;
  --bs-heading-color: rgb(94.35, 138.55, 182.75);
  --bs-gradient:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0));
  --bs-link-color-rgb:
    23,
    138,
    188;
  --bs-link-hover-color: #1dadeb;
  --bs-link-hover-color-rgb:
    23,
    138,
    188;
  --bs-primary: #011f47;
  --bs-primary-rgb:
    1,
    31,
    71;
  --bs-primary-bg-subtle: rgb(77.2, 98.2, 126.2);
  --bs-primary-bg-emphasis: rgb(0.7, 21.7, 49.7);
  --bs-secondary: #1dadeb;
  --bs-secondary-rgb:
    29,
    173,
    235;
  --bs-secondary-bg-subtle: rgb(96.8, 197.6, 241);
  --bs-secondary-bg-emphasis: rgb(20.3, 121.1, 164.5);
  --bs-tertiary: #5F33B7;
  --bs-tertiary-rgb:
    95,
    51,
    183;
  --bs-tertiary-bg-subtle: rgb(143, 112.2, 204.6);
  --bs-tertiary-bg-emphasis: rgb(66.5, 35.7, 128.1);
  --bs-success: #8dc63f;
  --bs-success-rgb:
    141,
    198,
    63;
  --bs-success-bg-subtle: rgb(175.2, 215.1, 120.6);
  --bs-success-bg-emphasis: rgb(98.7, 138.6, 44.1);
  --bs-warning: #ffb13f;
  --bs-warning-rgb:
    255,
    177,
    63;
  --bs-warning-bg-subtle: rgb(255, 200.4, 120.6);
  --bs-warning-bg-emphasis: rgb(178.5, 123.9, 44.1);
  --bs-danger: #f15e4e;
  --bs-danger-rgb:
    241,
    94,
    78;
  --bs-danger-bg-subtle: rgb(245.2, 142.3, 131.1);
  --bs-danger-bg-emphasis: rgb(168.7, 65.8, 54.6);
  --bs-info: #6fa3d7;
  --bs-info-rgb:
    111,
    163,
    215;
  --bs-info-bg-subtle: rgb(154.2, 190.6, 227);
  --bs-info-bg-emphasis: rgb(77.7, 114.1, 150.5);
  --bs-light: #dce4f3;
  --bs-light-rgb:
    220,
    228,
    243;
  --bs-light-bg-subtle: rgb(230.5, 236.1, 246.6);
  --bs-light-bg-emphasis: rgb(154, 159.6, 170.1);
  --bs-dark: #174258;
  --bs-dark-rgb:
    23,
    66,
    88;
  --bs-dark-bg-subtle: rgb(92.6, 122.7, 138.1);
  --bs-dark-bg-emphasis: rgb(16.1, 46.2, 61.6);
  --bs-grey: #999999;
  --bs-grey-rgb:
    153,
    153,
    153;
  --bs-grey-bg-subtle: rgb(183.6, 183.6, 183.6);
  --bs-grey-bg-emphasis: rgb(107.1, 107.1, 107.1);
  --bs-body-font-family: "Ciutadella";
  --bs-font-sans-serif: "Ciutadella";
}
.bg-primary-subtle {
  background-color: rgb(77.2, 98.2, 126.2) !important;
}
.bg-primary-emphasis {
  background-color: rgb(0.7, 21.7, 49.7) !important;
}
.bg-secondary-subtle {
  background-color: rgb(96.8, 197.6, 241) !important;
}
.bg-secondary-emphasis {
  background-color: rgb(20.3, 121.1, 164.5) !important;
}
.bg-tertiary-subtle {
  background-color: rgb(143, 112.2, 204.6) !important;
}
.bg-tertiary-emphasis {
  background-color: rgb(66.5, 35.7, 128.1) !important;
}
.bg-success-subtle {
  background-color: rgb(175.2, 215.1, 120.6) !important;
}
.bg-success-emphasis {
  background-color: rgb(98.7, 138.6, 44.1) !important;
}
.bg-warning-subtle {
  background-color: rgb(255, 200.4, 120.6) !important;
}
.bg-warning-emphasis {
  background-color: rgb(178.5, 123.9, 44.1) !important;
}
.bg-danger-subtle {
  background-color: rgb(245.2, 142.3, 131.1) !important;
}
.bg-danger-emphasis {
  background-color: rgb(168.7, 65.8, 54.6) !important;
}
.bg-info-subtle {
  background-color: rgb(154.2, 190.6, 227) !important;
}
.bg-info-emphasis {
  background-color: rgb(77.7, 114.1, 150.5) !important;
}
.bg-light-subtle {
  background-color: rgb(230.5, 236.1, 246.6) !important;
}
.bg-light-emphasis {
  background-color: rgb(154, 159.6, 170.1) !important;
}
.bg-dark-subtle {
  background-color: rgb(92.6, 122.7, 138.1) !important;
}
.bg-dark-emphasis {
  background-color: rgb(16.1, 46.2, 61.6) !important;
}
.bg-grey-subtle {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}
.bg-grey-emphasis {
  background-color: rgb(107.1, 107.1, 107.1) !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #011f47;
  --bs-btn-border-color: #011f47;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0.9, 27.9, 63.9);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0.8, 24.8, 56.8);
  --bs-btn-active-border-color: rgb(0.8, 24.8, 56.8);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #011f47;
  --bs-btn-disabled-border-color: #011f47;
}
.btn-outline-primary {
  --bs-btn-color: #011f47;
  --bs-btn-border-color: #011f47;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #011f47;
  --bs-btn-hover-border-color: #011f47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #011f47;
  --bs-btn-active-border-color: #011f47;
  --bs-btn-disabled-color: #011f47;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #011f47;
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1dadeb;
  --bs-btn-border-color: #1dadeb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(26.1, 155.7, 211.5);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(23.2, 138.4, 188);
  --bs-btn-active-border-color: rgb(23.2, 138.4, 188);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1dadeb;
  --bs-btn-disabled-border-color: #1dadeb;
}
.btn-outline-secondary {
  --bs-btn-color: #1dadeb;
  --bs-btn-border-color: #1dadeb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1dadeb;
  --bs-btn-hover-border-color: #1dadeb;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1dadeb;
  --bs-btn-active-border-color: #1dadeb;
  --bs-btn-disabled-color: #1dadeb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1dadeb;
  --bs-gradient: none;
}
.btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5F33B7;
  --bs-btn-border-color: #5F33B7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(85.5, 45.9, 164.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76, 40.8, 146.4);
  --bs-btn-active-border-color: rgb(76, 40.8, 146.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5F33B7;
  --bs-btn-disabled-border-color: #5F33B7;
}
.btn-outline-tertiary {
  --bs-btn-color: #5F33B7;
  --bs-btn-border-color: #5F33B7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5F33B7;
  --bs-btn-hover-border-color: #5F33B7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5F33B7;
  --bs-btn-active-border-color: #5F33B7;
  --bs-btn-disabled-color: #5F33B7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5F33B7;
  --bs-gradient: none;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8dc63f;
  --bs-btn-border-color: #8dc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(126.9, 178.2, 56.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(112.8, 158.4, 50.4);
  --bs-btn-active-border-color: rgb(112.8, 158.4, 50.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8dc63f;
  --bs-btn-disabled-border-color: #8dc63f;
}
.btn-outline-success {
  --bs-btn-color: #8dc63f;
  --bs-btn-border-color: #8dc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8dc63f;
  --bs-btn-hover-border-color: #8dc63f;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8dc63f;
  --bs-btn-active-border-color: #8dc63f;
  --bs-btn-disabled-color: #8dc63f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8dc63f;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffb13f;
  --bs-btn-border-color: #ffb13f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(229.5, 159.3, 56.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 141.6, 50.4);
  --bs-btn-active-border-color: rgb(204, 141.6, 50.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ffb13f;
  --bs-btn-disabled-border-color: #ffb13f;
}
.btn-outline-warning {
  --bs-btn-color: #ffb13f;
  --bs-btn-border-color: #ffb13f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffb13f;
  --bs-btn-hover-border-color: #ffb13f;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffb13f;
  --bs-btn-active-border-color: #ffb13f;
  --bs-btn-disabled-color: #ffb13f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffb13f;
  --bs-gradient: none;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f15e4e;
  --bs-btn-border-color: #f15e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(216.9, 84.6, 70.2);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192.8, 75.2, 62.4);
  --bs-btn-active-border-color: rgb(192.8, 75.2, 62.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f15e4e;
  --bs-btn-disabled-border-color: #f15e4e;
}
.btn-outline-danger {
  --bs-btn-color: #f15e4e;
  --bs-btn-border-color: #f15e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f15e4e;
  --bs-btn-hover-border-color: #f15e4e;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f15e4e;
  --bs-btn-active-border-color: #f15e4e;
  --bs-btn-disabled-color: #f15e4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f15e4e;
  --bs-gradient: none;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #6fa3d7;
  --bs-btn-border-color: #6fa3d7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(99.9, 146.7, 193.5);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88.8, 130.4, 172);
  --bs-btn-active-border-color: rgb(88.8, 130.4, 172);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6fa3d7;
  --bs-btn-disabled-border-color: #6fa3d7;
}
.btn-outline-info {
  --bs-btn-color: #6fa3d7;
  --bs-btn-border-color: #6fa3d7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6fa3d7;
  --bs-btn-hover-border-color: #6fa3d7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6fa3d7;
  --bs-btn-active-border-color: #6fa3d7;
  --bs-btn-disabled-color: #6fa3d7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6fa3d7;
  --bs-gradient: none;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #dce4f3;
  --bs-btn-border-color: #dce4f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(198, 205.2, 218.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 182.4, 194.4);
  --bs-btn-active-border-color: rgb(176, 182.4, 194.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dce4f3;
  --bs-btn-disabled-border-color: #dce4f3;
}
.btn-outline-light {
  --bs-btn-color: #dce4f3;
  --bs-btn-border-color: #dce4f3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dce4f3;
  --bs-btn-hover-border-color: #dce4f3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dce4f3;
  --bs-btn-active-border-color: #dce4f3;
  --bs-btn-disabled-color: #dce4f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dce4f3;
  --bs-gradient: none;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #174258;
  --bs-btn-border-color: #174258;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.7, 59.4, 79.2);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.4, 52.8, 70.4);
  --bs-btn-active-border-color: rgb(18.4, 52.8, 70.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #174258;
  --bs-btn-disabled-border-color: #174258;
}
.btn-outline-dark {
  --bs-btn-color: #174258;
  --bs-btn-border-color: #174258;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #174258;
  --bs-btn-hover-border-color: #174258;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #174258;
  --bs-btn-active-border-color: #174258;
  --bs-btn-disabled-color: #174258;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #174258;
  --bs-gradient: none;
}
.btn-grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: #999999;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(137.7, 137.7, 137.7);
  --bs-btn-hover-border-color: $hover-bg;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(122.4, 122.4, 122.4);
  --bs-btn-active-border-color: rgb(122.4, 122.4, 122.4);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #999999;
  --bs-btn-disabled-border-color: #999999;
}
.btn-outline-grey {
  --bs-btn-color: #999999;
  --bs-btn-border-color: #999999;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #999999;
  --bs-btn-hover-border-color: #999999;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #999999;
  --bs-btn-active-border-color: #999999;
  --bs-btn-disabled-color: #999999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999999;
  --bs-gradient: none;
}
.bg-primary {
  color: #fff;
  background-color: #011f47;
}
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: #fff;
}
.text-primary {
  color: #011f47;
}
.alert-primary {
  --bs-alert-bg: rgb(77.2, 98.2, 126.2);
  color: #fff;
}
.bg-primary-10 {
  background-color: rgb(204.2, 210.2, 218.2);
  color: #000;
}
.text-primary-10 {
  color: rgb(204.2, 210.2, 218.2);
}
.bg-primary-30 {
  background-color: rgb(153.4, 165.4, 181.4);
  color: #000;
}
.text-primary-30 {
  color: rgb(153.4, 165.4, 181.4);
}
.bg-primary-70 {
  background-color: rgb(0.75, 23.25, 53.25);
  color: #fff;
}
.text-primary-70 {
  color: rgb(0.75, 23.25, 53.25);
}
.bg-primary-90 {
  background-color: rgb(0.55, 17.05, 39.05);
  color: #fff;
}
.text-primary-90 {
  color: rgb(0.55, 17.05, 39.05);
}
.bg-secondary {
  color: #fff;
  background-color: #1dadeb;
}
.bg-secondary .h1,
.bg-secondary .h2,
.bg-secondary .h3,
.bg-secondary .h4,
.bg-secondary .h5,
.bg-secondary .h6,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #fff;
}
.text-secondary {
  color: #1dadeb;
}
.alert-secondary {
  --bs-alert-bg: rgb(96.8, 197.6, 241);
  color: #000;
}
.bg-secondary-10 {
  background-color: rgb(209.8, 238.6, 251);
  color: #000;
}
.text-primary-10 {
  color: rgb(209.8, 238.6, 251);
}
.bg-secondary-30 {
  background-color: rgb(164.6, 222.2, 247);
  color: #000;
}
.text-primary-30 {
  color: rgb(164.6, 222.2, 247);
}
.bg-secondary-70 {
  background-color: rgb(21.75, 129.75, 176.25);
  color: #fff;
}
.text-primary-70 {
  color: rgb(21.75, 129.75, 176.25);
}
.bg-secondary-90 {
  background-color: rgb(15.95, 95.15, 129.25);
  color: #fff;
}
.text-primary-90 {
  color: rgb(15.95, 95.15, 129.25);
}
.bg-tertiary {
  color: #fff;
  background-color: #5F33B7;
}
.bg-tertiary .h1,
.bg-tertiary .h2,
.bg-tertiary .h3,
.bg-tertiary .h4,
.bg-tertiary .h5,
.bg-tertiary .h6,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6 {
  color: #fff;
}
.text-tertiary {
  color: #5F33B7;
}
.alert-tertiary {
  --bs-alert-bg: rgb(143, 112.2, 204.6);
  color: #fff;
}
.bg-tertiary-10 {
  background-color: rgb(223, 214.2, 240.6);
  color: #000;
}
.text-tertiary-10 {
  color: rgb(223, 214.2, 240.6);
}
.bg-tertiary-30 {
  background-color: rgb(191, 173.4, 226.2);
  color: #000;
}
.text-tertiary-30 {
  color: rgb(191, 173.4, 226.2);
}
.bg-tertiary-70 {
  background-color: rgb(71.25, 38.25, 137.25);
  color: #fff;
}
.text-tertiary-70 {
  color: rgb(71.25, 38.25, 137.25);
}
.bg-tertiary-90 {
  background-color: rgb(52.25, 28.05, 100.65);
  color: #fff;
}
.text-tertiary-90 {
  color: rgb(52.25, 28.05, 100.65);
}
.bg-success {
  color: #fff;
  background-color: #8dc63f;
}
.bg-success .h1,
.bg-success .h2,
.bg-success .h3,
.bg-success .h4,
.bg-success .h5,
.bg-success .h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6 {
  color: #fff;
}
.text-success {
  color: #8dc63f;
}
.alert-success {
  --bs-alert-bg: rgb(175.2, 215.1, 120.6);
  color: #000;
}
.bg-success-10 {
  background-color: rgb(232.2, 243.6, 216.6);
  color: #000;
}
.text-success-10 {
  color: rgb(232.2, 243.6, 216.6);
}
.bg-success-30 {
  background-color: rgb(209.4, 232.2, 178.2);
  color: #000;
}
.text-success-30 {
  color: rgb(209.4, 232.2, 178.2);
}
.bg-success-70 {
  background-color: rgb(105.75, 148.5, 47.25);
  color: #fff;
}
.text-success-70 {
  color: rgb(105.75, 148.5, 47.25);
}
.bg-success-90 {
  background-color: rgb(77.55, 108.9, 34.65);
  color: #fff;
}
.text-success-90 {
  color: rgb(77.55, 108.9, 34.65);
}
.bg-warning {
  color: #fff;
  background-color: #ffb13f;
}
.bg-warning .h1,
.bg-warning .h2,
.bg-warning .h3,
.bg-warning .h4,
.bg-warning .h5,
.bg-warning .h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6 {
  color: #fff;
}
.text-warning {
  color: #ffb13f;
}
.alert-warning {
  --bs-alert-bg: rgb(255, 200.4, 120.6);
  color: #000;
}
.bg-warning-10 {
  background-color: rgb(255, 239.4, 216.6);
  color: #000;
}
.text-warning-10 {
  color: rgb(255, 239.4, 216.6);
}
.bg-warning-30 {
  background-color: rgb(255, 223.8, 178.2);
  color: #000;
}
.text-warning-30 {
  color: rgb(255, 223.8, 178.2);
}
.bg-warning-70 {
  background-color: rgb(191.25, 132.75, 47.25);
  color: #fff;
}
.text-warning-70 {
  color: rgb(191.25, 132.75, 47.25);
}
.bg-warning-90 {
  background-color: rgb(140.25, 97.35, 34.65);
  color: #fff;
}
.text-warning-90 {
  color: rgb(140.25, 97.35, 34.65);
}
.bg-danger {
  color: #fff;
  background-color: #f15e4e;
}
.bg-danger .h1,
.bg-danger .h2,
.bg-danger .h3,
.bg-danger .h4,
.bg-danger .h5,
.bg-danger .h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6 {
  color: #fff;
}
.text-danger {
  color: #f15e4e;
}
.alert-danger {
  --bs-alert-bg: rgb(245.2, 142.3, 131.1);
  color: #000;
}
.bg-danger-10 {
  background-color: rgb(252.2, 222.8, 219.6);
  color: #000;
}
.text-danger-10 {
  color: rgb(252.2, 222.8, 219.6);
}
.bg-danger-30 {
  background-color: rgb(249.4, 190.6, 184.2);
  color: #000;
}
.text-danger-30 {
  color: rgb(249.4, 190.6, 184.2);
}
.bg-danger-70 {
  background-color: rgb(180.75, 70.5, 58.5);
  color: #fff;
}
.text-danger-70 {
  color: rgb(180.75, 70.5, 58.5);
}
.bg-danger-90 {
  background-color: rgb(132.55, 51.7, 42.9);
  color: #fff;
}
.text-danger-90 {
  color: rgb(132.55, 51.7, 42.9);
}
.bg-info {
  color: #000;
  background-color: #6fa3d7;
}
.bg-info .h1,
.bg-info .h2,
.bg-info .h3,
.bg-info .h4,
.bg-info .h5,
.bg-info .h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6 {
  color: #000;
}
.text-info {
  color: #6fa3d7;
}
.alert-info {
  --bs-alert-bg: rgb(154.2, 190.6, 227);
  color: #000;
}
.bg-info-10 {
  background-color: rgb(226.2, 236.6, 247);
  color: #000;
}
.text-info-10 {
  color: rgb(226.2, 236.6, 247);
}
.bg-info-30 {
  background-color: rgb(197.4, 218.2, 239);
  color: #000;
}
.text-info-30 {
  color: rgb(197.4, 218.2, 239);
}
.bg-info-70 {
  background-color: rgb(83.25, 122.25, 161.25);
  color: #fff;
}
.text-info-70 {
  color: rgb(83.25, 122.25, 161.25);
}
.bg-info-90 {
  background-color: rgb(61.05, 89.65, 118.25);
  color: #fff;
}
.text-info-90 {
  color: rgb(61.05, 89.65, 118.25);
}
.bg-light {
  color: #000;
  background-color: #dce4f3;
}
.bg-light .h1,
.bg-light .h2,
.bg-light .h3,
.bg-light .h4,
.bg-light .h5,
.bg-light .h6,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: #000;
}
.text-light {
  color: #dce4f3;
}
.alert-light {
  --bs-alert-bg: rgb(230.5, 236.1, 246.6);
  color: #000;
}
.bg-light-10 {
  background-color: rgb(248, 249.6, 252.6);
  color: #000;
}
.text-light-10 {
  color: rgb(248, 249.6, 252.6);
}
.bg-light-30 {
  background-color: rgb(241, 244.2, 250.2);
  color: #000;
}
.text-light-30 {
  color: rgb(241, 244.2, 250.2);
}
.bg-light-70 {
  background-color: rgb(165, 171, 182.25);
  color: #000;
}
.text-light-70 {
  color: rgb(165, 171, 182.25);
}
.bg-light-90 {
  background-color: rgb(121, 125.4, 133.65);
  color: #fff;
}
.text-light-90 {
  color: rgb(121, 125.4, 133.65);
}
.bg-dark {
  color: #fff;
  background-color: #174258;
}
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
.text-dark {
  color: #174258;
}
.alert-dark {
  --bs-alert-bg: rgb(92.6, 122.7, 138.1);
  color: #fff;
}
.bg-dark-10 {
  background-color: rgb(208.6, 217.2, 221.6);
  color: #000;
}
.text-dark-10 {
  color: rgb(208.6, 217.2, 221.6);
}
.bg-dark-30 {
  background-color: rgb(162.2, 179.4, 188.2);
  color: #000;
}
.text-dark-30 {
  color: rgb(162.2, 179.4, 188.2);
}
.bg-dark-70 {
  background-color: rgb(17.25, 49.5, 66);
  color: #fff;
}
.text-dark-70 {
  color: rgb(17.25, 49.5, 66);
}
.bg-dark-90 {
  background-color: rgb(12.65, 36.3, 48.4);
  color: #fff;
}
.text-dark-90 {
  color: rgb(12.65, 36.3, 48.4);
}
.bg-grey {
  color: #fff;
  background-color: #999999;
}
.bg-grey .h1,
.bg-grey .h2,
.bg-grey .h3,
.bg-grey .h4,
.bg-grey .h5,
.bg-grey .h6,
.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey h5,
.bg-grey h6 {
  color: #fff;
}
.text-grey {
  color: #999999;
}
.alert-grey {
  --bs-alert-bg: rgb(183.6, 183.6, 183.6);
  color: #000;
}
.bg-grey-10 {
  background-color: rgb(234.6, 234.6, 234.6);
  color: #000;
}
.text-grey-10 {
  color: rgb(234.6, 234.6, 234.6);
}
.bg-grey-30 {
  background-color: rgb(214.2, 214.2, 214.2);
  color: #000;
}
.text-grey-30 {
  color: rgb(214.2, 214.2, 214.2);
}
.bg-grey-70 {
  background-color: rgb(114.75, 114.75, 114.75);
  color: #fff;
}
.text-grey-70 {
  color: rgb(114.75, 114.75, 114.75);
}
.bg-grey-90 {
  background-color: rgb(84.15, 84.15, 84.15);
  color: #fff;
}
.text-grey-90 {
  color: rgb(84.15, 84.15, 84.15);
}

/* wwwroot/css/site.css */
.page {
  display: none;
}
form.was-validated .btn-check:invalid + label.btn {
  border-color: var(--bs-form-invalid-border-color);
}
form.was-validated .form-group:has(.btn-check:invalid) .invalid-feedback {
  display: block !important;
}
form.was-validated .input-group:has(.form-control:invalid) .invalid-feedback {
  display: block !important;
}
form.was-validated .form-group:has(.form-control:invalid) .invalid-feedback {
  display: block !important;
}
.topAlignControls {
  align-self: start;
}
.modal-content {
  color: #4F4F4F;
}
.ui-autocomplete-loading {
  background: white url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==) right center no-repeat;
}
@keyframes robotPendulum {
  0% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(25deg);
  }
  80% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
.aiAnimation {
  display: inline-block;
  animation: robotPendulum 1s infinite cubic-bezier(.68, -0.55, .27, 1.55);
  transform-origin: 50% 80%;
}
#workflowContainer {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  scrollbar-color: rgb(248, 249.6, 252.6) #e7e1e1;
  scrollbar-width: thin;
}
#workflowContainer .row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.stepData {
  font-weight: bold;
  font-size: larger;
}
.impersonating {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 10000;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-tertiary {
  background-color: grey;
}
.btn-standard {
  min-width: 90px;
}
label:has(+ input[required]:not([type=radio]))::after {
  content: " *";
  color: red;
  margin-left: 2px;
}
label:has(+ select[required])::after {
  content: " *";
  color: red;
  margin-left: 2px;
}
label:has(+ textarea[required])::after {
  content: " *";
  color: red;
  margin-left: 2px;
}
.ui-autocomplete {
  z-index: 100000;
}
.fa,
.fas {
  cursor: pointer;
}
.breadcrumbSeparator {
  font-size: x-large;
  position: relative;
  top: -4px;
}
.toast {
  min-height: 60px;
}
.toastIcons {
  top: 0px !important;
}
.breadcrumbs {
  color: var(--bs-primary);
}
.alert p {
  margin: initial;
}
banner {
  rotate: -90deg;
  position: absolute;
  top: 150px;
  z-index: 10000000;
  color: red;
  font-size: 50px;
  font-weight: bold;
}

/* Views/Header/Header.css */
.settingsMenu {
  color: var(--bs-primary);
}

/* Views/Components/Toast/Toast.css */
.toast-container {
  z-index: 100000;
}
.toast {
  font-size: var(--bs-body-font-size);
}
.toastIcons {
  position: relative;
  top: 20px;
  left: 20px;
}

/* Views/Components/PropertyCard/PropertyCard.css */

/* Views/MarketingQuote/MarketingQuote.css */
#marketingQuote {
  color: blue;
}
#sellerCount {
  padding-right: 20px;
}
#sellerCountLabel {
  padding-right: 20px;
  position: relative;
  top: 5px;
}
.numberBoxSpinner {
  position: relative;
  top: 4px;
  width: 30px;
  left: -38px;
  color: grey;
  z-index: 20;
}
.numberBoxWithSpinner .form-control.is-valid,
.was-validated .form-control:valid {
  background-position: right calc(.375em + 1.875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* Views/MarketingQuote/Modals/Modals.css */
.toast {
  font-size: var(--bs-body-font-size);
}
.toastIcons {
  position: relative;
  top: 20px;
  left: 20px;
}

/* Views/MarketingQuote/Inclusion/Inclusion.css */
.includedCheck {
  color: green;
  position: relative;
  top: 9px;
  padding-left: 15px;
}
.includedInfo {
  color: blue;
  position: relative;
  top: 9px;
  padding-left: 15px;
}
.dropdownInclusion select {
  border-bottom: 1px solid #cccccc;
}

/* Views/MarketingQuote/Total/Total.css */

/* Views/MarketingQuote/GrandTotal/GrandTotal.css */

/* Views/SellerDetails/Seller/Seller.css */

/* Views/SellerDetails/SellerDetails.css */
#marketingQuote {
  color: blue;
}
#sellerCount {
  padding-right: 20px;
}
#sellerCountLabel {
  padding-right: 20px;
  position: relative;
  top: 5px;
}
.numberBoxSpinner {
  position: relative;
  top: 4px;
  width: 30px;
  left: -38px;
  color: grey;
  z-index: 20;
}
.numberBoxWithSpinner .form-control.is-valid,
.was-validated .form-control:valid {
  background-position: right calc(.375em + 1.875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#placeColour {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 8px center, 9px center;
  background-size: 14px 14px, 12px 12px;
  background-image: linear-gradient(#c6c6c6, #c6c6c6), linear-gradient(var(--swatch, transparent), var(--swatch, transparent));
}
#placeColour option {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 8px center, 9px center;
  background-size: 14px 14px, 12px 12px;
  background-image: linear-gradient(#c6c6c6, #c6c6c6), linear-gradient(var(--swatch, transparent), var(--swatch, transparent));
  background-color: var(--swatch, transparent);
}

/* Views/SellerDetails/Lead/Lead.css */

/* Views/Property/Property.css */
.propertyIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#propertyPage #propertyBindingContext .house-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 300px;
}

/* Views/Dashboard/Dashboard.css */
#dashboardPage .house-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#dashboardWelcome {
  display: none;
  background:
    linear-gradient(
      90deg,
      #1dadeb 0%,
      #6be585 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30, 173, 235, 0.15), 0 1.5px 6px rgba(107, 229, 133, 0.10);
  padding: 2.5rem 2rem;
  margin: 2rem 0;
  text-align: center;
  animation: welcomeFadeIn 1s ease;
}
#dashboardWelcomeTitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(30, 173, 235, 0.25);
}
#dashboardWelcomeBody {
  font-size: 1.25rem;
  color: #f7f7f7;
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(107, 229, 133, 0.15);
}
@keyframes welcomeFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#noSearchResults {
  display: none;
  background:
    linear-gradient(
      90deg,
      #f44336 0%,
      #ff9800 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(244, 67, 54, 0.15), 0 1.5px 6px rgba(255, 152, 0, 0.10);
  padding: 2.5rem 2rem;
  margin: 2rem 0;
  text-align: center;
  animation: welcomeFadeIn 1s ease;
}
#noSearchResultsTitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(244, 67, 54, 0.25);
}
#noSearchResultsBody {
  font-size: 1.25rem;
  color: #f7f7f7;
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(255, 152, 0, 0.15);
}

/* Views/Campaign/Campaign.css */
.campaignPage .workflowStep {
  opacity: 0;
  transition: opacity 750ms;
}
.campaignPage .workflowStep.visible {
  opacity: 1;
}
.debugInformation {
  display: none;
}

/* Views/Campaign/WorkflowHeading/WorkflowHeading.css */
.workflowHeading {
  cursor: pointer;
}
.workflowHeading.workflowNotStarted .card-text {
  color: #a09696;
}
.workflowNotStarted {
  background-color: #e7e1e1;
  color: #a09696;
}
.workflowInProgress {
  background-color: lightblue;
}
.workflowCompleted {
  background-color: lightgreen;
}
.workflowHeadingSelected {
  border: 5px solid red;
}

/* Views/Campaign/RenderStep/RenderStep.css */

/* Views/Campaign/Debugging/StepInfo/StepInfo.css */
.stepInfo {
  color: lightgray;
}
#campaignPage .stepInfoContainer {
  position: relative;
  left: 101%;
  top: -40px;
  display: none;
  width: 15px;
}
#structureWorkflowPage .stepInfoContainer {
  position: relative;
  left: 98%;
  top: -40px;
  display: none;
  width: 15px;
}

/* Views/Campaign/Debugging/OutputStates/OutputStates.css */
.outputStatesContainer {
  overflow-y: auto;
  height: calc(100vh - 200px);
}

/* Views/Campaign/Debugging/OutputStates/OutputState/OutputState.css */

/* Views/Campaign/StepType/Components/DelayResume/DelayResume.css */

/* Views/Campaign/StepType/Action/Action.css */

/* Views/Campaign/StepType/Question/Question.css */

/* Views/Campaign/StepType/Email/Email.css */

/* Views/Campaign/StepType/ConfirmDate/ConfirmDate.css */

/* Views/Campaign/StepType/ConfirmCurrency/ConfirmCurrency.css */

/* Views/Campaign/StepType/ConfirmPercentage/ConfirmPercentage.css */

/* Views/Campaign/StepType/ConfirmText/ConfirmText.css */
.confirmTextText {
  width: 300px;
}

/* Views/Campaign/StepType/NoUserInteraction/NoUserInteraction.css */

/* Views/Campaign/StepType/NothingToDo/NothingToDo.css */

/* Views/Campaign/StepType/EndWorkflow/EndWorkflow.css */

/* Views/Structure/Structure.css */
.structureIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#structurePage .house-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Views/Structure/Workflow/Workflow.css */
#structureWorkflowPage .workflowStep button {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#structureWorkflowPage .workflowStep .workflowStepNoUserInteraction {
  display: block !important;
}
#structureWorkflowPage .stepInfoContainer {
  display: block !important;
}

/* Views/Structure/Workflow/WorkflowCard/WorkflowCard.css */
.card.workflow {
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card.workflow:hover {
  background: var(--bs-primary);
}
.card.workflow:hover .card-title {
  color: var(--bs-secondary);
}

/* Views/Structure/Workflow/WorkflowDrawer/WorkflowDrawer.css */

/* Views/UserManagement/UserManagement.css */
.propertyIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#propertyPage .house-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Views/UserManagement/UserDetails/UserDetails.css */

/* Views/UserManagement/UserDetails/UserBanner/UserBanner.css */
.deletedOrDisabledUserBanner {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/UserManagement/UserCard/UserCard.css */
.userIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#userPage .user-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card.user {
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card.user:hover {
  background: var(--bs-primary);
}
.card.user:hover {
  color: var(--bs-secondary);
}
.deletedOrDisabledUser {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(-30deg);
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/UserManagement/UserDetails/Authorization/Authorization.css */
[roleGranted=denied] {
  display: none !important;
}

/* Views/UserManagement/UserDetails/Authorization/RoleGroup/RoleGroup.css */

/* Views/UserManagement/UserDetails/Authorization/RoleGroup/Role/Role.css */

/* Views/UserManagement/UserDetails/Preferences/Preferences.css */

/* Views/Authentication/NoAccess/NoAccess.css */

/* Views/RealEstateAgency/RealEstateAgencyCard/RealEstateAgencyCard.css */
.realEstateAgencyIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
.card.realEstateAgency {
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card.realEstateAgency:hover {
  background: var(--bs-primary);
}
.card.realEstateAgency:hover {
  color: var(--bs-secondary);
}
.deletedRealEstateAgency {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(-30deg);
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/RealEstateAgency/RealEstateAgencyDetails/Details/Details.css */

/* Views/RealEstateAgency/RealEstateAgencyDetails/RealEstateAgencyBanner/RealEstateAgencyBanner.css */
.deletedRealEstateAgencyBanner {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/RealEstateAgency/RealEstateAgencyDetails/RealEstateAgencyDetails.css */

/* Views/RealEstateAgency/RealEstateAgency.css */
.realEstateAgencyIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#realEstateAgencyPage .house-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Views/AgentRelationship/AgentRelationship.css */

/* Views/Structure/StructureCard/StructureCard.css */
.structureIconEdit {
  color: lightslategrey;
  cursor: pointer;
}
#structurePage .structure-thumb:not(.isFallbackPicture) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card.structure {
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card.structure:hover {
  background: var(--bs-primary);
}
.card.structure:hover {
  color: var(--bs-secondary);
}
.draftStructure {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(-30deg);
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/Structure/StructureDetails/StructureDrawer/StructureDrawer.css */

/* Views/Structure/StructureDetails/StructureBanner/StructureBanner.css */
.draftStructureBanner {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
}

/* Views/Structure/StructureDetails/StructureDetails.css */

/* Views/Structure/Workflow/WorkflowBanner/WorkflowBanner.css */

/* Views/Components/LoadingIndicator/LoadingIndicator.css */
#loadingIndicatorPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}
#loadingIndicatorLogo {
  width: 200px;
  height: 200px;
  animation: swingPulse 2s infinite cubic-bezier(.4, .2, .2, 1);
  transform-origin: 50% 60%;
}
@keyframes swingPulse {
  0% {
    transform: rotate(-15deg) scale(1);
    filter: drop-shadow(0 0 10px #e0e0e0);
  }
  20% {
    transform: rotate(15deg) scale(1.08);
    filter: drop-shadow(0 0 20px #b3e5fc);
  }
  40% {
    transform: rotate(-10deg) scale(0.97);
    filter: drop-shadow(0 0 10px #e0e0e0);
  }
  60% {
    transform: rotate(10deg) scale(1.05);
    filter: drop-shadow(0 0 20px #b3e5fc);
  }
  80% {
    transform: rotate(-5deg) scale(1);
    filter: drop-shadow(0 0 10px #e0e0e0);
  }
  100% {
    transform: rotate(-15deg) scale(1);
    filter: drop-shadow(0 0 10px #e0e0e0);
  }
}
#loadingIndicatorMessage {
  margin-top: 32px;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: var(--bs-body-font-family);
}

/* Views/Components/ErrorPage/ErrorPage.css */
#errorPage {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
}
#errorPageLogo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 60% 40%,
      #ff5252 70%,
      #b71c1c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 32px 0 rgba(255, 82, 82, 0.25);
  border: 4px solid #ff1744;
  animation: errorPulse 2.5s infinite cubic-bezier(.4, .2, .2, 1);
}
@keyframes errorPulse {
  0%, 100% {
    box-shadow: 0 0 32px 0 rgba(255, 82, 82, 0.25);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 48px 8px rgba(255, 82, 82, 0.35);
    transform: scale(1.04);
  }
}
#errorPageLogoIcon {
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 2px 8px #b71c1c;
}
#errorPageMessage {
  margin-top: 32px;
  font-size: 1.3rem;
  color: #b71c1c;
  text-align: center;
  font-family:
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: 0.03em;
}
#errorDetails {
}
/*# sourceMappingURL=bundle.css.map */
