.wrapperCode,
.code--radius {
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .wrapperCode,
  .code--radius {
    width: calc(100vw - 52px);
  }
}

.code {
  display: inline-block;
  padding: 10px;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  color: #7fc8ff;
  font-family: monospace;
  font-size: 0.8rem;
  line-height: 1.25rem;
  border-radius: 0 0 5px 5px;
  border: none;
  background-color: black;
  box-sizing: border-box;
  outline: none;
  resize: none;
}

.code--radius .code {
  margin-bottom: 5rem;
  border-radius: 5px;
}

.code span {
  color: #fff;
}

.code .quote {
  color: #ff9486;
}

.code-group {
  display: inline-block;
  margin-bottom: 5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #cacaca solid;
}

.javascript {
  display: inline-block;
  padding: 10px;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  color: #7fc8ff;
  font-family: monospace;
  font-size: 0.9rem;
  line-height: 1.25rem;
  border-radius: 0 0 5px 5px;
  border: none;
  background-color: black;
  box-sizing: border-box;
  outline: none;
  resize: none;
}

.javascript--radius .javascript {
  margin-bottom: 5rem;
  border-radius: 5px;
}

.javascript span {
  color: #fff;
}

.javascript .quote {
  color: #ff9486;
}

.javascript-group {
  display: inline-block;
  margin-bottom: 5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #cacaca solid;
}

.example_fl_layout {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px #ffb82d solid;
  background-color: #fff7e8;
}

.example_fl_layout span {
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

.example_fl_wrapperCol {
  display: inline-flex;
  margin-top: 10px;
  width: 100%;
}

.example_fl_col {
  display: inline-block;
  margin-right: 16px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px #ff2d8a solid;
  text-align: center;
  background-color: #ffd0e5;
}

.example_fl_col:first-child {
  width: calc(4 * 100% / 12);
}

.example_fl_col:nth-child(2) {
  width: calc(2 * 100% / 12);
}

.example_fl_col:last-child {
  margin-right: 0;
  width: 50%;
}

.color_modules {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
}

.color_class {
  padding: 0 3px;
  color: #e91e63;
  font-family: monospace;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .doc_sidebar {
    position: fixed !important;
  }

  .doc_content {
    margin-left: 250px;
  }
}

.wrapper-modules {
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  background-color: #3f3f3f;
}

.wrapper-modules_badge {
  display: inline-block;
  margin: 0.1rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.7rem;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.layout-block-documentation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0.5rem;
  width: 100%;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
}

.flexbox-block-documentation,
.display-block-documentation {
  padding: 0.3rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.radius-block-documentation {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: silver;
}

.slider-block-documentation {
  width: 250px;
  background-color: silver;
}

.spacing-block-documentation {
  padding: 10px;
  width: 100px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}

