@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,500,700");
@import url("//fonts.googleapis.com/css?family=Cabin:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato");

body {
  padding: 0px;
  margin: 0px;
  font-family: "Lato", sans-serif;
  color: #3b4151;
}

ul {
  list-style: none;
  margin-top: 0px;
}

a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  color: #3b4151;
}

.index-cursor {
  cursor: pointer;
}

.api-index,
li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.index-page {
  min-height: 100vh;
  background-color: #fafafa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
}

.feed-page {
  min-height: 100vh;
  background-color: #fafafa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
}

.blv-image {
  margin: 15px 0px 10px -10px;
}

.introduction-page {
  background: white;
  padding: 32px;
  font-size: 1em;
  line-height: 1.714;
}

.introduction-page-index {
  background: white;
  padding: 32px;
  font-size: 1em;
  line-height: 1.714;
  width: 40%;
}

.code-container {
  display: flex;
}

.code-box {
  width: 40%;
  background-color: #333;
}

.code-box2 {
  background-color: #292929;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
}

.index-link {
  color: #0091b3;
}

.btn-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 103px;
  margin-bottom: 10px;
}

.doc-btn {
  color: #0091b3 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  width: 240px;
  justify-content: center;
  border-radius: 8px;
}

h2,
h3 {
  margin-bottom: -10px;
}

.background-image {
  min-height: 100vh;
  background: url(../images/bglogin2.jpg) no-repeat center center fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  padding: 23px 0 23px 0;
}

.card {
  background-color: #f1f1f1;
  width: 13%;
  padding: 0px 27px 0px 27px;
  height: 100vh;
  overflow: scroll;
}

img {
  width: 77%;
}

.blv-icon {
  width: 9px;
  margin-right: 7px;
  margin-bottom: 0.86px;
}

.index-title {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 18px;
}

.index-title-intro {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 18px;
}

.index-list {
  margin-left: 16px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 14px;
}

.index-text {
  margin-bottom: 6px;
  font-size: 12px;
}

.cursor {
  cursor: default;
}

.index-last {
  margin-bottom: 10px;
}

.initially-hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

iframe {
  width: 87%;
  height: 100vh;
  overflow: scroll;
}

.feed-iframe-container {
  display: flex;
}

.feed-entity-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.feed-page-card {
  padding: 30px;
  width: 50%;
  min-height: 100vh;
}

.feed-entity {
  padding: 30px;
  min-height: 100vh;
}

.no-border {
  border: none !important;
}

.active {
  font-weight: bold;
  color: #000000f2;
  font-size: 15px;
}

.index-title-intro.active {
  font-weight: bold;
  color: #000000f2;
  font-size: 20px;
}

.index-title.active {
  font-size: 20px;
}

.intro-line {
  list-style-type: disc;
  margin-bottom: 13px;
}

.download-link {
  font-weight: bolder;
  color: #000000eb;
  cursor: pointer;
}

.code {
  border-radius: 3px;
  background-color: #f1f1f1;
  min-height: 31px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  line-height: 24px;
  overflow: scroll;
  white-space: nowrap;
}

.subsection {
  margin-bottom: 36px;
}

tr:nth-child(even) {
  background-color: #f1f1f1;
}

tr:nth-child(odd) {
  background-color: white;
}

table {
  margin-top: 38px;
}

td {
  padding: 13px;
  min-width: 70px;
}

th {
  text-align: left;
  background-color: #fafafa;
  padding: 13px;
}

.head-row {
  border-bottom: 1px solid #b5b5b5;
}

.info-card {
  margin-top: 36px;
  background-color: #8fbcd48c;
  padding: 10px;
  border-radius: 5px;
}

.code-card {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  padding: 10px;
  background-color: #f7f6f6;
}

/* code styles override */

.hljs-tag {
  color: #6a9fb5 !important;
}

.hljs-attr {
  color: #bb935b !important;
}

.hljs-number,
.hljs-string {
  color: #90a959 !important;
}

.hljs-keyword {
  color: #a9759e !important;
}
