[class*="language-"] {
  border-radius: 10px !important;
}

p {
  color: #5e808c !important;
}

.docs {
  background-color: #f6faff;
}

.docs-left-sidebar {
  background-color: #f6faff;
}

.docs-left-sidebar dt a {
  color: #3f95ff !important;
}

.docs article .callout {
  margin-left: 0rem !important;
  margin-right: -2rem;
}

.DocSearch:focus {
  border-color: #3f95ff !important;
  outline-color: #3f95ff !important;
  box-shadow: 0 0 0 2px #3f95ff !important;
}

.btn-blue {
  background-color: #405cf5;
}

.btn-red {
  background-color: #e31616;
}

.btn-green {
  background-color: #2ea44f;
}

.btn-yellow {
  background-color: #ffca35;
}

.btn-orange {
  background-color: darkorange;
}

.btn-purple {
  background-color: #8b5cf6;
}

.btn-pink {
  background-color: #ea4c89;
}

a {
  color: #0c1929 !important;
}

a:active {
  color: #f38a36 !important;
  border-color: #f38a36 !important;
}

a:hover {
  color: #f38a36 !important;
  border-color: #f38a36 !important;
}

h1 {
  color: #1f2937 !important;
}

.btn {
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn:hover,
.btn:focus {
  background-color: #f7f7f7;
  color: #333;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote {
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 0.2em 25px;
  border-left: 8px solid #ccc;
  line-height: 1.6;
  position: relative;
}

blockquote::before {
  font-family: Arial;
  color: #78c0a8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.go-to-app {
  color: #3f95ff !important;
}
