@import url(https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css);
/**THIS IS SOME REALLY SHIT CSS;
 * WRITTEN FOR FUN, NOT TO LAST!
 */

[class*=rsg--]:not(pre):not(code) {
  font-family: proxima-nova, sans-serif !important;
}
[class*=rsg--root] {
  margin-bottom: 24px !important;
}
[class*=rsg--tab-] [class*=rsg--root][style] {
  /* force zed bottom margin on example codeblocks */
  margin-bottom: 0 !important;
}
[class*=rsg--root][data-testid*=example] [class*=rsg--tab-] * {
  font-family: Consolas, "Liberation Mono", Menlo, monospace !important;
}
h1[class*=rsg--],
h2[class*=rsg--],
h3[class*=rsg--],
h4[class*=rsg--],
h5[class*=rsg--],
h6[class*=rsg--] {
  font-weight: 700 !important;
}

a[class*=rsg--link-] {
  color: #018ef5 !important;
}

[class*="rsg--item"] a {
  color: #333333 !important;
}
[class*="rsg--item"][class*="rsg--isSelected"] > a {
  color: #018ef5 !important;
}

[class*=rsg--logo] {
  color: inherit !important;
  font-weight: 900 !important;
  text-align: center !important;
}

[class*=rsg--preview] > :only-child {
  all: unset  !important;
}

[class*=rsg--search] {
  background: rgba(1, 142, 246, .125) !important;
  border-bottom: 1px solid rgba(1, 142, 246, .2) !important;
}
[class*=rsg--search] > input {
  background: #FFF;
  border: 1px solid white !important;
  color: #018ef5 !important;
  padding: .5em !important;
  -webkit-transition: .2s ease-out !important;
  -o-transition: .2s ease-out !important;
  transition: .2s ease-out !important;
}

[class*=rsg--search] > input::-webkit-input-placeholder {
  color: rgba(1, 142, 245, .5) !important;
  font-size: .8em !important;
  font-style: italic !important;
  text-transform: lowercase !important;
  -webkit-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important;
}

[class*=rsg--search] > input::-moz-placeholder {
  color: rgba(1, 142, 245, .5) !important;
  font-size: .8em !important;
  font-style: italic !important;
  text-transform: lowercase !important;
  -webkit-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important;
}

[class*=rsg--search] > input::-ms-input-placeholder {
  color: rgba(1, 142, 245, .5) !important;
  font-size: .8em !important;
  font-style: italic !important;
  text-transform: lowercase !important;
  -webkit-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important;
}

[class*=rsg--search] > input::placeholder {
  color: rgba(1, 142, 245, .5) !important;
  font-size: .8em !important;
  font-style: italic !important;
  text-transform: lowercase !important;
  -webkit-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important;
}

[class*=rsg--search] > input:focus {
  /* background: rgba(1, 142, 245, .03) !important; */
  border-color: rgba(1, 142, 245, .38) !important;
  -webkit-box-shadow: inset 4px 4px 8px -2px rgba(0, 0, 0, .0) !important;
          box-shadow: inset 4px 4px 8px -2px rgba(0, 0, 0, .0) !important;
}

[class*=rsg--search] > input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .3) !important;
}

[class*=rsg--search] > input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, .3) !important;
}

[class*=rsg--search] > input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3) !important;
}

[class*=rsg--search] > input:focus::placeholder {
  color: rgba(255, 255, 255, .3) !important;
}

[class*=rsg--search] > input:not(:focus) {
  /* background: rgba(1, 142, 245, .125) !important; */
  color: #018ef5 !important;
}

[class*=rsg--sectionName] {
  /* color: #018ef5 !important; */
}

[class*=rsg--sidebar] {
  background: white !important;
  border: none !important;
  -webkit-box-shadow: 1px 0 0 rgba(1, 142, 246, .2) !important;
          box-shadow: 1px 0 0 rgba(1, 142, 246, .2) !important;
  color: #018ef5 !important;
}

header[class*=rsg--logo] {
  background: #018ef5;
}
header[class*=rsg--logo] [class*=rsg--logo] {
  color: white !important;
}

[class*=rsg--sidebar] > [class*=rsg--logo] {
  border-bottom-color: rgba(1, 142, 245, .25) !important;
}

