@charset "UTF-8";
/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  color: #333;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 5px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/**
 * Links
 */
a {
  color: #0071bc;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 5px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border-radius: 3px;
}

code {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0px 4px;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  border-radius: 4px;
}

pre {
  display: grid;
  overflow-x: auto;
  margin-bottom: 15px;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: normal;
}

/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #616161;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th,
table td {
  padding: 3.3333333333px 5px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  background: #fff;
  box-shadow: inset 0 -1px 0 0 #eaeaea;
  position: relative;
}

.site-title {
  font-size: 22.4px;
  font-weight: 300;
  line-height: 38.4px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #424242;
}

.site-nav {
  line-height: 38.4px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #333;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
    z-index: 9999;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #424242;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  font-size: 0.875em;
  background: #fff;
  border-top: 1px solid #eaeaea;
  padding: 12px;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -5px;
}

.footer-col {
  float: left;
  margin-bottom: 5px;
  padding-left: 5px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (10px / 2));
  width: calc(35% - 10px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (10px / 2));
  width: calc(20% - 10px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (10px / 2));
  width: calc(45% - 10px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (10px / 2));
    width: calc(50% - 10px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (10px / 2));
    width: calc(100% - 10px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (10px / 2));
    width: calc(100% - 10px / 2);
  }
}
/**
 * Page content
 */
.normal .page-content {
  flex: 1;
  background: #f5f7f8;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 25px;
}
.post-list p {
  margin: 5px 0 10px 0;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin: 15px 0 30px 0;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1260px) {
  .container {
    width: 100%;
    max-width: 1260px;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 10px;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: calc(100% - 20px);
}

.col-1-sm {
  width: 6.3333333333%;
}

.col-2-sm {
  width: 14.6666666667%;
}

.col-3-sm {
  width: 23%;
}

.col-4-sm {
  width: 31.3333333333%;
}

.col-5-sm {
  width: 39.6666666667%;
}

.col-6-sm {
  width: 48%;
}

.col-7-sm {
  width: 56.3333333333%;
}

.col-8-sm {
  width: 64.6666666667%;
}

.col-9-sm {
  width: 73%;
}

.col-10-sm {
  width: 81.3333333333%;
}

.col-11-sm {
  width: 89.6666666667%;
}

.col-12-sm {
  width: 98%;
}

@media only screen and (min-width: 64em) {
  .row [class^=col] {
    margin: 0.5rem 1%;
  }
  .col-1 {
    width: 6.3333333333%;
  }
  .col-2 {
    width: 14.6666666667%;
  }
  .col-3 {
    width: 23%;
  }
  .col-4 {
    width: 31.3333333333%;
  }
  .col-5 {
    width: 39.6666666667%;
  }
  .col-6 {
    width: 48%;
  }
  .col-7 {
    width: 56.3333333333%;
  }
  .col-8 {
    width: 64.6666666667%;
  }
  .col-9 {
    width: 73%;
  }
  .col-10 {
    width: 81.3333333333%;
  }
  .col-11 {
    width: 89.6666666667%;
  }
  .col-12 {
    width: 98%;
  }
  .hidden-sm {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 15px;
}

.site-header h1 {
  margin-bottom: 0;
}
.site-header .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.site-header .site-title {
  display: flex;
}

ol,
ul {
  list-style-position: inside;
  margin-bottom: 0;
}
ol li,
ul li {
  margin-bottom: 10px;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}
ol ul,
ul ul {
  margin-left: 15px !important;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: initial;
}

ul.list-style-none {
  list-style: none;
  margin-left: 0 !important;
}

.post ol,
.post ul {
  margin: 1rem 0 1rem 1.6rem;
  list-style-position: outside;
}
.post ol li,
.post ul li {
  margin-bottom: 5px;
}

p {
  margin: 15px 0;
}

.center {
  text-align: center;
}

.list-box {
  padding: 30px 0;
}

.home .list-box .list-box__heading {
  font-size: 24px;
  font-weight: bold;
}

.tutorial-box,
.blog-box {
  padding: 30px 0;
}
.tutorial-box .tutorial-box__heading,
.tutorial-box .blog-box__heading,
.blog-box .tutorial-box__heading,
.blog-box .blog-box__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.box__content h1 {
  font-size: 24px;
}
.box__content h2 {
  font-size: 20px;
  margin: 20px 0;
}
.box__content h3 {
  font-size: 18px;
}
.box__content h4 {
  font-size: 16px;
}
.box__content h5 {
  font-size: 16px;
}
.box__content h6 {
  font-size: 16px;
}

.post-header h1 {
  font-size: 28px;
}

.tutorial h1 {
  text-align: center;
}

textarea {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  border: 1px solid #106dd1;
  border-top-width: 4px;
  padding: 10px;
  resize: vertical;
}
textarea:focus {
  outline: none;
}

#case-converter-content {
  margin-top: 10px;
  margin-bottom: 5px;
}

.content-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.count {
  font-size: 14px;
}

.action-btn {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
}
.action-btn .btn:focus {
  color: #fff;
  background: #0071bc;
}

.share {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.btn {
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #8dc2e5;
  background: #c7e0f1;
  font-weight: 700;
}
.btn:hover {
  color: #fff;
  border: 1px solid #0071bc;
  background: #0071bc;
}

.two-side-action #format-btn {
  padding: 8px 10px;
}

#format-btn,
#validate-btn,
#convert-btn,
#minify-btn {
  color: #fff;
  background: #1f883d;
  border-color: #1d7e38;
  transition: background-color 0.3s;
}
#format-btn:hover,
#validate-btn:hover,
#convert-btn:hover,
#minify-btn:hover {
  background: #1fad66;
}

