:root {
  --bs-dark: #343A41;
  --dark: #343A41;
}
:root .table-dark,
:root .table-dark > th,
:root .table-dark > td {
  background-color: #343A41;
}
:root .table-dark th,
:root .table-dark td,
:root .table-dark thead th,
:root .table-dark tbody + tbody {
  border-color: #343A41;
}
:root .table-hover .table-dark:hover,
:root .table-hover .table-dark:hover > td,
:root .table-hover .table-dark:hover > th {
  background-color: #676b71;
}
:root .table .thead-dark th {
  color: #fff;
  background-color: #343A41;
  border-color: #343A41;
}
:root .btn-dark {
  color: #fff;
  background-color: #343A41;
  border-color: #343A41;
}
:root .btn-dark:hover {
  background-color: #676b71;
  border-color: #343A41;
}
:root .navbar-dark .navbar-brand,
:root .navbar-dark .navbar-nav .nav-link,
:root .navbar-dark .navbar-nav .nav-link:hover,
:root .navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}
:root .bg-dark {
  background-color: #343A41 !important;
}
:root .border-dark {
  border-color: #343A41 !important;
}
:root {
  --bs-primary: #c61d26;
  --primary: #c61d26;
}
:root .btn-primary {
  background-color: #c61d26;
  border-color: #c61d26;
}
:root .btn-primary:hover {
  background-color: #d4565c !important;
  border-color: #d4565c !important;
}
:root .btn-primary:focus, :root .btn-primary.focus {
  background-color: rgb(153.5154185022, 22.4845814978, 29.4625550661);
  border-color: rgb(153.5154185022, 22.4845814978, 29.4625550661);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
:root .btn-primary.disabled, :root .btn-primary:disabled {
  background-color: #c61d26;
  border-color: #c61d26;
}
:root .btn-primary:not(:disabled):not(.disabled):active, :root .btn-primary:not(:disabled):not(.disabled).active, :root .show > .btn-primary.dropdown-toggle {
  background-color: rgb(131.2731277533, 19.2268722467, 25.1938325991);
  border-color: rgb(131.2731277533, 19.2268722467, 25.1938325991);
}
:root .btn-primary:not(:disabled):not(.disabled):active:focus, :root .btn-primary:not(:disabled):not(.disabled).active:focus, :root .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
:root .btn-outline-primary {
  color: #c61d26;
  border-color: #c61d26;
}
:root .btn-outline-primary:hover {
  color: #fff;
  background-color: #c61d26;
  border-color: #c61d26;
}
:root .btn-outline-primary:focus, :root .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
:root .btn-outline-primary.disabled, :root .btn-outline-primary:disabled {
  color: #c61d26;
  background-color: transparent;
}
:root .btn-outline-primary:not(:disabled):not(.disabled):active, :root .btn-outline-primary:not(:disabled):not(.disabled).active, :root .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c61d26;
  border-color: #c61d26;
}
:root .btn-outline-primary:not(:disabled):not(.disabled):active:focus, :root .btn-outline-primary:not(:disabled):not(.disabled).active:focus, :root .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
:root .badge-primary {
  color: #fff;
  background-color: #c61d26;
}
:root a.badge-primary:hover, :root a.badge-primary:focus {
  color: #fff;
  background-color: rgb(153.5154185022, 22.4845814978, 29.4625550661);
}
:root a.badge-primary:focus, :root a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
:root .alert-primary {
  color: #004085;
  background-color: white;
  border-color: rgb(251.422907489, 230.577092511, 231.6872246696);
}
:root .alert-primary hr {
  border-top-color: rgb(244.9074889868, 186.0925110132, 189.2246696035);
}
:root .alert-primary .alert-link {
  color: #002752;
}
:root .list-group-item-primary {
  color: #004085;
  background-color: rgb(251.422907489, 230.577092511, 231.6872246696);
}
:root .list-group-item-primary.list-group-item-action:hover, :root .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: rgb(244.9074889868, 186.0925110132, 189.2246696035);
}
:root .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
:root .bg-primary {
  background-color: #c61d26 !important;
}
:root a.bg-primary:hover, :root a.bg-primary:focus,
:root button.bg-primary:hover,
:root button.bg-primary:focus {
  background-color: #d4565c !important;
}
:root .border-primary {
  border-color: #c61d26 !important;
}
:root .text-primary {
  color: #c61d26 !important;
}
:root a.text-primary:hover, :root a.text-primary:focus {
  color: #d4565c !important;
}
:root a {
  color: #c61d26;
  text-decoration: none;
  background-color: transparent;
}
:root a:hover:not(.nav-link.active), :root .bootstrap a:hover:not(.active) {
  color: #d4565c !important;
  text-decoration: none;
}
:root .btn-link {
  font-weight: 400;
  color: #c61d26;
  text-decoration: none;
}
:root .btn-link:hover {
  color: #d4565c;
  text-decoration: none;
}
:root .dropdown-item.active, :root .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #c61d26;
}
:root .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c61d26;
  background-color: #c61d26;
}
:root .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #c61d26;
  background-color: #c61d26;
}
:root .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
:root .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
:root .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
:root .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
:root .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
:root .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
:root .custom-range::-webkit-slider-thumb {
  background-color: #c61d26;
}
:root .custom-range::-moz-range-thumb {
  background-color: #c61d26;
}
:root .nav-tabs .nav-link:hover, :root .nav-tabs .nav-link:focus {
  color: #c61d26;
  text-decoration: none !important;
}
:root .nav-tabs .nav-link.active:hover, :root .nav-tabs .nav-link.active:focus,
:root .nav-tabs .nav-item.show .nav-link:hover,
:root .nav-tabs .nav-item.show .nav-link:focus {
  color: #c61d26 !important;
  text-decoration: none !important;
}
:root .nav-pills .nav-link.active,
:root .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c61d26;
}
:root .page-link {
  color: #c61d26;
  border-color: #dee2e6;
}
:root .page-link:hover {
  color: rgb(109.0308370044, 15.9691629956, 20.9251101322);
  background-color: #e9ecef;
}
:root .page-item.active .page-link {
  background-color: #c61d26;
  border-color: #c61d26;
}
:root .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
}
:root .list-group-item.active {
  color: #fff;
  background-color: #c61d26;
  border-color: #c61d26;
}

/*# sourceMappingURL=admin_organization_overrides.css.map */