header[class*="rsg--"] [class*=rsg--toolbar] {
  margin-left: 0 !important;
}

a[title="Open isolated"],
a[data-testid*="-isolate-button"] {
  opacity: 0.5;
  display: none !important;
}

/* header[class*=rsg--header] a[title*="all components"], */
header[class*=rsg--header] a[title="Open isolated"] {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(.25em);
      -ms-transform: translateY(.25em);
          transform: translateY(.25em);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #999 !important;
  outline: none !important;
}
header[class*=rsg--header] a[title="Open isolated"]:not(:hover) {
  -webkit-transform: translateY(.125em) rotate(-45deg);
      -ms-transform: translateY(.125em) rotate(-45deg);
          transform: translateY(.125em) rotate(-45deg);
}
header[class*=rsg--header] a[title="Open isolated"]:after {
  content: 'Isolate...';
  position: absolute;
  left: 100%;
  font-size: .8em;
  white-space: nowrap;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  pointer-events: none;
}
header[class*=rsg--header] a[title="Open isolated"]:not(:hover):after {
  -webkit-transform: scale(0) rotate(45deg) translate(-.5em, 3em);
      -ms-transform: scale(0) rotate(45deg) translate(-.5em, 3em);
          transform: scale(0) rotate(45deg) translate(-.5em, 3em);
  opacity: 0;
}

