:root {
  --falcon-link-color: #171d1a;
  --falcon-link-hover-color: #242d28;
  --falcon-warning-rgb: 255, 176, 66;
  --falcon-success-rgb: 136, 141, 86;
  --falcon-green-rgb: 0, 204, 115;
  --falcon-cyan-rgb: 0, 178, 249;
}

:root,
:root.light,
:root .light {
  --falcon-primary: #ffb042;
  --falcon-success: #888d56;
  --falcon-warning: #ffb042;
  --falcon-btn-falcon-primary-color: #171d1a;
  --falcon-btn-falcon-primary-hover-color: #242d28;
  --falcon-dark-rgb: 23, 29, 26;
}

@media (min-width: 768px) {
  .max-w-md-10 {
    max-width: 10%;
  }
  .max-w-md-20 {
    max-width: 20%;
  }
  .max-w-md-30 {
    max-width: 30%;
  }
  .max-w-md-40 {
    max-width: 40%;
  }
  .max-w-md-50 {
    max-width: 50%;
  }
  .max-w-md-60 {
    max-width: 60%;
  }
  .max-w-md-70 {
    max-width: 70%;
  }
  .max-w-md-80 {
    max-width: 80%;
  }
  .max-w-md-90 {
    max-width: 90%;
  }
  .max-w-md-100 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .max-w-lg-10 {
    max-width: 10%;
  }
  .max-w-lg-20 {
    max-width: 20%;
  }
  .max-w-lg-30 {
    max-width: 30%;
  }
  .max-w-lg-40 {
    max-width: 40%;
  }
  .max-w-lg-50 {
    max-width: 50%;
  }
  .max-w-lg-60 {
    max-width: 60%;
  }
  .max-w-lg-70 {
    max-width: 70%;
  }
  .max-w-lg-80 {
    max-width: 80%;
  }
  .max-w-lg-90 {
    max-width: 90%;
  }
  .max-w-lg-100 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-10 {
    max-width: 10%;
  }
  .max-w-xl-20 {
    max-width: 20%;
  }
  .max-w-xl-30 {
    max-width: 30%;
  }
  .max-w-xl-40 {
    max-width: 40%;
  }
  .max-w-xl-50 {
    max-width: 50%;
  }
  .max-w-xl-60 {
    max-width: 60%;
  }
  .max-w-xl-70 {
    max-width: 70%;
  }
  .max-w-xl-80 {
    max-width: 80%;
  }
  .max-w-xl-90 {
    max-width: 90%;
  }
  .max-w-xl-100 {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .max-w-xxl-10 {
    max-width: 10%;
  }
  .max-w-xxl-20 {
    max-width: 20%;
  }
  .max-w-xxl-30 {
    max-width: 30%;
  }
  .max-w-xxl-40 {
    max-width: 40%;
  }
  .max-w-xxl-50 {
    max-width: 50%;
  }
  .max-w-xxl-60 {
    max-width: 60%;
  }
  .max-w-xxl-70 {
    max-width: 70%;
  }
  .max-w-xxl-80 {
    max-width: 80%;
  }
  .max-w-xxl-90 {
    max-width: 90%;
  }
  .max-w-xxl-100 {
    max-width: 100%;
  }
}
strong {
  color: #171d1a;
}

fieldset {
  border-top: 1px solid var(--falcon-gray-300);
  padding: 1rem 0px;
  margin-bottom: 2rem;
}
fieldset legend {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: -1.8rem;
  margin-bottom: 1rem;
  background: #fff;
  width: auto;
  padding-right: 10px;
  font-weight: bold;
  color: var(--falcon-gray-400);
}

#ref-search {
  background: #fff;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-80 {
  max-width: 80%;
}

.btn-success {
  --falcon-btn-bg: #888d56;
  --falcon-btn-border-color: #888d56;
  --falcon-btn-disabled-bg: #888d56;
  --falcon-btn-hover-bg: #666b33;
  --falcon-btn-hover-border-color: #666b33;
  --falcon-btn-active-bg: #666b33;
  --falcon-btn-active-border-color: #666b33;
  --falcon-btn-disabled-border-color: #888d56;
}

.btn-warning {
  --falcon-btn-bg: #ffb042;
  --falcon-btn-border-color: #ffb042;
  --falcon-btn-disabled-bg: #ffb042;
  --falcon-btn-hover-bg: #be7e24;
  --falcon-btn-hover-border-color: #be7e24;
  --falcon-btn-active-bg: #be7e24;
  --falcon-btn-active-border-color: #be7e24;
  --falcon-btn-disabled-border-color: #ffb042;
}

