body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #290661;
  margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #6610f2;
  margin-bottom: 1rem;
}

.h-font {
  font-family: "Titillium Web", sans-serif !important;
}

p {
  color: #212529;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-indigo-dark {
  color: #290661 !important;
}

.bg-dark {
  background-color: #290661 !important;
}

label {
  margin-bottom: 0.5rem;
}

.btn {
  word-wrap: normal !important;
}

.btn-block {
  display: block !important;
}

.btn-normal {
  background-color: #6610f2;
  color: #fff;
}

.btn-normal:hover {
  background-color: #6f42c1;
  color: #fff;
}

.bg-indigo-dark {
  background-color: #290661;
  color: #fff;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-indigo-dark {
  border-color: #290661 !important;
}

.btn-light {
  border-color: #6c757d !important;
}

.alert-indigo {
  color: #290661;
  background-color: #e0cffc;
}

a.delete-link {
  color: #dc3545;
  text-decoration: none;
}

a.delete-link:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f1f8  ";
}

a.delete-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.table th, .table td {
  vertical-align: middle;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item {
  margin-right: 0.5rem;
}

.dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.ss-single-selected {
  height: 38px !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

.error-area-text::before {
  content: "Whoops: ";
  font-weight: 700;
}

textarea {
  overflow: hidden;
  padding: 10px;
}

textarea.show-scroll {
  overflow-y: scroll;
}

.isca-footer {
  background-image: url("/images/iscaware/footer-bg.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-weight: 900;
  color: #290661;
}

h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #6610f2;
}

body, p, label, span, div, small {
  color: #212529;
}

.btn-tenant {
  background-color: #6610f2 !important;
  color: #ffffff;
}

.btn-tenant:hover {
  background-color: #290661 !important;
  color: #ffffff;
}

.border-tenant {
  border-color: #e0cffc !important;
}

.alert-tenant {
  color: #212529;
  background-color: #e0cffc;
}

.bg-dark {
  background-color: #290661 !important;
  color: #fff;
}

.progress-bar-container {
  width: 100%;
  height: 5px;
  border: 1px solid #290661;
  background-color: #e0cffc;
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #6610f2;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style-override.css.map */