article[class*=rsg--root] :first-child h1[class*=rsg--heading-]:first-child {
  display: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

footer[class*=rsg--footer] {
  display: none !important;
}

li > a {
  font-weight: 400 !important;
}

li[class*=rsg--isSelected] > a {
  font-weight: 600 !important;
}

nav > ul[class*=rsg--list] > li:first-child > a {
  display: none !important;
}

[class*=rsg--pathline],
[class*=rsg--pathline] svg{
  display: none;
}

main[class*=rsg--content]:not(:only-child) {
  margin-left: 0;
}

[class*=rsg--preview] {
  border-radius: 4px 4px 0 0 !important;
}
[class*=rsg--preview] + [class*=rsg--controls] + [class*=rsg--tab] {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  border: 1px #e8e8e8 solid;
  background: whitesmoke;
  line-height: 1.6 !important;
}
[class*=rsg--preview] + [class*=rsg--controls] + [class*=rsg--tab] textarea {
  border: none !important;
}
[class*=rsg--tabButtons] {
  display: none;
}
table[class*=rsg--table] {
  table-layout: fixed;
}

main[class*=rsg--content],
section[class*=rsg--root],
article[class*=rsg--root] {
  max-width: 48em;
}

main[class*=rsg--content]:not(:only-child) pre[class*=rsg--pre-] {
  border-radius: 0 3px 3px 0;
  padding-left: 32px;
  margin-left: -32px;
}

code[class*=rsg--code-] {
  font-size: .88em;
  background: whitesmoke;
  border-radius: 3px;
  padding: 1px 4px;
  margin: -2px;
  display: inline-block;
}

@media {
  /* table > arguments
   */
  [class*=rsg--tabBody] [class*=rsg--table-] [class*=rsg--cell-] [class*=rsg--para-] {
    margin: 2px 0 !important;
  }

  [class*=rsg--tabBody] [class*=rsg--table-] th:last-child,
  [class*=rsg--tabBody] [class*=rsg--table-] td:last-child {
    /** params table description cell
     */
    min-width: 35%;
  }
  [class*=rsg--tabBody] [class*=rsg--table-] {
    border-radius: 8px;
    overflow: hidden;
  }
  [class*=rsg--tabBody] [class*=rsg--table-] th,
  [class*=rsg--tabBody] [class*=rsg--table-] td {
    padding: .4em .8em;
    vertical-align: middle;
  }

  [class*=rsg--tabBody] [class*=rsg--table-] tr:nth-child(even) td {
    background: #fafafa;
  }
  /* table > arguments
   */
  [class*=rsg--cell-] > [class*=rsg--root-]:only-child {
    margin-bottom: 0 !important;
  }
  [class*=rsg--cell-] [class*=rsg--root-] [class*=rsg--name-]:before {
    content: '';
    display: block;
  }
  [class*=rsg--cell-] [class*=rsg--root-] [class*=rsg--headingWrapper-] * {
    font-size: 13px !important;
  }
}

[class*=rsg--tabs-],
[class*=rsg--table-] {
  margin-bottom: 12px !important;
}

@media {
  /* code toggle buttons
   */
   [class*=rsg--preview] + [class*=rsg--controls] {
    /* display: none; */
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 0;
    }
  [class*=rsg--root][data-testid*=-example] {
    position: relative;
  }
  button[name*="rsg-code-editor"] {
    z-index: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    font-size: 0;
    background: #fff;
    -webkit-transition: .3s ease, border-width 0s !important;
    -o-transition: .3s ease, border-width 0s !important;
    transition: .3s ease, border-width 0s !important;
    border: 1px solid rgba(0,0,0,.15);
    /* border: 2px solid #e8e8e8; */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  button[name*="rsg-code-editor"]:focus {
    outline: none !important;
  }
  button[name*="rsg-code-editor"]:hover {
    -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, .15);
            box-shadow: 0 0 8px -1px rgba(0, 0, 0, .15);
    -webkit-transform: scale(1.2) translate(40%, -50%);
        -ms-transform: scale(1.2) translate(40%, -50%);
            transform: scale(1.2) translate(40%, -50%);
  }
  button[name*="rsg-code-editor"]:active {
    -webkit-box-shadow: inset 2px 1px 4px -1px rgba(0, 0, 0, .1);
            box-shadow: inset 2px 1px 4px -1px rgba(0, 0, 0, .1);
  }
  button[name*="rsg-code-editor"]:not([class*=rsg--isActive]) {
    background: #e5fff6;
  }
  button[name*="rsg-code-editor"]:not([class*=rsg--isActive]):hover {
    border-color: #13CCA0;
    border-width: 2px;
  }
  button[name*="rsg-code-editor"]:before {
    content: 'Code';
    z-index: -1;
    position: absolute;
    right: 100%;
    display: block;
    margin-top: 1px;
    margin-right: 6px;
    padding: 0 0 0 4px;
    -webkit-box-shadow: 4px -2px 2px -1px #fcfcfc;
            box-shadow: 4px -2px 2px -1px #fcfcfc;
    white-space: nowrap;
    font-size: 10px;
    color: #384248b0 !important;
    background: -webkit-gradient(
      linear,
      left top, left bottom,
      from(white),
      color-stop(75%, whitesmoke)
    ) !important;
    background: -o-linear-gradient(
      top,
      white,
      whitesmoke 75%
    ) !important;
    background: linear-gradient(
      to bottom,
      white,
      whitesmoke 75%
    ) !important;
    /* background-color: #FFF !important; */

    -webkit-transition: .3s 1s ease-out, font-weight .6s 0s, color .3s 0s, margin-right 0s 0s;

    -o-transition: .3s 1s ease-out, font-weight .6s 0s, color .3s 0s, margin-right 0s 0s;

    transition: .3s 1s ease-out, font-weight .6s 0s, color .3s 0s, margin-right 0s 0s;
    pointer-events: none;
  }
  button[name*="rsg-code-editor"][class*=rsg--isActive]:before {
    content: 'Close';
    color: #E95F6A !important;
    font-weight: 700 !important;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  button[name*="rsg-code-editor"]:not([class*=rsg--isActive]):before {
    background: #FFF !important;
  }
  button[name*="rsg-code-editor"]:not(:hover):not(:active):before {
    opacity: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  button[name*="rsg-code-editor"]:after {
    content: '\271A';
    font-size: 12px;
    font-family: helvetica neue;
    color: #13CCA0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  button[name*="rsg-code-editor"]:active:after {
    opacity: .8;
  }
  button[name*="rsg-code-editor"][class*=rsg--isActive]:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #E95F6A;
  }
  [class*=rsg--preview] + [class*=rsg--controls] + [class*=rsg--tab]:empty {
    position: relative;
    height: 7px;
    margin-top: -7px;
    background: transparent;
    -webkit-box-shadow: -4px 4px 0 #fff;
            box-shadow: -4px 4px 0 #fff;
    border-width: 0 1px 1px 1px;
  }
}

@media {
  flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5em auto;
  }
  flex[justify="between"] { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
  flex[justify="around"]  { -ms-flex-pack: distribute; justify-content: space-around }
}