.btn-primary,
.navbar-vertical .btn-purchase,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child {
  --falcon-btn-bg: #171d1a;
  --falcon-btn-border-width: #171d1a;
  --falcon-btn-hover-bg: #242d28;
  --falcon-btn-hover-border-color: #242d28;
}

.pagination {
  --falcon-pagination-active-bg: #171d1a;
  --falcon-pagination-active-border-color: #171d1a;
}

.pagination {
  flex-wrap: wrap;
}

.page-link {
  text-align: center;
  min-width: 40px;
  font-size: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 20px !important;
}

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

body,
.navbar-glass,
.navbar-vertical .navbar-collapse {
  background-color: #f6f0ea;
}

.d-grid.days-grid {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}

.btn-group.confirmed .btn {
  min-width: 44px;
}
.btn-group.confirmed .btn:last-of-type {
  margin-left: -3px;
}

.actions-toolbar > .btn {
  border-radius: unset;
  min-width: 36px;
}
.actions-toolbar > .btn:first-of-type {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.actions-toolbar > .btn:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rules-table .rules-table--head {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rules-table .rules-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rules-table li:after {
  content: "";
  display: table;
  clear: both;
}
.rules-table li > .fa-check {
  display: block;
  float: left;
  margin-top: 2px;
}
.rules-table li > span.list-label {
  display: block;
  padding-left: 20px;
}

.calendar {
  margin: 2px;
  line-height: 1;
}
.calendar > span:first-of-type {
  border-radius: 0.375rem 0 0 0;
}
.calendar > span:last-of-type {
  border-radius: 0 0.375rem 0 0;
}
.calendar .calendar-check {
  background-color: var(--falcon-light);
  border-radius: 0.375rem 0 0 0;
  border: 0.125rem solid var(--falcon-gray-400);
  color: var(--falcon-gray-400);
  padding: 0.25rem;
}
.calendar .calendar-month {
  background-color: var(--falcon-gray-400);
  border-radius: 0;
  min-width: 2.5rem;
  text-align: center;
}
.calendar .calendar-day {
  border: 0.125rem solid var(--falcon-gray-400);
  color: var(--falcon-gray-400);
  border-radius: 0 0.375rem 0 0;
}
.calendar + .location-select-wrapper {
  border-radius: 0 0 0.375rem 0.375rem;
  border: 0.125rem solid var(--falcon-gray-400);
}
.calendar.request .calendar-check {
  border: 0.125rem solid var(--falcon-warning);
  color: var(--falcon-warning);
}
.calendar.request .calendar-month {
  background-color: var(--falcon-warning);
}
.calendar.request .calendar-day {
  border: 0.125rem solid var(--falcon-warning);
  color: var(--falcon-warning);
}
.calendar.request + .location-select-wrapper {
  border: 0.125rem solid var(--falcon-warning);
}
.calendar.active .calendar-check {
  border: 0.125rem solid var(--falcon-success);
  color: var(--falcon-success);
}
.calendar.active .calendar-month {
  background-color: var(--falcon-success);
}
.calendar.active .calendar-day {
  border: 0.125rem solid var(--falcon-success);
  color: var(--falcon-success);
}
.calendar.active + .location-select-wrapper {
  border: 0.125rem solid var(--falcon-success);
}

.form-check-label {
  cursor: pointer;
}

.form-check-with-icon {
  border: 1px solid var(--falcon-border-color);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.form-check-with-icon .form-check-label {
  line-height: 1.2;
  cursor: pointer;
}
.form-check-with-icon .form-check-input {
  float: none;
  margin-left: 0px;
}

.form-check-day {
  cursor: pointer;
}
.form-check-day .form-check-input {
  display: block;
  margin: 10px auto 5px auto;
}

.theme-wizard .nav-item-circle-parent {
  padding: 0px;
}
.theme-wizard .nav-tabs .nav-item {
  padding-right: calc(var(--falcon-gutter-x) * 0.5);
}
.theme-wizard .nav-tabs .nav-link {
  text-align: left;
}
.theme-wizard .nav-tabs .nav-link.active {
  color: inherit;
}
.theme-wizard .nav-tabs .nav-link .form-label {
  margin: 0px;
  cursor: pointer;
}

.gallery .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.gallery .img-link {
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 5px 0px;
}
.gallery .img-link img {
  border-radius: 3px;
  max-width: 150px;
}
.gallery .doc-link {
  width: 150px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 5px 0px;
  background: #e5e5e5;
  border-radius: 3px;
  font-size: 40px;
  text-align: center;
  line-height: 150px;
  color: #ccc;
}
.gallery .badge {
  overflow: hidden;
  max-width: 130px;
  text-overflow: ellipsis;
  margin-left: -5px;
}
.gallery .btn {
  position: absolute;
  z-index: 10;
  top: -3px;
  right: 0px;
}

.tox-tinymce {
  height: 300px !important;
  border-radius: 0.25rem !important;
  border: 1px solid var(--falcon-input-border-color) !important;
  box-shadow: var(--falcon-box-shadow-inset) !important;
}

.repeater .repeater-item .btn-remove {
  display: initial;
}
.repeater .repeater-item .btn-add {
  display: none;
}
.repeater .repeater-item:first-child .btn-remove {
  display: none;
}
.repeater .repeater-item:first-child .btn-add {
  display: initial;
}

.badge-status .form-select {
  display: inline-block;
  font-size: 0.9em;
  width: auto;
}

#request-summary label {
  font-size: inherit !important;
}

#list-filters label {
  margin-bottom: 3px;
}

#results-heading .badge {
  vertical-align: middle;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M312.1 375c9.369 9.369 9.369 24.57 0 33.94s-24.57 9.369-33.94 0L160 289.9l-119 119c-9.369 9.369-24.57 9.369-33.94 0s-9.369-24.57 0-33.94L126.1 256L7.027 136.1c-9.369-9.369-9.369-24.57 0-33.94s24.57-9.369 33.94 0L160 222.1l119-119c9.369-9.369 24.57-9.369 33.94 0s9.369 24.57 0 33.94L193.9 256L312.1 375z'/%3E%3C/svg%3E");
}

