@charset "UTF-8";
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -ms-transform: none;
        transform: none; }
  .modal.modal-static .modal-dialog {
    -ms-transform: scale(1.02);
        transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .firehawk-crm-style .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .firehawk-crm-style .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.firehawk-crm-style {
  font-size: 16px;
  /* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
  /* rtl:begin:remove */
  /* rtl:end:remove */ }
  .firehawk-crm-style:root {
    font-size: 16px; }
  .firehawk-crm-style :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff; }
  .firehawk-crm-style *,
  .firehawk-crm-style *::before,
  .firehawk-crm-style *::after {
    box-sizing: border-box; }
  .firehawk-crm-style :root {
    font-size: var(--bs-root-font-size); }
    @media (prefers-reduced-motion: no-preference) {
      .firehawk-crm-style :root {
        scroll-behavior: smooth; } }
  .firehawk-crm-style body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .firehawk-crm-style hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25; }
  .firehawk-crm-style hr:not([size]) {
    height: 1px; }
  .firehawk-crm-style h1, .firehawk-crm-style .h1, .firehawk-crm-style h2, .firehawk-crm-style .h2, .firehawk-crm-style h3, .firehawk-crm-style .h3, .firehawk-crm-style h4, .firehawk-crm-style .h4, .firehawk-crm-style h5, .firehawk-crm-style .h5, .firehawk-crm-style h6, .firehawk-crm-style .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }
  .firehawk-crm-style h1, .firehawk-crm-style .h1 {
    font-size: calc(1.375rem + 1.5vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-style h1, .firehawk-crm-style .h1 {
        font-size: 2.5rem; } }
  .firehawk-crm-style h2, .firehawk-crm-style .h2 {
    font-size: calc(1.325rem + 0.9vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-style h2, .firehawk-crm-style .h2 {
        font-size: 2rem; } }
  .firehawk-crm-style h3, .firehawk-crm-style .h3 {
    font-size: calc(1.3rem + 0.6vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-style h3, .firehawk-crm-style .h3 {
        font-size: 1.75rem; } }
  .firehawk-crm-style h4, .firehawk-crm-style .h4 {
    font-size: calc(1.275rem + 0.3vw); }
    @media (min-width: 1200px) {
      .firehawk-crm-style h4, .firehawk-crm-style .h4 {
        font-size: 1.5rem; } }
  .firehawk-crm-style h5, .firehawk-crm-style .h5 {
    font-size: 1.25rem; }
  .firehawk-crm-style h6, .firehawk-crm-style .h6 {
    font-size: 1rem; }
  .firehawk-crm-style p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .firehawk-crm-style abbr[title],
  .firehawk-crm-style abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none; }
  .firehawk-crm-style address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .firehawk-crm-style ol,
  .firehawk-crm-style ul {
    padding-left: 2rem; }
  .firehawk-crm-style ol,
  .firehawk-crm-style ul,
  .firehawk-crm-style dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .firehawk-crm-style ol ol,
  .firehawk-crm-style ul ul,
  .firehawk-crm-style ol ul,
  .firehawk-crm-style ul ol {
    margin-bottom: 0; }
  .firehawk-crm-style dt {
    font-weight: 700; }
  .firehawk-crm-style dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .firehawk-crm-style blockquote {
    margin: 0 0 1rem; }
  .firehawk-crm-style b,
  .firehawk-crm-style strong {
    font-weight: bolder; }
  .firehawk-crm-style small, .firehawk-crm-style .small {
    font-size: 0.875em; }
  .firehawk-crm-style mark, .firehawk-crm-style .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .firehawk-crm-style sub,
  .firehawk-crm-style sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline; }
  .firehawk-crm-style sub {
    bottom: -.25em; }
  .firehawk-crm-style sup {
    top: -.5em; }
  .firehawk-crm-style a {
    color: #0d6efd;
    text-decoration: underline; }
    .firehawk-crm-style a:hover {
      color: #0a58ca; }
  .firehawk-crm-style a:not([href]):not([class]), .firehawk-crm-style a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
  .firehawk-crm-style pre,
  .firehawk-crm-style code,
  .firehawk-crm-style kbd,
  .firehawk-crm-style samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override; }
  .firehawk-crm-style pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em; }
    .firehawk-crm-style pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  .firehawk-crm-style code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word; }
    a > .firehawk-crm-style code {
      color: inherit; }
  .firehawk-crm-style kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
    .firehawk-crm-style kbd kbd {
      padding: 0;
      font-size: 1em;
      font-weight: 700; }
  .firehawk-crm-style figure {
    margin: 0 0 1rem; }
  .firehawk-crm-style img,
  .firehawk-crm-style svg {
    vertical-align: middle; }
  .firehawk-crm-style table {
    caption-side: bottom;
    border-collapse: collapse; }
  .firehawk-crm-style caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left; }
  .firehawk-crm-style th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  .firehawk-crm-style thead,
  .firehawk-crm-style tbody,
  .firehawk-crm-style tfoot,
  .firehawk-crm-style tr,
  .firehawk-crm-style td,
  .firehawk-crm-style th {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
  .firehawk-crm-style label {
    display: inline-block; }
  .firehawk-crm-style button {
    border-radius: 0; }
  .firehawk-crm-style button:focus:not(:focus-visible) {
    outline: 0; }
  .firehawk-crm-style input,
  .firehawk-crm-style button,
  .firehawk-crm-style select,
  .firehawk-crm-style optgroup,
  .firehawk-crm-style textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .firehawk-crm-style button,
  .firehawk-crm-style select {
    text-transform: none; }
  .firehawk-crm-style [role="button"] {
    cursor: pointer; }
  .firehawk-crm-style select {
    word-wrap: normal; }
    .firehawk-crm-style select:disabled {
      opacity: 1; }
  .firehawk-crm-style [list]::-webkit-calendar-picker-indicator {
    display: none; }
  .firehawk-crm-style button,
  .firehawk-crm-style [type="button"],
  .firehawk-crm-style [type="reset"],
  .firehawk-crm-style [type="submit"] {
    -webkit-appearance: button; }
    .firehawk-crm-style button:not(:disabled),
    .firehawk-crm-style [type="button"]:not(:disabled),
    .firehawk-crm-style [type="reset"]:not(:disabled),
    .firehawk-crm-style [type="submit"]:not(:disabled) {
      cursor: pointer; }
  .firehawk-crm-style ::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .firehawk-crm-style textarea {
    resize: vertical; }
  .firehawk-crm-style fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .firehawk-crm-style legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit; }
    @media (min-width: 1200px) {
      .firehawk-crm-style legend {
        font-size: 1.5rem; } }
    .firehawk-crm-style legend + * {
      clear: left; }
  .firehawk-crm-style ::-webkit-datetime-edit-fields-wrapper,
  .firehawk-crm-style ::-webkit-datetime-edit-text,
  .firehawk-crm-style ::-webkit-datetime-edit-minute,
  .firehawk-crm-style ::-webkit-datetime-edit-hour-field,
  .firehawk-crm-style ::-webkit-datetime-edit-day-field,
  .firehawk-crm-style ::-webkit-datetime-edit-month-field,
  .firehawk-crm-style ::-webkit-datetime-edit-year-field {
    padding: 0; }
  .firehawk-crm-style ::-webkit-inner-spin-button {
    height: auto; }
  .firehawk-crm-style [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield; }
  .firehawk-crm-style ::-webkit-search-decoration {
    -webkit-appearance: none; }
  .firehawk-crm-style ::-webkit-color-swatch-wrapper {
    padding: 0; }
  .firehawk-crm-style ::file-selector-button {
    font: inherit; }
  .firehawk-crm-style ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .firehawk-crm-style output {
    display: inline-block; }
  .firehawk-crm-style iframe {
    border: 0; }
  .firehawk-crm-style summary {
    display: list-item;
    cursor: pointer; }
  .firehawk-crm-style progress {
    vertical-align: baseline; }
  .firehawk-crm-style [hidden] {
    display: none !important; }
  .firehawk-crm-style .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .firehawk-crm-style .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-1 {
        font-size: 5rem; } }
  .firehawk-crm-style .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-2 {
        font-size: 4.5rem; } }
  .firehawk-crm-style .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-3 {
        font-size: 4rem; } }
  .firehawk-crm-style .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-4 {
        font-size: 3.5rem; } }
  .firehawk-crm-style .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-5 {
        font-size: 3rem; } }
  .firehawk-crm-style .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .firehawk-crm-style .display-6 {
        font-size: 2.5rem; } }
  .firehawk-crm-style .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-style .list-inline {
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-style .list-inline-item {
    display: inline-block; }
    .firehawk-crm-style .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  .firehawk-crm-style .initialism {
    font-size: 0.875em;
    text-transform: uppercase; }
  .firehawk-crm-style .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
    .firehawk-crm-style .blockquote > :last-child {
      margin-bottom: 0; }
  .firehawk-crm-style .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d; }
    .firehawk-crm-style .blockquote-footer::before {
      content: "\2014\00A0"; }
  .firehawk-crm-style .img-fluid {
    max-width: 100%;
    height: auto; }
  .firehawk-crm-style .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .firehawk-crm-style .figure {
    display: inline-block; }
  .firehawk-crm-style .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  .firehawk-crm-style .figure-caption {
    font-size: 0.875em;
    color: #6c757d; }
  .firehawk-crm-style .container,
  .firehawk-crm-style .container-fluid,
  .firehawk-crm-style .container-sm,
  .firehawk-crm-style .container-md,
  .firehawk-crm-style .container-lg,
  .firehawk-crm-style .container-xl,
  .firehawk-crm-style .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-style .container, .firehawk-crm-style .container-sm {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .container, .firehawk-crm-style .container-sm, .firehawk-crm-style .container-md {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .container, .firehawk-crm-style .container-sm, .firehawk-crm-style .container-md, .firehawk-crm-style .container-lg {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .container, .firehawk-crm-style .container-sm, .firehawk-crm-style .container-md, .firehawk-crm-style .container-lg, .firehawk-crm-style .container-xl {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .container, .firehawk-crm-style .container-sm, .firehawk-crm-style .container-md, .firehawk-crm-style .container-lg, .firehawk-crm-style .container-xl, .firehawk-crm-style .container-xxl {
      max-width: 1320px; } }
  .firehawk-crm-style .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); }
    .firehawk-crm-style .row > * {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y); }
  .firehawk-crm-style .col {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .firehawk-crm-style .row-cols-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .firehawk-crm-style .row-cols-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .firehawk-crm-style .row-cols-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .firehawk-crm-style .row-cols-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .firehawk-crm-style .row-cols-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .firehawk-crm-style .row-cols-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .firehawk-crm-style .row-cols-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .firehawk-crm-style .col-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .firehawk-crm-style .col-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .firehawk-crm-style .col-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .firehawk-crm-style .col-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .firehawk-crm-style .col-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .firehawk-crm-style .col-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .firehawk-crm-style .col-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .firehawk-crm-style .col-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .firehawk-crm-style .col-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .firehawk-crm-style .col-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .firehawk-crm-style .col-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .firehawk-crm-style .col-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .firehawk-crm-style .col-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .firehawk-crm-style .offset-1 {
    margin-left: 8.33333%; }
  .firehawk-crm-style .offset-2 {
    margin-left: 16.66667%; }
  .firehawk-crm-style .offset-3 {
    margin-left: 25%; }
  .firehawk-crm-style .offset-4 {
    margin-left: 33.33333%; }
  .firehawk-crm-style .offset-5 {
    margin-left: 41.66667%; }
  .firehawk-crm-style .offset-6 {
    margin-left: 50%; }
  .firehawk-crm-style .offset-7 {
    margin-left: 58.33333%; }
  .firehawk-crm-style .offset-8 {
    margin-left: 66.66667%; }
  .firehawk-crm-style .offset-9 {
    margin-left: 75%; }
  .firehawk-crm-style .offset-10 {
    margin-left: 83.33333%; }
  .firehawk-crm-style .offset-11 {
    margin-left: 91.66667%; }
  .firehawk-crm-style .g-0,
  .firehawk-crm-style .gx-0 {
    --bs-gutter-x: 0; }
  .firehawk-crm-style .g-0,
  .firehawk-crm-style .gy-0 {
    --bs-gutter-y: 0; }
  .firehawk-crm-style .g-1,
  .firehawk-crm-style .gx-1 {
    --bs-gutter-x: 0.25rem; }
  .firehawk-crm-style .g-1,
  .firehawk-crm-style .gy-1 {
    --bs-gutter-y: 0.25rem; }
  .firehawk-crm-style .g-2,
  .firehawk-crm-style .gx-2 {
    --bs-gutter-x: 0.5rem; }
  .firehawk-crm-style .g-2,
  .firehawk-crm-style .gy-2 {
    --bs-gutter-y: 0.5rem; }
  .firehawk-crm-style .g-3,
  .firehawk-crm-style .gx-3 {
    --bs-gutter-x: 1rem; }
  .firehawk-crm-style .g-3,
  .firehawk-crm-style .gy-3 {
    --bs-gutter-y: 1rem; }
  .firehawk-crm-style .g-4,
  .firehawk-crm-style .gx-4 {
    --bs-gutter-x: 1.5rem; }
  .firehawk-crm-style .g-4,
  .firehawk-crm-style .gy-4 {
    --bs-gutter-y: 1.5rem; }
  .firehawk-crm-style .g-5,
  .firehawk-crm-style .gx-5 {
    --bs-gutter-x: 3rem; }
  .firehawk-crm-style .g-5,
  .firehawk-crm-style .gy-5 {
    --bs-gutter-y: 3rem; }
  @media (min-width: 576px) {
    .firehawk-crm-style .col-sm {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-style .row-cols-sm-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .row-cols-sm-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .row-cols-sm-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .row-cols-sm-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .row-cols-sm-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .row-cols-sm-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-style .row-cols-sm-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-sm-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .col-sm-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-style .col-sm-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-sm-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .col-sm-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .col-sm-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-style .col-sm-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .col-sm-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-style .col-sm-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-style .col-sm-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-style .col-sm-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-style .col-sm-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-style .col-sm-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .offset-sm-0 {
      margin-left: 0; }
    .firehawk-crm-style .offset-sm-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-style .offset-sm-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-style .offset-sm-3 {
      margin-left: 25%; }
    .firehawk-crm-style .offset-sm-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-style .offset-sm-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-style .offset-sm-6 {
      margin-left: 50%; }
    .firehawk-crm-style .offset-sm-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-style .offset-sm-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-style .offset-sm-9 {
      margin-left: 75%; }
    .firehawk-crm-style .offset-sm-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-style .offset-sm-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-style .g-sm-0,
    .firehawk-crm-style .gx-sm-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-style .g-sm-0,
    .firehawk-crm-style .gy-sm-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-style .g-sm-1,
    .firehawk-crm-style .gx-sm-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-style .g-sm-1,
    .firehawk-crm-style .gy-sm-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-style .g-sm-2,
    .firehawk-crm-style .gx-sm-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-style .g-sm-2,
    .firehawk-crm-style .gy-sm-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-style .g-sm-3,
    .firehawk-crm-style .gx-sm-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-style .g-sm-3,
    .firehawk-crm-style .gy-sm-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-style .g-sm-4,
    .firehawk-crm-style .gx-sm-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-style .g-sm-4,
    .firehawk-crm-style .gy-sm-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-style .g-sm-5,
    .firehawk-crm-style .gx-sm-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-style .g-sm-5,
    .firehawk-crm-style .gy-sm-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .col-md {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-style .row-cols-md-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .row-cols-md-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .row-cols-md-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .row-cols-md-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .row-cols-md-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .row-cols-md-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-style .row-cols-md-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-md-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .col-md-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-style .col-md-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-md-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .col-md-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .col-md-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-style .col-md-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .col-md-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-style .col-md-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-style .col-md-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-style .col-md-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-style .col-md-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-style .col-md-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .offset-md-0 {
      margin-left: 0; }
    .firehawk-crm-style .offset-md-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-style .offset-md-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-style .offset-md-3 {
      margin-left: 25%; }
    .firehawk-crm-style .offset-md-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-style .offset-md-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-style .offset-md-6 {
      margin-left: 50%; }
    .firehawk-crm-style .offset-md-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-style .offset-md-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-style .offset-md-9 {
      margin-left: 75%; }
    .firehawk-crm-style .offset-md-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-style .offset-md-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-style .g-md-0,
    .firehawk-crm-style .gx-md-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-style .g-md-0,
    .firehawk-crm-style .gy-md-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-style .g-md-1,
    .firehawk-crm-style .gx-md-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-style .g-md-1,
    .firehawk-crm-style .gy-md-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-style .g-md-2,
    .firehawk-crm-style .gx-md-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-style .g-md-2,
    .firehawk-crm-style .gy-md-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-style .g-md-3,
    .firehawk-crm-style .gx-md-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-style .g-md-3,
    .firehawk-crm-style .gy-md-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-style .g-md-4,
    .firehawk-crm-style .gx-md-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-style .g-md-4,
    .firehawk-crm-style .gy-md-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-style .g-md-5,
    .firehawk-crm-style .gx-md-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-style .g-md-5,
    .firehawk-crm-style .gy-md-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .col-lg {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-style .row-cols-lg-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .row-cols-lg-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .row-cols-lg-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .row-cols-lg-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .row-cols-lg-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .row-cols-lg-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-style .row-cols-lg-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-lg-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .col-lg-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-style .col-lg-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-lg-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .col-lg-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .col-lg-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-style .col-lg-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .col-lg-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-style .col-lg-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-style .col-lg-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-style .col-lg-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-style .col-lg-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-style .col-lg-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .offset-lg-0 {
      margin-left: 0; }
    .firehawk-crm-style .offset-lg-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-style .offset-lg-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-style .offset-lg-3 {
      margin-left: 25%; }
    .firehawk-crm-style .offset-lg-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-style .offset-lg-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-style .offset-lg-6 {
      margin-left: 50%; }
    .firehawk-crm-style .offset-lg-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-style .offset-lg-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-style .offset-lg-9 {
      margin-left: 75%; }
    .firehawk-crm-style .offset-lg-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-style .offset-lg-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-style .g-lg-0,
    .firehawk-crm-style .gx-lg-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-style .g-lg-0,
    .firehawk-crm-style .gy-lg-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-style .g-lg-1,
    .firehawk-crm-style .gx-lg-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-style .g-lg-1,
    .firehawk-crm-style .gy-lg-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-style .g-lg-2,
    .firehawk-crm-style .gx-lg-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-style .g-lg-2,
    .firehawk-crm-style .gy-lg-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-style .g-lg-3,
    .firehawk-crm-style .gx-lg-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-style .g-lg-3,
    .firehawk-crm-style .gy-lg-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-style .g-lg-4,
    .firehawk-crm-style .gx-lg-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-style .g-lg-4,
    .firehawk-crm-style .gy-lg-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-style .g-lg-5,
    .firehawk-crm-style .gx-lg-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-style .g-lg-5,
    .firehawk-crm-style .gy-lg-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .col-xl {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-style .row-cols-xl-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .row-cols-xl-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .row-cols-xl-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .row-cols-xl-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .row-cols-xl-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .row-cols-xl-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-style .row-cols-xl-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-xl-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .col-xl-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-style .col-xl-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-xl-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .col-xl-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .col-xl-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-style .col-xl-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .col-xl-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-style .col-xl-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-style .col-xl-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-style .col-xl-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-style .col-xl-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-style .col-xl-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .offset-xl-0 {
      margin-left: 0; }
    .firehawk-crm-style .offset-xl-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-style .offset-xl-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-style .offset-xl-3 {
      margin-left: 25%; }
    .firehawk-crm-style .offset-xl-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-style .offset-xl-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-style .offset-xl-6 {
      margin-left: 50%; }
    .firehawk-crm-style .offset-xl-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-style .offset-xl-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-style .offset-xl-9 {
      margin-left: 75%; }
    .firehawk-crm-style .offset-xl-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-style .offset-xl-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-style .g-xl-0,
    .firehawk-crm-style .gx-xl-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-style .g-xl-0,
    .firehawk-crm-style .gy-xl-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-style .g-xl-1,
    .firehawk-crm-style .gx-xl-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-style .g-xl-1,
    .firehawk-crm-style .gy-xl-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-style .g-xl-2,
    .firehawk-crm-style .gx-xl-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-style .g-xl-2,
    .firehawk-crm-style .gy-xl-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-style .g-xl-3,
    .firehawk-crm-style .gx-xl-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-style .g-xl-3,
    .firehawk-crm-style .gy-xl-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-style .g-xl-4,
    .firehawk-crm-style .gx-xl-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-style .g-xl-4,
    .firehawk-crm-style .gy-xl-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-style .g-xl-5,
    .firehawk-crm-style .gx-xl-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-style .g-xl-5,
    .firehawk-crm-style .gy-xl-5 {
      --bs-gutter-y: 3rem; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .col-xxl {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }
    .firehawk-crm-style .row-cols-xxl-auto > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .row-cols-xxl-1 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .row-cols-xxl-2 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .row-cols-xxl-3 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .row-cols-xxl-4 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .row-cols-xxl-5 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 20%; }
    .firehawk-crm-style .row-cols-xxl-6 > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-xxl-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto; }
    .firehawk-crm-style .col-xxl-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%; }
    .firehawk-crm-style .col-xxl-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%; }
    .firehawk-crm-style .col-xxl-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%; }
    .firehawk-crm-style .col-xxl-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%; }
    .firehawk-crm-style .col-xxl-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%; }
    .firehawk-crm-style .col-xxl-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; }
    .firehawk-crm-style .col-xxl-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%; }
    .firehawk-crm-style .col-xxl-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%; }
    .firehawk-crm-style .col-xxl-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%; }
    .firehawk-crm-style .col-xxl-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%; }
    .firehawk-crm-style .col-xxl-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%; }
    .firehawk-crm-style .col-xxl-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%; }
    .firehawk-crm-style .offset-xxl-0 {
      margin-left: 0; }
    .firehawk-crm-style .offset-xxl-1 {
      margin-left: 8.33333%; }
    .firehawk-crm-style .offset-xxl-2 {
      margin-left: 16.66667%; }
    .firehawk-crm-style .offset-xxl-3 {
      margin-left: 25%; }
    .firehawk-crm-style .offset-xxl-4 {
      margin-left: 33.33333%; }
    .firehawk-crm-style .offset-xxl-5 {
      margin-left: 41.66667%; }
    .firehawk-crm-style .offset-xxl-6 {
      margin-left: 50%; }
    .firehawk-crm-style .offset-xxl-7 {
      margin-left: 58.33333%; }
    .firehawk-crm-style .offset-xxl-8 {
      margin-left: 66.66667%; }
    .firehawk-crm-style .offset-xxl-9 {
      margin-left: 75%; }
    .firehawk-crm-style .offset-xxl-10 {
      margin-left: 83.33333%; }
    .firehawk-crm-style .offset-xxl-11 {
      margin-left: 91.66667%; }
    .firehawk-crm-style .g-xxl-0,
    .firehawk-crm-style .gx-xxl-0 {
      --bs-gutter-x: 0; }
    .firehawk-crm-style .g-xxl-0,
    .firehawk-crm-style .gy-xxl-0 {
      --bs-gutter-y: 0; }
    .firehawk-crm-style .g-xxl-1,
    .firehawk-crm-style .gx-xxl-1 {
      --bs-gutter-x: 0.25rem; }
    .firehawk-crm-style .g-xxl-1,
    .firehawk-crm-style .gy-xxl-1 {
      --bs-gutter-y: 0.25rem; }
    .firehawk-crm-style .g-xxl-2,
    .firehawk-crm-style .gx-xxl-2 {
      --bs-gutter-x: 0.5rem; }
    .firehawk-crm-style .g-xxl-2,
    .firehawk-crm-style .gy-xxl-2 {
      --bs-gutter-y: 0.5rem; }
    .firehawk-crm-style .g-xxl-3,
    .firehawk-crm-style .gx-xxl-3 {
      --bs-gutter-x: 1rem; }
    .firehawk-crm-style .g-xxl-3,
    .firehawk-crm-style .gy-xxl-3 {
      --bs-gutter-y: 1rem; }
    .firehawk-crm-style .g-xxl-4,
    .firehawk-crm-style .gx-xxl-4 {
      --bs-gutter-x: 1.5rem; }
    .firehawk-crm-style .g-xxl-4,
    .firehawk-crm-style .gy-xxl-4 {
      --bs-gutter-y: 1.5rem; }
    .firehawk-crm-style .g-xxl-5,
    .firehawk-crm-style .gx-xxl-5 {
      --bs-gutter-x: 3rem; }
    .firehawk-crm-style .g-xxl-5,
    .firehawk-crm-style .gy-xxl-5 {
      --bs-gutter-y: 3rem; } }
  .firehawk-crm-style .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6; }
    .firehawk-crm-style .table > :not(caption) > * > * {
      padding: 0.5rem 0.5rem;
      background-color: var(--bs-table-bg);
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
    .firehawk-crm-style .table > tbody {
      vertical-align: inherit; }
    .firehawk-crm-style .table > thead {
      vertical-align: bottom; }
    .firehawk-crm-style .table > :not(:first-child) {
      border-top: 2px solid currentColor; }
  .firehawk-crm-style .caption-top {
    caption-side: top; }
  .firehawk-crm-style .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem; }
  .firehawk-crm-style .table-bordered > :not(caption) > * {
    border-width: 1px 0; }
    .firehawk-crm-style .table-bordered > :not(caption) > * > * {
      border-width: 0 1px; }
  .firehawk-crm-style .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0; }
  .firehawk-crm-style .table-borderless > :not(:first-child) {
    border-top-width: 0; }
  .firehawk-crm-style .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color); }
  .firehawk-crm-style .table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color); }
  .firehawk-crm-style .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color); }
  .firehawk-crm-style .table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6; }
  .firehawk-crm-style .table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce; }
  .firehawk-crm-style .table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7; }
  .firehawk-crm-style .table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3; }
  .firehawk-crm-style .table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9; }
  .firehawk-crm-style .table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4; }
  .firehawk-crm-style .table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1; }
  .firehawk-crm-style .table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e; }
  .firehawk-crm-style .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 575.98px) {
    .firehawk-crm-style .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767.98px) {
    .firehawk-crm-style .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 991.98px) {
    .firehawk-crm-style .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1199.98px) {
    .firehawk-crm-style .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1399.98px) {
    .firehawk-crm-style .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }
  .firehawk-crm-style .form-label {
    margin-bottom: 0.5rem; }
  .firehawk-crm-style .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .firehawk-crm-style .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem; }
  .firehawk-crm-style .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem; }
  .firehawk-crm-style .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d; }
  .firehawk-crm-style .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .form-control {
        transition: none; } }
    .firehawk-crm-style .form-control[type="file"] {
      overflow: hidden; }
      .firehawk-crm-style .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer; }
    .firehawk-crm-style .form-control:focus {
      color: #212529;
      background-color: #fff;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-style .form-control::-webkit-date-and-time-value {
      height: 1.5em; }
    .firehawk-crm-style .form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1; }
    .firehawk-crm-style .form-control::placeholder {
      color: #6c757d;
      opacity: 1; }
    .firehawk-crm-style .form-control:disabled, .firehawk-crm-style .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
    .firehawk-crm-style .form-control::file-selector-button {
      padding: 0.375rem 0.75rem;
      margin: -0.375rem -0.75rem;
      -webkit-margin-end: 0.75rem;
              margin-inline-end: 0.75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-control::file-selector-button {
          transition: none; } }
    .firehawk-crm-style .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
      background-color: #dde0e3; }
    .firehawk-crm-style .form-control::-webkit-file-upload-button {
      padding: 0.375rem 0.75rem;
      margin: -0.375rem -0.75rem;
      -webkit-margin-end: 0.75rem;
              margin-inline-end: 0.75rem;
      color: #212529;
      background-color: #e9ecef;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 1px;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-control::-webkit-file-upload-button {
          transition: none; } }
    .firehawk-crm-style .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
      background-color: #dde0e3; }
  .firehawk-crm-style .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .firehawk-crm-style .form-control-plaintext.form-control-sm, .firehawk-crm-style .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  .firehawk-crm-style .form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
    .firehawk-crm-style .form-control-sm::file-selector-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      -webkit-margin-end: 0.5rem;
              margin-inline-end: 0.5rem; }
    .firehawk-crm-style .form-control-sm::-webkit-file-upload-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      -webkit-margin-end: 0.5rem;
              margin-inline-end: 0.5rem; }
  .firehawk-crm-style .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
    .firehawk-crm-style .form-control-lg::file-selector-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      -webkit-margin-end: 1rem;
              margin-inline-end: 1rem; }
    .firehawk-crm-style .form-control-lg::-webkit-file-upload-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      -webkit-margin-end: 1rem;
              margin-inline-end: 1rem; }
  .firehawk-crm-style textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px); }
  .firehawk-crm-style textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px); }
  .firehawk-crm-style textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px); }
  .firehawk-crm-style .form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem; }
    .firehawk-crm-style .form-control-color:not(:disabled):not([readonly]) {
      cursor: pointer; }
    .firehawk-crm-style .form-control-color::-moz-color-swatch {
      height: 1.5em;
      border-radius: 0.25rem; }
    .firehawk-crm-style .form-control-color::-webkit-color-swatch {
      height: 1.5em;
      border-radius: 0.25rem; }
  .firehawk-crm-style .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .form-select {
        transition: none; } }
    .firehawk-crm-style .form-select:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-style .form-select[multiple], .firehawk-crm-style .form-select[size]:not([size="1"]) {
      padding-right: 0.75rem;
      background-image: none; }
    .firehawk-crm-style .form-select:disabled {
      background-color: #e9ecef; }
    .firehawk-crm-style .form-select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #212529; }
  .firehawk-crm-style .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .firehawk-crm-style .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .firehawk-crm-style .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem; }
    .firehawk-crm-style .form-check .form-check-input {
      float: left;
      margin-left: -1.5em; }
  .firehawk-crm-style .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color-adjust: exact; }
    .firehawk-crm-style .form-check-input[type="checkbox"] {
      border-radius: 0.25em; }
    .firehawk-crm-style .form-check-input[type="radio"] {
      border-radius: 50%; }
    .firehawk-crm-style .form-check-input:active {
      filter: brightness(90%); }
    .firehawk-crm-style .form-check-input:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-style .form-check-input:checked {
      background-color: #0d6efd;
      border-color: #0d6efd; }
      .firehawk-crm-style .form-check-input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
      .firehawk-crm-style .form-check-input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
    .firehawk-crm-style .form-check-input[type="checkbox"]:indeterminate {
      background-color: #0d6efd;
      border-color: #0d6efd;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
    .firehawk-crm-style .form-check-input:disabled {
      pointer-events: none;
      filter: none;
      opacity: 0.5; }
    .firehawk-crm-style .form-check-input[disabled] ~ .form-check-label, .firehawk-crm-style .form-check-input:disabled ~ .form-check-label {
      opacity: 0.5; }
  .firehawk-crm-style .form-switch {
    padding-left: 2.5em; }
    .firehawk-crm-style .form-switch .form-check-input {
      width: 2em;
      margin-left: -2.5em;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
      background-position: left center;
      border-radius: 2em;
      transition: background-position 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-switch .form-check-input {
          transition: none; } }
      .firehawk-crm-style .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
      .firehawk-crm-style .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .firehawk-crm-style .form-check-inline {
    display: inline-block;
    margin-right: 1rem; }
  .firehawk-crm-style .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
    .firehawk-crm-style .btn-check[disabled] + .btn, .firehawk-crm-style .btn-check:disabled + .btn {
      pointer-events: none;
      filter: none;
      opacity: 0.65; }
  .firehawk-crm-style .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .firehawk-crm-style .form-range:focus {
      outline: 0; }
      .firehawk-crm-style .form-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
      .firehawk-crm-style .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .firehawk-crm-style .form-range::-moz-focus-outer {
      border: 0; }
    .firehawk-crm-style .form-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #0d6efd;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
              appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-range::-webkit-slider-thumb {
          transition: none; } }
      .firehawk-crm-style .form-range::-webkit-slider-thumb:active {
        background-color: #b6d4fe; }
    .firehawk-crm-style .form-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .firehawk-crm-style .form-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #0d6efd;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
           appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-range::-moz-range-thumb {
          transition: none; } }
      .firehawk-crm-style .form-range::-moz-range-thumb:active {
        background-color: #b6d4fe; }
    .firehawk-crm-style .form-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .firehawk-crm-style .form-range:disabled {
      pointer-events: none; }
      .firehawk-crm-style .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd; }
      .firehawk-crm-style .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd; }
  .firehawk-crm-style .form-floating {
    position: relative; }
    .firehawk-crm-style .form-floating > .form-control,
    .firehawk-crm-style .form-floating > .form-select {
      height: calc(3.5rem + 2px);
      line-height: 1.25; }
    .firehawk-crm-style .form-floating > label {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 1rem 0.75rem;
      pointer-events: none;
      border: 1px solid transparent;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .form-floating > label {
          transition: none; } }
    .firehawk-crm-style .form-floating > .form-control {
      padding: 1rem 0.75rem; }
      .firehawk-crm-style .form-floating > .form-control:-ms-input-placeholder {
        color: transparent; }
      .firehawk-crm-style .form-floating > .form-control::placeholder {
        color: transparent; }
      .firehawk-crm-style .form-floating > .form-control:focus, .firehawk-crm-style .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem; }
      .firehawk-crm-style .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem; }
    .firehawk-crm-style .form-floating > .form-select {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .firehawk-crm-style .form-floating > .form-control:focus ~ label,
    .firehawk-crm-style .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .firehawk-crm-style .form-floating > .form-select ~ label {
      opacity: 0.65;
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .firehawk-crm-style .form-floating > .form-control:-webkit-autofill ~ label {
      opacity: 0.65;
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .firehawk-crm-style .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%; }
    .firehawk-crm-style .input-group > .form-control,
    .firehawk-crm-style .input-group > .form-select {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: 1%;
      min-width: 0; }
    .firehawk-crm-style .input-group > .form-control:focus,
    .firehawk-crm-style .input-group > .form-select:focus {
      z-index: 3; }
    .firehawk-crm-style .input-group .btn {
      position: relative;
      z-index: 2; }
      .firehawk-crm-style .input-group .btn:focus {
        z-index: 3; }
  .firehawk-crm-style .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
  .firehawk-crm-style .input-group-lg > .form-control,
  .firehawk-crm-style .input-group-lg > .form-select,
  .firehawk-crm-style .input-group-lg > .input-group-text,
  .firehawk-crm-style .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .firehawk-crm-style .input-group-sm > .form-control,
  .firehawk-crm-style .input-group-sm > .form-select,
  .firehawk-crm-style .input-group-sm > .input-group-text,
  .firehawk-crm-style .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .firehawk-crm-style .input-group-lg > .form-select,
  .firehawk-crm-style .input-group-sm > .form-select {
    padding-right: 3rem; }
  .firehawk-crm-style .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .firehawk-crm-style .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-style .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
  .firehawk-crm-style .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-style .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-style .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754; }
  .firehawk-crm-style .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem; }
  .was-validated .firehawk-crm-style:valid ~ .valid-feedback,
  .was-validated .firehawk-crm-style:valid ~ .valid-tooltip, .firehawk-crm-style.is-valid ~ .valid-feedback,
  .firehawk-crm-style.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .firehawk-crm-style .form-control:valid, .firehawk-crm-style .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-style .form-control:valid:focus, .firehawk-crm-style .form-control.is-valid:focus {
      border-color: #198754;
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .firehawk-crm-style textarea.form-control:valid, .firehawk-crm-style textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .firehawk-crm-style .form-select:valid, .firehawk-crm-style .form-select.is-valid {
    border-color: #198754; }
    .was-validated .firehawk-crm-style .form-select:valid:not([multiple]):not([size]), .was-validated .firehawk-crm-style .form-select:valid:not([multiple])[size="1"], .firehawk-crm-style .form-select.is-valid:not([multiple]):not([size]), .firehawk-crm-style .form-select.is-valid:not([multiple])[size="1"] {
      padding-right: 4.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
      background-position: right 0.75rem center, center right 2.25rem;
      background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-style .form-select:valid:focus, .firehawk-crm-style .form-select.is-valid:focus {
      border-color: #198754;
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .firehawk-crm-style .form-check-input:valid, .firehawk-crm-style .form-check-input.is-valid {
    border-color: #198754; }
    .was-validated .firehawk-crm-style .form-check-input:valid:checked, .firehawk-crm-style .form-check-input.is-valid:checked {
      background-color: #198754; }
    .was-validated .firehawk-crm-style .form-check-input:valid:focus, .firehawk-crm-style .form-check-input.is-valid:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
    .was-validated .firehawk-crm-style .form-check-input:valid ~ .form-check-label, .firehawk-crm-style .form-check-input.is-valid ~ .form-check-label {
      color: #198754; }
  .firehawk-crm-style .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em; }
  .was-validated .firehawk-crm-style .input-group .form-control:valid, .firehawk-crm-style .input-group .form-control.is-valid, .was-validated
  .firehawk-crm-style .input-group .form-select:valid,
  .firehawk-crm-style .input-group .form-select.is-valid {
    z-index: 1; }
    .was-validated .firehawk-crm-style .input-group .form-control:valid:focus, .firehawk-crm-style .input-group .form-control.is-valid:focus, .was-validated
    .firehawk-crm-style .input-group .form-select:valid:focus,
    .firehawk-crm-style .input-group .form-select.is-valid:focus {
      z-index: 3; }
  .firehawk-crm-style .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545; }
  .firehawk-crm-style .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .firehawk-crm-style:invalid ~ .invalid-feedback,
  .was-validated .firehawk-crm-style:invalid ~ .invalid-tooltip, .firehawk-crm-style.is-invalid ~ .invalid-feedback,
  .firehawk-crm-style.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .firehawk-crm-style .form-control:invalid, .firehawk-crm-style .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-style .form-control:invalid:focus, .firehawk-crm-style .form-control.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .firehawk-crm-style textarea.form-control:invalid, .firehawk-crm-style textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
  .was-validated .firehawk-crm-style .form-select:invalid, .firehawk-crm-style .form-select.is-invalid {
    border-color: #dc3545; }
    .was-validated .firehawk-crm-style .form-select:invalid:not([multiple]):not([size]), .was-validated .firehawk-crm-style .form-select:invalid:not([multiple])[size="1"], .firehawk-crm-style .form-select.is-invalid:not([multiple]):not([size]), .firehawk-crm-style .form-select.is-invalid:not([multiple])[size="1"] {
      padding-right: 4.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
      background-position: right 0.75rem center, center right 2.25rem;
      background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .firehawk-crm-style .form-select:invalid:focus, .firehawk-crm-style .form-select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .firehawk-crm-style .form-check-input:invalid, .firehawk-crm-style .form-check-input.is-invalid {
    border-color: #dc3545; }
    .was-validated .firehawk-crm-style .form-check-input:invalid:checked, .firehawk-crm-style .form-check-input.is-invalid:checked {
      background-color: #dc3545; }
    .was-validated .firehawk-crm-style .form-check-input:invalid:focus, .firehawk-crm-style .form-check-input.is-invalid:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
    .was-validated .firehawk-crm-style .form-check-input:invalid ~ .form-check-label, .firehawk-crm-style .form-check-input.is-invalid ~ .form-check-label {
      color: #dc3545; }
  .firehawk-crm-style .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em; }
  .was-validated .firehawk-crm-style .input-group .form-control:invalid, .firehawk-crm-style .input-group .form-control.is-invalid, .was-validated
  .firehawk-crm-style .input-group .form-select:invalid,
  .firehawk-crm-style .input-group .form-select.is-invalid {
    z-index: 2; }
    .was-validated .firehawk-crm-style .input-group .form-control:invalid:focus, .firehawk-crm-style .input-group .form-control.is-invalid:focus, .was-validated
    .firehawk-crm-style .input-group .form-select:invalid:focus,
    .firehawk-crm-style .input-group .form-select.is-invalid:focus {
      z-index: 3; }
  .firehawk-crm-style .fade {
    transition: opacity 0.15s linear; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .fade {
        transition: none; } }
    .firehawk-crm-style .fade:not(.show) {
      opacity: 0; }
  .firehawk-crm-style .collapse:not(.show) {
    display: none; }
  .firehawk-crm-style .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .collapsing {
        transition: none; } }
    .firehawk-crm-style .collapsing.collapse-horizontal {
      width: 0;
      height: auto;
      transition: width 0.35s ease; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .collapsing.collapse-horizontal {
          transition: none; } }
  .firehawk-crm-style .dropup,
  .firehawk-crm-style .dropend,
  .firehawk-crm-style .dropdown,
  .firehawk-crm-style .dropstart {
    position: relative; }
  .firehawk-crm-style .dropdown-toggle {
    white-space: nowrap; }
    .firehawk-crm-style .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    .firehawk-crm-style .dropdown-toggle:empty::after {
      margin-left: 0; }
  .firehawk-crm-style .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    .firehawk-crm-style .dropdown-menu[data-bs-popper] {
      top: 100%;
      left: 0;
      margin-top: 0.125rem; }
  .firehawk-crm-style .dropdown-menu-start {
    --bs-position: start; }
    .firehawk-crm-style .dropdown-menu-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .firehawk-crm-style .dropdown-menu-end {
    --bs-position: end; }
    .firehawk-crm-style .dropdown-menu-end[data-bs-popper] {
      right: 0;
      left: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-style .dropdown-menu-sm-start {
      --bs-position: start; }
      .firehawk-crm-style .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-style .dropdown-menu-sm-end {
      --bs-position: end; }
      .firehawk-crm-style .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .dropdown-menu-md-start {
      --bs-position: start; }
      .firehawk-crm-style .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-style .dropdown-menu-md-end {
      --bs-position: end; }
      .firehawk-crm-style .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .dropdown-menu-lg-start {
      --bs-position: start; }
      .firehawk-crm-style .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-style .dropdown-menu-lg-end {
      --bs-position: end; }
      .firehawk-crm-style .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .dropdown-menu-xl-start {
      --bs-position: start; }
      .firehawk-crm-style .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-style .dropdown-menu-xl-end {
      --bs-position: end; }
      .firehawk-crm-style .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .dropdown-menu-xxl-start {
      --bs-position: start; }
      .firehawk-crm-style .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .firehawk-crm-style .dropdown-menu-xxl-end {
      --bs-position: end; }
      .firehawk-crm-style .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto; } }
  .firehawk-crm-style .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .firehawk-crm-style .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .firehawk-crm-style .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-style .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
  .firehawk-crm-style .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .firehawk-crm-style .dropend .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-style .dropend .dropdown-toggle::after {
    vertical-align: 0; }
  .firehawk-crm-style .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
  .firehawk-crm-style .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .firehawk-crm-style .dropstart .dropdown-toggle::after {
    display: none; }
  .firehawk-crm-style .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .firehawk-crm-style .dropstart .dropdown-toggle:empty::after {
    margin-left: 0; }
  .firehawk-crm-style .dropstart .dropdown-toggle::before {
    vertical-align: 0; }
  .firehawk-crm-style .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .firehawk-crm-style .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .firehawk-crm-style .dropdown-item:hover, .firehawk-crm-style .dropdown-item:focus {
      color: #1e2125;
      background-color: #e9ecef; }
    .firehawk-crm-style .dropdown-item.active, .firehawk-crm-style .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #0d6efd; }
    .firehawk-crm-style .dropdown-item.disabled, .firehawk-crm-style .dropdown-item:disabled {
      color: #adb5bd;
      pointer-events: none;
      background-color: transparent; }
  .firehawk-crm-style .dropdown-menu.show {
    display: block; }
  .firehawk-crm-style .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap; }
  .firehawk-crm-style .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529; }
  .firehawk-crm-style .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15); }
    .firehawk-crm-style .dropdown-menu-dark .dropdown-item {
      color: #dee2e6; }
      .firehawk-crm-style .dropdown-menu-dark .dropdown-item:hover, .firehawk-crm-style .dropdown-menu-dark .dropdown-item:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15); }
      .firehawk-crm-style .dropdown-menu-dark .dropdown-item.active, .firehawk-crm-style .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #0d6efd; }
      .firehawk-crm-style .dropdown-menu-dark .dropdown-item.disabled, .firehawk-crm-style .dropdown-menu-dark .dropdown-item:disabled {
        color: #adb5bd; }
    .firehawk-crm-style .dropdown-menu-dark .dropdown-divider {
      border-color: rgba(0, 0, 0, 0.15); }
    .firehawk-crm-style .dropdown-menu-dark .dropdown-item-text {
      color: #dee2e6; }
    .firehawk-crm-style .dropdown-menu-dark .dropdown-header {
      color: #adb5bd; }
  .firehawk-crm-style .btn-group,
  .firehawk-crm-style .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
    .firehawk-crm-style .btn-group > .btn,
    .firehawk-crm-style .btn-group-vertical > .btn {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .firehawk-crm-style .btn-group > .btn-check:checked + .btn,
    .firehawk-crm-style .btn-group > .btn-check:focus + .btn,
    .firehawk-crm-style .btn-group > .btn:hover,
    .firehawk-crm-style .btn-group > .btn:focus,
    .firehawk-crm-style .btn-group > .btn:active,
    .firehawk-crm-style .btn-group > .btn.active,
    .firehawk-crm-style .btn-group-vertical > .btn-check:checked + .btn,
    .firehawk-crm-style .btn-group-vertical > .btn-check:focus + .btn,
    .firehawk-crm-style .btn-group-vertical > .btn:hover,
    .firehawk-crm-style .btn-group-vertical > .btn:focus,
    .firehawk-crm-style .btn-group-vertical > .btn:active,
    .firehawk-crm-style .btn-group-vertical > .btn.active {
      z-index: 1; }
  .firehawk-crm-style .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .firehawk-crm-style .btn-toolbar .input-group {
      width: auto; }
  .firehawk-crm-style .btn-group > .btn:not(:first-child),
  .firehawk-crm-style .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .firehawk-crm-style .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .firehawk-crm-style .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-style .btn-group > .btn:nth-child(n + 3),
  .firehawk-crm-style .btn-group > :not(.btn-check) + .btn,
  .firehawk-crm-style .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-style .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
    .firehawk-crm-style .dropdown-toggle-split::after,
    .dropup .firehawk-crm-style .dropdown-toggle-split::after,
    .dropend .firehawk-crm-style .dropdown-toggle-split::after {
      margin-left: 0; }
    .dropstart .firehawk-crm-style .dropdown-toggle-split::before {
      margin-right: 0; }
  .firehawk-crm-style .btn-sm + .dropdown-toggle-split, .firehawk-crm-style .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  .firehawk-crm-style .btn-lg + .dropdown-toggle-split, .firehawk-crm-style .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .firehawk-crm-style .btn-group-vertical {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }
    .firehawk-crm-style .btn-group-vertical > .btn,
    .firehawk-crm-style .btn-group-vertical > .btn-group {
      width: 100%; }
    .firehawk-crm-style .btn-group-vertical > .btn:not(:first-child),
    .firehawk-crm-style .btn-group-vertical > .btn-group:not(:first-child) {
      margin-top: -1px; }
    .firehawk-crm-style .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .firehawk-crm-style .btn-group-vertical > .btn-group:not(:last-child) > .btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .firehawk-crm-style .btn-group-vertical > .btn ~ .btn,
    .firehawk-crm-style .btn-group-vertical > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .firehawk-crm-style .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .firehawk-crm-style .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .nav-link {
        transition: none; } }
    .firehawk-crm-style .nav-link:hover, .firehawk-crm-style .nav-link:focus {
      color: #0a58ca; }
    .firehawk-crm-style .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
  .firehawk-crm-style .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .firehawk-crm-style .nav-tabs .nav-link {
      margin-bottom: -1px;
      background: none;
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .firehawk-crm-style .nav-tabs .nav-link:hover, .firehawk-crm-style .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
        isolation: isolate; }
      .firehawk-crm-style .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .firehawk-crm-style .nav-tabs .nav-link.active,
    .firehawk-crm-style .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
    .firehawk-crm-style .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .firehawk-crm-style .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem; }
  .firehawk-crm-style .nav-pills .nav-link.active,
  .firehawk-crm-style .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd; }
  .firehawk-crm-style .nav-fill > .nav-link,
  .firehawk-crm-style .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: center; }
  .firehawk-crm-style .nav-justified > .nav-link,
  .firehawk-crm-style .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
  .firehawk-crm-style .nav-fill .nav-item .nav-link,
  .firehawk-crm-style .nav-justified .nav-item .nav-link {
    width: 100%; }
  .firehawk-crm-style .tab-content > .tab-pane {
    display: none; }
  .firehawk-crm-style .tab-content > .active {
    display: block; }
  .firehawk-crm-style .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .firehawk-crm-style .navbar > .container,
    .firehawk-crm-style .navbar > .container-fluid, .firehawk-crm-style .navbar > .container-sm, .firehawk-crm-style .navbar > .container-md, .firehawk-crm-style .navbar > .container-lg, .firehawk-crm-style .navbar > .container-xl, .firehawk-crm-style .navbar > .container-xxl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .firehawk-crm-style .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap; }
  .firehawk-crm-style .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .firehawk-crm-style .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .firehawk-crm-style .navbar-nav .dropdown-menu {
      position: static; }
  .firehawk-crm-style .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .firehawk-crm-style .navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center; }
  .firehawk-crm-style .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .navbar-toggler {
        transition: none; } }
    .firehawk-crm-style .navbar-toggler:hover {
      text-decoration: none; }
    .firehawk-crm-style .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 0 0.25rem; }
  .firehawk-crm-style .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .firehawk-crm-style .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto; }
  @media (min-width: 576px) {
    .firehawk-crm-style .navbar-expand-sm {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-style .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-style .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-style .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-style .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-style .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-style .navbar-expand-sm .navbar-toggler {
        display: none; }
      .firehawk-crm-style .navbar-expand-sm .offcanvas-header {
        display: none; }
      .firehawk-crm-style .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-style .navbar-expand-sm .offcanvas-top,
      .firehawk-crm-style .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-style .navbar-expand-sm .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .navbar-expand-md {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-style .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-style .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-style .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-style .navbar-expand-md .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-style .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-style .navbar-expand-md .navbar-toggler {
        display: none; }
      .firehawk-crm-style .navbar-expand-md .offcanvas-header {
        display: none; }
      .firehawk-crm-style .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-style .navbar-expand-md .offcanvas-top,
      .firehawk-crm-style .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-style .navbar-expand-md .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .navbar-expand-lg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-style .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-style .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-style .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-style .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-style .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-style .navbar-expand-lg .navbar-toggler {
        display: none; }
      .firehawk-crm-style .navbar-expand-lg .offcanvas-header {
        display: none; }
      .firehawk-crm-style .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-style .navbar-expand-lg .offcanvas-top,
      .firehawk-crm-style .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-style .navbar-expand-lg .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .navbar-expand-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-style .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-style .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-style .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-style .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-style .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-style .navbar-expand-xl .navbar-toggler {
        display: none; }
      .firehawk-crm-style .navbar-expand-xl .offcanvas-header {
        display: none; }
      .firehawk-crm-style .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-style .navbar-expand-xl .offcanvas-top,
      .firehawk-crm-style .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-style .navbar-expand-xl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .navbar-expand-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .firehawk-crm-style .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .firehawk-crm-style .navbar-expand-xxl .navbar-nav .dropdown-menu {
          position: absolute; }
        .firehawk-crm-style .navbar-expand-xxl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .firehawk-crm-style .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible; }
      .firehawk-crm-style .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .firehawk-crm-style .navbar-expand-xxl .navbar-toggler {
        display: none; }
      .firehawk-crm-style .navbar-expand-xxl .offcanvas-header {
        display: none; }
      .firehawk-crm-style .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-positive: 1;
            flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        -ms-transform: none;
            transform: none; }
      .firehawk-crm-style .navbar-expand-xxl .offcanvas-top,
      .firehawk-crm-style .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0; }
      .firehawk-crm-style .navbar-expand-xxl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
  .firehawk-crm-style .navbar-expand {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .firehawk-crm-style .navbar-expand .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .firehawk-crm-style .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .firehawk-crm-style .navbar-expand .navbar-nav-scroll {
      overflow: visible; }
    .firehawk-crm-style .navbar-expand .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .firehawk-crm-style .navbar-expand .navbar-toggler {
      display: none; }
    .firehawk-crm-style .navbar-expand .offcanvas-header {
      display: none; }
    .firehawk-crm-style .navbar-expand .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .firehawk-crm-style .navbar-expand .offcanvas-top,
    .firehawk-crm-style .navbar-expand .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .firehawk-crm-style .navbar-expand .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; }
  .firehawk-crm-style .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    .firehawk-crm-style .navbar-light .navbar-brand:hover, .firehawk-crm-style .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-style .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55); }
    .firehawk-crm-style .navbar-light .navbar-nav .nav-link:hover, .firehawk-crm-style .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .firehawk-crm-style .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .firehawk-crm-style .navbar-light .navbar-nav .show > .nav-link,
  .firehawk-crm-style .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-style .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1); }
  .firehawk-crm-style .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .firehawk-crm-style .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55); }
    .firehawk-crm-style .navbar-light .navbar-text a,
    .firehawk-crm-style .navbar-light .navbar-text a:hover,
    .firehawk-crm-style .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }
  .firehawk-crm-style .navbar-dark .navbar-brand {
    color: #fff; }
    .firehawk-crm-style .navbar-dark .navbar-brand:hover, .firehawk-crm-style .navbar-dark .navbar-brand:focus {
      color: #fff; }
  .firehawk-crm-style .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55); }
    .firehawk-crm-style .navbar-dark .navbar-nav .nav-link:hover, .firehawk-crm-style .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .firehawk-crm-style .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .firehawk-crm-style .navbar-dark .navbar-nav .show > .nav-link,
  .firehawk-crm-style .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .firehawk-crm-style .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1); }
  .firehawk-crm-style .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .firehawk-crm-style .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55); }
    .firehawk-crm-style .navbar-dark .navbar-text a,
    .firehawk-crm-style .navbar-dark .navbar-text a:hover,
    .firehawk-crm-style .navbar-dark .navbar-text a:focus {
      color: #fff; }
  .firehawk-crm-style .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .firehawk-crm-style .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .firehawk-crm-style .card > .list-group {
      border-top: inherit;
      border-bottom: inherit; }
      .firehawk-crm-style .card > .list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px); }
      .firehawk-crm-style .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px); }
    .firehawk-crm-style .card > .card-header + .list-group,
    .firehawk-crm-style .card > .list-group + .card-footer {
      border-top: 0; }
  .firehawk-crm-style .card-body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 1rem 1rem; }
  .firehawk-crm-style .card-title {
    margin-bottom: 0.5rem; }
  .firehawk-crm-style .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0; }
  .firehawk-crm-style .card-text:last-child {
    margin-bottom: 0; }
  .firehawk-crm-style .card-link + .card-link {
    margin-left: 1rem; }
  .firehawk-crm-style .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-style .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .firehawk-crm-style .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-style .card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .firehawk-crm-style .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0; }
  .firehawk-crm-style .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  .firehawk-crm-style .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px); }
  .firehawk-crm-style .card-img,
  .firehawk-crm-style .card-img-top,
  .firehawk-crm-style .card-img-bottom {
    width: 100%; }
  .firehawk-crm-style .card-img,
  .firehawk-crm-style .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .firehawk-crm-style .card-img,
  .firehawk-crm-style .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .firehawk-crm-style .card-group > .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .firehawk-crm-style .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .firehawk-crm-style .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .firehawk-crm-style .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .firehawk-crm-style .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .firehawk-crm-style .card-group > .card:not(:last-child) .card-img-top,
          .firehawk-crm-style .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .firehawk-crm-style .card-group > .card:not(:last-child) .card-img-bottom,
          .firehawk-crm-style .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .firehawk-crm-style .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .firehawk-crm-style .card-group > .card:not(:first-child) .card-img-top,
          .firehawk-crm-style .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .firehawk-crm-style .card-group > .card:not(:first-child) .card-img-bottom,
          .firehawk-crm-style .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }
  .firehawk-crm-style .accordion-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .accordion-button {
        transition: none; } }
    .firehawk-crm-style .accordion-button:not(.collapsed) {
      color: #0c63e4;
      background-color: #e7f1ff;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
      .firehawk-crm-style .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .firehawk-crm-style .accordion-button::after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .accordion-button::after {
          transition: none; } }
    .firehawk-crm-style .accordion-button:hover {
      z-index: 2; }
    .firehawk-crm-style .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .firehawk-crm-style .accordion-header {
    margin-bottom: 0; }
  .firehawk-crm-style .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-style .accordion-item:first-of-type {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .firehawk-crm-style .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px); }
    .firehawk-crm-style .accordion-item:not(:first-of-type) {
      border-top: 0; }
    .firehawk-crm-style .accordion-item:last-of-type {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
      .firehawk-crm-style .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px); }
      .firehawk-crm-style .accordion-item:last-of-type .accordion-collapse {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem; }
  .firehawk-crm-style .accordion-body {
    padding: 1rem 1.25rem; }
  .firehawk-crm-style .accordion-flush .accordion-collapse {
    border-width: 0; }
  .firehawk-crm-style .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
    .firehawk-crm-style .accordion-flush .accordion-item:first-child {
      border-top: 0; }
    .firehawk-crm-style .accordion-flush .accordion-item:last-child {
      border-bottom: 0; }
    .firehawk-crm-style .accordion-flush .accordion-item .accordion-button {
      border-radius: 0; }
  .firehawk-crm-style .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none; }
  .firehawk-crm-style .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .firehawk-crm-style .breadcrumb-item + .breadcrumb-item::before {
      float: left;
      padding-right: 0.5rem;
      color: #6c757d;
      content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
  .firehawk-crm-style .breadcrumb-item.active {
    color: #6c757d; }
  .firehawk-crm-style .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none; }
  .firehawk-crm-style .page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .page-link {
        transition: none; } }
    .firehawk-crm-style .page-link:hover {
      z-index: 2;
      color: #0a58ca;
      background-color: #e9ecef;
      border-color: #dee2e6; }
    .firehawk-crm-style .page-link:focus {
      z-index: 3;
      color: #0a58ca;
      background-color: #e9ecef;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .firehawk-crm-style .page-item:not(:first-child) .page-link {
    margin-left: -1px; }
  .firehawk-crm-style .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .firehawk-crm-style .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6; }
  .firehawk-crm-style .page-link {
    padding: 0.375rem 0.75rem; }
  .firehawk-crm-style .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .firehawk-crm-style .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .firehawk-crm-style .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
  .firehawk-crm-style .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .firehawk-crm-style .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .firehawk-crm-style .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .firehawk-crm-style .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .firehawk-crm-style .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .firehawk-crm-style .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
    .firehawk-crm-style .badge:empty {
      display: none; }
  .firehawk-crm-style .btn .badge {
    position: relative;
    top: -1px; }
  .firehawk-crm-style .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .firehawk-crm-style .alert-heading {
    color: inherit; }
  .firehawk-crm-style .alert-link {
    font-weight: 700; }
  .firehawk-crm-style .alert-dismissible {
    padding-right: 3rem; }
    .firehawk-crm-style .alert-dismissible .btn-close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      padding: 1.25rem 1rem; }
  .firehawk-crm-style .alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe; }
    .firehawk-crm-style .alert-primary .alert-link {
      color: #06357a; }
  .firehawk-crm-style .alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8; }
    .firehawk-crm-style .alert-secondary .alert-link {
      color: #34383c; }
  .firehawk-crm-style .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc; }
    .firehawk-crm-style .alert-success .alert-link {
      color: #0c4128; }
  .firehawk-crm-style .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb; }
    .firehawk-crm-style .alert-info .alert-link {
      color: #04414d; }
  .firehawk-crm-style .alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5; }
    .firehawk-crm-style .alert-warning .alert-link {
      color: #523e02; }
  .firehawk-crm-style .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7; }
    .firehawk-crm-style .alert-danger .alert-link {
      color: #6a1a21; }
  .firehawk-crm-style .alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .firehawk-crm-style .alert-light .alert-link {
      color: #4f5050; }
  .firehawk-crm-style .alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf; }
    .firehawk-crm-style .alert-dark .alert-link {
      color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
  .firehawk-crm-style .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .firehawk-crm-style .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .progress-bar {
        transition: none; } }
  .firehawk-crm-style .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .firehawk-crm-style .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .progress-bar-animated {
        animation: none; } }
  .firehawk-crm-style .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem; }
  .firehawk-crm-style .list-group-numbered {
    list-style-type: none;
    counter-reset: section; }
    .firehawk-crm-style .list-group-numbered > li::before {
      content: counters(section, ".") ". ";
      counter-increment: section; }
  .firehawk-crm-style .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
    .firehawk-crm-style .list-group-item-action:hover, .firehawk-crm-style .list-group-item-action:focus {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
    .firehawk-crm-style .list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef; }
  .firehawk-crm-style .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .firehawk-crm-style .list-group-item:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    .firehawk-crm-style .list-group-item:last-child {
      border-bottom-right-radius: inherit;
      border-bottom-left-radius: inherit; }
    .firehawk-crm-style .list-group-item.disabled, .firehawk-crm-style .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff; }
    .firehawk-crm-style .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd; }
    .firehawk-crm-style .list-group-item + .firehawk-crm-style .list-group-item {
      border-top-width: 0; }
      .firehawk-crm-style .list-group-item + .firehawk-crm-style .list-group-item.active {
        margin-top: -1px;
        border-top-width: 1px; }
  .firehawk-crm-style .list-group-horizontal {
    -ms-flex-direction: row;
        flex-direction: row; }
    .firehawk-crm-style .list-group-horizontal > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .firehawk-crm-style .list-group-horizontal > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .firehawk-crm-style .list-group-horizontal > .list-group-item.active {
      margin-top: 0; }
    .firehawk-crm-style .list-group-horizontal > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .firehawk-crm-style .list-group-horizontal > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; }
  @media (min-width: 576px) {
    .firehawk-crm-style .list-group-horizontal-sm {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-style .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-style .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .list-group-horizontal-md {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-style .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-style .list-group-horizontal-md > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .list-group-horizontal-lg {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-style .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-style .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .list-group-horizontal-xl {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-style .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-style .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .list-group-horizontal-xxl {
      -ms-flex-direction: row;
          flex-direction: row; }
      .firehawk-crm-style .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .firehawk-crm-style .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0; }
      .firehawk-crm-style .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .firehawk-crm-style .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
  .firehawk-crm-style .list-group-flush {
    border-radius: 0; }
    .firehawk-crm-style .list-group-flush > .list-group-item {
      border-width: 0 0 1px; }
      .firehawk-crm-style .list-group-flush > .list-group-item:last-child {
        border-bottom-width: 0; }
  .firehawk-crm-style .list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff; }
    .firehawk-crm-style .list-group-item-primary.list-group-item-action:hover, .firehawk-crm-style .list-group-item-primary.list-group-item-action:focus {
      color: #084298;
      background-color: #bacbe6; }
    .firehawk-crm-style .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #084298;
      border-color: #084298; }
  .firehawk-crm-style .list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5; }
    .firehawk-crm-style .list-group-item-secondary.list-group-item-action:hover, .firehawk-crm-style .list-group-item-secondary.list-group-item-action:focus {
      color: #41464b;
      background-color: #cbccce; }
    .firehawk-crm-style .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #41464b;
      border-color: #41464b; }
  .firehawk-crm-style .list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd; }
    .firehawk-crm-style .list-group-item-success.list-group-item-action:hover, .firehawk-crm-style .list-group-item-success.list-group-item-action:focus {
      color: #0f5132;
      background-color: #bcd0c7; }
    .firehawk-crm-style .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #0f5132;
      border-color: #0f5132; }
  .firehawk-crm-style .list-group-item-info {
    color: #055160;
    background-color: #cff4fc; }
    .firehawk-crm-style .list-group-item-info.list-group-item-action:hover, .firehawk-crm-style .list-group-item-info.list-group-item-action:focus {
      color: #055160;
      background-color: #badce3; }
    .firehawk-crm-style .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #055160;
      border-color: #055160; }
  .firehawk-crm-style .list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd; }
    .firehawk-crm-style .list-group-item-warning.list-group-item-action:hover, .firehawk-crm-style .list-group-item-warning.list-group-item-action:focus {
      color: #664d03;
      background-color: #e6dbb9; }
    .firehawk-crm-style .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #664d03;
      border-color: #664d03; }
  .firehawk-crm-style .list-group-item-danger {
    color: #842029;
    background-color: #f8d7da; }
    .firehawk-crm-style .list-group-item-danger.list-group-item-action:hover, .firehawk-crm-style .list-group-item-danger.list-group-item-action:focus {
      color: #842029;
      background-color: #dfc2c4; }
    .firehawk-crm-style .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #842029;
      border-color: #842029; }
  .firehawk-crm-style .list-group-item-light {
    color: #636464;
    background-color: #fefefe; }
    .firehawk-crm-style .list-group-item-light.list-group-item-action:hover, .firehawk-crm-style .list-group-item-light.list-group-item-action:focus {
      color: #636464;
      background-color: #e5e5e5; }
    .firehawk-crm-style .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #636464;
      border-color: #636464; }
  .firehawk-crm-style .list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4; }
    .firehawk-crm-style .list-group-item-dark.list-group-item-action:hover, .firehawk-crm-style .list-group-item-dark.list-group-item-action:focus {
      color: #141619;
      background-color: #bebebf; }
    .firehawk-crm-style .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #141619;
      border-color: #141619; }
  .firehawk-crm-style .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5; }
    .firehawk-crm-style .btn-close:hover {
      color: #000;
      text-decoration: none;
      opacity: 0.75; }
    .firehawk-crm-style .btn-close:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      opacity: 1; }
    .firehawk-crm-style .btn-close:disabled, .firehawk-crm-style .btn-close.disabled {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: 0.25; }
  .firehawk-crm-style .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%); }
  .firehawk-crm-style .toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    .firehawk-crm-style .toast.showing {
      opacity: 0; }
    .firehawk-crm-style .toast:not(.show) {
      display: none; }
  .firehawk-crm-style .toast-container {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none; }
    .firehawk-crm-style .toast-container > :not(:last-child) {
      margin-bottom: 0.75rem; }
  .firehawk-crm-style .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
    .firehawk-crm-style .toast-header .btn-close {
      margin-right: -0.375rem;
      margin-left: 0.75rem; }
  .firehawk-crm-style .toast-body {
    padding: 0.75rem;
    word-wrap: break-word; }
  .firehawk-crm-style .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0; }
  .firehawk-crm-style .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade .firehawk-crm-style .modal-dialog {
      transition: transform 0.3s ease-out;
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px); }
      @media (prefers-reduced-motion: reduce) {
        .modal.fade .firehawk-crm-style .modal-dialog {
          transition: none; } }
    .modal.show .firehawk-crm-style .modal-dialog {
      -ms-transform: none;
          transform: none; }
    .modal.modal-static .firehawk-crm-style .modal-dialog {
      -ms-transform: scale(1.02);
          transform: scale(1.02); }
  .firehawk-crm-style .modal-dialog-scrollable {
    height: calc(100% - 1rem); }
    .firehawk-crm-style .modal-dialog-scrollable .modal-content {
      max-height: 100%;
      overflow: hidden; }
    .firehawk-crm-style .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
  .firehawk-crm-style .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: calc(100% - 1rem); }
  .firehawk-crm-style .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .firehawk-crm-style .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    .firehawk-crm-style .modal-backdrop.fade {
      opacity: 0; }
    .firehawk-crm-style .modal-backdrop.show {
      opacity: 0.5; }
  .firehawk-crm-style .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .firehawk-crm-style .modal-header .btn-close {
      padding: 0.5rem 0.5rem;
      margin: -0.5rem -0.5rem -0.5rem auto; }
  .firehawk-crm-style .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .firehawk-crm-style .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 1rem; }
  .firehawk-crm-style .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px); }
    .firehawk-crm-style .modal-footer > * {
      margin: 0.25rem; }
  @media (min-width: 576px) {
    .firehawk-crm-style .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .firehawk-crm-style .modal-dialog-scrollable {
      height: calc(100% - 3.5rem); }
    .firehawk-crm-style .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
    .firehawk-crm-style .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .modal-lg,
    .firehawk-crm-style .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .modal-xl {
      max-width: 1140px; } }
  .firehawk-crm-style .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .firehawk-crm-style .modal-fullscreen .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .firehawk-crm-style .modal-fullscreen .modal-header {
      border-radius: 0; }
    .firehawk-crm-style .modal-fullscreen .modal-body {
      overflow-y: auto; }
    .firehawk-crm-style .modal-fullscreen .modal-footer {
      border-radius: 0; }
  @media (max-width: 575.98px) {
    .firehawk-crm-style .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-style .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-sm-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-style .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 767.98px) {
    .firehawk-crm-style .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-style .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-md-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-md-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-style .modal-fullscreen-md-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 991.98px) {
    .firehawk-crm-style .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-style .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-lg-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-style .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 1199.98px) {
    .firehawk-crm-style .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-style .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-xl-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-style .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0; } }
  @media (max-width: 1399.98px) {
    .firehawk-crm-style .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      .firehawk-crm-style .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0; }
      .firehawk-crm-style .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto; }
      .firehawk-crm-style .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0; } }
  .firehawk-crm-style .tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
    .firehawk-crm-style .tooltip.show {
      opacity: 0.9; }
    .firehawk-crm-style .tooltip .tooltip-arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .firehawk-crm-style .tooltip .tooltip-arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .firehawk-crm-style .bs-tooltip-top, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0; }
    .firehawk-crm-style .bs-tooltip-top .tooltip-arrow, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
      bottom: 0; }
      .firehawk-crm-style .bs-tooltip-top .tooltip-arrow::before, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
        top: -1px;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #000; }
  .firehawk-crm-style .bs-tooltip-end, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem; }
    .firehawk-crm-style .bs-tooltip-end .tooltip-arrow, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .firehawk-crm-style .bs-tooltip-end .tooltip-arrow::before, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
        right: -1px;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #000; }
  .firehawk-crm-style .bs-tooltip-bottom, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0; }
    .firehawk-crm-style .bs-tooltip-bottom .tooltip-arrow, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
      top: 0; }
      .firehawk-crm-style .bs-tooltip-bottom .tooltip-arrow::before, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
        bottom: -1px;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: #000; }
  .firehawk-crm-style .bs-tooltip-start, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem; }
    .firehawk-crm-style .bs-tooltip-start .tooltip-arrow, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .firehawk-crm-style .bs-tooltip-start .tooltip-arrow::before, .firehawk-crm-style .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
        left: -1px;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #000; }
  .firehawk-crm-style .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  .firehawk-crm-style .popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
    .firehawk-crm-style .popover .popover-arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem; }
      .firehawk-crm-style .popover .popover-arrow::before, .firehawk-crm-style .popover .popover-arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .firehawk-crm-style .bs-popover-top > .popover-arrow, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px); }
    .firehawk-crm-style .bs-popover-top > .popover-arrow::before, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-style .bs-popover-top > .popover-arrow::after, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }
  .firehawk-crm-style .bs-popover-end > .popover-arrow, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem; }
    .firehawk-crm-style .bs-popover-end > .popover-arrow::before, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-style .bs-popover-end > .popover-arrow::after, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }
  .firehawk-crm-style .bs-popover-bottom > .popover-arrow, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px); }
    .firehawk-crm-style .bs-popover-bottom > .popover-arrow::before, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-style .bs-popover-bottom > .popover-arrow::after, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .firehawk-crm-style .bs-popover-bottom .popover-header::before, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0; }
  .firehawk-crm-style .bs-popover-start > .popover-arrow, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem; }
    .firehawk-crm-style .bs-popover-start > .popover-arrow::before, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .firehawk-crm-style .bs-popover-start > .popover-arrow::after, .firehawk-crm-style .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }
  .firehawk-crm-style .popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .firehawk-crm-style .popover-header:empty {
      display: none; }
  .firehawk-crm-style .popover-body {
    padding: 1rem 1rem;
    color: #212529; }
  .firehawk-crm-style .carousel {
    position: relative; }
  .firehawk-crm-style .carousel.pointer-event {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  .firehawk-crm-style .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .firehawk-crm-style .carousel-inner::after {
      display: block;
      clear: both;
      content: ""; }
  .firehawk-crm-style .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .carousel-item {
        transition: none; } }
  .firehawk-crm-style .carousel-item.active,
  .firehawk-crm-style .carousel-item-next,
  .firehawk-crm-style .carousel-item-prev {
    display: block; }
  .firehawk-crm-style .carousel-item-next:not(.carousel-item-start),
  .firehawk-crm-style .active.carousel-item-end {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .firehawk-crm-style .carousel-item-prev:not(.carousel-item-end),
  .firehawk-crm-style .active.carousel-item-start {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .firehawk-crm-style .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-transform: none;
        transform: none; }
  .firehawk-crm-style .carousel-fade .carousel-item.active,
  .firehawk-crm-style .carousel-fade .carousel-item-next.carousel-item-start,
  .firehawk-crm-style .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1; }
  .firehawk-crm-style .carousel-fade .active.carousel-item-start,
  .firehawk-crm-style .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .carousel-fade .active.carousel-item-start,
      .firehawk-crm-style .carousel-fade .active.carousel-item-end {
        transition: none; } }
  .firehawk-crm-style .carousel-control-prev,
  .firehawk-crm-style .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .carousel-control-prev,
      .firehawk-crm-style .carousel-control-next {
        transition: none; } }
    .firehawk-crm-style .carousel-control-prev:hover, .firehawk-crm-style .carousel-control-prev:focus,
    .firehawk-crm-style .carousel-control-next:hover,
    .firehawk-crm-style .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9; }
  .firehawk-crm-style .carousel-control-prev {
    left: 0; }
  .firehawk-crm-style .carousel-control-next {
    right: 0; }
  .firehawk-crm-style .carousel-control-prev-icon,
  .firehawk-crm-style .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%; }
  .firehawk-crm-style .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }
  .firehawk-crm-style .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .firehawk-crm-style .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none; }
    .firehawk-crm-style .carousel-indicators [data-bs-target] {
      box-sizing: content-box;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      width: 30px;
      height: 3px;
      padding: 0;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: 0.5;
      transition: opacity 0.6s ease; }
      @media (prefers-reduced-motion: reduce) {
        .firehawk-crm-style .carousel-indicators [data-bs-target] {
          transition: none; } }
    .firehawk-crm-style .carousel-indicators .active {
      opacity: 1; }
  .firehawk-crm-style .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center; }
  .firehawk-crm-style .carousel-dark .carousel-control-prev-icon,
  .firehawk-crm-style .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100); }
  .firehawk-crm-style .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000; }
  .firehawk-crm-style .carousel-dark .carousel-caption {
    color: #000; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
  .firehawk-crm-style .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border; }
  .firehawk-crm-style .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
  .firehawk-crm-style .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow; }
  .firehawk-crm-style .spinner-grow-sm {
    width: 1rem;
    height: 1rem; }
  @media (prefers-reduced-motion: reduce) {
    .firehawk-crm-style .spinner-border,
    .firehawk-crm-style .spinner-grow {
      animation-duration: 1.5s; } }
  .firehawk-crm-style .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .firehawk-crm-style .offcanvas {
        transition: none; } }
  .firehawk-crm-style .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    .firehawk-crm-style .offcanvas-backdrop.fade {
      opacity: 0; }
    .firehawk-crm-style .offcanvas-backdrop.show {
      opacity: 0.5; }
  .firehawk-crm-style .offcanvas-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 1rem; }
    .firehawk-crm-style .offcanvas-header .btn-close {
      padding: 0.5rem 0.5rem;
      margin-top: -0.5rem;
      margin-right: -0.5rem;
      margin-bottom: -0.5rem; }
  .firehawk-crm-style .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .firehawk-crm-style .offcanvas-body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto; }
  .firehawk-crm-style .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .firehawk-crm-style .offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .firehawk-crm-style .offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .firehawk-crm-style .offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
  .firehawk-crm-style .offcanvas.show {
    -ms-transform: none;
        transform: none; }
  .firehawk-crm-style .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .firehawk-crm-style .link-primary {
    color: #0d6efd; }
    .firehawk-crm-style .link-primary:hover, .firehawk-crm-style .link-primary:focus {
      color: #0a58ca; }
  .firehawk-crm-style .link-secondary {
    color: #6c757d; }
    .firehawk-crm-style .link-secondary:hover, .firehawk-crm-style .link-secondary:focus {
      color: #565e64; }
  .firehawk-crm-style .link-success {
    color: #198754; }
    .firehawk-crm-style .link-success:hover, .firehawk-crm-style .link-success:focus {
      color: #146c43; }
  .firehawk-crm-style .link-info {
    color: #0dcaf0; }
    .firehawk-crm-style .link-info:hover, .firehawk-crm-style .link-info:focus {
      color: #3dd5f3; }
  .firehawk-crm-style .link-warning {
    color: #ffc107; }
    .firehawk-crm-style .link-warning:hover, .firehawk-crm-style .link-warning:focus {
      color: #ffcd39; }
  .firehawk-crm-style .link-danger {
    color: #dc3545; }
    .firehawk-crm-style .link-danger:hover, .firehawk-crm-style .link-danger:focus {
      color: #b02a37; }
  .firehawk-crm-style .link-light {
    color: #f8f9fa; }
    .firehawk-crm-style .link-light:hover, .firehawk-crm-style .link-light:focus {
      color: #f9fafb; }
  .firehawk-crm-style .link-dark {
    color: #212529; }
    .firehawk-crm-style .link-dark:hover, .firehawk-crm-style .link-dark:focus {
      color: #1a1e21; }
  .firehawk-crm-style .ratio {
    position: relative;
    width: 100%; }
    .firehawk-crm-style .ratio::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .firehawk-crm-style .ratio > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .firehawk-crm-style .ratio-1x1 {
    --bs-aspect-ratio: 100%; }
  .firehawk-crm-style .ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .firehawk-crm-style .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .firehawk-crm-style .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .firehawk-crm-style .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .firehawk-crm-style .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  .firehawk-crm-style .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  @media (min-width: 576px) {
    .firehawk-crm-style .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .firehawk-crm-style .hstack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .firehawk-crm-style .vstack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .firehawk-crm-style .visually-hidden,
  .firehawk-crm-style .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .firehawk-crm-style .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""; }
  .firehawk-crm-style .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .firehawk-crm-style .vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25; }
  .firehawk-crm-style .align-baseline {
    vertical-align: baseline !important; }
  .firehawk-crm-style .align-top {
    vertical-align: top !important; }
  .firehawk-crm-style .align-middle {
    vertical-align: middle !important; }
  .firehawk-crm-style .align-bottom {
    vertical-align: bottom !important; }
  .firehawk-crm-style .align-text-bottom {
    vertical-align: text-bottom !important; }
  .firehawk-crm-style .align-text-top {
    vertical-align: text-top !important; }
  .firehawk-crm-style .float-start {
    float: left !important; }
  .firehawk-crm-style .float-end {
    float: right !important; }
  .firehawk-crm-style .float-none {
    float: none !important; }
  .firehawk-crm-style .opacity-0 {
    opacity: 0 !important; }
  .firehawk-crm-style .opacity-25 {
    opacity: 0.25 !important; }
  .firehawk-crm-style .opacity-50 {
    opacity: 0.5 !important; }
  .firehawk-crm-style .opacity-75 {
    opacity: 0.75 !important; }
  .firehawk-crm-style .opacity-100 {
    opacity: 1 !important; }
  .firehawk-crm-style .overflow-auto {
    overflow: auto !important; }
  .firehawk-crm-style .overflow-hidden {
    overflow: hidden !important; }
  .firehawk-crm-style .overflow-visible {
    overflow: visible !important; }
  .firehawk-crm-style .overflow-scroll {
    overflow: scroll !important; }
  .firehawk-crm-style .d-inline {
    display: inline !important; }
  .firehawk-crm-style .d-inline-block {
    display: inline-block !important; }
  .firehawk-crm-style .d-block {
    display: block !important; }
  .firehawk-crm-style .d-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .firehawk-crm-style .d-table {
    display: table !important; }
  .firehawk-crm-style .d-table-row {
    display: table-row !important; }
  .firehawk-crm-style .d-table-cell {
    display: table-cell !important; }
  .firehawk-crm-style .d-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .firehawk-crm-style .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .firehawk-crm-style .d-none {
    display: none !important; }
  .firehawk-crm-style .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .firehawk-crm-style .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .firehawk-crm-style .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .firehawk-crm-style .shadow-none {
    box-shadow: none !important; }
  .firehawk-crm-style .position-static {
    position: static !important; }
  .firehawk-crm-style .position-relative {
    position: relative !important; }
  .firehawk-crm-style .position-absolute {
    position: absolute !important; }
  .firehawk-crm-style .position-fixed {
    position: fixed !important; }
  .firehawk-crm-style .position-sticky {
    position: sticky !important; }
  .firehawk-crm-style .top-0 {
    top: 0 !important; }
  .firehawk-crm-style .top-50 {
    top: 50% !important; }
  .firehawk-crm-style .top-100 {
    top: 100% !important; }
  .firehawk-crm-style .bottom-0 {
    bottom: 0 !important; }
  .firehawk-crm-style .bottom-50 {
    bottom: 50% !important; }
  .firehawk-crm-style .bottom-100 {
    bottom: 100% !important; }
  .firehawk-crm-style .start-0 {
    left: 0 !important; }
  .firehawk-crm-style .start-50 {
    left: 50% !important; }
  .firehawk-crm-style .start-100 {
    left: 100% !important; }
  .firehawk-crm-style .end-0 {
    right: 0 !important; }
  .firehawk-crm-style .end-50 {
    right: 50% !important; }
  .firehawk-crm-style .end-100 {
    right: 100% !important; }
  .firehawk-crm-style .translate-middle {
    -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important; }
  .firehawk-crm-style .translate-middle-x {
    -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important; }
  .firehawk-crm-style .translate-middle-y {
    -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important; }
  .firehawk-crm-style .border {
    border: 1px solid #dee2e6 !important; }
  .firehawk-crm-style .border-0 {
    border: 0 !important; }
  .firehawk-crm-style .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .firehawk-crm-style .border-top-0 {
    border-top: 0 !important; }
  .firehawk-crm-style .border-end {
    border-right: 1px solid #dee2e6 !important; }
  .firehawk-crm-style .border-end-0 {
    border-right: 0 !important; }
  .firehawk-crm-style .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .firehawk-crm-style .border-bottom-0 {
    border-bottom: 0 !important; }
  .firehawk-crm-style .border-start {
    border-left: 1px solid #dee2e6 !important; }
  .firehawk-crm-style .border-start-0 {
    border-left: 0 !important; }
  .firehawk-crm-style .border-primary {
    border-color: #0d6efd !important; }
  .firehawk-crm-style .border-secondary {
    border-color: #6c757d !important; }
  .firehawk-crm-style .border-success {
    border-color: #198754 !important; }
  .firehawk-crm-style .border-info {
    border-color: #0dcaf0 !important; }
  .firehawk-crm-style .border-warning {
    border-color: #ffc107 !important; }
  .firehawk-crm-style .border-danger {
    border-color: #dc3545 !important; }
  .firehawk-crm-style .border-light {
    border-color: #f8f9fa !important; }
  .firehawk-crm-style .border-dark {
    border-color: #212529 !important; }
  .firehawk-crm-style .border-white {
    border-color: #fff !important; }
  .firehawk-crm-style .border-1 {
    border-width: 1px !important; }
  .firehawk-crm-style .border-2 {
    border-width: 2px !important; }
  .firehawk-crm-style .border-3 {
    border-width: 3px !important; }
  .firehawk-crm-style .border-4 {
    border-width: 4px !important; }
  .firehawk-crm-style .border-5 {
    border-width: 5px !important; }
  .firehawk-crm-style .w-25 {
    width: 25% !important; }
  .firehawk-crm-style .w-50 {
    width: 50% !important; }
  .firehawk-crm-style .w-75 {
    width: 75% !important; }
  .firehawk-crm-style .w-100 {
    width: 100% !important; }
  .firehawk-crm-style .w-auto {
    width: auto !important; }
  .firehawk-crm-style .mw-100 {
    max-width: 100% !important; }
  .firehawk-crm-style .vw-100 {
    width: 100vw !important; }
  .firehawk-crm-style .min-vw-100 {
    min-width: 100vw !important; }
  .firehawk-crm-style .h-25 {
    height: 25% !important; }
  .firehawk-crm-style .h-50 {
    height: 50% !important; }
  .firehawk-crm-style .h-75 {
    height: 75% !important; }
  .firehawk-crm-style .h-100 {
    height: 100% !important; }
  .firehawk-crm-style .h-auto {
    height: auto !important; }
  .firehawk-crm-style .mh-100 {
    max-height: 100% !important; }
  .firehawk-crm-style .vh-100 {
    height: 100vh !important; }
  .firehawk-crm-style .min-vh-100 {
    min-height: 100vh !important; }
  .firehawk-crm-style .flex-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .firehawk-crm-style .flex-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .firehawk-crm-style .flex-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .firehawk-crm-style .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .firehawk-crm-style .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .firehawk-crm-style .flex-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .firehawk-crm-style .flex-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .firehawk-crm-style .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .firehawk-crm-style .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .firehawk-crm-style .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .firehawk-crm-style .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .firehawk-crm-style .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .firehawk-crm-style .gap-0 {
    gap: 0 !important; }
  .firehawk-crm-style .gap-1 {
    gap: 0.25rem !important; }
  .firehawk-crm-style .gap-2 {
    gap: 0.5rem !important; }
  .firehawk-crm-style .gap-3 {
    gap: 1rem !important; }
  .firehawk-crm-style .gap-4 {
    gap: 1.5rem !important; }
  .firehawk-crm-style .gap-5 {
    gap: 3rem !important; }
  .firehawk-crm-style .justify-content-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .firehawk-crm-style .justify-content-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .firehawk-crm-style .justify-content-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .firehawk-crm-style .justify-content-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .firehawk-crm-style .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .firehawk-crm-style .justify-content-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important; }
  .firehawk-crm-style .align-items-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .firehawk-crm-style .align-items-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .firehawk-crm-style .align-items-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .firehawk-crm-style .align-items-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .firehawk-crm-style .align-items-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .firehawk-crm-style .align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .firehawk-crm-style .align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .firehawk-crm-style .align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .firehawk-crm-style .align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .firehawk-crm-style .align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .firehawk-crm-style .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .firehawk-crm-style .align-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .firehawk-crm-style .align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .firehawk-crm-style .align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .firehawk-crm-style .align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .firehawk-crm-style .align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .firehawk-crm-style .align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .firehawk-crm-style .order-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .firehawk-crm-style .order-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .firehawk-crm-style .order-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .firehawk-crm-style .order-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .firehawk-crm-style .order-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .firehawk-crm-style .order-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .firehawk-crm-style .order-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .firehawk-crm-style .order-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .firehawk-crm-style .m-0 {
    margin: 0 !important; }
  .firehawk-crm-style .m-1 {
    margin: 0.25rem !important; }
  .firehawk-crm-style .m-2 {
    margin: 0.5rem !important; }
  .firehawk-crm-style .m-3 {
    margin: 1rem !important; }
  .firehawk-crm-style .m-4 {
    margin: 1.5rem !important; }
  .firehawk-crm-style .m-5 {
    margin: 3rem !important; }
  .firehawk-crm-style .m-auto {
    margin: auto !important; }
  .firehawk-crm-style .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .firehawk-crm-style .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .firehawk-crm-style .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .firehawk-crm-style .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .firehawk-crm-style .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .firehawk-crm-style .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .firehawk-crm-style .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .firehawk-crm-style .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .firehawk-crm-style .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .firehawk-crm-style .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .firehawk-crm-style .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .firehawk-crm-style .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .firehawk-crm-style .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .firehawk-crm-style .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .firehawk-crm-style .mt-0 {
    margin-top: 0 !important; }
  .firehawk-crm-style .mt-1 {
    margin-top: 0.25rem !important; }
  .firehawk-crm-style .mt-2 {
    margin-top: 0.5rem !important; }
  .firehawk-crm-style .mt-3 {
    margin-top: 1rem !important; }
  .firehawk-crm-style .mt-4 {
    margin-top: 1.5rem !important; }
  .firehawk-crm-style .mt-5 {
    margin-top: 3rem !important; }
  .firehawk-crm-style .mt-auto {
    margin-top: auto !important; }
  .firehawk-crm-style .me-0 {
    margin-right: 0 !important; }
  .firehawk-crm-style .me-1 {
    margin-right: 0.25rem !important; }
  .firehawk-crm-style .me-2 {
    margin-right: 0.5rem !important; }
  .firehawk-crm-style .me-3 {
    margin-right: 1rem !important; }
  .firehawk-crm-style .me-4 {
    margin-right: 1.5rem !important; }
  .firehawk-crm-style .me-5 {
    margin-right: 3rem !important; }
  .firehawk-crm-style .me-auto {
    margin-right: auto !important; }
  .firehawk-crm-style .mb-0 {
    margin-bottom: 0 !important; }
  .firehawk-crm-style .mb-1 {
    margin-bottom: 0.25rem !important; }
  .firehawk-crm-style .mb-2 {
    margin-bottom: 0.5rem !important; }
  .firehawk-crm-style .mb-3 {
    margin-bottom: 1rem !important; }
  .firehawk-crm-style .mb-4 {
    margin-bottom: 1.5rem !important; }
  .firehawk-crm-style .mb-5 {
    margin-bottom: 3rem !important; }
  .firehawk-crm-style .mb-auto {
    margin-bottom: auto !important; }
  .firehawk-crm-style .ms-0 {
    margin-left: 0 !important; }
  .firehawk-crm-style .ms-1 {
    margin-left: 0.25rem !important; }
  .firehawk-crm-style .ms-2 {
    margin-left: 0.5rem !important; }
  .firehawk-crm-style .ms-3 {
    margin-left: 1rem !important; }
  .firehawk-crm-style .ms-4 {
    margin-left: 1.5rem !important; }
  .firehawk-crm-style .ms-5 {
    margin-left: 3rem !important; }
  .firehawk-crm-style .ms-auto {
    margin-left: auto !important; }
  .firehawk-crm-style .p-0 {
    padding: 0 !important; }
  .firehawk-crm-style .p-1 {
    padding: 0.25rem !important; }
  .firehawk-crm-style .p-2 {
    padding: 0.5rem !important; }
  .firehawk-crm-style .p-3 {
    padding: 1rem !important; }
  .firehawk-crm-style .p-4 {
    padding: 1.5rem !important; }
  .firehawk-crm-style .p-5 {
    padding: 3rem !important; }
  .firehawk-crm-style .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .firehawk-crm-style .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .firehawk-crm-style .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .firehawk-crm-style .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .firehawk-crm-style .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .firehawk-crm-style .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .firehawk-crm-style .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .firehawk-crm-style .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .firehawk-crm-style .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .firehawk-crm-style .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .firehawk-crm-style .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .firehawk-crm-style .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .firehawk-crm-style .pt-0 {
    padding-top: 0 !important; }
  .firehawk-crm-style .pt-1 {
    padding-top: 0.25rem !important; }
  .firehawk-crm-style .pt-2 {
    padding-top: 0.5rem !important; }
  .firehawk-crm-style .pt-3 {
    padding-top: 1rem !important; }
  .firehawk-crm-style .pt-4 {
    padding-top: 1.5rem !important; }
  .firehawk-crm-style .pt-5 {
    padding-top: 3rem !important; }
  .firehawk-crm-style .pe-0 {
    padding-right: 0 !important; }
  .firehawk-crm-style .pe-1 {
    padding-right: 0.25rem !important; }
  .firehawk-crm-style .pe-2 {
    padding-right: 0.5rem !important; }
  .firehawk-crm-style .pe-3 {
    padding-right: 1rem !important; }
  .firehawk-crm-style .pe-4 {
    padding-right: 1.5rem !important; }
  .firehawk-crm-style .pe-5 {
    padding-right: 3rem !important; }
  .firehawk-crm-style .pb-0 {
    padding-bottom: 0 !important; }
  .firehawk-crm-style .pb-1 {
    padding-bottom: 0.25rem !important; }
  .firehawk-crm-style .pb-2 {
    padding-bottom: 0.5rem !important; }
  .firehawk-crm-style .pb-3 {
    padding-bottom: 1rem !important; }
  .firehawk-crm-style .pb-4 {
    padding-bottom: 1.5rem !important; }
  .firehawk-crm-style .pb-5 {
    padding-bottom: 3rem !important; }
  .firehawk-crm-style .ps-0 {
    padding-left: 0 !important; }
  .firehawk-crm-style .ps-1 {
    padding-left: 0.25rem !important; }
  .firehawk-crm-style .ps-2 {
    padding-left: 0.5rem !important; }
  .firehawk-crm-style .ps-3 {
    padding-left: 1rem !important; }
  .firehawk-crm-style .ps-4 {
    padding-left: 1.5rem !important; }
  .firehawk-crm-style .ps-5 {
    padding-left: 3rem !important; }
  .firehawk-crm-style .font-monospace {
    font-family: var(--bs-font-monospace) !important; }
  .firehawk-crm-style .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important; }
  .firehawk-crm-style .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important; }
  .firehawk-crm-style .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important; }
  .firehawk-crm-style .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important; }
  .firehawk-crm-style .fs-5 {
    font-size: 1.25rem !important; }
  .firehawk-crm-style .fs-6 {
    font-size: 1rem !important; }
  .firehawk-crm-style .fst-italic {
    font-style: italic !important; }
  .firehawk-crm-style .fst-normal {
    font-style: normal !important; }
  .firehawk-crm-style .fw-light {
    font-weight: 300 !important; }
  .firehawk-crm-style .fw-lighter {
    font-weight: lighter !important; }
  .firehawk-crm-style .fw-normal {
    font-weight: 400 !important; }
  .firehawk-crm-style .fw-bold {
    font-weight: 700 !important; }
  .firehawk-crm-style .fw-bolder {
    font-weight: bolder !important; }
  .firehawk-crm-style .lh-1 {
    line-height: 1 !important; }
  .firehawk-crm-style .lh-sm {
    line-height: 1.25 !important; }
  .firehawk-crm-style .lh-base {
    line-height: 1.5 !important; }
  .firehawk-crm-style .lh-lg {
    line-height: 2 !important; }
  .firehawk-crm-style .text-start {
    text-align: left !important; }
  .firehawk-crm-style .text-end {
    text-align: right !important; }
  .firehawk-crm-style .text-center {
    text-align: center !important; }
  .firehawk-crm-style .text-decoration-none {
    text-decoration: none !important; }
  .firehawk-crm-style .text-decoration-underline {
    text-decoration: underline !important; }
  .firehawk-crm-style .text-decoration-line-through {
    text-decoration: line-through !important; }
  .firehawk-crm-style .text-lowercase {
    text-transform: lowercase !important; }
  .firehawk-crm-style .text-uppercase {
    text-transform: uppercase !important; }
  .firehawk-crm-style .text-capitalize {
    text-transform: capitalize !important; }
  .firehawk-crm-style .text-wrap {
    white-space: normal !important; }
  .firehawk-crm-style .text-nowrap {
    white-space: nowrap !important; }
  .firehawk-crm-style .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important; }
  .firehawk-crm-style .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
  .firehawk-crm-style .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important; }
  .firehawk-crm-style .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important; }
  .firehawk-crm-style .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important; }
  .firehawk-crm-style .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important; }
  .firehawk-crm-style .text-opacity-25 {
    --bs-text-opacity: 0.25; }
  .firehawk-crm-style .text-opacity-50 {
    --bs-text-opacity: 0.5; }
  .firehawk-crm-style .text-opacity-75 {
    --bs-text-opacity: 0.75; }
  .firehawk-crm-style .text-opacity-100 {
    --bs-text-opacity: 1; }
  .firehawk-crm-style .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
  .firehawk-crm-style .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important; }
  .firehawk-crm-style .bg-opacity-10 {
    --bs-bg-opacity: 0.1; }
  .firehawk-crm-style .bg-opacity-25 {
    --bs-bg-opacity: 0.25; }
  .firehawk-crm-style .bg-opacity-50 {
    --bs-bg-opacity: 0.5; }
  .firehawk-crm-style .bg-opacity-75 {
    --bs-bg-opacity: 0.75; }
  .firehawk-crm-style .bg-opacity-100 {
    --bs-bg-opacity: 1; }
  .firehawk-crm-style .bg-gradient {
    background-image: var(--bs-gradient) !important; }
  .firehawk-crm-style .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important; }
  .firehawk-crm-style .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important; }
  .firehawk-crm-style .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
  .firehawk-crm-style .pe-none {
    pointer-events: none !important; }
  .firehawk-crm-style .pe-auto {
    pointer-events: auto !important; }
  .firehawk-crm-style .rounded {
    border-radius: 0.25rem !important; }
  .firehawk-crm-style .rounded-0 {
    border-radius: 0 !important; }
  .firehawk-crm-style .rounded-1 {
    border-radius: 0.2rem !important; }
  .firehawk-crm-style .rounded-2 {
    border-radius: 0.25rem !important; }
  .firehawk-crm-style .rounded-3 {
    border-radius: 0.3rem !important; }
  .firehawk-crm-style .rounded-circle {
    border-radius: 50% !important; }
  .firehawk-crm-style .rounded-pill {
    border-radius: 50rem !important; }
  .firehawk-crm-style .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .firehawk-crm-style .rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .firehawk-crm-style .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .firehawk-crm-style .rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important; }
  .firehawk-crm-style .visible {
    visibility: visible !important; }
  .firehawk-crm-style .invisible {
    visibility: hidden !important; }
  @media (min-width: 576px) {
    .firehawk-crm-style .float-sm-start {
      float: left !important; }
    .firehawk-crm-style .float-sm-end {
      float: right !important; }
    .firehawk-crm-style .float-sm-none {
      float: none !important; }
    .firehawk-crm-style .d-sm-inline {
      display: inline !important; }
    .firehawk-crm-style .d-sm-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-sm-block {
      display: block !important; }
    .firehawk-crm-style .d-sm-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-sm-table {
      display: table !important; }
    .firehawk-crm-style .d-sm-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-sm-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-sm-none {
      display: none !important; }
    .firehawk-crm-style .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-style .flex-sm-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-style .flex-sm-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-style .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-style .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-style .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-style .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-style .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-style .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-style .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-style .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-style .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-style .gap-sm-0 {
      gap: 0 !important; }
    .firehawk-crm-style .gap-sm-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-style .gap-sm-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-style .gap-sm-3 {
      gap: 1rem !important; }
    .firehawk-crm-style .gap-sm-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-style .gap-sm-5 {
      gap: 3rem !important; }
    .firehawk-crm-style .justify-content-sm-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-style .justify-content-sm-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-style .justify-content-sm-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-style .justify-content-sm-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-style .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-style .justify-content-sm-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-style .align-items-sm-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-style .align-items-sm-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-style .align-items-sm-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-style .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-style .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-style .align-content-sm-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-style .align-content-sm-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-style .align-content-sm-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-style .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-style .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-style .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-style .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-style .align-self-sm-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-style .align-self-sm-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-style .align-self-sm-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-style .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-style .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-style .order-sm-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-style .order-sm-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-style .order-sm-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-style .order-sm-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-style .order-sm-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-style .order-sm-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-style .order-sm-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-style .order-sm-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-style .m-sm-0 {
      margin: 0 !important; }
    .firehawk-crm-style .m-sm-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-style .m-sm-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-style .m-sm-3 {
      margin: 1rem !important; }
    .firehawk-crm-style .m-sm-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-style .m-sm-5 {
      margin: 3rem !important; }
    .firehawk-crm-style .m-sm-auto {
      margin: auto !important; }
    .firehawk-crm-style .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-style .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-style .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-style .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-style .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-style .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-style .mt-sm-0 {
      margin-top: 0 !important; }
    .firehawk-crm-style .mt-sm-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-style .mt-sm-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-style .mt-sm-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-style .mt-sm-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-style .mt-sm-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-style .mt-sm-auto {
      margin-top: auto !important; }
    .firehawk-crm-style .me-sm-0 {
      margin-right: 0 !important; }
    .firehawk-crm-style .me-sm-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-style .me-sm-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-style .me-sm-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-style .me-sm-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-style .me-sm-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-style .me-sm-auto {
      margin-right: auto !important; }
    .firehawk-crm-style .mb-sm-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-style .mb-sm-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .mb-sm-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .mb-sm-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .mb-sm-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .mb-sm-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .mb-sm-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-style .ms-sm-0 {
      margin-left: 0 !important; }
    .firehawk-crm-style .ms-sm-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .ms-sm-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .ms-sm-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-style .ms-sm-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .ms-sm-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-style .ms-sm-auto {
      margin-left: auto !important; }
    .firehawk-crm-style .p-sm-0 {
      padding: 0 !important; }
    .firehawk-crm-style .p-sm-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-style .p-sm-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-style .p-sm-3 {
      padding: 1rem !important; }
    .firehawk-crm-style .p-sm-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-style .p-sm-5 {
      padding: 3rem !important; }
    .firehawk-crm-style .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-style .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-style .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-style .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-style .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .pt-sm-0 {
      padding-top: 0 !important; }
    .firehawk-crm-style .pt-sm-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-style .pt-sm-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-style .pt-sm-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-style .pt-sm-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-style .pt-sm-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-style .pe-sm-0 {
      padding-right: 0 !important; }
    .firehawk-crm-style .pe-sm-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-style .pe-sm-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-style .pe-sm-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-style .pe-sm-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-style .pe-sm-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-style .pb-sm-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-style .pb-sm-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .pb-sm-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .pb-sm-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .pb-sm-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .pb-sm-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .ps-sm-0 {
      padding-left: 0 !important; }
    .firehawk-crm-style .ps-sm-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .ps-sm-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .ps-sm-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-style .ps-sm-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .ps-sm-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-style .text-sm-start {
      text-align: left !important; }
    .firehawk-crm-style .text-sm-end {
      text-align: right !important; }
    .firehawk-crm-style .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .firehawk-crm-style .float-md-start {
      float: left !important; }
    .firehawk-crm-style .float-md-end {
      float: right !important; }
    .firehawk-crm-style .float-md-none {
      float: none !important; }
    .firehawk-crm-style .d-md-inline {
      display: inline !important; }
    .firehawk-crm-style .d-md-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-md-block {
      display: block !important; }
    .firehawk-crm-style .d-md-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-md-table {
      display: table !important; }
    .firehawk-crm-style .d-md-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-md-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-md-none {
      display: none !important; }
    .firehawk-crm-style .flex-md-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-style .flex-md-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-style .flex-md-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-style .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-style .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-style .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-style .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-style .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-style .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-style .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-style .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-style .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-style .gap-md-0 {
      gap: 0 !important; }
    .firehawk-crm-style .gap-md-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-style .gap-md-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-style .gap-md-3 {
      gap: 1rem !important; }
    .firehawk-crm-style .gap-md-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-style .gap-md-5 {
      gap: 3rem !important; }
    .firehawk-crm-style .justify-content-md-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-style .justify-content-md-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-style .justify-content-md-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-style .justify-content-md-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-style .justify-content-md-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-style .justify-content-md-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-style .align-items-md-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-style .align-items-md-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-style .align-items-md-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-style .align-items-md-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-style .align-items-md-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-style .align-content-md-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-style .align-content-md-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-style .align-content-md-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-style .align-content-md-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-style .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-style .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-style .align-self-md-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-style .align-self-md-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-style .align-self-md-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-style .align-self-md-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-style .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-style .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-style .order-md-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-style .order-md-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-style .order-md-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-style .order-md-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-style .order-md-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-style .order-md-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-style .order-md-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-style .order-md-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-style .m-md-0 {
      margin: 0 !important; }
    .firehawk-crm-style .m-md-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-style .m-md-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-style .m-md-3 {
      margin: 1rem !important; }
    .firehawk-crm-style .m-md-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-style .m-md-5 {
      margin: 3rem !important; }
    .firehawk-crm-style .m-md-auto {
      margin: auto !important; }
    .firehawk-crm-style .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-style .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-style .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-style .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-style .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-style .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-style .mt-md-0 {
      margin-top: 0 !important; }
    .firehawk-crm-style .mt-md-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-style .mt-md-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-style .mt-md-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-style .mt-md-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-style .mt-md-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-style .mt-md-auto {
      margin-top: auto !important; }
    .firehawk-crm-style .me-md-0 {
      margin-right: 0 !important; }
    .firehawk-crm-style .me-md-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-style .me-md-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-style .me-md-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-style .me-md-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-style .me-md-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-style .me-md-auto {
      margin-right: auto !important; }
    .firehawk-crm-style .mb-md-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-style .mb-md-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .mb-md-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .mb-md-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .mb-md-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .mb-md-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .mb-md-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-style .ms-md-0 {
      margin-left: 0 !important; }
    .firehawk-crm-style .ms-md-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .ms-md-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .ms-md-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-style .ms-md-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .ms-md-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-style .ms-md-auto {
      margin-left: auto !important; }
    .firehawk-crm-style .p-md-0 {
      padding: 0 !important; }
    .firehawk-crm-style .p-md-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-style .p-md-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-style .p-md-3 {
      padding: 1rem !important; }
    .firehawk-crm-style .p-md-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-style .p-md-5 {
      padding: 3rem !important; }
    .firehawk-crm-style .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-style .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-style .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-style .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-style .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .pt-md-0 {
      padding-top: 0 !important; }
    .firehawk-crm-style .pt-md-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-style .pt-md-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-style .pt-md-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-style .pt-md-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-style .pt-md-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-style .pe-md-0 {
      padding-right: 0 !important; }
    .firehawk-crm-style .pe-md-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-style .pe-md-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-style .pe-md-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-style .pe-md-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-style .pe-md-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-style .pb-md-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-style .pb-md-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .pb-md-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .pb-md-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .pb-md-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .pb-md-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .ps-md-0 {
      padding-left: 0 !important; }
    .firehawk-crm-style .ps-md-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .ps-md-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .ps-md-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-style .ps-md-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .ps-md-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-style .text-md-start {
      text-align: left !important; }
    .firehawk-crm-style .text-md-end {
      text-align: right !important; }
    .firehawk-crm-style .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .firehawk-crm-style .float-lg-start {
      float: left !important; }
    .firehawk-crm-style .float-lg-end {
      float: right !important; }
    .firehawk-crm-style .float-lg-none {
      float: none !important; }
    .firehawk-crm-style .d-lg-inline {
      display: inline !important; }
    .firehawk-crm-style .d-lg-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-lg-block {
      display: block !important; }
    .firehawk-crm-style .d-lg-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-lg-table {
      display: table !important; }
    .firehawk-crm-style .d-lg-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-lg-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-lg-none {
      display: none !important; }
    .firehawk-crm-style .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-style .flex-lg-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-style .flex-lg-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-style .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-style .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-style .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-style .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-style .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-style .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-style .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-style .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-style .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-style .gap-lg-0 {
      gap: 0 !important; }
    .firehawk-crm-style .gap-lg-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-style .gap-lg-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-style .gap-lg-3 {
      gap: 1rem !important; }
    .firehawk-crm-style .gap-lg-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-style .gap-lg-5 {
      gap: 3rem !important; }
    .firehawk-crm-style .justify-content-lg-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-style .justify-content-lg-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-style .justify-content-lg-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-style .justify-content-lg-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-style .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-style .justify-content-lg-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-style .align-items-lg-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-style .align-items-lg-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-style .align-items-lg-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-style .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-style .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-style .align-content-lg-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-style .align-content-lg-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-style .align-content-lg-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-style .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-style .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-style .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-style .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-style .align-self-lg-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-style .align-self-lg-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-style .align-self-lg-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-style .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-style .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-style .order-lg-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-style .order-lg-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-style .order-lg-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-style .order-lg-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-style .order-lg-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-style .order-lg-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-style .order-lg-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-style .order-lg-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-style .m-lg-0 {
      margin: 0 !important; }
    .firehawk-crm-style .m-lg-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-style .m-lg-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-style .m-lg-3 {
      margin: 1rem !important; }
    .firehawk-crm-style .m-lg-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-style .m-lg-5 {
      margin: 3rem !important; }
    .firehawk-crm-style .m-lg-auto {
      margin: auto !important; }
    .firehawk-crm-style .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-style .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-style .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-style .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-style .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-style .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-style .mt-lg-0 {
      margin-top: 0 !important; }
    .firehawk-crm-style .mt-lg-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-style .mt-lg-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-style .mt-lg-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-style .mt-lg-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-style .mt-lg-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-style .mt-lg-auto {
      margin-top: auto !important; }
    .firehawk-crm-style .me-lg-0 {
      margin-right: 0 !important; }
    .firehawk-crm-style .me-lg-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-style .me-lg-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-style .me-lg-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-style .me-lg-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-style .me-lg-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-style .me-lg-auto {
      margin-right: auto !important; }
    .firehawk-crm-style .mb-lg-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-style .mb-lg-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .mb-lg-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .mb-lg-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .mb-lg-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .mb-lg-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .mb-lg-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-style .ms-lg-0 {
      margin-left: 0 !important; }
    .firehawk-crm-style .ms-lg-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .ms-lg-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .ms-lg-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-style .ms-lg-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .ms-lg-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-style .ms-lg-auto {
      margin-left: auto !important; }
    .firehawk-crm-style .p-lg-0 {
      padding: 0 !important; }
    .firehawk-crm-style .p-lg-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-style .p-lg-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-style .p-lg-3 {
      padding: 1rem !important; }
    .firehawk-crm-style .p-lg-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-style .p-lg-5 {
      padding: 3rem !important; }
    .firehawk-crm-style .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-style .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-style .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-style .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-style .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .pt-lg-0 {
      padding-top: 0 !important; }
    .firehawk-crm-style .pt-lg-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-style .pt-lg-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-style .pt-lg-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-style .pt-lg-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-style .pt-lg-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-style .pe-lg-0 {
      padding-right: 0 !important; }
    .firehawk-crm-style .pe-lg-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-style .pe-lg-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-style .pe-lg-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-style .pe-lg-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-style .pe-lg-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-style .pb-lg-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-style .pb-lg-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .pb-lg-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .pb-lg-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .pb-lg-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .pb-lg-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .ps-lg-0 {
      padding-left: 0 !important; }
    .firehawk-crm-style .ps-lg-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .ps-lg-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .ps-lg-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-style .ps-lg-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .ps-lg-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-style .text-lg-start {
      text-align: left !important; }
    .firehawk-crm-style .text-lg-end {
      text-align: right !important; }
    .firehawk-crm-style .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .float-xl-start {
      float: left !important; }
    .firehawk-crm-style .float-xl-end {
      float: right !important; }
    .firehawk-crm-style .float-xl-none {
      float: none !important; }
    .firehawk-crm-style .d-xl-inline {
      display: inline !important; }
    .firehawk-crm-style .d-xl-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-xl-block {
      display: block !important; }
    .firehawk-crm-style .d-xl-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-xl-table {
      display: table !important; }
    .firehawk-crm-style .d-xl-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-xl-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-xl-none {
      display: none !important; }
    .firehawk-crm-style .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-style .flex-xl-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-style .flex-xl-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-style .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-style .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-style .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-style .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-style .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-style .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-style .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-style .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-style .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-style .gap-xl-0 {
      gap: 0 !important; }
    .firehawk-crm-style .gap-xl-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-style .gap-xl-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-style .gap-xl-3 {
      gap: 1rem !important; }
    .firehawk-crm-style .gap-xl-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-style .gap-xl-5 {
      gap: 3rem !important; }
    .firehawk-crm-style .justify-content-xl-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-style .justify-content-xl-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-style .justify-content-xl-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-style .justify-content-xl-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-style .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-style .justify-content-xl-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-style .align-items-xl-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-style .align-items-xl-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-style .align-items-xl-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-style .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-style .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-style .align-content-xl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-style .align-content-xl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-style .align-content-xl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-style .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-style .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-style .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-style .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-style .align-self-xl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-style .align-self-xl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-style .align-self-xl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-style .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-style .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-style .order-xl-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-style .order-xl-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-style .order-xl-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-style .order-xl-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-style .order-xl-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-style .order-xl-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-style .order-xl-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-style .order-xl-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-style .m-xl-0 {
      margin: 0 !important; }
    .firehawk-crm-style .m-xl-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-style .m-xl-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-style .m-xl-3 {
      margin: 1rem !important; }
    .firehawk-crm-style .m-xl-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-style .m-xl-5 {
      margin: 3rem !important; }
    .firehawk-crm-style .m-xl-auto {
      margin: auto !important; }
    .firehawk-crm-style .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-style .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-style .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-style .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-style .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-style .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-style .mt-xl-0 {
      margin-top: 0 !important; }
    .firehawk-crm-style .mt-xl-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-style .mt-xl-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-style .mt-xl-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-style .mt-xl-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-style .mt-xl-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-style .mt-xl-auto {
      margin-top: auto !important; }
    .firehawk-crm-style .me-xl-0 {
      margin-right: 0 !important; }
    .firehawk-crm-style .me-xl-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-style .me-xl-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-style .me-xl-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-style .me-xl-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-style .me-xl-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-style .me-xl-auto {
      margin-right: auto !important; }
    .firehawk-crm-style .mb-xl-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-style .mb-xl-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .mb-xl-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .mb-xl-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .mb-xl-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .mb-xl-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .mb-xl-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-style .ms-xl-0 {
      margin-left: 0 !important; }
    .firehawk-crm-style .ms-xl-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .ms-xl-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .ms-xl-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-style .ms-xl-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .ms-xl-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-style .ms-xl-auto {
      margin-left: auto !important; }
    .firehawk-crm-style .p-xl-0 {
      padding: 0 !important; }
    .firehawk-crm-style .p-xl-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-style .p-xl-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-style .p-xl-3 {
      padding: 1rem !important; }
    .firehawk-crm-style .p-xl-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-style .p-xl-5 {
      padding: 3rem !important; }
    .firehawk-crm-style .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-style .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-style .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-style .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-style .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .pt-xl-0 {
      padding-top: 0 !important; }
    .firehawk-crm-style .pt-xl-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-style .pt-xl-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-style .pt-xl-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-style .pt-xl-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-style .pt-xl-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-style .pe-xl-0 {
      padding-right: 0 !important; }
    .firehawk-crm-style .pe-xl-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-style .pe-xl-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-style .pe-xl-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-style .pe-xl-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-style .pe-xl-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-style .pb-xl-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-style .pb-xl-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .pb-xl-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .pb-xl-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .pb-xl-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .pb-xl-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .ps-xl-0 {
      padding-left: 0 !important; }
    .firehawk-crm-style .ps-xl-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .ps-xl-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .ps-xl-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-style .ps-xl-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .ps-xl-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-style .text-xl-start {
      text-align: left !important; }
    .firehawk-crm-style .text-xl-end {
      text-align: right !important; }
    .firehawk-crm-style .text-xl-center {
      text-align: center !important; } }
  @media (min-width: 1400px) {
    .firehawk-crm-style .float-xxl-start {
      float: left !important; }
    .firehawk-crm-style .float-xxl-end {
      float: right !important; }
    .firehawk-crm-style .float-xxl-none {
      float: none !important; }
    .firehawk-crm-style .d-xxl-inline {
      display: inline !important; }
    .firehawk-crm-style .d-xxl-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-xxl-block {
      display: block !important; }
    .firehawk-crm-style .d-xxl-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-xxl-table {
      display: table !important; }
    .firehawk-crm-style .d-xxl-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-xxl-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-xxl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-xxl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-xxl-none {
      display: none !important; }
    .firehawk-crm-style .flex-xxl-fill {
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
    .firehawk-crm-style .flex-xxl-row {
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
    .firehawk-crm-style .flex-xxl-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
    .firehawk-crm-style .flex-xxl-row-reverse {
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
    .firehawk-crm-style .flex-xxl-column-reverse {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
    .firehawk-crm-style .flex-xxl-grow-0 {
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
    .firehawk-crm-style .flex-xxl-grow-1 {
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
    .firehawk-crm-style .flex-xxl-shrink-0 {
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }
    .firehawk-crm-style .flex-xxl-shrink-1 {
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }
    .firehawk-crm-style .flex-xxl-wrap {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .firehawk-crm-style .flex-xxl-nowrap {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }
    .firehawk-crm-style .flex-xxl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }
    .firehawk-crm-style .gap-xxl-0 {
      gap: 0 !important; }
    .firehawk-crm-style .gap-xxl-1 {
      gap: 0.25rem !important; }
    .firehawk-crm-style .gap-xxl-2 {
      gap: 0.5rem !important; }
    .firehawk-crm-style .gap-xxl-3 {
      gap: 1rem !important; }
    .firehawk-crm-style .gap-xxl-4 {
      gap: 1.5rem !important; }
    .firehawk-crm-style .gap-xxl-5 {
      gap: 3rem !important; }
    .firehawk-crm-style .justify-content-xxl-start {
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
    .firehawk-crm-style .justify-content-xxl-end {
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
    .firehawk-crm-style .justify-content-xxl-center {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
    .firehawk-crm-style .justify-content-xxl-between {
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
    .firehawk-crm-style .justify-content-xxl-around {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .firehawk-crm-style .justify-content-xxl-evenly {
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }
    .firehawk-crm-style .align-items-xxl-start {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
    .firehawk-crm-style .align-items-xxl-end {
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
    .firehawk-crm-style .align-items-xxl-center {
      -ms-flex-align: center !important;
          align-items: center !important; }
    .firehawk-crm-style .align-items-xxl-baseline {
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
    .firehawk-crm-style .align-items-xxl-stretch {
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
    .firehawk-crm-style .align-content-xxl-start {
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }
    .firehawk-crm-style .align-content-xxl-end {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }
    .firehawk-crm-style .align-content-xxl-center {
      -ms-flex-line-pack: center !important;
          align-content: center !important; }
    .firehawk-crm-style .align-content-xxl-between {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }
    .firehawk-crm-style .align-content-xxl-around {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }
    .firehawk-crm-style .align-content-xxl-stretch {
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }
    .firehawk-crm-style .align-self-xxl-auto {
      -ms-flex-item-align: auto !important;
          -ms-grid-row-align: auto !important;
          align-self: auto !important; }
    .firehawk-crm-style .align-self-xxl-start {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }
    .firehawk-crm-style .align-self-xxl-end {
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }
    .firehawk-crm-style .align-self-xxl-center {
      -ms-flex-item-align: center !important;
          -ms-grid-row-align: center !important;
          align-self: center !important; }
    .firehawk-crm-style .align-self-xxl-baseline {
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }
    .firehawk-crm-style .align-self-xxl-stretch {
      -ms-flex-item-align: stretch !important;
          -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }
    .firehawk-crm-style .order-xxl-first {
      -ms-flex-order: -1 !important;
          order: -1 !important; }
    .firehawk-crm-style .order-xxl-0 {
      -ms-flex-order: 0 !important;
          order: 0 !important; }
    .firehawk-crm-style .order-xxl-1 {
      -ms-flex-order: 1 !important;
          order: 1 !important; }
    .firehawk-crm-style .order-xxl-2 {
      -ms-flex-order: 2 !important;
          order: 2 !important; }
    .firehawk-crm-style .order-xxl-3 {
      -ms-flex-order: 3 !important;
          order: 3 !important; }
    .firehawk-crm-style .order-xxl-4 {
      -ms-flex-order: 4 !important;
          order: 4 !important; }
    .firehawk-crm-style .order-xxl-5 {
      -ms-flex-order: 5 !important;
          order: 5 !important; }
    .firehawk-crm-style .order-xxl-last {
      -ms-flex-order: 6 !important;
          order: 6 !important; }
    .firehawk-crm-style .m-xxl-0 {
      margin: 0 !important; }
    .firehawk-crm-style .m-xxl-1 {
      margin: 0.25rem !important; }
    .firehawk-crm-style .m-xxl-2 {
      margin: 0.5rem !important; }
    .firehawk-crm-style .m-xxl-3 {
      margin: 1rem !important; }
    .firehawk-crm-style .m-xxl-4 {
      margin: 1.5rem !important; }
    .firehawk-crm-style .m-xxl-5 {
      margin: 3rem !important; }
    .firehawk-crm-style .m-xxl-auto {
      margin: auto !important; }
    .firehawk-crm-style .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .firehawk-crm-style .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    .firehawk-crm-style .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    .firehawk-crm-style .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .firehawk-crm-style .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .firehawk-crm-style .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    .firehawk-crm-style .mt-xxl-0 {
      margin-top: 0 !important; }
    .firehawk-crm-style .mt-xxl-1 {
      margin-top: 0.25rem !important; }
    .firehawk-crm-style .mt-xxl-2 {
      margin-top: 0.5rem !important; }
    .firehawk-crm-style .mt-xxl-3 {
      margin-top: 1rem !important; }
    .firehawk-crm-style .mt-xxl-4 {
      margin-top: 1.5rem !important; }
    .firehawk-crm-style .mt-xxl-5 {
      margin-top: 3rem !important; }
    .firehawk-crm-style .mt-xxl-auto {
      margin-top: auto !important; }
    .firehawk-crm-style .me-xxl-0 {
      margin-right: 0 !important; }
    .firehawk-crm-style .me-xxl-1 {
      margin-right: 0.25rem !important; }
    .firehawk-crm-style .me-xxl-2 {
      margin-right: 0.5rem !important; }
    .firehawk-crm-style .me-xxl-3 {
      margin-right: 1rem !important; }
    .firehawk-crm-style .me-xxl-4 {
      margin-right: 1.5rem !important; }
    .firehawk-crm-style .me-xxl-5 {
      margin-right: 3rem !important; }
    .firehawk-crm-style .me-xxl-auto {
      margin-right: auto !important; }
    .firehawk-crm-style .mb-xxl-0 {
      margin-bottom: 0 !important; }
    .firehawk-crm-style .mb-xxl-1 {
      margin-bottom: 0.25rem !important; }
    .firehawk-crm-style .mb-xxl-2 {
      margin-bottom: 0.5rem !important; }
    .firehawk-crm-style .mb-xxl-3 {
      margin-bottom: 1rem !important; }
    .firehawk-crm-style .mb-xxl-4 {
      margin-bottom: 1.5rem !important; }
    .firehawk-crm-style .mb-xxl-5 {
      margin-bottom: 3rem !important; }
    .firehawk-crm-style .mb-xxl-auto {
      margin-bottom: auto !important; }
    .firehawk-crm-style .ms-xxl-0 {
      margin-left: 0 !important; }
    .firehawk-crm-style .ms-xxl-1 {
      margin-left: 0.25rem !important; }
    .firehawk-crm-style .ms-xxl-2 {
      margin-left: 0.5rem !important; }
    .firehawk-crm-style .ms-xxl-3 {
      margin-left: 1rem !important; }
    .firehawk-crm-style .ms-xxl-4 {
      margin-left: 1.5rem !important; }
    .firehawk-crm-style .ms-xxl-5 {
      margin-left: 3rem !important; }
    .firehawk-crm-style .ms-xxl-auto {
      margin-left: auto !important; }
    .firehawk-crm-style .p-xxl-0 {
      padding: 0 !important; }
    .firehawk-crm-style .p-xxl-1 {
      padding: 0.25rem !important; }
    .firehawk-crm-style .p-xxl-2 {
      padding: 0.5rem !important; }
    .firehawk-crm-style .p-xxl-3 {
      padding: 1rem !important; }
    .firehawk-crm-style .p-xxl-4 {
      padding: 1.5rem !important; }
    .firehawk-crm-style .p-xxl-5 {
      padding: 3rem !important; }
    .firehawk-crm-style .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .firehawk-crm-style .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    .firehawk-crm-style .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    .firehawk-crm-style .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .firehawk-crm-style .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .pt-xxl-0 {
      padding-top: 0 !important; }
    .firehawk-crm-style .pt-xxl-1 {
      padding-top: 0.25rem !important; }
    .firehawk-crm-style .pt-xxl-2 {
      padding-top: 0.5rem !important; }
    .firehawk-crm-style .pt-xxl-3 {
      padding-top: 1rem !important; }
    .firehawk-crm-style .pt-xxl-4 {
      padding-top: 1.5rem !important; }
    .firehawk-crm-style .pt-xxl-5 {
      padding-top: 3rem !important; }
    .firehawk-crm-style .pe-xxl-0 {
      padding-right: 0 !important; }
    .firehawk-crm-style .pe-xxl-1 {
      padding-right: 0.25rem !important; }
    .firehawk-crm-style .pe-xxl-2 {
      padding-right: 0.5rem !important; }
    .firehawk-crm-style .pe-xxl-3 {
      padding-right: 1rem !important; }
    .firehawk-crm-style .pe-xxl-4 {
      padding-right: 1.5rem !important; }
    .firehawk-crm-style .pe-xxl-5 {
      padding-right: 3rem !important; }
    .firehawk-crm-style .pb-xxl-0 {
      padding-bottom: 0 !important; }
    .firehawk-crm-style .pb-xxl-1 {
      padding-bottom: 0.25rem !important; }
    .firehawk-crm-style .pb-xxl-2 {
      padding-bottom: 0.5rem !important; }
    .firehawk-crm-style .pb-xxl-3 {
      padding-bottom: 1rem !important; }
    .firehawk-crm-style .pb-xxl-4 {
      padding-bottom: 1.5rem !important; }
    .firehawk-crm-style .pb-xxl-5 {
      padding-bottom: 3rem !important; }
    .firehawk-crm-style .ps-xxl-0 {
      padding-left: 0 !important; }
    .firehawk-crm-style .ps-xxl-1 {
      padding-left: 0.25rem !important; }
    .firehawk-crm-style .ps-xxl-2 {
      padding-left: 0.5rem !important; }
    .firehawk-crm-style .ps-xxl-3 {
      padding-left: 1rem !important; }
    .firehawk-crm-style .ps-xxl-4 {
      padding-left: 1.5rem !important; }
    .firehawk-crm-style .ps-xxl-5 {
      padding-left: 3rem !important; }
    .firehawk-crm-style .text-xxl-start {
      text-align: left !important; }
    .firehawk-crm-style .text-xxl-end {
      text-align: right !important; }
    .firehawk-crm-style .text-xxl-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .firehawk-crm-style .fs-1 {
      font-size: 2.5rem !important; }
    .firehawk-crm-style .fs-2 {
      font-size: 2rem !important; }
    .firehawk-crm-style .fs-3 {
      font-size: 1.75rem !important; }
    .firehawk-crm-style .fs-4 {
      font-size: 1.5rem !important; } }
  @media print {
    .firehawk-crm-style .d-print-inline {
      display: inline !important; }
    .firehawk-crm-style .d-print-inline-block {
      display: inline-block !important; }
    .firehawk-crm-style .d-print-block {
      display: block !important; }
    .firehawk-crm-style .d-print-grid {
      display: -ms-grid !important;
      display: grid !important; }
    .firehawk-crm-style .d-print-table {
      display: table !important; }
    .firehawk-crm-style .d-print-table-row {
      display: table-row !important; }
    .firehawk-crm-style .d-print-table-cell {
      display: table-cell !important; }
    .firehawk-crm-style .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .firehawk-crm-style .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
    .firehawk-crm-style .d-print-none {
      display: none !important; } }
  .firehawk-crm-style .bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem; }
    .firehawk-crm-style .bd-callout.bd-callout-danger {
      border-left-color: #d9534f; }
    .firehawk-crm-style .bd-callout.bd-callout-info {
      border-left-color: #5ba8de; }
    .firehawk-crm-style .bd-callout.bd-callout-md {
      padding: 1rem 1.25rem; }
    .firehawk-crm-style .bd-callout p:last-child {
      margin-bottom: 0; }
  .firehawk-crm-style .form-select:invalid {
    color: gray; }
  .firehawk-crm-style .btn:focus,
  .btn-check:focus + .firehawk-crm-style .btn {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .firehawk-crm-style .text-danger {
    color: #dc3545 !important; }
  .firehawk-crm-style .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
    .firehawk-crm-style .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    .btn-check:focus + .firehawk-crm-style .btn-outline-dark, .firehawk-crm-style .btn-outline-dark:focus {
      box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
    .btn-check:checked + .firehawk-crm-style .btn-outline-dark,
    .btn-check:active + .firehawk-crm-style .btn-outline-dark, .firehawk-crm-style .btn-outline-dark:active, .firehawk-crm-style .btn-outline-dark.active, .firehawk-crm-style .btn-outline-dark.dropdown-toggle.show {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
      .btn-check:checked + .firehawk-crm-style .btn-outline-dark:focus,
      .btn-check:active + .firehawk-crm-style .btn-outline-dark:focus, .firehawk-crm-style .btn-outline-dark:active:focus, .firehawk-crm-style .btn-outline-dark.active:focus, .firehawk-crm-style .btn-outline-dark.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
    .firehawk-crm-style .btn-outline-dark:disabled, .firehawk-crm-style .btn-outline-dark.disabled {
      color: #343a40;
      background-color: transparent; }

.firehawk-crm-theme {
  --fh-font-size: 16px;
  --fh-primary-color: #0d6efd; }

:root {
  --fcrm-primary-button: #0d6efd;
  --fcrm-primary-button-text: #ffffff;
  --fcrm-primary-button-hover: #0b5ed7;
  --fcrm-primary-button-hover-text: #ffffff;
  --fcrm-focus-shadow-color: rgba(13, 110, 253, 0.25);
  --fcrm-focus-border-color: #86b7fe; }

.firehawk-crm-style .btn-primary {
  color: var(--fcrm-primary-button-text);
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }
  .firehawk-crm-style .btn-primary:focus, .firehawk-crm-style .btn-primary:hover {
    color: var(--fcrm-primary-button-hover-text);
    background-color: var(--fcrm-primary-button-hover);
    border-color: var(--fcrm-primary-button-hover); }
  .firehawk-crm-style .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-style .btn-link {
  color: var(--fcrm-primary-button); }

.firehawk-crm-style .btn-outline-primary {
  color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }
  .firehawk-crm-style .btn-outline-primary:focus, .firehawk-crm-style .btn-outline-primary:hover {
    color: var(--fcrm-primary-button-text);
    background-color: var(--fcrm-primary-button);
    border-color: var(--fcrm-primary-button); }
  .firehawk-crm-style .btn-outline-primary:not(:disabled):not(.disabled).active, .firehawk-crm-style .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: var(--fcrm-primary-button-text);
    background-color: var(--fcrm-primary-button);
    border-color: var(--fcrm-primary-button); }
  .firehawk-crm-style .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-style .btn-check:active + .btn-outline-primary,
.firehawk-crm-style .btn-check:checked + .btn-outline-primary,
.firehawk-crm-style .btn-outline-primary.active,
.firehawk-crm-style .btn-outline-primary.dropdown-toggle.show,
.firehawk-crm-style .btn-outline-primary:active {
  color: var(--fcrm-primary-button-text);
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }

.firehawk-crm-style .form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color);
  border-color: var(--fcrm-focus-border-color); }

.firehawk-crm-style .form-check-input:focus {
  border-color: --fcrm-focus-border-color;
  box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }

.firehawk-crm-style .form-check-input:checked {
  background-color: var(--fcrm-primary-button);
  border-color: var(--fcrm-primary-button); }

.firehawk-crm-style a {
  color: var(--fcrm-primary-button); }

.firehawk-crm-style .bg-primary {
  background-color: var(--fcrm-primary-button) !important; }

.firehawk-crm-style .badge-primary {
  color: var(--fcrm-primary-button-text);
  background-color: var(--fcrm-primary-button); }

.firehawk-crm-style .badge-primary-rev {
  color: var(--fcrm-primary-button);
  background-color: #edeff2; }

.dropzone,
.dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em; }

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa; }

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green; }

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none; }

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px; }

@keyframes fhlistingsspinner {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.firehawk-crm-data-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -15px; }
  .firehawk-crm-data-gallery .gallery-item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 15px;
    max-width: 50%;
    width: 100%; }
    .firehawk-crm-data-gallery .gallery-item .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0;
      height: 100%;
      border-radius: 8px;
      position: relative;
      background-color: #eeeeee; }
      .firehawk-crm-data-gallery .gallery-item .inner a {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 8px;
        overflow: hidden;
        outline: none; }
        .firehawk-crm-data-gallery .gallery-item .inner a:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
    .firehawk-crm-data-gallery .gallery-item .upload-btn {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 44px;
      color: #babebf;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .firehawk-crm-data-gallery .gallery-item .upload-btn:focus, .firehawk-crm-data-gallery .gallery-item .upload-btn:hover {
        color: #a4a8a9;
        box-shadow: 0 0 0 0.25rem rgba(237, 240, 243, 0.5); }
    .firehawk-crm-data-gallery .gallery-item .remove-file-btn {
      position: absolute;
      top: -10px;
      right: 0;
      height: 30px;
      width: 30px;
      overflow: hidden;
      line-height: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      z-index: 2; }
    .firehawk-crm-data-gallery .gallery-item .loading-overlay {
      position: absolute;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.8);
      color: #000;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 36px; }
      .firehawk-crm-data-gallery .gallery-item .loading-overlay .fa-spin {
        animation-duration: 0.75s; }
    .firehawk-crm-data-gallery .gallery-item.deleting,
    .firehawk-crm-data-gallery .gallery-item.deleting a {
      pointer-events: none !important; }

@media (min-width: 500px) {
  .firehawk-crm-data-gallery .gallery-item {
    max-width: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2); } }

@media (min-width: 600px) {
  .firehawk-crm-data-gallery .gallery-item {
    max-width: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4); } }

@media (min-width: 1024px) {
  .firehawk-crm-data-gallery .gallery-item {
    max-width: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
        flex-basis: calc(100% / 5); } }

body.admin-bar .lg-backdrop + .lg-outer {
  top: 32px; }
  body.admin-bar .lg-backdrop + .lg-outer > .lg {
    height: calc(100vh - 32px) !important; }

.lg-sub-html h4, .lg-sub-html .firehawk-crm-style .h4, .firehawk-crm-style .lg-sub-html .h4,
.lg-sub-html h5,
.lg-sub-html .firehawk-crm-style .h5,
.firehawk-crm-style .lg-sub-html .h5 {
  color: #eee;
  text-transform: uppercase; }

.fcrms-spinner.primary {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px; }
  .fcrms-spinner.primary:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    border-radius: 500rem;
    border: 0.2em solid #c5c5c5; }
  .fcrms-spinner.primary:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    animation: fhlistingsspinner 0.6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #54595f transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.lg {
    display: inline-block;
    position: relative;
    height: 34px;
    width: 34px; }
    .fcrms-spinner.primary.lg:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.lg:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.xl {
    display: inline-block;
    position: relative;
    height: 44px;
    width: 44px; }
    .fcrms-spinner.primary.xl:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.xl:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }

.firehawk-data-social-menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 0.8;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  transition: opacity 0.15s linear, transform 0.15s linear; }
  .firehawk-data-social-menu button:focus, .firehawk-data-social-menu button:hover {
    opacity: 1;
    -ms-transform: translateY(-4px);
        transform: translateY(-4px); }

.fcrm-pagination {
  line-height: 1.6;
  font-size: 16px;
  box-sizing: initial;
  text-align: right; }
  .fcrm-pagination:after {
    display: table;
    content: " ";
    clear: both; }
  .fcrm-pagination .fcrm-pagination-pages ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    margin: 0;
    padding: 0; }
  .fcrm-pagination .fcrm-pagination-pages li {
    border: 1px solid #d4d4d4;
    border-right: none;
    list-style: none;
    background-color: #fff;
    box-shadow: none;
    padding: 0; }
    .fcrm-pagination .fcrm-pagination-pages li > a {
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      background: #fff;
      font-size: 16px;
      color: #333;
      text-decoration: none;
      text-align: center; }
      .fcrm-pagination .fcrm-pagination-pages li > a:hover {
        background: #eee; }
    .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next > a, .fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-previous > a {
      padding: 0 10px; }
    .fcrm-pagination .fcrm-pagination-pages li.active > a {
      height: 40px;
      line-height: 40px;
      background: #aaa;
      color: #fff; }
    .fcrm-pagination .fcrm-pagination-pages li.disabled > a {
      opacity: 0.3; }
      .fcrm-pagination .fcrm-pagination-pages li.disabled > a:hover {
        background: none; }
    .fcrm-pagination .fcrm-pagination-pages li:first-child {
      border-radius: 3px 0 0 3px; }
      .fcrm-pagination .fcrm-pagination-pages li:first-child > a {
        border-radius: 3px 0 0 3px; }
    .fcrm-pagination .fcrm-pagination-pages li:last-child {
      border-right: 1px solid #d4d4d4;
      border-radius: 0 3px 3px 0; }
      .fcrm-pagination .fcrm-pagination-pages li:last-child > a {
        border-radius: 0 3px 3px 0; }
  .fcrm-pagination .fcrm-pagination-nav {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px; }
  .fcrm-pagination.fcrm-pagination-small {
    font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li > a {
      min-width: 26px;
      height: 24px;
      line-height: 24px;
      font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-pages li.active > a {
      height: 26px;
      line-height: 26px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input {
      font-size: 12px; }
      .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-input > input[type="text"] {
        width: 26px;
        height: 24px;
        font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button {
      font-size: 12px; }
      .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-go-button > input[type="button"] {
        min-width: 30px;
        height: 26px;
        line-height: 24px;
        padding: 0 6px;
        font-size: 12px; }
    .fcrm-pagination.fcrm-pagination-small .fcrm-pagination-nav {
      height: 26px;
      line-height: 26px;
      font-size: 12px; }
  .fcrm-pagination.fcrm-pagination-big {
    font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
      min-width: 36px;
      height: 34px;
      line-height: 34px;
      font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li.active > a {
      height: 36px;
      line-height: 36px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input {
      font-size: 16px; }
      .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type="text"] {
        width: 36px;
        height: 34px;
        font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button {
      font-size: 16px; }
      .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-button > input[type="button"] {
        min-width: 50px;
        height: 36px;
        line-height: 34px;
        padding: 0 12px;
        font-size: 16px; }
    .fcrm-pagination.fcrm-pagination-big .fcrm-pagination-nav {
      height: 36px;
      line-height: 36px;
      font-size: 16px; }

/* Hacks for IE 6~9 */
.fcrm-pagination .fcrm-pagination-pages li.fcrm-pagination-next {
  *border-right: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4; }

.fcrm-pagination .fcrm-pagination-go-input {
  *margin-left: 5px;
  margin-left: 5px; }
  .fcrm-pagination .fcrm-pagination-go-input > input[type="text"] {
    *line-height: 28px;
    line-height: 28px;
    *vertical-align: middle;
    vertical-align: middle; }

.fcrm-pagination .fcrm-pagination-go-button {
  *margin-left: 5px;
  margin-left: 5px\0; }
  .fcrm-pagination .fcrm-pagination-go-button > input[type="button"] {
    *vertical-align: middle;
    vertical-align: middle; }

.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-pages li > a {
  line-height: 36px\0; }

.fcrm-pagination.fcrm-pagination-big .fcrm-pagination-go-input > input[type="text"] {
  *height: 35px;
  height: 36px;
  *line-height: 36px;
  line-height: 36px; }

.fcrm-filters {
  margin-bottom: 12px; }
  .fcrm-filters .title-label {
    margin-bottom: 5px; }
  .fcrm-filters .fstElement {
    border-radius: 4px;
    font-size: 12px;
    width: 100%; }
    .fcrm-filters .fstElement.fstResultsOpened {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .fcrm-filters .fstElement .fstControls {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-right: 45px; }
      .fcrm-filters .fstElement .fstControls:after {
        content: "\f107";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 30px;
        position: absolute;
        right: 15px; }
    .fcrm-filters .fstElement.fstActive .fstControls:after, .fcrm-filters .fstElement.fstResultsOpened .fstControls:after {
      content: "\f106"; }
  .fcrm-filters .fstMultipleMode .fstControls {
    width: 100%; }
  .fcrm-filters .fstGroup {
    border-bottom: 1px solid #ededed;
    padding-top: 0.5em; }
    .fcrm-filters .fstGroup .fstGroupTitle {
      font-size: 1.4em;
      margin: 0;
      padding: 0.5em 0.71429em;
      font-weight: bold; }

.firehawk-crm-style.entity-list-wrapper .entity-list {
  position: relative; }
  .firehawk-crm-style.entity-list-wrapper .entity-list .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 45px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7); }
    .firehawk-crm-style.entity-list-wrapper .entity-list .loading-overlay .fa-spin {
      animation-duration: 0.75s; }
  .firehawk-crm-style.entity-list-wrapper .entity-list.loading {
    min-height: 260px; }

.fcrm-entity-grid .grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .fcrm-entity-grid .grid-items .grid-item {
    padding: 0 10px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex; }
    .fcrm-entity-grid .grid-items .grid-item .item-view {
      -ms-flex: 1;
          flex: 1;
      width: 100%;
      overflow: hidden;
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: 6px; }
      .fcrm-entity-grid .grid-items .grid-item .item-view.linked {
        cursor: pointer; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-title h4, .fcrm-entity-grid .grid-items .grid-item .item-view .item-title .firehawk-crm-style .h4, .firehawk-crm-style .fcrm-entity-grid .grid-items .grid-item .item-view .item-title .h4,
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-title h5,
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-title .firehawk-crm-style .h5,
      .firehawk-crm-style .fcrm-entity-grid .grid-items .grid-item .item-view .item-title .h5 {
        margin-bottom: 0; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-content {
        padding: 15px; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-content .item-subtitle {
          font-size: 1rem;
          font-weight: 500;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: baseline;
              align-items: baseline; }
          .fcrm-entity-grid .grid-items .grid-item .item-view .item-content .item-subtitle > * + *:before {
            content: "|";
            display: inline-block;
            padding: 0 7px;
            opacity: 0.4; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-description {
        font-size: 0.9em;
        line-height: 1.4em; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-image {
        display: -ms-flexbox;
        display: flex;
        height: 220px;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
        overflow: hidden;
        border-bottom: 1px solid #dee2e6;
        background-color: #ffffff;
        position: relative;
        background-color: #ffffff;
        opacity: 1;
        cursor: pointer; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-image .display-image {
          background-size: cover;
          background-position: center;
          -ms-flex: 1;
              flex: 1;
          z-index: 1; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-image .placeholder-image {
          -ms-flex: 1;
              flex: 1;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          font-size: 50px;
          color: #e6e6e6; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-image.ad-banner-image {
          height: auto; }
          .fcrm-entity-grid .grid-items .grid-item .item-view .item-image.ad-banner-image.loading {
            height: 220px; }
          .fcrm-entity-grid .grid-items .grid-item .item-view .item-image.ad-banner-image .display-image {
            width: 100%;
            height: auto; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-tags {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: -8px; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-tags .item-tag {
          border: 1px solid #c3cad1;
          border-radius: 4px;
          padding: 4px 6px;
          line-height: normal;
          color: #6c757d;
          font-weight: normal;
          margin-right: 8px;
          margin-bottom: 8px; }
          .fcrm-entity-grid .grid-items .grid-item .item-view .item-tags .item-tag .fa-check-circle {
            color: #28a745; }
          .fcrm-entity-grid .grid-items .grid-item .item-view .item-tags .item-tag.accepted {
            color: #8d959d;
            border-color: #eaedf1; }
      .fcrm-entity-grid .grid-items .grid-item .item-view .item-location {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
            align-items: baseline; }
        .fcrm-entity-grid .grid-items .grid-item .item-view .item-location .fa-map-marker-alt {
          margin-right: 5px;
          position: relative;
          top: 1px; }
    .fcrm-entity-grid .grid-items .grid-item.grid-item-style-news .item-view {
      border: 1px solid #dee2e6;
      border-radius: 0; }
      .fcrm-entity-grid .grid-items .grid-item.grid-item-style-news .item-view .item-content {
        background-color: #dee2e6;
        text-align: center; }
      .fcrm-entity-grid .grid-items .grid-item.grid-item-style-news .item-view .news-timestamp {
        margin-bottom: 4px;
        font-size: 95%; }
      .fcrm-entity-grid .grid-items .grid-item.grid-item-style-news .item-view .read-more {
        color: var(--fcrm-primary-button);
        text-decoration: underline;
        margin-top: 10px; }

.firehawk-crm-style .firehawk-crm-events-list {
  position: relative; }
  .firehawk-crm-style .firehawk-crm-events-list .grid-items {
    margin: 0; }
    .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item {
      padding: 0;
      margin-bottom: 0; }
      .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view {
        border: none;
        border-bottom: 1px solid #dee2e6;
        border-radius: 0;
        cursor: pointer; }
        .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view .item-content {
          padding-left: 0;
          padding-right: 0; }
        .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view .actions-col {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding-top: 15px;
          padding-bottom: 15px; }
          .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view .actions-col .btn + .btn {
            margin-left: 10px; }
          @media (max-width: 575px) {
            .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view .actions-col {
              padding-top: 0; } }
          .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view .actions-col:empty {
            padding: 0 !important; }
        .firehawk-crm-style .firehawk-crm-events-list .grid-items .grid-item .item-view.matched {
          z-index: 2;
          padding-left: 10px;
          padding-right: 10px;
          margin-left: -10px;
          margin-right: -10px;
          border: none;
          border-top: 2px solid #1cc142;
          border-bottom: 2px solid #1cc142;
          border-color: #0fd63d;
          margin-top: -1px; }
  .firehawk-crm-style .firehawk-crm-events-list .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 45px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.7); }
    .firehawk-crm-style .firehawk-crm-events-list .loading-overlay .fa-spin {
      animation-duration: 0.75s; }
  .firehawk-crm-style .firehawk-crm-events-list.loading {
    min-height: 260px; }

.firehawk-crm-style .fcrm-search-bar {
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 30px;
  position: relative; }
  .firehawk-crm-style .fcrm-search-bar .searchbar-input {
    position: relative;
    width: 100%; }
  .firehawk-crm-style .fcrm-search-bar input {
    background: #fafafa !important;
    -webkit-appearance: none;
    border: 1px solid #eaeaea;
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .firehawk-crm-style .fcrm-search-bar .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .firehawk-crm-style .fcrm-search-bar .search-btn {
    height: calc(1.5em + 1rem + 2px); }
  .firehawk-crm-style .fcrm-search-bar .reset-btn {
    position: absolute;
    height: 45px;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    right: 0;
    top: 0;
    color: #636363;
    border-radius: 0 !important; }
    .firehawk-crm-style .fcrm-search-bar .reset-btn i {
      top: 1px;
      position: relative; }
  .firehawk-crm-style .fcrm-search-bar input:not(:placeholder-shown) + .reset-btn {
    display: -ms-flexbox;
    display: flex; }

.firehawk-crm-style.firehawk-crm-data-article-grid .fcrm-entity-grid .grid-items .grid-item .item-view .item-image {
  width: 100%;
  height: 0;
  padding-top: 100%; }
  .firehawk-crm-style.firehawk-crm-data-article-grid .fcrm-entity-grid .grid-items .grid-item .item-view .item-image .display-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.event-details-modal .item-label {
  font-weight: 500; }

.event-details-modal .item-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: -8px; }
  .event-details-modal .item-tags .item-tag {
    border: 1px solid #c3cad1;
    border-radius: 4px;
    padding: 4px 6px;
    line-height: normal;
    color: #6c757d;
    font-weight: normal;
    margin-right: 8px;
    margin-bottom: 8px; }
    .event-details-modal .item-tags .item-tag .fa-check-circle {
      color: #28a745; }
    .event-details-modal .item-tags .item-tag.accepted {
      color: #8d959d;
      border-color: #eaedf1; }

.event-details-modal .item-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .event-details-modal .item-location .fa-map-marker-alt {
    margin-right: 5px;
    position: relative;
    top: 1px; }

.event-details-modal .item-description {
  border-radius: 8px;
  background-color: #f4f6f7;
  padding: 8px 10px; }

.event-details-modal .services .service {
  border: 1px solid #c3cad1;
  border-radius: 8px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 14px; }
  .event-details-modal .services .service.accepted .service-header .fa-check-circle {
    color: #28a745; }
  .event-details-modal .services .service.accepted .quote-info {
    padding: 12px; }
    .event-details-modal .services .service.accepted .quote-info p:last-child {
      margin-bottom: 0 !important; }
  .event-details-modal .services .service .service-header {
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .event-details-modal .services .service .service-header .name {
      margin-right: auto; }
    .event-details-modal .services .service .service-header .pending-flag {
      color: #6c757d !important; }
    .event-details-modal .services .service .service-header .btn-outline-dark.disabled {
      border-color: #efefef;
      opacity: 1;
      color: #666; }

.event-details-modal .services .quotes {
  border-top: 1px solid #c3cad1; }
  .event-details-modal .services .quotes:empty {
    display: none; }
  .event-details-modal .services .quotes .quote {
    border-bottom: 1px solid #c3cad1;
    padding: 0 12px 12px; }
    .event-details-modal .services .quotes .quote .quote-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 12px;
      padding-bottom: 8px; }
      .event-details-modal .services .quotes .quote .quote-header .btn-sm, .event-details-modal .services .quotes .quote .quote-header .firehawk-crm-style .btn-group-sm > .btn, .firehawk-crm-style .event-details-modal .services .quotes .quote .quote-header .btn-group-sm > .btn {
        padding: 0.38rem 0.5rem;
        line-height: normal;
        height: auto; }
    .event-details-modal .services .quotes .quote .actions {
      margin-left: auto;
      margin-top: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .event-details-modal .services .quotes .quote .actions .accept-btn {
        border-color: #c3cad1; }
        .event-details-modal .services .quotes .quote .actions .accept-btn .fa-check-circle {
          color: #28a745;
          transition: color 0.15s ease-in-out; }
        .event-details-modal .services .quotes .quote .actions .accept-btn:hover {
          background-color: #28a745;
          border-color: #28a745;
          color: #fff; }
          .event-details-modal .services .quotes .quote .actions .accept-btn:hover .fa-check-circle {
            color: #fff; }
      .event-details-modal .services .quotes .quote .actions .reject-btn {
        border-color: #c3cad1; }
        .event-details-modal .services .quotes .quote .actions .reject-btn .fa-times-circle {
          color: #dc3545;
          transition: color 0.15s ease-in-out; }
        .event-details-modal .services .quotes .quote .actions .reject-btn:hover {
          background-color: #dc3545;
          border-color: #dc3545;
          color: #fff; }
          .event-details-modal .services .quotes .quote .actions .reject-btn:hover .fa-times-circle {
            color: #fff; }
    .event-details-modal .services .quotes .quote .quote-message {
      border-radius: 8px;
      background-color: #f4f6f7;
      padding: 8px 10px; }
    .event-details-modal .services .quotes .quote .quote-files {
      margin-top: 10px; }
      .event-details-modal .services .quotes .quote .quote-files .file {
        padding: 8px 7px;
        border: 1px solid #d2d2d2;
        border-radius: 6px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .event-details-modal .services .quotes .quote .quote-files .file a {
          width: 38px;
          padding: 4px 5px;
          height: auto;
          text-align: center;
          margin-right: -3px;
          margin-top: -5px;
          margin-bottom: -5px; }
        .event-details-modal .services .quotes .quote .quote-files .file + .file {
          margin-top: 8px; }
    .event-details-modal .services .quotes .quote .decline-prompt {
      margin-top: 15px; }
      .event-details-modal .services .quotes .quote .decline-prompt .decline-options {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -10px; }
        .event-details-modal .services .quotes .quote .decline-prompt .decline-options .btn {
          margin-bottom: 10px;
          margin-right: 10px; }
    .event-details-modal .services .quotes .quote:last-child {
      border: none; }

.event-details-modal .host-info-callout {
  display: none; }
  .event-details-modal .host-info-callout.show {
    display: block; }

.event-details-modal.supplier-view .services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .event-details-modal.supplier-view .services .service {
    padding: 0 10px;
    border: none;
    border-radius: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 14px;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .event-details-modal.supplier-view .services .service .service-header {
      border: 1px solid #c3cad1;
      border-radius: 8px; }
    .event-details-modal.supplier-view .services .service.accepted .service-header {
      padding: 12px;
      color: #545454;
      border-color: #f17e39; }
      .event-details-modal.supplier-view .services .service.accepted .service-header .fa-check-circle {
        color: #f17e39; }
    .event-details-modal.supplier-view .services .service.accepted.success .service-header {
      border-color: #2dc750;
      color: #545454; }
      .event-details-modal.supplier-view .services .service.accepted.success .service-header .fa-check-circle {
        color: #28a745; }
    .event-details-modal.supplier-view .services .service .service-header {
      padding: 7px 8px 7px 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: 45px; }
      .event-details-modal.supplier-view .services .service .service-header .btn-outline-dark.disabled {
        border-color: #efefef;
        opacity: 1;
        color: #666; }
      .event-details-modal.supplier-view .services .service .service-header .btn-sm, .event-details-modal.supplier-view .services .service .service-header .firehawk-crm-style .btn-group-sm > .btn, .firehawk-crm-style .event-details-modal.supplier-view .services .service .service-header .btn-group-sm > .btn {
        height: auto; }
  .event-details-modal.supplier-view .services .service.expandable {
    border: 1px solid #c3cad1;
    border-radius: 8px;
    padding: 0;
    margin: 0 10px 14px; }
    .event-details-modal.supplier-view .services .service.expandable .service-header {
      border: none; }
    .event-details-modal.supplier-view .services .service.expandable.accepted {
      border-color: #f17e39; }
      .event-details-modal.supplier-view .services .service.expandable.accepted.success {
        border-color: #2dc750; }

.firehawk-crm-style .tag-cloud,
.firehawk-crm-style .tag-cloud-picker,
.firehawk-crm-style .tag-cloud-picker-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px; }
  .firehawk-crm-style .tag-cloud .tag,
  .firehawk-crm-style .tag-cloud-picker .tag,
  .firehawk-crm-style .tag-cloud-picker-preview .tag {
    line-height: normal;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #494d4e;
    background-color: #eeeeee;
    padding: 6px 14px;
    border-radius: 300px 300px 300px 300px;
    margin: 0 5px 10px; }
    .firehawk-crm-style .tag-cloud .tag.selected,
    .firehawk-crm-style .tag-cloud-picker .tag.selected,
    .firehawk-crm-style .tag-cloud-picker-preview .tag.selected {
      color: var(--fcrm-primary-button-text);
      background-color: var(--fcrm-primary-button); }
  .firehawk-crm-style .tag-cloud.hide,
  .firehawk-crm-style .tag-cloud-picker.hide,
  .firehawk-crm-style .tag-cloud-picker-preview.hide {
    display: none !important; }

.firehawk-crm-style .tag-cloud-picker,
.firehawk-crm-style .tag-cloud-picker-preview {
  display: none; }
  .firehawk-crm-style .tag-cloud-picker.is-editing,
  .firehawk-crm-style .tag-cloud-picker-preview.is-editing {
    display: -ms-flexbox;
    display: flex; }
  .firehawk-crm-style .tag-cloud-picker .tag-group,
  .firehawk-crm-style .tag-cloud-picker-preview .tag-group {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 12px; }
    .firehawk-crm-style .tag-cloud-picker .tag-group .group-header,
    .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      border-radius: 4px;
      padding: 8px 18px 8px 12px;
      color: #000 !important;
      text-decoration: none !important;
      outline: none !important; }
      .firehawk-crm-style .tag-cloud-picker .tag-group .group-header .actions,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header .actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 14px; }
        .firehawk-crm-style .tag-cloud-picker .tag-group .group-header .actions .badge,
        .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header .actions .badge {
          margin-right: 10px; }
      .firehawk-crm-style .tag-cloud-picker .tag-group .group-header:focus,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header:focus {
        box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }
      .firehawk-crm-style .tag-cloud-picker .tag-group .group-header .fa-angle-down,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header .fa-angle-down {
        font-size: 28px;
        position: relative;
        top: 2px;
        line-height: 15px; }
        .firehawk-crm-style .tag-cloud-picker .tag-group .group-header .fa-angle-down:before,
        .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header .fa-angle-down:before {
          content: "\f106"; }
      .firehawk-crm-style .tag-cloud-picker .tag-group .group-header.collapsed .fa-angle-down:before,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group .group-header.collapsed .fa-angle-down:before {
        content: "\f107"; }
    .firehawk-crm-style .tag-cloud-picker .tag-group .tags,
    .firehawk-crm-style .tag-cloud-picker-preview .tag-group .tags {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 5px; }
      .firehawk-crm-style .tag-cloud-picker .tag-group .tags:not(.collapsing):not(.show),
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group .tags:not(.collapsing):not(.show) {
        display: none; }
  .firehawk-crm-style .tag-cloud-picker .tag,
  .firehawk-crm-style .tag-cloud-picker-preview .tag {
    cursor: pointer; }
    .firehawk-crm-style .tag-cloud-picker .tag:hover,
    .firehawk-crm-style .tag-cloud-picker-preview .tag:hover {
      color: var(--fcrm-primary-button-text);
      background-color: var(--fcrm-primary-button); }
    .firehawk-crm-style .tag-cloud-picker .tag:focus,
    .firehawk-crm-style .tag-cloud-picker-preview .tag:focus {
      box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }
    .firehawk-crm-style .tag-cloud-picker .tag.selected:focus, .firehawk-crm-style .tag-cloud-picker .tag.selected:hover,
    .firehawk-crm-style .tag-cloud-picker-preview .tag.selected:focus,
    .firehawk-crm-style .tag-cloud-picker-preview .tag.selected:hover {
      box-shadow: 0 0 0 0.25rem var(--fcrm-focus-shadow-color); }
  .firehawk-crm-style .tag-cloud-picker .tag-group-col,
  .firehawk-crm-style .tag-cloud-picker-preview .tag-group-col {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 10px; }
    @media (min-width: 740px) {
      .firehawk-crm-style .tag-cloud-picker .tag-group-col,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group-col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 900px) {
      .firehawk-crm-style .tag-cloud-picker .tag-group-col,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group-col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
    .firehawk-crm-style .tag-cloud-picker .tag-group-col.open,
    .firehawk-crm-style .tag-cloud-picker-preview .tag-group-col.open {
      width: 100%;
      max-width: none;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .firehawk-crm-style .tag-cloud-picker .tag-group-col.open .group-header,
      .firehawk-crm-style .tag-cloud-picker-preview .tag-group-col.open .group-header {
        box-shadow: none; }

.firehawk-crm-style .tag-cloud-picker-preview {
  display: -ms-flexbox;
  display: flex; }

.firehawk-crm-style .bs-modal {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1051 !important;
  display: none;
  width: 100% !important;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  max-width: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important; }

.send-quote-modal .tag-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.send-quote-modal .tag-options .tag-option {
  margin-right: 10px; }

.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: -ms-grid;
  display: grid; }
  .grow-wrap::after {
    /* Note the weird space! Needed to preventy jumpy behavior */
    content: attr(data-replicated-value) " ";
    /* This is how textarea text behaves */
    white-space: pre-wrap;
    /* Hidden from view, clicks, and screen readers */
    visibility: hidden; }
  .grow-wrap > textarea {
    /* You could leave this, but after a user resizes, then it ruins the auto sizing */
    resize: none;
    /* Firefox shows scrollbar on growth, you can hide like this. */
    overflow: hidden; }
  .grow-wrap::after,
  .grow-wrap > textarea {
    /* Identical styling required!! */
    border: 1px solid black;
    padding: 0.5rem;
    font: inherit;
    /* Place on top of each other */
    grid-area: 1 / 1 / 2 / 2; }

.ad-info {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background: #ffd63c;
  color: #85673c;
  border-radius: 4px;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .ad-info i {
    margin-right: 5px; }

.password-input-con {
  position: relative; }
  .password-input-con input {
    padding-right: 40px !important; }
  .password-input-con .pass-view-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.firehawk-crm-data-article-carousel {
  position: relative; }
  .firehawk-crm-data-article-carousel .slick-list {
    margin: 0 20px; }
    .firehawk-crm-data-article-carousel .slick-list .slick-track {
      margin: 0; }
  .firehawk-crm-data-article-carousel .slick-arrow {
    width: 35px;
    background-color: #f9f9f9;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    height: 40px;
    line-height: 0px; }
    .firehawk-crm-data-article-carousel .slick-arrow:hover:before {
      color: #000; }
    .firehawk-crm-data-article-carousel .slick-arrow:focus {
      box-shadow: 0 0 0 4px #e2e2e2 !important; }
      .firehawk-crm-data-article-carousel .slick-arrow:focus:before {
        color: #000; }
  .firehawk-crm-data-article-carousel .slick-next:before,
  .firehawk-crm-data-article-carousel .slick-prev:before {
    color: #656565;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    opacity: 1;
    font-size: 35px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 44px; }
  .firehawk-crm-data-article-carousel .slick-prev:before {
    content: "\f104"; }
  .firehawk-crm-data-article-carousel .slick-next:before {
    content: "\f105"; }
  .firehawk-crm-data-article-carousel .fcrm-entity-carousel.gallery .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    margin-left: auto;
    margin-right: auto; }
  .firehawk-crm-data-article-carousel .fcrm-entity-carousel.gallery.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: unset;
    position: relative;
    float: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
    .firehawk-crm-data-article-carousel .fcrm-entity-carousel.gallery.slick-initialized .slick-slide > div:not(.fcrm-carousel-item-slide) {
      height: calc(100% / var(--carousel-rows) - var(--carousel-spacing));
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
      margin-bottom: var(--carousel-spacing); }
      .firehawk-crm-data-article-carousel .fcrm-entity-carousel.gallery.slick-initialized .slick-slide > div:not(.fcrm-carousel-item-slide) .fcrm-carousel-item-slide {
        display: block !important;
        height: 100%; }
      .firehawk-crm-data-article-carousel .fcrm-entity-carousel.gallery.slick-initialized .slick-slide > div:not(.fcrm-carousel-item-slide) .fcrm-carousel-item-wrapper {
        width: 100%;
        height: 100%; }

.firehawk-crm-data-article-carousel .fcrm-carousel-item-wrapper {
  width: 100%; }

.firehawk-crm-data-article-carousel .fcrm-carousel-item.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-image {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin-right: 16px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    border: 1px solid #ececec; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-image .placeholder-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 30px;
      color: #eff1f3;
      height: 70px;
      width: 70px; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-image .display-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-title > p:last-child {
    margin: 0;
    line-height: normal; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-title > h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .firehawk-crm-style .item-title > .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-title > .h5 {
    margin-bottom: 0.6rem;
    line-height: normal;
    margin-top: 0; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-title > h5:last-child, .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .firehawk-crm-style .item-title > .h5:last-child, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.list .item-title > .h5:last-child {
      margin-bottom: 0; }

.firehawk-crm-data-article-carousel .fcrm-carousel-item.detail {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-image {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin-right: 16px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    border: 1px solid #ececec; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-image .placeholder-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 30px;
      color: #eff1f3;
      height: 70px;
      width: 70px; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-image .display-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-title {
    margin-bottom: 0.6rem;
    line-height: normal; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-title:last-child {
      margin-bottom: 0; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-title > h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .firehawk-crm-style .item-title > .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-title > .h5 {
      margin: 0;
      line-height: normal; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail .item-subtitle {
    font-size: 0.95rem;
    line-height: normal; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-left .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-left .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-left .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-left .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-left .item-title .h5 {
    text-align: left; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-center .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-center .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-center .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-center .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-center .item-title .h5 {
    text-align: center; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-right .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-right .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-right .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-right .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.detail.content-align-right .item-title .h5 {
    text-align: right; }

.firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery {
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-image .placeholder-image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 70px;
      color: #eff1f3; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-image .display-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-content {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 15px; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-title {
    margin-bottom: 0.6rem;
    line-height: normal; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-title:last-child {
      margin-bottom: 0; }
    .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-title > h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .firehawk-crm-style .item-title > .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-title > .h5 {
      margin: 0;
      line-height: normal; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery .item-subtitle {
    font-size: 0.95rem;
    line-height: normal; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-left .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-left .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-left .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-left .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-left .item-title .h5 {
    text-align: left; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-center .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-center .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-center .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-center .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-center .item-title .h5 {
    text-align: center; }
  .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-right .item-title, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-right .item-subtitle, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-right .item-title h5, .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-right .item-title .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-data-article-carousel .fcrm-carousel-item.gallery.content-align-right .item-title .h5 {
    text-align: right; }

.firehawk-crm-geo-search .group-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin-bottom: 0; }
  .firehawk-crm-geo-search .group-input input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    width: 100%; }
    .firehawk-crm-geo-search .group-input input:-ms-input-placeholder {
      color: #a8a8a9;
      transition: color 0.6s ease;
      text-transform: uppercase; }
    .firehawk-crm-geo-search .group-input input::placeholder {
      color: #a8a8a9;
      transition: color 0.6s ease;
      text-transform: uppercase; }
    .firehawk-crm-geo-search .group-input input:focus:-ms-input-placeholder {
      color: #69696a; }
    .firehawk-crm-geo-search .group-input input:focus::placeholder {
      color: #69696a; }
  .firehawk-crm-geo-search .group-input input,
  .firehawk-crm-geo-search .group-input select {
    font-family: "Gotham", Sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    height: auto;
    outline: none !important;
    box-shadow: none !important; }
  .firehawk-crm-geo-search .group-input select {
    padding-right: 22px;
    background-position: calc(100% - 8px) center;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid #ddd;
    padding-left: 15px; }
  .firehawk-crm-geo-search .group-input label {
    margin-bottom: 0 !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

.firehawk-crm-geo-search .btn.btn-primary {
  height: auto; }

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-center {
  0% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.bounce-in-top {
  animation: bounce-in-top 1.1s both; }

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }

.firehawk-crm-style .client-display {
  background-color: #fff;
  padding-bottom: 40px; }
  .firehawk-crm-style .client-display .banner {
    --banner-height-large: 240px;
    --banner-height-medium: 240px;
    --banner-height-small: 220px;
    --banner-height: var(--banner-height-large);
    --display-image-size-large: 200px;
    --display-image-size-medium: 180px;
    --display-image-size-small: 130px;
    --display-image-size: var(--display-image-size-large);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    max-height: none;
    height: auto;
    position: relative;
    padding: 0 40px;
    margin-bottom: 30px; }
    .firehawk-crm-style .client-display .banner .banner-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: var(--banner-height);
      background-color: #eee;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .firehawk-crm-style .client-display .banner .banner-actions {
      position: absolute;
      top: 16px;
      right: 16px; }
    .firehawk-crm-style .client-display .banner a.banner-bg {
      cursor: zoom-in; }
    .firehawk-crm-style .client-display .banner .heading {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding: 5px 20px 0;
      margin-top: var(--banner-height); }
      .firehawk-crm-style .client-display .banner .heading .dates {
        margin-bottom: 0;
        font-size: 18px; }
      .firehawk-crm-style .client-display .banner .heading .title {
        font-size: 40px;
        margin-bottom: 8px;
        line-height: normal; }
      .firehawk-crm-style .client-display .banner .heading .subtitle > span + span:before {
        content: "|";
        display: inline-block;
        padding: 0 10px;
        opacity: 0.4; }
    .firehawk-crm-style .client-display .banner .display-image-container {
      min-width: auto;
      width: var(--display-image-size);
      max-width: 100%;
      position: relative; }
      .firehawk-crm-style .client-display .banner .display-image-container:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .firehawk-crm-style .client-display .banner .display-image-container .upload-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        height: 38px;
        width: 38px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        z-index: 1; }
      .firehawk-crm-style .client-display .banner .display-image-container .display-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        box-shadow: 0 0 0 6px #fff;
        border: 1px solid #fff;
        background-color: #f3f3f3;
        z-index: 1; }
  .firehawk-crm-style .client-display .banner + .events-row {
    padding-top: 10px; }
  .firehawk-crm-style .client-display .edit-profile-btn {
    position: absolute;
    top: calc(var(--banner-height) + 10px);
    right: 16px;
    text-decoration: none !important; }
    .firehawk-crm-style .client-display .edit-profile-btn .fa-pencil {
      position: relative;
      top: -1px;
      margin-left: 8px; }
  .firehawk-crm-style .client-display .category-edit-btn .fa-pencil {
    position: relative;
    top: -1px;
    margin-left: 8px; }
  .firehawk-crm-style .client-display .content-row {
    padding: 0 40px;
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex; }
  .firehawk-crm-style .client-display .content-row-col {
    padding: 0 15px;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%; }
  .firehawk-crm-style .client-display .content-row.events-row {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .firehawk-crm-style .client-display .content-row.events-row .content-row-col {
      margin-bottom: 20px;
      max-width: 33.33%; }
  .firehawk-crm-style .client-display .form-submit-message {
    text-align: center;
    background-color: #f7f7f9;
    border-radius: 10px;
    margin-top: 20px;
    padding: 40px 20px;
    font-size: 1.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .firehawk-crm-style .client-display .form-submit-message .success-icon {
      border: 4px solid #59c159;
      width: 80px;
      height: 80px;
      border-radius: 3000px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 38px;
      color: #59c159;
      margin-bottom: 20px; }
    .firehawk-crm-style .client-display .form-submit-message p {
      margin: 0; }
  .firehawk-crm-style .client-display .event-card {
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 10px 15px;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    width: 100%; }
    .firehawk-crm-style .client-display .event-card .venue {
      text-decoration: none;
      font-size: 16px;
      margin-bottom: 15px; }
    .firehawk-crm-style .client-display .event-card .service-date {
      font-size: 16px;
      margin-bottom: 5px; }
    .firehawk-crm-style .client-display .event-card .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; }
      .firehawk-crm-style .client-display .event-card .content .service-buttons-group {
        margin-top: auto; }
    .firehawk-crm-style .client-display .event-card .service-buttons-group {
      display: -ms-flexbox;
      display: flex;
      min-height: 34px;
      -ms-flex-pack: stretch;
          justify-content: stretch;
      background-color: transparent;
      padding: 0; }
      .firehawk-crm-style .client-display .event-card .service-buttons-group .service-button {
        display: inline-block;
        color: #656565;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        border-radius: 4px;
        line-height: 34px;
        width: 100%;
        background: #f3f3f3; }
        .firehawk-crm-style .client-display .event-card .service-buttons-group .service-button + .service-button {
          margin-left: 15px; }
        .firehawk-crm-style .client-display .event-card .service-buttons-group .service-button:hover {
          color: #000; }
        .firehawk-crm-style .client-display .event-card .service-buttons-group .service-button:focus {
          outline: none;
          box-shadow: 0 0 0 4px #e2e2e2 !important;
          color: #000; }
  .firehawk-crm-style .client-display .viewing-alert {
    position: relative;
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    padding: 6px;
    color: #5a5a5a;
    background-color: #ffffff;
    border-bottom: 1px solid #fff; }
  .firehawk-crm-style .client-display .empty-placeholder {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .firehawk-crm-style .client-display .empty-placeholder .inner {
      max-width: 300px;
      margin: 0 auto; }
    .firehawk-crm-style .client-display .empty-placeholder.hidden {
      display: none; }
    .firehawk-crm-style .client-display .empty-placeholder .btn {
      height: 44px; }
  .firehawk-crm-style .client-display .edit-placeholder {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .firehawk-crm-style .client-display .edit-placeholder .inner {
      max-width: 300px;
      margin: 0 auto; }
    .firehawk-crm-style .client-display .edit-placeholder.hidden {
      display: none; }
    .firehawk-crm-style .client-display .edit-placeholder .btn {
      height: 44px; }
  .firehawk-crm-style .client-display .edit-banner-dropdown-menu {
    border-radius: 12px; }

.firehawk-crm-style .page-divider {
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  margin-bottom: 30px; }
  .firehawk-crm-style .page-divider:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f3f3f3;
    width: 100%; }

@media (max-width: 960px) {
  .firehawk-crm-style .client-display .content-row.events-row .content-row-col {
    max-width: 50%; } }

@media (max-width: 750px) {
  .firehawk-crm-style .client-display.editable .banner .edit-profile-btn {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin-top: 20px; } }

@media (max-width: 600px) {
  .firehawk-crm-style .client-display .edit-placeholder .inner {
    max-width: none; }
  .firehawk-crm-style .client-display .content-row {
    padding: 0 30px; }
  .firehawk-crm-style .client-display .content-row.events-row .content-row-col {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (max-width: 960px) {
  .firehawk-crm-style .client-display .banner {
    --banner-height: var(--banner-height-medium);
    --display-image-size: var(--display-image-size-medium);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
    padding-top: calc(var(--banner-height) - var(--display-image-size)/1.6); }
    .firehawk-crm-style .client-display .banner .heading {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      text-align: center;
      height: auto;
      margin-top: 0; }
    .firehawk-crm-style .client-display .banner .share-btn {
      top: calc(var(--banner-height) - 35px - 14px) !important; }
    .firehawk-crm-style .client-display .banner .display-image-container {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 750px) {
  .firehawk-crm-style .client-display .banner {
    --banner-height: var(--banner-height-small);
    --display-image-size: var(--display-image-size-small); }
    .firehawk-crm-style .client-display .banner .heading {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 5px 20px 0;
      width: 100%; }
      .firehawk-crm-style .client-display .banner .heading .title {
        font-size: 24px;
        margin-bottom: 8px; }
      .firehawk-crm-style .client-display .banner .heading .dates {
        font-size: 16px; }
    .firehawk-crm-style .client-display .banner .share-btn {
      top: calc(var(--banner-height) - 35px - 14px) !important; }
    .firehawk-crm-style .client-display .banner .display-image {
      box-shadow: 0 0 0 4px #fff; }
    .firehawk-crm-style .client-display .banner .display-image-container {
      margin-left: auto;
      margin-right: auto; }
  .firehawk-crm-style .client-display .tribute-row.events-row .tribute-row-col {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.firehawk-crm-style .client-display .banner .share-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  padding: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  bottom: 120px;
  border-radius: 4px;
  padding-right: 6px;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none !important;
  border: none !important;
  box-shadow: none;
  transition: all 0.2s linear; }
  .firehawk-crm-style .client-display .banner .share-btn:hover {
    background-color: #f9f9f9;
    color: #000 !important; }
  .firehawk-crm-style .client-display .banner .share-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px #e2e2e2 !important;
    background-color: #fff;
    color: #000; }

.firehawk-crm-style .client-display .banner .social-menu {
  display: none; }

.firehawk-crm-style .client-display .banner .tippy-content .social-menu {
  display: block; }

.firehawk-crm-style .setup-client-modal .form-element {
  margin-bottom: 15px !important; }
  .firehawk-crm-style .setup-client-modal .form-element h1, .firehawk-crm-style .setup-client-modal .form-element .h1 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0; }

.firehawk-crm-style .setup-client-modal .form-element.address > .row {
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
  padding-top: 5px;
  margin: 0;
  padding: 12px 8px 4px; }

.firehawk-crm-style .setup-client-modal .form-element.hidden {
  display: none !important; }

.firehawk-crm-style .setup-client-modal .firehawk-crm-form-page .row:last-child .col-6 {
  width: 100% !important;
  max-width: none !important; }
  .firehawk-crm-style .setup-client-modal .firehawk-crm-form-page .row:last-child .col-6 .btn {
    width: 100%; }

.firehawk-crm-style .setup-client-modal .firehawk-crm-form-page .row:last-child .col-6:first-child {
  display: none; }

.firehawk-crm-style.firehawk-crm-data-article-banner {
  position: relative; }

.firehawk-crm-style .fcrm-article-banner {
  width: 100%;
  height: auto; }

.firehawk-crm-style .fcrm-article-banner-link {
  display: block;
  position: relative; }

.firehawk-crm-article-viewer .firehawk-crm-article-viewer-title {
  margin-bottom: 20px;
  padding: 0 10px; }
  .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-title {
    font-size: 28px;
    text-align: left;
    margin: 0 0 8px 0; }
  .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-subtitle {
    font-weight: normal;
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 10px;
    margin-top: -5px; }
  .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-author .author-image {
      width: 24px;
      height: 24px;
      background-color: #f1f1f1;
      border-radius: 300px;
      margin-right: 5px;
      background-size: contain;
      background-position: center;
      border: 2px solid #f1f1f1; }
  .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-info .timestamp {
      color: #6f6f6f; }
    .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-info .info-divider {
      padding: 0 6px; }
      .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-info .info-divider:first-child, .firehawk-crm-article-viewer .firehawk-crm-article-viewer-title .article-info .info-divider:last-child {
        display: none; }

.firehawk-crm-article-viewer .firehawk-crm-article-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin-bottom: 20px; }
  .firehawk-crm-article-viewer .firehawk-crm-article-section:last-child {
    margin-bottom: 20px; }
  .firehawk-crm-article-viewer .firehawk-crm-article-section .section {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px; }
    .firehawk-crm-article-viewer .firehawk-crm-article-section .section .elements {
      border-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      margin-left: -10px;
      margin-right: -10px; }
      .firehawk-crm-article-viewer .firehawk-crm-article-section .section .elements .firehawk-crm-article-element {
        -ms-flex: 1;
            flex: 1;
        padding: 0 10px;
        margin-bottom: 0; }

.firehawk-crm-article-viewer .firehawk-crm-article-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .firehawk-crm-article-viewer .firehawk-crm-article-element .element {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    min-height: 50px;
    color: #0a0a0a;
    outline: none !important;
    text-decoration: none !important;
    position: relative; }

@media (max-width: 900px) {
  .firehawk-crm-article-viewer .firehawk-crm-article-section .section .elements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .firehawk-crm-article-viewer .firehawk-crm-article-section .section .elements .firehawk-crm-article-element {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .firehawk-crm-article-viewer .firehawk-crm-article-section .section .elements .firehawk-crm-article-element:not(:last-child) {
        margin-bottom: 20px; } }

.firehawk-crm-article-element.v-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.firehawk-crm-article-element.v-align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.firehawk-crm-article-element.v-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.firehawk-crm-article-element .image-content {
  width: 100%; }
  .firehawk-crm-article-element .image-content .image {
    width: 100%;
    border-radius: 6px; }

.firehawk-crm-article-element .text-content {
  padding: 0 10px; }
  .firehawk-crm-article-element .text-content h3, .firehawk-crm-article-element .text-content .firehawk-crm-style .h3, .firehawk-crm-style .firehawk-crm-article-element .text-content .h3 {
    font-size: 28px; }
  .firehawk-crm-article-element .text-content h4, .firehawk-crm-article-element .text-content .firehawk-crm-style .h4, .firehawk-crm-style .firehawk-crm-article-element .text-content .h4 {
    font-size: 24px; }
  .firehawk-crm-article-element .text-content h5, .firehawk-crm-article-element .text-content .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-article-element .text-content .h5 {
    font-size: 20px; }
  .firehawk-crm-article-element .text-content h6, .firehawk-crm-article-element .text-content .firehawk-crm-style .h6, .firehawk-crm-style .firehawk-crm-article-element .text-content .h6 {
    font-size: 16px; }
  .firehawk-crm-article-element .text-content h1, .firehawk-crm-article-element .text-content .firehawk-crm-style .h1, .firehawk-crm-style .firehawk-crm-article-element .text-content .h1, .firehawk-crm-article-element .text-content h2, .firehawk-crm-article-element .text-content .firehawk-crm-style .h2, .firehawk-crm-style .firehawk-crm-article-element .text-content .h2, .firehawk-crm-article-element .text-content h3, .firehawk-crm-article-element .text-content .firehawk-crm-style .h3, .firehawk-crm-style .firehawk-crm-article-element .text-content .h3, .firehawk-crm-article-element .text-content h4, .firehawk-crm-article-element .text-content .firehawk-crm-style .h4, .firehawk-crm-style .firehawk-crm-article-element .text-content .h4, .firehawk-crm-article-element .text-content h5, .firehawk-crm-article-element .text-content .firehawk-crm-style .h5, .firehawk-crm-style .firehawk-crm-article-element .text-content .h5, .firehawk-crm-article-element .text-content h6, .firehawk-crm-article-element .text-content .firehawk-crm-style .h6, .firehawk-crm-style .firehawk-crm-article-element .text-content .h6, .firehawk-crm-article-element .text-content .h1, .firehawk-crm-article-element .text-content .h2, .firehawk-crm-article-element .text-content .h3, .firehawk-crm-article-element .text-content .h4, .firehawk-crm-article-element .text-content .h5, .firehawk-crm-article-element .text-content .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2; }

.jquery-modal.current {
  z-index: 1000; }

.admin-bar .jquery-modal.blocker.current {
  padding-top: 50px; }

.fh-marker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.fh-marker-label {
  display: none;
  background: #fff;
  padding: 15px 10px 10px 10px;
  margin: 4px;
  border-radius: 4px;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  border-radius: 8px; }

div[title="marker"]:focus-visible {
  outline: none; }

div[title="marker"]:hover .fh-marker-label {
  display: block; }

div[title="marker"]:hover {
  z-index: 1000; }

.fh-marker-span {
  display: block; }

.marker-name {
  color: #323232;
  font-size: 18 px;
  font-weight: 500;
  padding: 2px 5px; }

.marker-address {
  font-size: 15px;
  font-weight: 300;
  padding: 2px 5px; }

.marker-distance {
  font-size: 15px;
  font-weight: 300;
  padding: 2px 5px; }

#dialog {
  box-shadow: 0 60px 80px rgba(0, 0, 0, 0.6), 0 45px 26px rgba(0, 0, 0, 0.14);
  border-radius: 45px;
  border: none;
  padding: 50px 80px;
  text-align: center; }

.btn-close {
  top: 20px;
  left: 20px;
  position: absolute;
  padding: 0;
  background: #496B60;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 150ms; }
  .btn-close .icon-cross {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: 40px;
    height: 40px; }
    .btn-close .icon-cross:before, .btn-close .icon-cross:after {
      content: '';
      position: absolute;
      top: 17px;
      left: 0;
      right: 0;
      height: 6px;
      background: #fff;
      border-radius: 6px; }
    .btn-close .icon-cross:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .btn-close .icon-cross:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .btn-close .icon-cross span {
      display: block; }
  .btn-close:hover, .btn-close:focus {
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
    background: #78917B; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }