@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/* .bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
} */

.bi.nav-menu-icon {
  width: inherit;
  height: inherit;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  /* 
  font-size: .875rem;
  */
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .75rem;
  padding-right: .5rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  font-size: 20px;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
      inset 0 0.5em 1.5em #0000001a,
      inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.worksheets-flexbox-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-top: 10px;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

.worksheet-flex-item {
  border: solid 1px #CCC;
  border-radius: 5px;
  background-color: #EEE;
  padding: 10px;
  width: 48%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .worksheet-flex-item {
    width: 96%;
  }
}

@media print {
  .pagebreak {
    page-break-after: always;
  }

  .no-print {
    display: none; /* Hidden when printing */
  }

  .no-print, .o-print *
    {
        display: none !important;
    }

  .print-only {
    display: block; /* Shown when printing */
  }

  main {
    width: 100% !important;
  }
}

  #property-keenform-iframes-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .property-card-container{
    flex: 1 0 20%;
    padding: 0 7px;
  }

  @media (max-width: 992px){
    .property-card-container{
      flex: 1 0 25%;
    }
  }

  @media (max-width: 768px){
    .property-card-container{
      flex: 1 0 33%;
    }
  }

  @media (max-width: 576px){
    .property-card-container{
      flex: 1 0 50%;
    }
  }

  @media (max-width: 400px){
    .property-card-container{
      flex: 1 0 100%;
    }
  }

  .currency-font {
    font-family: 'Open Sans', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
  }

  tr.bold-row th, tr.bold-row td{
    background-color: #FAFAFA !important;
  }

  .data-definition{
    margin: auto;
    max-width: 960px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .max-page-width {
    max-width: 960px;
    margin: auto;
  }

  .print-only {
    display: none;
  }

  .pricing-header {
    max-width: 700px;
  }

  .card-body iframe{
    min-height: 450px;
    width: 100%;
  }

  /* flex card layout */

.flex-card-container {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap to the next line */
  gap: 20px; /* Provides spacing between cards */
  justify-content: center; /* Centers cards horizontally within the container */
}

.flex-card-item {
  flex: 1 1 300px; /* Allows cards to grow, shrink, and sets a base width */
  background-color: #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex; /* Makes the card itself a flex container for its content */
  flex-direction: column; /* Stacks content vertically within the card */
}

.print-container{
  margin: 0 auto;
  padding: 5px;
  border: solid 3px #CCC;
  max-width: 900px;
}

.print-wrapper{
  margin: 0 auto;
}

.property-actions-bar{
  display: flex;
  margin: 0 auto;
  padding: 5px;
  max-width: 900px;
  justify-content: center;
}

@media print {
    .print-container{
        width: 21cm;
        margin: 30mm 45mm 30mm 45mm; 
        /* change the margins as you want them to be. */
   }
}

@media print {
    body, html {
        margin: 0;
        padding: 0;
        border: none;
    }
    /* You might also want to reset margins/padding for other elements */
    * {
        margin: 0;
        padding: 0;
    }

    .print-container{
        margin: 0;
        padding: 0;
        border: none;
    }
}

#agent-notes-label{
  font-size: 14px;
}

.word-highlight{
  color: #95a5db;

}