.article-title {
  margin-bottom: 20px;
}

.tutorial-toc {
  border-radius: 5px;
  overflow: hidden;
  font-size: 0.875em;
}
.tutorial-toc li {
  list-style: none;
  padding: 3px 10px;
  margin-bottom: 3px;
}
.tutorial-toc li:last-child {
  margin-bottom: 0;
}
.tutorial-toc li a {
  background: url(../../assets/img/list-icon.png) no-repeat 0 center;
  padding: 6px 0 6px 25px;
  color: inherit;
  display: inline-block;
  width: 100%;
}
.tutorial-toc li a:hover {
  text-decoration: none;
}
.tutorial-toc li.active {
  background: #ddd;
}
.tutorial-toc li:hover:not(.active):not(.heading) {
  background: #ececec;
}
.tutorial-toc .heading {
  color: #fff;
  background: #0071bc;
  padding: 10px;
  margin-bottom: 10px;
}

.info-message {
  display: none;
  background: #e7e7e7;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-top: 2px solid #5aa36d;
}

.post img {
  display: block;
  margin: 0 auto 26px auto;
  border-radius: 0.5em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.post-list h2 {
  margin: 0 0 10px 0;
}

#input-editor,
#output-editor {
  position: relative;
  width: 100%;
  height: 400px;
  font-size: 14px;
  background-color: #1e1e1e;
}

.s-editor#input-editor {
  height: 380px;
}

.page-title .col-12 {
  margin: 0.1rem 10px;
}
.page-title p {
  color: #fff;
  margin: 5px 0;
  text-align: center;
}

.format-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

