* {
  outline: none;
}
html,
body {
  display: grid;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
  color: #334141;
}
.table-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0.5rem;
  border-left: 4px solid #65cbc9;
  line-height: 1;
  margin-bottom: 1rem;
}
body {
  background-color: #f9f9f9;
  padding: 2rem;
  position: relative;
  background-image: url(../img/muralbg.png);
}
.text-center {
  text-align: center;
}
.requierd,
.error {
  color: red;
}
.button {
  background: #ffd023;
  border-radius: 25px;
}
.button:hover,
.button:focus {
  color: #ffd023;
  background: #fff;
  border: solid 1px #ffd023;
}
.button img {
  max-height: 24px;
}
table img {
  max-height: 16px;
  width: 24px;
}
table .button {
  margin: 0;
  padding: 0.3rem 1rem;
  margin: 0;
}
table .button + .button {
  margin-left: 0.5rem;
}
#pagination {
  margin-top: 1rem;
}
.pagination .current {
  background: #65cbc9;
}
.pagination .current a,
.pagination .current button {
  color: #f9f9f9;
}
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
.invalid {
  border-color: red;
}
fieldset {
  background: #fff;
  margin: 2rem 0;
  padding: 1rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
}
legend {
  background: #ce0020;
  padding: 0.5rem 1rem;
  color: #fff;
}
.form-control-wrap {
  position: relative;
}
.show-for-sr {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
label.button {
  border-radius: 4px;
  background: #cacaca;
}
label.button:hover,
label.button:focus {
  background: #cacaca;
  color: #fff;
}
table {
  width: 100%;
}
table tr:nth-child(odd) td {
  background: #fff;
}
th {
  text-align: left;
  padding: 0.5rem;
  background: #ce0020;
  color: #fff;
}
td {
  padding: 0.3rem 0.1rem;
}
.card {
  background: #ce0020;
  color: #fff;
  border-radius: 5px;
}
.card .title {
  text-transform: uppercase;
  color: #fff;
}
.unique {
  padding: 0.5rem;
  background: lightgreen;
  border: 1px dashed darkgreen;
}
.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.reveal {
  border: none;
  background-color: transparent;
}
#wrapper {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 1px 20px rgba(0, 0, 0, 0.1),
    inset 1px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
#inner {
  flex-grow: 1;
  padding: 2rem;
}
#logo img {
  max-height: 92px;
  margin-bottom: 38px;
}
.input-group input[type="search"] {
  font-size: 1.3rem;
  color: rgb(117, 117, 117);
  height: 3rem;
  border: none;
  padding: 0 16px;
}
