body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  background: #fff;
  line-height: 1.4285em;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: #25d084;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

.abovefold {
  background: #ffffff;
  width: 100%;
  top: 0;
  bottom: 0;
  min-height: 100vh;
}

.wrapper {
  margin: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.branding {
  padding-bottom: 15px;
  text-align: center;
  display: block;
  margin: auto;
}

.wordmark {
  padding-bottom: 10px;
  text-align: center;
  display: block;
  margin: auto;
}

.branding .subheading {
  margin-bottom: 40px;
  font-size: 15px;
  opacity: 0.75;
  text-align: center;
}

.link {
  text-align: center;
}

.source-input {
  height: 47px;
  font-size: 14px;
  padding: 2px 10px 0;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 0;
  color: #d7d7d7;
  font-weight: 200;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4;
  margin-bottom: 20px;
  width: 300px;
  min-width: 300px !important;
  max-width: 50% !important;
  transition: width 0.25s, border 0.25s;
}

.source-input:focus {
  border: 1px solid #25d084;
  color: black;
}

.input-invalid {
  border: 1px solid #ff6175;
}

.input-container {
  position: relative;
}

.input-label {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 3px auto;
  bottom: 53px;
  background-color: white;
  width: 140px;
  font-size: 13px;
  color: #a6a6a6;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  opacity: 1;
}

.main-button {
  text-align: center;
}

.clean {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 300px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 9px;
  letter-spacing: 0.6px;
  padding: 0 24px;
  height: 40px;
  border-radius: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #25d084;
  color: #fff;
  outline: 0;
  border: 0;
  -webkit-transition-property: opacity, background-color, -webkit-transform;
  -moz-transition-property: opacity, background-color, -webkit-transform;
  -o-transition-property: opacity, transform, background-color;
  transition-property: opacity, transform, background-color, -webkit-transform;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.clean:hover {
  opacity: 0.8;
}

.markdown-container {
  margin: 0 auto;
  padding: 0.5em 1em;
  overflow-wrap: normal;
  min-height: 100vh;
  max-width: 800px;
}

#clickToCopyBtn {
  margin-top: 1em;
}

.raw-markdown pre {
  white-space: pre-wrap;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.container {
  margin: 2em 2em 0.5em 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs {
  display: -webkit-box;
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 0.75rem;
  border-radius: 99px;
}
.tabs * {
  z-index: 2;
}

input[type='radio'] {
  display: none;
}

.tab {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 54px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.notification {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary-color);
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}

input[type='radio']:checked + label {
  color: var(--primary-color);
}
input[type='radio']:checked + label > .notification {
  background-color: var(--primary-color);
  color: #fff;
}

input[id='radio-1']:checked ~ .glider {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

input[id='radio-2']:checked ~ .glider {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.glider {
  position: absolute;
  display: -webkit-box;
  display: flex;
  height: 54px;
  width: 200px;
  background-color: var(--secondary-color);
  z-index: 1;
  border-radius: 99px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

@media (max-width: 700px) {
  .tabs {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

:root {
  --base-font-weight: 400;
  --base-font-size: 22px/1.62;
  --sys-font-family: 'Adobe Garamond Pro', 'Georgia', 'Times New Roman', Times,
    serif;
  --zh-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Droid Sans',
    'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Droid Sans Fallback',
    'Microsoft YaHei', sans-serif;
  --sub-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Droid Sans',
    'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Droid Sans Fallback',
    'Microsoft YaHei', sans-serif;
  --base-font-family: var(--sys-font-family), var(--zh-font-family);
  --code-font-family: Menlo, Monaco, Consolas, 'Courier New';
  --base-color: #444443;
  --emphasis-color: #222223;
  --link-color: #0985ce;
  --link-hover-color: #0985ce;
  --figure-color: #666665;
  --blockquote-color: #666664;
  --code-color: #808080;
  --pre-code-color: #4c4c4c;
  --primary-color: #185ee0;
  --secondary-color: #e6eef9;
}