.option select {
  cursor: pointer;
  padding: 10px 36px 10px 10px;
  text-overflow: ellipsis;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #106dd1;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}
.option select:focus-visible {
  outline: none;
}

.input-has-label {
  padding: 0 0 0 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #106dd1;
}
.input-has-label label {
  flex-shrink: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.input-has-label .input {
  width: 100%;
  background: #d6d6d6;
  font-size: 14px;
  padding: 4px 5px;
  margin: 6px 6px 6px 10px;
  border: none;
}

.option {
  position: relative;
  display: flex;
}
.option svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  z-index: 4;
  height: 1.25em;
  width: 1.25em;
  margin-top: 1px;
  pointer-events: none;
}

.row .col-s-gap {
  margin: 0.5rem 10px;
}

.input-has-label {
  display: flex;
  align-items: center;
}

.editor-toolbar {
  display: flex;
  gap: 20px;
  background: #3c3c3c;
  color: #fff;
  justify-content: end;
  padding: 10px;
  align-items: center;
  height: 36px;
}
.editor-toolbar label {
  display: contents;
}

.two-side-formatter .checkbox-option {
  display: flex;
  width: 100%;
}
.two-side-formatter .option-list {
  width: 100%;
  text-align: left;
  padding: 15px;
  background: #fff;
}
.two-side-formatter .config-label {
  margin-bottom: 10px;
}

.editor-toolbar {
  display: flex;
  gap: 20px;
  justify-content: end;
  background: #3c3c3c;
  color: #fff;
  padding: 10px;
}
.editor-toolbar .left {
  display: flex;
  gap: 2px;
  margin-top: 7px;
  margin-left: 4px;
  justify-content: space-between;
  width: calc(50% - 9px);
}
.editor-toolbar .left button {
  cursor: pointer;
  border: 0;
  color: #d4d4d4;
  background-color: #2d2d2d;
  padding: 7px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar .left button.active {
  background-color: #1e1e1e;
}
.editor-toolbar .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.editor-toolbar label {
  display: contents;
}
.editor-toolbar input {
  display: none;
}

.preview-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  background: #3c3c3c;
  color: #fff;
  padding: 10px;
}
.preview-toolbar label {
  display: contents;
}
.preview-toolbar input {
  display: none;
}

.toolbar-btn {
  display: flex;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.toolbar-btn svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.toolbar-btn svg:hover {
  fill: #87c1f0;
}

.two-side-formatter .option,
.two-side-formatter .option select,
.two-side-formatter .btn,
.two-side-formatter .input-has-label,
.one-col-action .option,
.one-col-action .option select,
.one-col-action .btn,
.one-col-action .input-has-label {
  width: 100%;
  max-width: 240px;
}

.format-container {
  width: 100%;
  background: #0c8de5;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}

.two-side-action,
.one-col-action {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.col-2.col-s-gap,
.col-5.col-s-gap,
.col-12.col-s-gap {
  width: calc(100% - 20px);
}

.content-info {
  flex-direction: column-reverse;
}
.content-info .share {
  justify-content: center;
  width: 100%;
}
.content-info .count {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.content-info .btn,
.action-btn .btn {
  flex-grow: 1;
}

.format-action .option select,
.format-action .input-has-label,
.format-action .btn,
.format-action .input,
.two-side-action .option select,
.two-side-action .input-has-label,
.two-side-action .btn,
.two-side-action .input {
  font-size: 12px;
}

.count {
  font-size: 12px;
}

.tool-list {
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
  padding: 15px;
}
.tool-list a {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tool-list a img {
  width: 64px;
  height: auto;
  margin-bottom: 10px;
}

.html-formatter {
  background: url(/assets/img/html.png);
}

.css-beautifier {
  background: url(/assets/img/css.png);
}

.scss-beautifier {
  background: url(/assets/img/scss.png);
}

.js-beautifier {
  background: url(/assets/img/javascript.png);
}

.json-formatter,
.json-validator {
  background: url(/assets/img/json.png);
}

.xml-formatter,
.xml-validator {
  background: url(/assets/img/xml.png);
}

.markdown-formatter {
  background: url(/assets/img/markdown.png);
}

.ts-formatter {
  background: url(/assets/img/typescript.png);
}

.yml-formatter {
  background: url(/assets/img/yml.png);
}

.sql-formatter {
  background: url(/assets/img/sql.png);
}

.xml-to-json,
.json-to-xml,
.yaml-to-json,
.json-to-yaml {
  background: url(/assets/img/code-converter.png);
}

.minify-js,
.minify-css {
  background: url(/assets/img/minify.png);
}

#editor-wrapper,
#input-editor-wrapper,
#output-editor-wrapper,
.option,
.btn,
.input-has-label {
  border-radius: 4px;
  overflow: hidden;
}

.editor-footer {
  font-size: 14px;
  background: #3c3c3c;
  color: #fff;
  padding: 4px 8px;
  height: 29px;
}

.gutter {
  background-color: #3c3c3c;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url(img/vertical.png);
  cursor: col-resize;
}

.gutter.gutter-vertical {
  background-image: url(img/horizontal.png);
  cursor: row-resize;
}

#html-editor {
  height: 410px;
}

#preview {
  height: 410px;
}
#preview iframe {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
}

.ͼ1.cm-focused {
  outline: none;
}

.cm-editor {
  height: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cm-editor ::-webkit-scrollbar {
  width: 8px;
}
.cm-editor ::-webkit-scrollbar-track {
  background: transparent;
}
.cm-editor ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
.cm-editor ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cm-editor .fold-gutter-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cm-editor .cm-scroller {
  font-family: Consolas, "Courier New", monospace;
  overflow: auto;
}
.cm-editor .cm-placeholder {
  color: #acacac;
}

.ͼ1 .cm-cursor,
.ͼ1 .cm-dropCursor {
  border-left-width: 2px;
  border-radius: 2px;
}

.tutorial-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.tutorial-nav .prev-link {
  float: left;
}
.tutorial-nav .prev-link a {
  display: flex;
  align-items: center;
}
.tutorial-nav .prev-link a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/left-arrow.svg);
  margin-right: 8px;
}
.tutorial-nav .next-link {
  float: right;
}
.tutorial-nav .next-link a {
  display: flex;
  align-items: center;
}
.tutorial-nav .next-link a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/right-arrow.svg);
  margin-left: 8px;
}
.tutorial-nav::after {
  content: "";
  clear: both;
  display: table;
}

