@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-primary: #5a292b;
  --bs-primary-rgb: 105, 165, 23;
  --bs-primary-text: #882223;
  --bs-primary-border-subtle: #5a292b;
  --bs-primary-active: #882223;
  --bs-text-primary: #5a292b;
}
[data-bs-theme=dark] {
  --bs-primary: #5a292b;
  --bs-primary-rgb: 105, 165, 23;
  --bs-primary-text: #5a292b;
  --bs-primary-border-subtle: #882223;
  --bs-primary-active: #882223;
  --bs-text-primary: #5a292b;
}
/* #5a292b principal
#882223 secondaire */

.link-primary {
    color: #882223 !important;
  }
  .link-primary:hover, .link-primary:focus {
    color: #5a292b !important;
  }

  .btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #5a292b;
    --bs-btn-border-color: #882223;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #882223;
    --bs-btn-hover-border-color: #882223;
    --bs-btn-focus-shadow-rgb: 0, 134, 210;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #882223;
    --bs-btn-active-border-color: #882223;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #5a292b ;
    --bs-btn-disabled-border-color: #5a292b ;
  }
  .bg-blue{
    --bs-bg-rgb-color:  0, 158, 247;
    background-color: #009ef7 !important;
  }
/* Forms */
.field-date_new_arrangements, .field-is_term_of_loan_extended, .field-summary_of_payments,
 .field-prepayment_penalty_rate, .field-total_value_of_guarantee  {
    margin-left: 30px;
}
.field-additional_payments {
  margin-left: 60px;
}
select#id_refundable_by {
  margin-bottom: 35px;
}
#id_mortgaged_assets{
  margin-top: 25px;
}
#result_list th a, #result_list td a{
  color: #5a292b !important;
}
.parler-language-tabs span.current {
  background-color: #5a292b !important;
  border-color: #5a292b !important;
}
.parler-language-tabs {
  border-bottom: 2px solid #5a292b !important;
}
.parler-language-tabs span.available {
  border-color: #5a292b !important;
}
.parler-language-tabs span.available a, 
.parler-language-tabs span.empty a {
  color: #5a292b !important;
}