.demo-layout .is-layout-sidebar-left .layout-main-sidebar {
  flex: 0 0 240px;
  max-width: 240px;
  margin-right: 16px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-left .layout-main-sidebar {
      flex: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-left .layout-main-sidebar {
      margin-right: 0; } }

.demo-layout .is-layout-sidebar-left .layout-main-content {
  flex: 1;
  min-width: 0; }

.demo-layout .is-layout-sidebar-right .layout-main-sidebar {
  flex: 0 0 240px;
  max-width: 240px;
  order: 2;
  margin-left: 16px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-right .layout-main-sidebar {
      flex: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-right .layout-main-sidebar {
      order: 1;
      margin-left: 0; } }

.demo-layout .is-layout-sidebar-right .layout-main-content {
  flex: 1;
  min-width: 0;
  order: 1; }

.demo-layout .is-layout-sidebar-double .layout-main-sidebar {
  flex: 0 0 240px;
  max-width: 240px;
  margin-right: 16px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-double .layout-main-sidebar {
      flex: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-double .layout-main-sidebar {
      margin-right: 0; } }

.demo-layout .is-layout-sidebar-double .layout-main-sidebar-secondary {
  flex: 0 0 240px;
  max-width: 240px;
  margin-left: 16px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-double .layout-main-sidebar-secondary {
      flex: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-double .layout-main-sidebar-secondary {
      margin-left: 0; } }

.demo-layout .is-layout-sidebar-double .layout-main-content {
  flex: 1;
  min-width: 0;
  margin-bottom: 0; }

.demo-layout .is-layout-sidebar-page .layout-page-sidebar {
  flex: 0 0 240px;
  max-width: 240px;
  margin-right: 16px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-page .layout-page-sidebar {
      flex: 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .demo-layout .is-layout-sidebar-page .layout-page-sidebar {
      margin-right: 0; } }

.demo-layout .is-layout-sidebar-page .layout-page-content {
  flex: 1;
  min-width: 0; }

.demo-layout .layout-title {
  font-family: monospace, monospace;
  font-size: 12px;
  font-weight: bold;
  color: #111113; }

.demo-layout .is-layout-white,
.demo-layout .is-layout-gray {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px; }
  .demo-layout .is-layout-white:last-child,
  .demo-layout .is-layout-gray:last-child {
    margin-bottom: 0; }

.demo-layout .is-layout-gray {
  border: 3px solid #ededed;
  background-color: #f6f6f6; }

.demo-layout .is-layout-white {
  border: 3px solid #ededed; }

.demo-box {
  background: #fff;
  border-radius: 0.1875rem;
  margin-bottom: 16px;
  border: 1px solid rgba(17, 17, 19, 0.09); }
  .demo-box > pre {
    margin-bottom: 0;
    border: none;
    background-color: rgba(17, 17, 19, 0.02);
    color: rgba(17, 17, 19, 0.75);
    border-bottom-left-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem; }

.demo-inverted-box {
  background: rgba(17, 17, 19, 0.7); }

.demo-example {
  padding: 32px; }
  .demo-example table,
  .demo-example .is-table-container {
    margin-bottom: 0; }
  .demo-example.is-flat {
    padding: 0; }
  .demo-example.is-inverted-black {
    background-color: #222; }
  .demo-example.is-gray {
    background-color: #f8f8f8; }

.demo-example-table {
  padding: 6px 20px; }
  .demo-example-table tr:last-child td {
    border-bottom-color: transparent; }

.demo-navbar {
  background-color: #fff;
  box-shadow: 0 6px 24px rgba(17, 17, 19, 0.12);
  border-radius: 4px;
  padding: 8px 20px;
  min-height: 56px; }
  .demo-navbar .is-navbar .is-active a {
    color: #111113;
    border-bottom: 2px solid #f53e53;
    text-decoration: none;
    margin-bottom: -2px; }

.demo-example-grid .is-col,
.demo-example-sizing > div {
  background: rgba(44, 118, 238, 0.07);
  border-radius: 2px;
  padding: 10px 8px;
  font-family: monospace, monospace;
  font-size: 13px;
  color: rgba(17, 17, 19, 0.8); }
  .demo-example-grid .is-col.demo-col-nested,
  .demo-example-sizing > div.demo-col-nested {
    padding: 0; }

.demo-example-sizing > div {
  margin-bottom: 4px; }

.demo-bricks .row {
  margin-bottom: 0; }

.demo-check {
  margin-left: 0;
  list-style: none; }
  .demo-check li {
    padding-bottom: .5em;
    margin-bottom: .75em;
    border-bottom: 1px solid rgba(17, 17, 19, 0.05); }

.demo-example-table {
  padding: 6px 20px; }
  .demo-example-table tr:last-child td {
    border-bottom-color: transparent; }

.demo-example-close {
  display: flex;
  align-items: center; }
  .demo-example-close span {
    margin-right: 16px; }
  .demo-example-close span.big {
    margin-left: 6px; }

.demo-example-top-align button {
  vertical-align: top; }

.demo-button-action-big {
  font-size: 20px; }

.demo-button-action-small {
  font-size: 13px; }

.button.is-destructive {
  color: #fff;
  background-color: #f53e53; }
  .button.is-destructive:hover {
    color: #fff;
    background-color: #f86e7e; }
  .button.is-destructive:disabled, .button.is-destructive.is-disabled {
    color: #fff;
    background-color: rgba(17, 17, 19, 0.5); }
  .button.is-destructive.is-secondary {
    background: none;
    border: 2px solid #f53e53;
    color: #f53e53; }
    .button.is-destructive.is-secondary:hover {
      color: rgba(255, 255, 255, 0.95);
      background-color: #f53e53;
      border-color: #f53e53; }
    .button.is-destructive.is-secondary:disabled, .button.is-destructive.is-secondary.is-disabled {
      color: rgba(17, 17, 19, 0.5);
      border-color: rgba(17, 17, 19, 0.3); }
    .button.is-destructive.is-secondary.is-loading:hover:before {
      border-color: rgba(255, 255, 255, 0.25);
      border-bottom-color: #fff; }
  .button.is-destructive.is-tertiary {
    background: none;
    color: #f53e53; }
    .button.is-destructive.is-tertiary:hover {
      color: #111113; }
    .button.is-destructive.is-tertiary:disabled, .button.is-destructive.is-tertiary.is-disabled {
      text-decoration: none;
      color: rgba(17, 17, 19, 0.5); }
  .button.is-destructive.is-secondary.is-loading:before, .button.is-destructive.is-tertiary.is-loading:before {
    border-color: rgba(245, 62, 83, 0.25);
    border-bottom-color: #f53e53; }

.is-demo-breadcrumb-custom-separator a:after {
  content: '>'; }

.label.label-custom {
  background: #1fbc72;
  color: #fff; }
  .label.label-custom.is-secondary {
    background: none;
    color: #1fbc72;
    border-color: #1fbc72; }
  .label.label-custom.is-tertiary {
    background: none;
    color: #1fbc72; }

.demo-muted-link,
.demo-muted-link:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3); }

.animation-item {
  background: #fff;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(17, 17, 19, 0.15); }

.animation-header h2 {
  font-size: 16px;
  margin-bottom: 8px; }

.demo-animation-wrap {
  margin-bottom: 4px; }
  .demo-animation-wrap:after {
    content: '';
    display: table;
    clear: both; }

.demo-animation-box {
  float: left;
  margin-right: 16px;
  width: 202px;
  height: 82px;
  border: 1px dashed rgba(0, 0, 0, 0.15); }
  .demo-animation-box > div {
    width: 200px;
    height: 80px;
    background: rgba(17, 17, 19, 0.04);
    text-align: center;
    line-height: 80px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px; }

.demo-animation-btn {
  font-size: 15px;
  display: inline-block;
  width: 200px;
  margin-right: 16px; }

#response-demo-box {
  padding: 32px;
  background: #f8f8f8;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px; }

.swatch-item {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-width: 140px; }
  .swatch-item h5 {
    font-family: monospace, monospace;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0; }
  .swatch-item p {
    font-family: monospace, monospace;
    font-size: 12px;
    line-height: 20px;
    color: rgba(17, 17, 19, 0.6);
    margin-bottom: 0; }

.swatch {
  display: inline-block;
  height: 88px;
  width: 88px;
  margin-bottom: 8px;
  border-radius: 0.1875rem; }

.swatch-bg-text {
  background: #111113; }

.swatch-bg-text-secondary {
  background: rgba(17, 17, 19, 0.8); }

.swatch-bg-text-tertiary {
  background: rgba(17, 17, 19, 0.6); }

.swatch-bg-link {
  background: #2c76ee; }

.swatch-bg-link-hover {
  background: #f53e53; }

.swatch-bg-error {
  background: #f53e53; }

.swatch-bg-success {
  background: #1fbc72; }

.swatch-bg-focus {
  background: #2c76ee; }

.swatch-bg-black {
  background: #111113; }

.swatch-bg-accent {
  background: #f53e53; }

.swatch-bg-highlight {
  background: rgba(44, 118, 238, 0.1); }

.swatch-bg-inverted {
  background: #fff; }

.swatch-bg-inverted {
  position: relative;
  border: 4px solid rgba(17, 17, 19, 0.03); }