#result-container {
  display: none;
}
#result-container h3 {
  color: #fff;
  margin-bottom: 15px;
}

pre {
  font-size: 14px;
  padding: 10px;
}
pre.error {
  border-radius: 4px;
  background-color: #ffe7e7;
  border: 1px solid #ffb5b5;
  color: #f06060;
}
pre.success {
  border-radius: 4px;
  background-color: #eaf3c8;
  border: 1px solid #c3d47d;
  color: #5a9b19;
}

#minify-result {
  color: #fff;
  width: 100%;
  text-align: left;
}

.token.builtin,
.token.constant,
.token.keyword,
.token.property,
.token.selector,
.token.symbol {
  color: #ee5284 !important;
}

.token.function {
  color: #61afef;
}

.language-css .token.string,
.style .token.string,
.token.attr-name,
.token.attr-value,
.token.char,
.token.entity,
.token.inserted,
.token.operator,
.token.string,
.token.url,
.token.variable {
  color: #56b6c2 !important;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #1e1e1e !important;
}

code[class*=language-],
pre[class*=language-] {
  text-shadow: none !important;
}

pre[class*=language-] {
  box-shadow: none !important;
  border: 0 !important;
}

.table-wrapper {
  overflow: auto;
}

.callout {
  padding: 10px;
  background: #e5f5fa;
  border-left: 4px solid #00a0d2;
  border-radius: 0.5em;
  margin: 20px 0;
}
.callout ul {
  margin-bottom: 0;
}

