@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: var(--text-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: var(--indigo-dye);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: var(--electric-indigo);
  font-size: 1em;
  text-decoration: none;
}

a:hover {
  color: var(--electric-indigo-opacity);
  transition: 0.3s;
  text-decoration: none;
}

p,
label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: var(--text-black);
}

button.clickable {
  color: var(--electric-indigo);
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

button.clickable:hover {
  color: var(--electric-indigo-opacity);
  transition: 0.3s;
  text-decoration: none;
}

label.question {
  font-weight: 400;
  color: var(--indigo-dye);
}

a.brand-title,
brand-title {
  color: var(--indigo-dye);
  font-family: "Oswald", sans-serif;
}

.top-bar {
  display: flex;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
}

.navbar img {
  height: 2.1rem;
}

.content {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.valid.modified:not([type="checkbox"]) {
  outline: 1px solid #26b050;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
