:root {
  --primary-color: #e32b31;
  --secondary-color: #46555f;
  --button-color:#950001;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.8rem;
  color: var(--secondary-color);
  margin: 0;
}
body * {
  box-sizing: border-box;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--secondary-color);
}
label {
  padding-bottom: 1rem;
  display: block;
  font-size: 1.8rem;
}
input {
  height: 4.7rem;
  border-radius: 3rem;
  border: 1px solid #dfdfdf;
  padding: 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--secondary-color);
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
  width: 100%;
  font-family: inherit;
  text-transform: inherit;
}
input:active, input:hover, input:focus {
  outline-color: var(--primary-color);
}
input[type="checkbox"] {
  height: 1.8rem;
  width: 1.8rem;
}
input[type="radio"] {
  accent-color: var(--primary-color);
}
button, input[type="submit"] {
  height: 4.7rem;
  border: 0;
  border-radius: 3rem;
  color: #fff;
  background-color: var(--button-color);
  font-weight: 300;
  font-size: 1.8rem;
  padding: 0 3rem;
  -webkit-transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out, color 0.25s ease-in-out;
  line-height: 0.1;
}
button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
  background: var(--primary-color);
  color: white;
  cursor: pointer;
}
button:disabled, input[type="submit"]:disabled {
  opacity: 0.4;
}
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23e32b31' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: right 1rem center;
  padding-right: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0;
  width: 100%;
  height: 5rem;
  border-radius: 3rem;
  border: 1px solid #dfdfdf;
  padding: 0 1.4rem;
  font-weight: 400;
  background-color: #fff;
  transition: border-color 0.2s ease-in;
  font-family: inherit;
}
select:active, select:hover, select:focus {
  outline-color: var(--primary-color);
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.select2.select2-container {
  display: inline;
}
.select2.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}
.select2.select2-container .select2-selection.select2-selection--multiple {
  border-radius: 3rem;
  border: 1px solid #dfdfdf;
  min-height: 4.7rem;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-search__field {
  font-family: inherit;
  text-transform: inherit;
}
.select2.select2-container .select2-selection.select2-selection--multiple:not(.select2-selection--clearable) .select2-search--inline .select2-search__field {
  line-height: normal;
  height: 3.5rem;
  max-height: 4.7rem;
  margin-left: 2rem;
  font-size: 1.3rem;
  padding-top: 8px;
  font-size: 1.3rem;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary-color);
  color: white;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__display {
  font-size: 1.3rem;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  height: 3rem;
  border-radius: 0;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__remove span {
  color: white;
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: var(--secondary-color);
}
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__clear:hover {
  color: var(--secondary-color);
}
.select2.select2-container.select2-container--focus .select2-selection.select2-selection--multiple {
  outline: var(--primary-color) 2px solid;
}
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}
table.dataTable, table:not(.table-condensed) {
  width: 100%;
}
table.dataTable thead tr th, table:not(.table-condensed) thead tr th {
  border-bottom: 2px solid var(--primary-color);
  font-size: 1.8rem;
  text-align: left;
  padding: 1.6rem 0;
  line-height: 2.8rem;
  font-weight: 400;
}
table.dataTable thead tr th .dt-column-title, table:not(.table-condensed) thead tr th .dt-column-title {
  display: flex;
  line-height: 1.8rem;
  align-items: center;
}
table.dataTable thead tr th .dt-column-title:after, table:not(.table-condensed) thead tr th .dt-column-title:after {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
table.dataTable thead tr th.dt-ordering-asc .dt-column-title::after, table:not(.table-condensed) thead tr th.dt-ordering-asc .dt-column-title::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" d="m4.5 15.75 7.5-7.5 7.5 7.5" /> </svg>');
}
table.dataTable thead tr th.dt-ordering-desc .dt-column-title::after, table:not(.table-condensed) thead tr th.dt-ordering-desc .dt-column-title::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /> </svg>');
}
table.dataTable thead tr th:not(.dt-ordering-desc, .dt-ordering-asc) .dt-column-title::after, table:not(.table-condensed) thead tr th:not(.dt-ordering-desc, .dt-ordering-asc) .dt-column-title::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" /> </svg> ');
}
table.dataTable tbody tr td, table:not(.table-condensed) tbody tr td {
  padding: 1.6rem 0;
  text-align: left;
  border-bottom: 1px solid #efefef;
}
.dt-info {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.6rem;
}
.dt-search {
  display: none;
}
.paging_full {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.paging_full .dt-paging-button, .paging_full .ellipsis {
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0.4rem;
  margin: 0 0.3rem;
  transition: 0.3s;
  padding: 0.5rem;
  color: var(--secondary-color);
  height: auto;
}
.paging_full .dt-paging-button.current:not(.disabled), .paging_full .dt-paging-button:hover:not(.disabled), .paging_full .ellipsis.current:not(.disabled), .paging_full .ellipsis:hover:not(.disabled) {
  cursor: pointer;
  background: none;
  color: var(--primary-color);
}
.paging_full .dt-paging-button.disabled, .paging_full .ellipsis.disabled {
  opacity: 0.4;
}
.paging_full .dt-paging-button.disabled:hover, .paging_full .ellipsis.disabled:hover {
  background: none;
  color: var(--primary-color);
}
.paging_full .dt-paging-button.first svg, .paging_full .dt-paging-button.previous svg, .paging_full .ellipsis.first svg, .paging_full .ellipsis.previous svg {
  margin-right: 0.5rem;
}
.paging_full .dt-paging-button.next svg, .paging_full .dt-paging-button.last svg, .paging_full .ellipsis.next svg, .paging_full .ellipsis.last svg {
  margin-left: 0.5rem;
}
.paging_full .dt-paging-button svg, .paging_full .ellipsis svg {
  width: 1.4rem;
}
.daterangepicker.show-calendar.ltr.auto-apply, .daterangepicker.show-ranges.ltr.auto-apply {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  background-color: white;
  box-shadow: 0 0 5rem 0 rgba(82, 63, 105, 0.15);
  z-index: 1000;
  border-radius: 0.475rem;
  font-family: inherit;
}
.daterangepicker.show-calendar.ltr.auto-apply:before, .daterangepicker.show-calendar.ltr.auto-apply:after, .daterangepicker.show-ranges.ltr.auto-apply:before, .daterangepicker.show-ranges.ltr.auto-apply:after {
  content: none;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar.left, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar.left {
  border-left: 1px solid #ededed;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar th, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar th {
  font-weight: 600;
  color: #252f4a;
  font-size: 1.3rem;
  width: 3.3rem;
  height: 3.3rem;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar th.next span, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar th.prev span, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar th.next span, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: #78829d;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td {
  color: #4b5675;
  font-size: 1.3rem;
  font-weight: 400;
  width: 3.3rem;
  height: 3.3rem;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.in-range.available:not(.active):not(.off):not(.today), .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #f9f9f9;
  color: var(--primary-color);
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.active, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.active {
  background-color: var(--primary-color);
  color: white !important;
  border-radius: 0.475rem;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.active.start-date, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.active.end-date, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.available.off, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.available.off {
  color: #99a1b7;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.available:hover, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.available:hover {
  color: var(--primary-color);
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar td.disabled, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar option.disabled, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar td.disabled, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar option.disabled {
  color: rgba(30, 30, 30, 0.1);
  text-decoration: none;
}
.daterangepicker.show-calendar.ltr.auto-apply .drp-calendar select.ampmselect, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar select.hourselect, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar select.minuteselect, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar select.monthselect, .daterangepicker.show-calendar.ltr.auto-apply .drp-calendar select.yearselect, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar select.ampmselect, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar select.hourselect, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar select.minuteselect, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar select.monthselect, .daterangepicker.show-ranges.ltr.auto-apply .drp-calendar select.yearselect {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-radius: 0.475rem;
  background-color: #ffffff;
  border-color: transparent;
  color: #4b5675;
  font-weight: 500;
  outline: 0;
  background-position: right 0 center;
  font-size: 1.3rem;
  background-image: none;
  appearance: auto;
}
.daterangepicker.show-calendar.ltr.auto-apply .ranges li.active, .daterangepicker.show-ranges.ltr.auto-apply .ranges li.active {
  background-color: var(--primary-color);
}
.daterange {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23e32b31' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: right 1rem center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 3.4rem;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: var(--primary-color);
}
.switch input:checked + .slider::before {
  transform: translateX(2.6rem);
}
.switch.small {
  width: 3rem;
  height: 1.7rem;
}
.switch.small .slider::before {
  height: 1.3rem !important;
  width: 1.3rem;
  left: 0.2rem;
  bottom: 0.2rem;
}
.switch.small input:checked + .slider::before {
  transform: translate(1.3rem);
}
.credit-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  text-align: center;
  margin: 3rem auto 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.credit-wrapper span {
  font-size: 1.2rem;
  margin: auto;
}
.credit-wrapper .terms {
  padding-top: 0.5rem;
}
.credit-wrapper .terms a {
  color: var(--primary-color);
}
.credit-wrapper .logo {
  margin-bottom: 1rem;
}
.credit-wrapper .logo img {
  width: 8rem;
  height: auto;
}
.component-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  html {
    font-size: 57.5%;
  }
  table.dataTable thead tr th, table:not(.table-condensed) thead tr th {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 502px) {
  html {
    font-size: 55%;
  }
}