.tools {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.tools a {
  padding: 15px 10px;
}
.tools a .tool-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
  border: 1px solid #eaeaea;
}
.tools a h3 {
  font-size: 1em;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.tutorials,
.blog-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.tutorials a,
.blog-list a {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  overflow: hidden;
}
.tutorials a:hover,
.blog-list a:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.tutorials a .meta,
.blog-list a .meta {
  padding: 16px;
}
.tutorials a .meta h3,
.blog-list a .meta h3 {
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
.tutorials a .meta .excerpt,
.blog-list a .meta .excerpt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.875em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-toc {
  font-size: 0.875em;
  margin-top: 10px;
  margin-bottom: 10px;
  height: calc(100vh - 20px);
  overflow-y: auto;
}
.page-toc .heading {
  font-weight: bold;
  margin-bottom: 15px;
}
.page-toc ul {
  list-style: none;
}
.page-toc a {
  color: inherit;
  text-decoration: none;
}
.page-toc a:hover {
  color: #000;
}

.sticky {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tabs .tab-list {
  display: flex;
  gap: 20px;
  justify-content: end;
  box-shadow: inset 0 -2px 0 0 #eaeaea;
  margin-bottom: 10px;
}
.tabs .tab-list .tab-item {
  cursor: pointer;
  padding: 8px 5px;
  font-weight: bold;
  color: #6d6d6d;
}
.tabs .tab-list .tab-item.active {
  color: #000;
  border-bottom: 2px solid #007acc;
}
.tabs .tab-list .tab-item:hover {
  color: #000;
}
.tabs .tab-panel {
  display: none;
}
.tabs .tab-panel .tab-header {
  margin-bottom: 10px;
}
.tabs .tab-panel .tab-header span {
  background: #eaeaea;
  padding: 5px 10px;
  border-radius: 5px;
}
.tabs .tab-panel.active {
  display: block;
}

pre[class*=language-] {
  margin: 1em 0 !important;
}

.suggested-post {
  display: none;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 36em) {
  .tools,
  .tutorials,
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tools a {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 45em) {
  .content-info {
    flex-direction: row;
  }
  .content-info .share {
    width: auto;
  }
  .content-info .count {
    margin-bottom: 0;
    text-align: center;
    width: auto;
    font-size: 14px;
  }
  .content-info .btn {
    flex-grow: initial;
  }
  .tool-list a {
    width: calc(33.333333% - 10px);
  }
  .tools,
  .tutorials,
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .tools a {
    padding: 15px 10px;
  }
  .format-action .option select,
  .format-action .input-has-label,
  .format-action .btn,
  .format-action .input,
  .two-side-action .option select,
  .two-side-action .input-has-label,
  .two-side-action .btn,
  .two-side-action .input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 64em) {
  .site-header .row [class^=col] {
    margin: 0.2rem 1%;
  }
  .page-title .col-12 {
    margin: 0.1rem 1%;
  }
  .col-12.col-s-gap {
    width: calc(100% - 20px);
  }
  .col-5.col-s-gap {
    width: calc(41.6666666667% - 20px);
  }
  .col-2.col-s-gap {
    width: calc(16.6666666667% - 20px);
  }
  .action-btn .btn {
    flex-grow: initial;
  }
  .tool-list a {
    width: calc(25% - 10px);
  }
  #input-editor,
  #output-editor {
    font-size: 15px;
  }
  .editor-row {
    display: flex;
  }
  .editor-row .two-side-action {
    align-items: center;
  }
  .tools,
  .tutorials,
  .blog-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .tools a {
    padding: 15px 10px;
  }
  .sticky {
    display: block;
  }
  #minify-result {
    text-align: center;
  }
  .suggested-post {
    display: block;
  }
  .two-side-action #format-btn {
    margin-top: 10px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 75em) {
  .site-header .row [class^=col] {
    margin: 0.2rem 1%;
  }
  .format-container {
    max-width: 100%;
  }
  .one-col-action .option,
  .one-col-action .option select,
  .one-col-action .btn,
  .one-col-action .input-has-label {
    width: auto;
    max-width: initial;
  }
  .tool-list a {
    width: calc(20% - 10px);
  }
  .tools {
    grid-template-columns: repeat(5, 1fr);
  }
  .tools a {
    padding: 15px 10px;
  }
  #input-editor,
  #output-editor {
    height: 425px;
  }
  .two-side-formatter #input-editor,
  .two-side-formatter #output-editor {
    height: 480px;
  }
}

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