* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  color: #2E4664;
  padding: 0;
  margin: 0;
}

table thead {
  border-bottom: 1px solid #E5EAEF;
}

table thead th {
  background-color: white;
  border: none;
  font-size: 10px;
}

tr {
  border: none !important;
}

tr th {
  vertical-align: middle;
}

tr td {
  vertical-align: middle;
}

thead th span,
thead th a:link,
thead th a:visited {
  color: #9EAFC2;
}

thead th.sorted {
  background-color: #FFF;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

h2 {
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

input[type=submit] {
  background-color: #FFF;
  border: 1px solid #3A98E5;
  color: #3A98E5;
  font-weight: bold;
  border-radius: 30px;
}

input[type=submit]:hover {
  background: white;
}

input::placeholder {
  font-size: 1em;
  line-height: 20px;
  color: #9EAFC2;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type="number"],
input[type="email"] {
  border: 1px solid #E5EAEF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 13px;
  background-color: white;
  width: 100%;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

button:hover {
  cursor: pointer;
  opacity: 0.8;
}

button:disabled {
  opacity: 0.3;
  font-style: italic;
}

#header {
  background-color: white;
  height: 80px !important;
  padding: 0;
}

#header a:link,
#header a:visited {
  color: #3A98E5;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 12px 0 12px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.divider {
  width: 80%;
  height: 1px;
  background-color: #8295AD;
}

.viu__logo {
  width: 80px;
}

.outlined {
  background-color: white;
  border: 1px solid #3A98E5;
  color: #3A98E5;
  font-style: bold;
}

.header-logo {
  width: 80px;
}