@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfr.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZM.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscQ.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeEA.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFscQ.ttf) format('truetype');
}
.regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.light {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
}
a:hover {
  text-decoration: none;
}
.bordered {
  border: solid 1px #216AE7;
}
.filled {
  background: #EB642A;
  color: #fff;
}
body {
  color: #1a1a1a;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
html,
body {
  height: 100%;
}
.body-container {
  min-height: 100%;
}
footer {
  background: #216AE7;
  color: #fff;
  padding-top: 20px;
  height: 155px;
}
.box-radius {
  border-radius: 10px;
}
.page-doc {
  padding-top: 15px;
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
}
.breadcrumb {
  padding: 0;
  background: none;
}
.breadcrumb > .active {
  color: #216AE7 !important;
}
#breadcrumb-label {
  font-size: 12px;
  color: #8F8F8F;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.navbar-bottom {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 30px;
}
.navbar-bottom > * {
  font-size: 13px;
}
.cobatlogo {
  height: 30px;
  width: auto;
}
.card-custom {
  background: #B78570;
  color: #fff;
  border-radius: 10px;
}
.card-custom:hover {
  background: #55433B;
}
.card-custom-header {
  padding: 20px;
}
.card-custom-header h4 {
  display: inline-block;
  font-size: 18px;
}
.card-custom-header .fas {
  margin-right: 10px;
}
