/* Generated by the Wixok */
/* https://ai-assistants.wixok.com */

/* Write your font name */
* {
  font-family: Ubuntu, sans-serif;
}

/* Reset */
a {
  text-decoration: none;
  font-weight: 900;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-heading-color, inherit);
  background-color: #EEEEEE;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: #000 !important;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Optional */
a {
  color: #1565C0;
}

/* Theme */
.btn-primary {
  --bs-btn-bg: #1565C0;
  --bs-btn-border-color: #1565C0;
  --bs-btn-hover-bg: #1565C0;
  --bs-btn-hover-border-color: #1565C0;
  --bs-btn-active-bg: #1565C0;
  --bs-btn-active-border-color: #1565C0;
  --bs-btn-disabled-bg: #1565C0;
  --bs-btn-disabled-border-color: #1565C0;
}

.btn-outline-primary {
  --bs-btn-color: #1565C0;
  --bs-btn-border-color: #1565C0;
  --bs-btn-hover-bg: #1565C0;
  --bs-btn-hover-border-color: #1565C0;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-bg: #1565C0;
  --bs-btn-active-border-color: #1565C0;
  --bs-btn-disabled-color: #1565C0;
  --bs-btn-disabled-border-color: #1565C0;
}

.btn-outline-primary {
  color: #1565C0;
  border-color: #1565C0;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #1565C0;
  background-color: transparent;
}

.table-primary {
  --bs-table-bg: #1565C0;
  --bs-table-striped-bg: #1565C0;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1565C0;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #1565C0;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #1565C0;
}

.alert-primary {
  color: #1565C0;
  background-color: #ffffff;
  border-color: #ffffff;
}

.alert-primary .alert-link {
  color: #1565C0;
}

.bg-primary {
  background-color: #1565C0 !important;
}

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

.border-primary {
  border-color: #1565C0 !important;
}

.link-primary {
  color: #1565C0;
}

.link-primary:hover,
.link-primary:focus {
  color: #1565C0;
}

.list-group-item-primary {
  color: #1565C0;
  background-color: #ffffff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1565C0;
  background-color: #ffffff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-primary {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}