/* CMS Bootstrap 5 overrides
   Load this AFTER Bootstrap 5 and AFTER your font stylesheets. */

:root {


  --bs-primary: #316CBE;
  --bs-primary-rgb: 49, 108, 190;

  --bs-link-color: #467FCF;
  --bs-link-color-rgb: 70, 127, 207;
  --bs-link-hover-color: #316CBE;
  --bs-link-hover-color-rgb: 49, 108, 190;

  --bs-border-radius: 4px;
  --bs-border-radius-sm: 4px;
  --bs-border-radius-lg: 4px;
  --bs-border-radius-xl: 4px;
  --bs-border-radius-xxl: 4px;

  --bs-body-font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-body-font-size: 0.8rem;
  --bs-body-line-height: 1.5;
}

body {
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  /* background-color: #F4F7F1; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.card-header,
.card-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #24436d;
}

/* Links */
a {
  color: #467FCF;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #316CBE;
  text-decoration: underline;
}

/* Primary colour overrides */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #316CBE;
  --bs-btn-border-color: #316CBE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a5da4;
  --bs-btn-hover-border-color: #28589b;
  --bs-btn-focus-shadow-rgb: 49, 108, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #28589b;
  --bs-btn-active-border-color: #255290;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #316CBE;
  --bs-btn-disabled-border-color: #316CBE;
}

.btn-outline-primary {
  --bs-btn-color: #316CBE;
  --bs-btn-border-color: #316CBE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #316CBE;
  --bs-btn-hover-border-color: #316CBE;
  --bs-btn-focus-shadow-rgb: 49, 108, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #316CBE;
  --bs-btn-active-border-color: #316CBE;
  --bs-btn-disabled-color: #316CBE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #316CBE;
}

.btn-outline-secondary {
    border-color: #dee2e6; /* Change border color */
}

.text-bg-primary,
.badge.text-bg-primary {
  color: #fff !important;
  background-color: #316CBE !important;
}

.bg-primary {
  background-color: #316CBE !important;
}

.text-primary {
  color: #316CBE !important;
}

.border-primary {
  border-color: #316CBE !important;
}

.alert-primary {
  --bs-alert-color: #1f4579;
  --bs-alert-bg: #eaf1fb;
  --bs-alert-border-color: #c7daf4;
  --bs-alert-link-color: #193a66;
}

.list-group-item-primary {
  color: #1f4579;
  background-color: #eaf1fb;
}

/* Forms, cards and common rounded elements */
.form-control,
.form-select,
.form-check-input,
.input-group-text,
.btn,
.card,
.card-header,
.card-footer,
.dropdown-menu,
.alert,
.badge,
.modal-content,
.nav-pills .nav-link,
.pagination .page-link,
.accordion-item,
.accordion-button {
  border-radius: 4px;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #467FCF;
  box-shadow: 0 0 0 0.2rem rgba(49, 108, 190, 0.18);
}

.form-check-input:checked {
  background-color: #316CBE;
  border-color: #316CBE;
}

/* Icons not inside links */
.bi,
[class^="bi-"],
[class*=" bi-"] {
  color: #8f95a0;
}

/* a .bi,
a [class^="bi-"],
a [class*=" bi-"],
.btn .bi,
.btn [class^="bi-"],
.btn [class*=" bi-"] {
  color: inherit;
} */

/* Slightly reduce some Bootstrap component text sizes to follow the smaller base. */
.form-control,
.form-select,
.btn,
.dropdown-menu,
.input-group-text,
.card,
.alert,
.table,
.nav-link,
.pagination {
  font-size: 1em;
}

/* ads-list */

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

.ads-list-nav-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.4rem 0;
}

.ads-list-nav-icon {
  flex: 0 0 1.1rem;
  width: 1.1rem;
  padding-top: 0;
  font-size: .95rem;
  text-align: center;
}

.ads-list-nav-text {
  flex: 1 1 auto;
  min-width: 0;
}

.ads-list-nav-propname {
  font-weight: 600;
}

.cms-topbar {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
}

.cms-brand {
  color: #212529;
  font-weight: 700;
  text-decoration: none;
}

.cms-brand:hover {
  color: #000;
}

.cms-user-toggle {
  color: #212529;
  text-decoration: none;
}

.cms-user-toggle:hover,
.cms-user-toggle:focus {
  color: #000;
}

.cms-avatar {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #1038b0;
  background: linear-gradient(0deg,rgba(16, 56, 176, 1) 0%, rgba(253, 29, 29, 1) 57%, rgba(252, 103, 69, 1) 100%);
  font-weight: 700;
  line-height: .8;
}

.cms-section-nav {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
}

.cms-section-link {
  color: #495057;
  text-decoration: none;
  border-radius: .5rem;
  padding: .65rem .85rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  white-space: nowrap;
}

.cms-section-link:hover,
.cms-section-link.active {
  color: #212529;
}

.cms-alert-icon {
  color: #6d7a86;
  font-size: 1.25rem;
  line-height: 1;
}

.cms-alert-icon-unread {
  color: #e84f13;
}

.cms-alert-badge {
  font-size: .65rem;
  line-height: .8;
  min-width: .8rem;
  height: .8rem;
  padding: .1rem .3rem;
}

.head-image {
  height:30px;
}

#lmap {
  height: 300px;
}