@charset "UTF-8";
img {
  max-width: 100%;
  /* This rule is very important, please do not ignore this! */
}

/* Basic */
body {
  margin: 0;
  overflow-x: hidden;
    background-color: #4777f4;
}

h1, h2 {
  font-family: Lato;
}

.hidden {
  display: none;
}

.container {
  max-width: 640px;
  margin: 20px auto;
}

.slider-val-area {
  width: 50%;
  padding: 10px 15px 0 10px;
}

.slider-val-area #min-zoom-val {
  float: left;
}

.slider-val-area #max-zoom-val {
  float: right;
}

.container > img {
  max-width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}

/* LOGO */
.logo {
    display:block;
    max-width: 200px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px;
}

body {
  padding: 30px;
}

/*!
 * Cropper.js v0.8.1
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-09-03T04:55:16.458Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}

.cropper-container img {
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: 0.5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: #39f solid 1px;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: 0.5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
}

.cropper-center:after, .cropper-center:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line, .cropper-point {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: 0.75;
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  opacity: 0;
  background-color: #39f;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
  }
}
.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
h1,
h2,
h3,
h4,
hr,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #f0f2f4;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
canvas {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #F7F8F9;
  background-color: rgba(247, 248, 249, var(--bg-opacity));
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: #C4CDD5;
  border-color: rgba(196, 205, 213, var(--border-opacity));
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: #334155;
  border-color: rgba(51, 65, 85, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-dashed {
  border-style: dashed;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.content-center {
  align-content: center;
}

.self-center {
  align-self: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.leading-loose {
  line-height: 2;
}

.list-disc {
  list-style-type: disc;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #C4CDD5;
  color: rgba(196, 205, 213, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #475569;
  color: rgba(71, 85, 105, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

.text-yellow-600 {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.text-blue-800 {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
  word-wrap: break-word;
}

h1,
h2,
h3,
h4 {
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
  font-weight: 600;
  line-height: 1.25;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

b, strong {
  font-weight: 700;
}

a {
  --text-opacity: 1;
  color: #3361b3;
  color: rgba(51, 97, 179, var(--text-opacity));
  font-weight: 600;
}

a:hover {
  --text-opacity: 1;
  color: #4c7acc;
  color: rgba(76, 122, 204, var(--text-opacity));
}

nav a {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

nav a:hover {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

.button {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.button:hover {
  --bg-opacity: 1;
  background-color: #F7F8F9;
  background-color: rgba(247, 248, 249, var(--bg-opacity));
}

.button-primary {
  --bg-opacity: 1;
  background-color: #3361b3;
  background-color: rgba(51, 97, 179, var(--bg-opacity));
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.button-primary:hover {
  --bg-opacity: 1;
  background-color: #4c7acc;
  background-color: rgba(76, 122, 204, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-secondary {
  --bg-opacity: 1;
  background-color: #1bdd69;
  background-color: rgba(27,221,6, var(--bg-opacity));
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.button-secondary:hover {
  --bg-opacity: 1;
  background-color: #58f597;
  
  --text-opacity: 1;
  color: #000000;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button:focus, .button-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-group {
  font-size: 85%;
  margin: 0 auto 2.5em;
  display: flex;
  justify-content: center;
}

.button-group > * + * {
  border-left: 0;
}

.button-group > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.button-group > *:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button-group > *:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-muted {
  --text-opacity: 1;
  color: #475569;
  color: rgba(71, 85, 105, var(--text-opacity));
}

/* Medium (md) and above */
@media (min-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #C4CDD5;
  border-color: rgba(196, 205, 213, var(--border-opacity));
  border-radius: 0.25rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
  line-height: 1.25;
  transition: border-color 0.15s ease-in-out;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #0F172A;
  border-color: rgba(15, 23, 42, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea {
  line-height: 1.625;
}

label {
  display: block;
  font-weight: 700;
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
  margin-bottom: 0.75rem;
}

label span,
label div {
  font-weight: 400;
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 8px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  --bg-opacity: 1;
  background-color: #DFE3E8;
  background-color: rgba(223, 227, 232, var(--bg-opacity));
}

input[type=range]:hover {
  opacity: 1;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  --bg-opacity: 1;
  background-color: #334155;
  background-color: rgba(51, 65, 85, var(--bg-opacity));
}

input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  --bg-opacity: 1;
  background-color: #334155;
  background-color: rgba(51, 65, 85, var(--bg-opacity));
}

.form-group {
  display: flex;
  border-radius: 0.25rem;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.form-group label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0;
  width: 190px;
}

.form-group input {
  flex: 1 1 0%;
  border-width: 0;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wave-bg-container {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.wave-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: #F4F6F8;
  z-index: -1;
}

.wave-bg svg {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.wave-bg-mini {
  height: 120px;
}

.wave-bg-mini svg {
  top: 120px;
  height: 100px;
}

@keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wave-bg svg {
  display: block;
  transform-origin: top;
  animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.footer-bg {
  background: radial-gradient(circle at center, #ffffff, #F4F6F8);
}

.site-container {
  width: 100%;
  max-width: 1374px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.container-readable {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.container-tool-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container-tool {
  flex: 1 1 0%;
  width: 100%;
}

.container-tool-wrapper .container-tool-sidebar {
  display: none;
  width: 300px;
}

.site-header {
  --bg-opacity: 1;
  background-color: #F4F6F8;
  background-color: rgba(244, 246, 248, var(--bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.site-logo {
  width: 32px;
}

.site-title {
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
  font-weight: 600;
  line-height: 40px;
}

.site-menu {
  height: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  width: 100%;
}

.site-menu .menu-item {
  line-height: 40px;
  align-self: center;
}

.site-menu .dropdown a {
  line-height: 36px;
}

.site-menu .menu-item + .menu-item {
  margin-left: 1.25rem;
}

.site-menu .menu-item a {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.site-menu .menu-item a:hover {
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
}

.site-menu .current-menu-item a,
.submenu a.current-menu-item {
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
}

.site-menu .dropdown {
  position: relative;
}

.site-menu .dropdown a svg {
  display: inline;
  padding-left: 0.25rem;
}

.site-menu .submenu {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  transform-origin: top right;
  position: absolute;
  left: 0;
  width: 14rem;
  border-width: 1px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 10;
  visibility: hidden;
}

.site-menu .dropdown:hover .submenu {
  visibility: visible;
}

.site-menu .submenu a {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.site-menu .submenu a:hover {
  --bg-opacity: 1;
  background-color: #F7F8F9;
  background-color: rgba(247, 248, 249, var(--bg-opacity));
}

hr {
  display: block;
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section + .section {
  padding-top: 0;
}

.sidebar-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.section-title {
  font-size: 1.25rem;
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
  font-weight: 600;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #f0f2f4;
  border-color: rgba(240, 242, 244, var(--border-opacity));
  padding-bottom: 0.75rem;
  line-height: 1.5;
}

.site-search input.search-field {
  --border-opacity: 1;
  border-color: #C4CDD5;
  border-color: rgba(196, 205, 213, var(--border-opacity));
  font-size: 0.75rem;
  padding-right: 2rem;
  width: 136px;
  max-width: 100%;
}

.site-search input.search-field:focus {
  --border-opacity: 1;
  border-color: #1E293B;
  border-color: rgba(30, 41, 59, var(--border-opacity));
}

.site-search .search-submit {
  margin-left: -2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 1;
}

.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #f0f2f4;
  border-color: rgba(240, 242, 244, var(--border-opacity));
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
  font-size: 0.875rem;
  --bg-opacity: 1;
  background-color: #F7F8F9;
  background-color: rgba(247, 248, 249, var(--bg-opacity));
}

.site-footer a {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.site-footer a:hover {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

.footer-logo {
  height: 48px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* Medium (md) and above */
@media (min-width: 768px) {
  .site-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .site-header {
    margin-bottom: 0;
  }

  .site-menu {
    font-size: 0.875rem;
  }

  .site-search input.search-field {
    font-size: 1rem;
    width: 250px;
  }
}
/* desktop (xl) and above */
@media (min-width: 1280px) {
  .container-tool-wrapper .container-tool-sidebar {
    margin-left: 1.5rem;
    display: block;
  }
}
/* large screen and above */
.entry-title a {
  letter-spacing: -0.1px;
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
  font-weight: 600;
}

.entry-title a:hover {
  --text-opacity: 1;
  color: #3361b3;
  color: rgba(51, 97, 179, var(--text-opacity));
}

.page-title {
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
  font-weight: 600;
  font-size: 1.25rem;
}

.page-description {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
  font-size: 0.875rem;
}

.entry-meta {
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
  line-height: 1.625;
  margin-bottom: 1rem;
}

.entry-meta li {
  display: inline;
}

.entry-meta li + li:before {
  content: "·";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.entry-meta a {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.entry-meta a:hover {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

.entry-content,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entry-content p {
  line-height: 1.625;
}

.entry-content ul {
  padding-left: 2em;
  list-style-type: disc;
}

.entry-content ol {
  padding-left: 2em;
  list-style-type: decimal;
}

.entry-content li + li {
  margin-top: 0.5rem;
}

.entry-content strong {
  font-weight: 600;
}

/* Medium (md) and above */
@media (min-width: 768px) {
  .page-title {
    font-size: 1.68rem;
  }

  .page-description {
    font-size: 1rem;
  }
}
.thumbnail {
  width: 148px;
  height: 148px;
}

.thumbnail-small {
  width: 52px;
  height: 52px;
}

.thumbnail-mini {
  width: 42px;
  height: 42px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class*=thumbnail] .icon {
  color: #fafafa;
  width: 40%;
  height: 40%;
  margin-left: 30%;
  margin-top: 30%;
}

.tool {
  display: flex;
  flex-wrap: wrap;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-height: 600px;
}

.tool-main, .tool-main-full, .tool-main-half {
  width: 100%;
  min-height: 600px;
}

.tool-side {
  border-width: 0;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
  width: 100%;
  padding: 1rem;
  min-height: 600px;
}

.tool-main-half + .tool-main-half {
  border-width: 0;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #DFE3E8;
  border-color: rgba(223, 227, 232, var(--border-opacity));
  width: 100%;
}

/* desktop (xl) and above */
@media (min-width: 1280px) {
  .tool-main {
    width: 70%;
    margin: 0;
  }

  .tool-side {
    border-width: 0;
    border-left-width: 1px;
    --border-opacity: 1;
    border-color: #DFE3E8;
    border-color: rgba(223, 227, 232, var(--border-opacity));
    padding: 1rem;
    width: 30%;
  }

  .tool-main-half {
    width: 50%;
    margin: 0;
  }

  .tool-main-half + .tool-main-half {
    width: 50%;
    margin: 0;
    border-width: 0;
    border-left-width: 1px;
    --border-opacity: 1;
    border-color: #DFE3E8;
    border-color: rgba(223, 227, 232, var(--border-opacity));
  }
}
#canvas-container {
  text-align: center;
  font-size: 0;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

#click-target {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  --text-opacity: 1;
  color: #475569;
  color: rgba(71, 85, 105, var(--text-opacity));
}

#load-prompt {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-top: 130px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#load-prompt svg {
  margin-left: auto;
  margin-right: auto;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.75rem;
  --text-opacity: 1;
  color: #C4CDD5;
  color: rgba(196, 205, 213, var(--text-opacity));
}

#click-target:hover {
  background: #fefefe;
}

#fileUpload {
  background-color: rgba(71, 119, 244, 0.3);    
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}

p .button {
  padding: 6px 12px;
}

/** Statistic **/
ul.stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  line-height: 1.8;
}

.stats li {
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
  line-height: 1.5;
}

.stats li strong {
  display: block;
}

.stats span {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

#about h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

#about h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#about code {
  display: block;
  --bg-opacity: 1;
  background-color: #F7F8F9;
  background-color: rgba(247, 248, 249, var(--bg-opacity));
  width: 100%;
  font-size: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* desktop (xl) and above */
@media (min-width: 1280px) {
  #about code {
    font-size: 1rem;
  }
}
/* searcj tools */
.site-search {
  position: relative;
}

#tools-result {
  position: absolute;
  width: 100%;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 260px;
  box-sizing: border-box;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 0;
  border-width: 1px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  display: none;
}

#tools-result li {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
}

#tools-result li:hover {
  --bg-opacity: 1;
  background-color: #F4F6F8;
  background-color: rgba(244, 246, 248, var(--bg-opacity));
}

#tools-result .entry-meta {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

/* Color Input */
.color-input {
  display: flex;
}

.color-input input[type=text] {
  flex: 1;
  display: block;
}

.color-input input[type=color] {
  margin: 12px 0 12px 8px;
  padding: 2px 3px;
  height: 42px;
  width: 42px;
  border-radius: 3px;
  cursor: pointer;
}

.tools-featured .entry-title {
  font-size: 17px;
}

.tools-featured h2.entry-title a {
  --text-opacity: 1;
  color: #1E293B;
  color: rgba(30, 41, 59, var(--text-opacity));
}

.tools-featured h2.entry-title a:hover {
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
}

ul.tool-list h2.entry-title {
  font-size: 20px;
  margin-top: -2px;
}

ul.tool-list h3.entry-title {
  font-size: 17px;
  margin-top: -3px;
}

ul.tools-categories-menu {
  font-size: 90%;
  margin-top: 0;
}

ul.tools-categories-menu li {
  margin: 0;
  line-height: 28px;
}

ul.tools-categories-menu li a {
  display: block;
  width: 100%;
  padding: 3px 20px 3px 0;
  line-height: 24px;
}

ul.tools-categories-menu li a svg {
  margin-right: 4px;
}

ul.tools-categories-menu li a.current-menu-item,
ul.tools-categories-menu li a:hover {
  text-decoration: none;
  --text-opacity: 1;
  color: #0F172A;
  color: rgba(15, 23, 42, var(--text-opacity));
}

ul.tools-categories-menu li a.current-menu-item {
  font-size: 110%;
  font-weight: 600;
}

ul.divider {
  padding-left: 0;
  line-height: 1.3;
  list-style: none;
}

ul.divider li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #DFE3E8;
}

ul.divider li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.related-tools {
  margin-top: 2rem;
}

.content-box {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tool-title {
  text-align: center;
  font-size: 1.5rem;
  color: #444;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.tool-share-buttons .button {
  font-size: 80%;
  padding: 6px;
  margin: 1.5rem 3px 0;
  font-weight: normal;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.tool-share-buttons .button-share {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.tool-share-buttons .button-share svg {
  width: 16px;
}

.tool-share-buttons .button-share span {
  font-size: 12px;
  padding: 0 3px;
}

.tool-share-buttons .button-share:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.share-fb:hover {
  background-color: #3B5997;
}

.share-twitter:hover {
  background-color: #00aced;
}

.button-howto {
  font-size: 12px;
  font-weight: normal;
  padding: 6px 8px;
  color: #888;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.button-howto:hover {
  --text-opacity: 1;
  color: #334155;
  color: rgba(51, 65, 85, var(--text-opacity));
}

.ad-container {
  width: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.one-half, .one-third {
  width: 100%;
}

/* Medium (md) and above */
@media (min-width: 768px) {
  .grid {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .one-half {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .one-third {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-content, .container-sidebar {
  width: 100%;
}

/* Tablet (lg) and above */
@media (min-width: 1024px) {
  .wrapper {
    flex-direction: row-reverse;
    min-height: 800px;
  }

  .container-content {
    flex: 1 1 0%;
  }

  .container-sidebar {
    width: 270px;
  }
}
/* desktop (xl) and above */
@media (min-width: 1280px) {
  .one-third {
    width: 33.333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}