.btn {
  position: relative;
}
.btn .badge {
  position: absolute;
  top: -10px;
  right: -10px;
}

@media print {
  .footer,
  .card-footer,
  .navbar {
    display: none !important;
  }
  .card {
    box-shadow: none !important;
    padding: 0px !important;
  }
  .fbf-summary-logo {
    width: 200px !important;
  }
  .calendar {
    display: none;
  }
  .calendar.active {
    display: flex;
  }
}
.calendar .calendar-check,
.calendar .calendar-day {
  min-width: 28px;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .calendar > span:first-of-type {
    border-radius: 0.375rem 0 0 0.375rem;
  }
  .calendar > span:last-of-type {
    border-radius: 0 0.375rem 0.375rem 0;
  }
  .calendar + .location-select-wrapper {
    border-radius: 0.375rem;
    margin-top: -2px;
  }
}
.calendar.min {
  min-width: 3rem;
}
.calendar.min > span {
  border-radius: 0;
}
.calendar.min > span:first-of-type {
  border-radius: 0.375rem 0.375rem 0 0;
}
.calendar.min > span:last-of-type {
  border-radius: 0 0 0.375rem 0.375rem;
}

@media screen and (min-width: 1400px) {
  .calendar.min {
    min-width: 3.75rem;
  }
}
.day-selection fieldset {
  margin-top: -2px !important;
}

@media screen and (min-width: 992px) {
  .day-selection fieldset {
    margin-top: 0 !important;
  }
}
.calendar {
  width: unset;
}

@media (min-width: 992px) {
  .availability-items-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
.cursor-default {
  cursor: default;
}

.bg-green {
  background-color: rgb(var(--falcon-green-rgb));
}

.bg-cyan {
  background-color: rgb(var(--falcon-cyan-rgb));
}

.border-3 {
  border: solid 3px #000;
}

.border-green {
  border-color: rgb(var(--falcon-green-rgb)) !important;
}

.border-cyan {
  border-color: rgb(var(--falcon-cyan-rgb)) !important;
}

hr.fieldset-divider {
  border-top-width: 3px;
  border-color: #ffb042;
}

@media print {
  .content {
    min-height: auto !important;
  }
  .hide-on-print {
    display: none !important;
  }
  #request-summary .d-grid {
    display: table !important;
  }
  #request-summary .d-grid .availability-item {
    display: table-cell;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  #request-summary p:last-of-type {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=custom.css.map */