:root {
  --bs-secondary: #717171;
  --secondary: #717171;
}
:root .btn-secondary {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}
:root .btn-secondary:hover {
  color: #fff;
  background-color: rgb(87.5, 87.5, 87.5);
  border-color: rgb(87.5, 87.5, 87.5);
}
:root .btn-secondary:focus, :root .btn-secondary.focus {
  color: #fff;
  background-color: rgb(87.5, 87.5, 87.5);
  border-color: rgb(87.5, 87.5, 87.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
:root .btn-secondary.disabled, :root .btn-secondary:disabled {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}
:root .btn-secondary:not(:disabled):not(.disabled):active, :root .btn-secondary:not(:disabled):not(.disabled).active, :root .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
:root .btn-outline-secondary {
  color: #717171;
  border-color: #717171;
}
:root .btn-outline-secondary:hover {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}
:root .btn-outline-secondary:focus, :root .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
:root .badge-secondary {
  color: #fff;
  background-color: #717171;
}
:root .alert-secondary {
  color: #383d41;
  background-color: #d7d7d7;
  border-color: rgb(87.5, 87.5, 87.5);
}
:root .bg-secondary {
  background-color: #717171 !important;
}
:root .border-secondary {
  border-color: #717171 !important;
}
:root .text-secondary {
  color: #717171 !important;
}
:root {
  --bs-dark: #000000;
  --dark: #000000;
}
:root .table-dark,
:root .table-dark > th,
:root .table-dark > td {
  background-color: #000000;
}
:root .table-dark th,
:root .table-dark td,
:root .table-dark thead th,
:root .table-dark tbody + tbody {
  border-color: #000000;
}
:root .table-hover .table-dark:hover,
:root .table-hover .table-dark:hover > td,
:root .table-hover .table-dark:hover > th {
  background-color: #404040;
}
:root .table .thead-dark th {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
:root .btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
:root .btn-dark:hover {
  background-color: #404040;
  border-color: #000000;
}
: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: #000000 !important;
}
:root .border-dark {
  border-color: #000000 !important;
}
:root {
  --bs-primary: #181a46;
  --primary: #181a46;
}
:root .btn-primary {
  background-color: #181a46;
  border-color: #181a46;
}
:root .btn-primary:hover {
  background-color: #525374 !important;
  border-color: #525374 !important;
}
:root .btn-primary:focus, :root .btn-primary.focus {
  background-color: rgb(10.9787234043, 11.8936170213, 32.0212765957);
  border-color: rgb(10.9787234043, 11.8936170213, 32.0212765957);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
:root .btn-primary.disabled, :root .btn-primary:disabled {
  background-color: #181a46;
  border-color: #181a46;
}
: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(4.4680851064, 4.8404255319, 13.0319148936);
  border-color: rgb(4.4680851064, 4.8404255319, 13.0319148936);
}
: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: #181a46;
  border-color: #181a46;
}
:root .btn-outline-primary:hover {
  color: #fff;
  background-color: #181a46;
  border-color: #181a46;
}
: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: #181a46;
  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: #181a46;
  border-color: #181a46;
}
: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: #181a46;
}
:root a.badge-primary:hover, :root a.badge-primary:focus {
  color: #fff;
  background-color: rgb(10.9787234043, 11.8936170213, 32.0212765957);
}
: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: rgb(173.085106383, 175.4255319149, 226.914893617);
  border-color: rgb(135.1063829787, 138.5319148936, 213.8936170213);
}
:root .alert-primary hr {
  border-top-color: rgb(97.1276595745, 101.6382978723, 200.8723404255);
}
:root .alert-primary .alert-link {
  color: #002752;
}
:root .list-group-item-primary {
  color: #004085;
  background-color: rgb(135.1063829787, 138.5319148936, 213.8936170213);
}
: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(97.1276595745, 101.6382978723, 200.8723404255);
}
:root .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
:root .bg-primary {
  background-color: #181a46 !important;
}
:root a.bg-primary:hover, :root a.bg-primary:focus,
:root button.bg-primary:hover,
:root button.bg-primary:focus {
  background-color: #525374 !important;
}
:root .border-primary {
  border-color: #181a46 !important;
}
:root .text-primary {
  color: #181a46 !important;
}
:root a.text-primary:hover, :root a.text-primary:focus {
  color: #525374 !important;
}
:root a {
  color: #181a46;
  text-decoration: none;
  background-color: transparent;
}
:root a:hover:not(.nav-link.active), :root .bootstrap a:hover:not(.active) {
  color: #525374 !important;
  text-decoration: none;
}
:root .btn-link {
  font-weight: 400;
  color: #181a46;
  text-decoration: none;
}
:root .btn-link:hover {
  color: #525374;
  text-decoration: none;
}
:root .dropdown-item.active, :root .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #181a46;
}
:root .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #181a46;
  background-color: #181a46;
}
:root .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #181a46;
  background-color: #181a46;
}
: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: #181a46;
}
:root .custom-range::-moz-range-thumb {
  background-color: #181a46;
}
:root .nav-tabs .nav-link:hover, :root .nav-tabs .nav-link:focus {
  color: #181a46;
  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: #181a46 !important;
  text-decoration: none !important;
}
:root .nav-pills .nav-link.active,
:root .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #181a46;
}
:root .page-link {
  color: #181a46;
  border-color: #dee2e6;
}
:root .page-link:hover {
  color: black;
  background-color: #e9ecef;
}
:root .page-item.active .page-link {
  background-color: #181a46;
  border-color: #181a46;
}
:root .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
}
:root .list-group-item.active {
  color: #fff;
  background-color: #181a46;
  border-color: #181a46;
}

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