.docs-categories {
  display: block;
}
.docs-categories-header {
  display: block;
  margin-bottom: 40px;
}
.docs-categories-header-title {
  font-size: 30px;
  color: #546778;
}
.docs-categories-item {
  display: inline-block;
  width: calc(33% - 30px);
  float: left;
  position: relative;
  height: 140px;
  padding: 15px;
  text-decoration: none !important;
  color: #546778;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.docs-categories-item-icon {
  display: block;
  height: 45px;
  width: 45px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/categories.png");
}
.docs-categories-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #546778;
  margin-bottom: 5px;
}
.docs-categories-item-description {
  font-size: 15px;
  color: #879aab;
}
.docs-categories-item:hover {
  cursor: pointer;
  background-color: rgba(78, 145, 228, 0.1);
}
@media (max-width: 700px) {
  .docs-categories-item {
    width: calc(100% - 30px);
  }
}

.sd-colors {
  display: inline-block;
  width: 130px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.sd-colors::after {
  display: block;
  opacity: 0.8;
}
.sd-colors--primary {
  background-color: #4e91e4;
  color: #ffffff;
}
.sd-colors--primary::after {
  content: "#4e91e4";
}
.sd-colors--success {
  background-color: #4acf7f;
  color: #ffffff;
}
.sd-colors--success::after {
  content: "#4acf7f";
}
.sd-colors--warning {
  background-color: #fbc850;
  color: #ffffff;
}
.sd-colors--warning::after {
  content: "#fbc850";
}
.sd-colors--error {
  background-color: #ee675d;
  color: #ffffff;
}
.sd-colors--error::after {
  content: "#ee675d";
}
.sd-colors--dark {
  background-color: #546778;
  color: #ffffff;
}
.sd-colors--dark::after {
  content: "#546778";
}
.sd-colors--light {
  background-color: #dde5ee;
  color: #546778;
}
.sd-colors--light::after {
  content: "#dde5ee";
}
.sd-colors-legacy--navy {
  background-color: #546778;
  color: #ffffff;
}
.sd-colors-legacy--navy::after {
  content: "#546778";
}
.sd-colors-legacy--green {
  background-color: #93d260;
  color: #ffffff;
}
.sd-colors-legacy--green::after {
  content: "#93d260";
}
.sd-colors-legacy--teal {
  background-color: #60d2b6;
  color: #ffffff;
}
.sd-colors-legacy--teal::after {
  content: "#60d2b6";
}
.sd-colors-legacy--blue {
  background-color: #4e91e4;
  color: #ffffff;
}
.sd-colors-legacy--blue::after {
  content: "#4e91e4";
}
.sd-colors-legacy--purple {
  background-color: #ac94e8;
  color: #ffffff;
}
.sd-colors-legacy--purple::after {
  content: "#ac94e8";
}
.sd-colors-legacy--pink {
  background-color: #e77eb8;
  color: #ffffff;
}
.sd-colors-legacy--pink::after {
  content: "#e77eb8";
}
.sd-colors-legacy--red {
  background-color: #ee675d;
  color: #ffffff;
}
.sd-colors-legacy--red::after {
  content: "#ee675d";
}
.sd-colors-legacy--orange {
  background-color: #f78055;
  color: #ffffff;
}
.sd-colors-legacy--orange::after {
  content: "#f78055";
}
.sd-colors-legacy--yellow {
  background-color: #fbc850;
  color: #ffffff;
}
.sd-colors-legacy--yellow::after {
  content: "#fbc850";
}
.sd-colors-legacy--grey {
  background-color: #dde5ee;
  color: #546778;
}
.sd-colors-legacy--grey::after {
  content: "#dde5ee";
}
.sd-colors-wrapper {
  margin-bottom: 15px;
  margin-top: 20px;
}

.docs-examples {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  vertical-align: top;
}
.docs-examples-item {
  text-decoration: none !important;
  display: inline-block;
  vertical-align: top;
  max-width: calc(315px - 20px);
  padding: 10px;
}
.docs-examples-item-image {
  display: block;
  width: 283px;
  height: 157px;
  background-repeat: no-repeat;
  background-size: 283px 157px;
  background-position: center center;
  border: 1px solid #eef2f7;
  border-radius: 5px;
  padding: 5px;
}
.docs-examples-item-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #546778;
  margin-top: 10px;
  margin-bottom: 2px;
  text-decoration: none !important;
}
.docs-examples-item-description {
  display: block;
  text-decoration: none;
  color: #879aab;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 60px;
}

.sd-snippet-demo {
  display: block;
  padding: 10px;
  border: 2px solid #eef2f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
}
.sd-snippet-code {
  display: block;
  line-height: 22px;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  background-color: #eef2f7;
  color: #546778;
  overflow-x: auto;
  padding: 15px;
}

.docs-rule {
  display: block;
  width: 200px;
  height: 2px;
  background-color: #4e91e4;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=main.css.map */