body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}

.toolbar .breadcrumb {
  font-size: 14px !important;
}

.toolbar {
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.toolbar .breadcrumb li:not(:first-child)::before {
  content: ">" !important;
}

.toolbar .breadcrumb a {
  color: #353535 !important;
}

.user-image {
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.context-info .nums dl dd {
  font-size: 42px !important;
  color: #2c97f2 !important;
}

.info {
  dt {
    color: #2c97f2;
  }
}

.context-info h1.heading,
.context-info .heading.h1 {
  font-size: 1.95em !important;
  color: #353535 !important;
}

.nums {
  padding-top: 28px !important;
}

.context-info .nums {
  margin-top: 28px !important;
  border-top: 2px solid #ddd !important;
}

.context-info .info {
  margin-top: 28px !important;
  padding-top: 28px !important;
  border-top: 2px solid #ddd !important;
}

.context-info .nums dl dt {
  color: #4e6d87 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.btn,
.btn:hover {
  background: #e0111d !important;
  border: 1px solid #b10d17 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 15px 36px !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}
#field-giant-search {
  border: 2px solid #e9e9e9;
  vertical-align: middle;
  padding: 10px 60px 10px 20px;
  height: 60px;
  font-size: 1em;
  display: block;
}
#search-button {
  background: #192d67;
  color: white;
  height: 60px;
  width: 60px;
  &:hover {
    background: #122049 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0.8em;
}

label.text-xl.font-normal {
  font-family: "Roboto Slab", serif;
}

select,
textarea,
input[type="text"]:not(#field-giant-search),
input[type="email"],
input[type="password"] {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.2em !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  border: 1px solid #e0dfe0 !important;
  border-bottom-width: 5px !important;
  color: #5f5f5f !important;
}

h2.dataset-heading {
  font-size: 1.65em;
  line-height: 140%;
  margin-bottom: 0.25em;
  color: #192d67;
}

h2.dataset-heading a:hover {
  color: #e71f13;
  text-decoration: underline;
}

div.dataset-content p.empty {
  font-size: 0.9em;
  color: #000;
}

@media screen and (min-width: 700px) {
  div.dataset-content p.empty {
    margin: 0;
  }
}

a.dataset-item-card {
  display: block;
  text-decoration: none;
  border-left: 7px solid #eeefef;
  padding-left: 3%;
  div div.flex.justify-between p {
    color: #000;
    font-size: 0.9em;
  }
  &:hover {
    text-decoration: none;
    .dataset-heading {
      color: #e71f13;
    }
    border-color: #e71f13;
    div div.flex.justify-between p {
      color: #000;
    }
  }
}

.resource-icon-small {
  width: 50px;
  height: 21px;
  padding: 1px;
  display: inline-block;
  margin-bottom: 4px;
  background: #1c3273;
}

.resource-icon-small:hover {
  background: #122049;
}

.resource-icon-small {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.type-doc {
  background: #e44945;
}

.type-csv {
  background: #ff9900;
}

.type-json {
  background: #ffcc00;
}

.type-xls {
  background: #66ff66;
}

.type-pdf {
  background: #57a2e2;
}

.type-ppt {
  background: #993366;
}

header div a {
  color: white !important;
}

header ul.uppercase a {
  color: white !important;
}

footer a {
  color: #232121 !important;
}

ul.topic-list {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0.5em;
}

.topic-list span img {
  width: 100%;
  max-width: 60px;
}

.resource-icon {
  padding: 1px;
  height: 52px;
  width: 52px;
  color: #fff;
  margin: 0;
}

.resource-icon,
.resource-icon span {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #d4d4d4;
  word-wrap: break-word;
  overflow: hidden;
}

.resource-icon span {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  line-height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.26) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.15)),
    color-stop(100%, rgba(255, 255, 255, 0.26))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.26) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.26) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.26) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(255, 255, 255, 0.26) 100%
  );
}

table {
  box-shadow: 1px 3px 2px 0px rgba(161, 161, 161, 0.35);
  border: 1px solid #e0dfe0;
  border-radius: 3px !important;
  width: 100%;
  margin-bottom: 2em;
}

table {
  color: #4b4a54 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid #e0dfe0 !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

tr td:first-child,
tr th:first-child {
  background: #efefef;
}

thead th {
  vertical-align: top;
}
th {
  font-size: 1.1em;
  font-weight: bold;
}
td,
th {
  padding: 10px 10px;
  text-align: left;
  border-right: 1px solid #e0dfe0 !important;
}

td {
  border-top: 1px solid #e0dfe0 !important;
}

td,
th {
  padding: 10px 10px;
  text-align: left;
  border-right: 1px solid #e0dfe0 !important;
}

.module p {
  margin-bottom: 21px !important;
}

.module h1 {
  font-size: 27.3px !important;
  margin-bottom: 21px !important;
}
/* TODO VERIFY THE ELEMENT THAT HAVE THIS CLASS */
.resource-item {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: unset !important;
  padding-right: unset !important;
  margin-bottom: unset !important;
  border-radius: unset !important;
}

.resource-item .btn-group {
  position: inherit !important;
  top: unset !important;
  right: unset !important;
}

.info-image {
  max-width: 90px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}
ul.activity > li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
}

ul.activity > li > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.activity > li .date {
  margin: 0 !important;
  position: relative;
  top: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset !important;
}

div.toolbar {
  padding: 1% 2%;
}

span.pill {
  border-radius: 3px;
  background: #1c3273;
}

@media screen and (min-width: 400px) {
  .nav-menu {
    width: 48px;
    height: 48px;
    background-color: #5c5c5c;
    overflow: hidden;
  }
}
