/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}



.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.-top-8 {
  top: -2rem;
}
.bottom-0{
    bottom: 0px;
}
.bottom-1\/4 {
  bottom: 25%;
}

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

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.top-0 {
  top: 0px;
}
.right-0{
    right: 0px;
}

.z-10 {
  z-index: 10;
}

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

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

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

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

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[48\%\] {
  width: 48%;
}

.w-px {
  width: 1px;
}
.w-full{
    width: 100%;
}
.w-screen {
  width: 100vw;
}

.min-w-full {
  min-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.items-center {
  align-items: center;
}

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}
.border-dashed{
    border-style: dashed;
}
.border-2 {
  border-width: 2px;
}

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

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

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

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-blue-400{
    background-color: rgb(96, 165, 250);
}
.bg-blue-500{
    background-color: rgb(59, 130, 246);
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0{
    padding-top: 0;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}

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

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

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

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

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

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

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500{
    color: rgb(107 114 128);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.template-item{
    /*margin-top: 1.25rem;*/
    margin-top: 3rem;
    margin-bottom: 0.625rem;
}
.tab-content-box .template-item{
    margin-top: 1.25rem;
}

.template-item a{
    color: inherit;
}
.template-item a:hover{
    text-decoration: underline;
}
.tab-content-box .template-item a{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.template-item .title{
    border-left: none;
    /*padding: 0;*/
    /*margin: 0;*/
}
.title-bottom-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 3px;
  width: 40%;
  border-radius: 10px;
  background-color: #f04142;
}

.title-bottom-line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 50%;
  border-radius: 10px;
  background-color: rgb(22, 93, 255);
}
.tpl-1-3{
    margin-top: 3rem;
}
.tpl-1 .title,
.tpl-6-2 .title,
.tpl-7 .title,
.tpl-10 .title
{
    font-size: 22px;
}

.tpl-1-blue{
    color: #1F8FE0;
}
.tpl-1-purple{
    color: #4f46e5;
}
.tpl-1-yellow{
    color: #fca641;
}
.tpl-1-red{
    color: #ef7060;
}

.tpl-5-1 .draggable-section{
    border: 1px solid rgb(96, 165, 250);
    box-shadow: inset -4px -4px 0px 0px rgb(96, 165, 250);
}
.tpl-5-2 .draggable-section{
    border: 1px solid red;
    box-shadow: inset -4px -4px 0px 0px red;
}
.tpl-5-3 .draggable-section{
    border: 1px solid blue;
    box-shadow: inset -4px -4px 0px 0px blue;
}
.tpl-5-4 .draggable-section{
    border: 1px solid #04bcbf;
    box-shadow: inset -4px -4px 0px 0px #04bcbf;
}
.tpl-5-9 .draggable-section{
    border: 1px solid #4f46e5;
    box-shadow: inset -4px -4px 0px 0px #4f46e5;
}

.tpl-5-5 .draggable-section{
    background: #fff5e9;
    
}
.tpl-5-5 .draggable-section .info{
    color: #BD7015;
}

.tpl-5-6 .draggable-section{
    background: #fff1ee;
    
}
.tpl-5-6 .draggable-section .info{
    color: #ff3a47;
}

.tpl-5-7 .draggable-section{
    background: #e0feff;
    
}
.tpl-5-7 .draggable-section .info{
    color: #016465;
}

.tpl-5-8 .draggable-section{
    background: #f5faff;
    
}
.tpl-5-8 .draggable-section .info{
    color: #358EE0;
}

.tpl-5-10 .draggable-section{
    background: #e0deff;
    
}
.tpl-5-10 .draggable-section .info{
    color: #4f46e5;
}

.tpl-10 .upload-img-box{
    display: flex;
    align-items: center;
}



.tpl-11 .upload-img-box,
.tpl-12 .upload-img-box,
.tpl-13 .upload-img-box {
  overflow: hidden;
}

.template-item{
    /*sans-serif, Helvetica Neue, Helvetica, STHeiTi, sans-serif*/
    font-family: Microsoft YaHei;
}

.template-item p{
    float: none !important;
    line-height: normal;
    margin-right: 0 !important;
}
.template-item .info{
    text-align: justify !important;
    line-height: 1.7 !important;
    font-size: 19px !important;
}
.template-item .info p{
    text-align: justify !important;
    line-height: 1.7 !important;
}

.tpl-11 .upload-img-box img,
.tpl-12 .upload-img-box img,
.tpl-13 .upload-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  transition: all 0.3s;
}

.tpl-11 .upload-img-box:hover img,
.tpl-12 .upload-img-box:hover img,
.tpl-13 .upload-img-box:hover img {
  transform: scale(1.2);
}
.tpl-12{
    margin: 30px 0;
}
.tpl-12 .line{
    width: 30px;
    height: 3px;
    margin: 20px auto;
    background: #2c8ef1;
}

.tpl-13 h4 {
  font-weight: bold;
  color: #054781;
}

.tpl-14 .shadow-lg {
  box-shadow: 2px 6px 28px 2px rgba(93, 118, 143, .21);
}

.tpl-14 .item:hover {
  box-shadow: 0 0 13px 0 rgba(169, 65, 1, .14), 0 4px 0 0 #556cf1;
}

.tpl-15 .title {
  color: #4f46e5;
}

.tpl-15 .item:hover {
  color: #FFF;
  background-color: #4f46e5;
}

.tpl-15 .item:hover .title,
.tpl-15 .item:hover .info {
  color: #FFF;
}

.tpl-15 .title,
.tpl-16 .title {
  text-align: center;
}

.tpl-15 .icon-box {
  border-radius: 50%;
  box-shadow: 0 7px 10px 0 rgba(80, 103, 240, .3);
}

.tpl-16 .item {
  box-shadow: 2px 5px 28px 1px rgba(94, 119, 143, .22);
}

.tpl-16 .item:hover {
  color: #FFF;
  background-color: #5067f0;
}

.tpl-16 .draggable-section{
    /* 确保父容器中的子元素拉伸====>高度一致 */
   align-items: stretch !important;
}

.tpl-16 .item:hover .title,
.tpl-16 .item:hover .info {
  color: #FFF;
}

.tpl-16 .item .icon-box {
  height: 126px;
  position: relative;
}

.tpl-16 .item .icon-box .icon {
  position: absolute;
  top: 20px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.tpl-16 .item .icon-box:after {
  content: '';
  position: absolute;
  background: linear-gradient(135deg, #6e83ff 0%, #5067f0 100%);
  box-shadow: 0 7px 10px 0 rgba(80, 103, 240, .3);
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.tpl-18 .item .title {
  border-bottom-color: #5067f0;
}

.tpl-18 .item .title::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #5067f0;
  border: 3px solid #a7b3f7;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-radius: 50%
}

.tpl-18 .sub-title {
  background-color: #5067f0;
}

.tpl-19 .item::before {
  position: absolute;
  border-radius: 50%;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #ececec;
  background-color: #fff;
  z-index: 100;
}

.tpl-19 .item:hover::before {
  border: 2px solid #5067f0;
}

.tpl-19 .item:hover>div {
  border-bottom-color: #5067f0;
}

.tpl-19 .item .content-box::after {
  content: '';
  position: absolute;
  border: 9px solid transparent;
}

.tpl-19 .left-item::before {
  top: 24px;
  right: -9px;
}

.tpl-19 .right-item::before {
  top: 90px;
  left: -9px;
}

.tpl-19 .left-item .content-box::after {
  right: -18px;
  top: 25px;
  border-left-color: #ececec;
}

.tpl-19 .right-item .content-box::after {
  left: -18px;
  bottom: 16px;
  border-right-color: #ececec;
}
.tpl-20{
    padding: 0 10px;
}
.tpl-20 .item{
  border-radius: 5px 24px 5px 24px;
  box-shadow: 0 4px 10px rgba(0, 28, 85, .09);
}

.tpl-20 .item:hover{
  box-shadow: 2px 5px 28px 1px rgba(94,119,143,.22),0 4px 0 0 #5067f0
}

.tpl-21 .item{
    border: 1px solid #1F8FE0;
    border-radius: 60px 10px 10px 60px;
    margin-top: 15px;
}
.tpl-21 .title{
    background-color: #1F8FE0;
    border-radius: 50px 0 50px 50px;
    padding: 15px 20px;
    align-items: center;
}
.tpl-21 .line{
    position: absolute;
    top: -3.5px;
    left: 0;
    width: 55px;
    height: 7px;
    background: #fff;
}
.tpl-22,.tpl-26{
    margin: 30px 0;
}

.tpl-22 .item{
    box-shadow: 0 0 10px rgba(5, 101, 210, .3);
}


.tpl-23>section{
    padding: 0 10px;
}
.tpl-23 .swiper{
    padding-bottom: 30px;
}
.tpl-23 .swiper .swiper-slide{
    padding:10px;
}

.tpl-23 .left-box{
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.tpl-23 .left-box .title{
    font-size: 28px;
    background-color: #1f8fe0;
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    padding-right: 20%;
    width: 70%;
}

.tpl-23 .left-box .title::before{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 3;
    background-color: #55b1f3;
    transform: skewX(355deg);
}

.tpl-23 .left-box .title::after{
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 3;
    background-color: #c1dff5;
    transform: skewX(355deg);
}
.tpl-23 .left-box .info{
    padding-right: 30%;
}    

.tpl-23 .right-box{
    width: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    
}

.tpl-23 .right-box img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.tpl-24>section{
    box-shadow: 0 0 15px rgba(0,0,0,.07);
}

.tpl-24 .title{
    background-color: #1585E7;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 0 16px 0 16px;
    color: #fff;
    display: inline-block;
}
.tpl-24 .info-box{
    padding: 10px;
}
.tpl-24 .info{
    margin-bottom: 20px;
}

.tpl-25 .num{
    font-size: 60px;
    font-weight: 700;
    color: #eaeaea;
}
.tpl-25 .title{
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.tpl-26 .item{
    height: 152px;
    box-shadow: 0 0 12px rgba(0,0,0, .07);
    overflow: hidden;
    margin-bottom: 10px;
}
.tpl-26 .title::after{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #068bf2;
    display: block;
    margin: 10px 0;
}
.tpl-26 .upload-img-box{
    height: 100%;
}
.tpl-26 .upload-img-box>img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 0;
}
.tpl-26 .left-pic::after{
    content: "";
    position: absolute;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
}
.tpl-26 .right-pic::before{
    content: "";
    position: absolute;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
}
.tpl-27 .item{
    box-shadow: 0 0 12px rgba(0,0,0, .07);
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
}
.tpl-27 .item .title{
    margin: 15px 0;
}
.tpl-27 .upload-img-box{
    height: 220px;
}
.tpl-27 .upload-img-box>img{
    max-height: 100%;
    min-width: 85%;
    object-fit: cover;
    border-radius: 0;
}
.tpl-29{
    
}
.tpl-30{
   
}
.tpl-29 .title,.tpl-30 .title{
    margin-top: 10px;
    margin-bottom: 10px;
}

.tpl-31 .title,.tpl-31 .info{
    box-shadow: rgb(96, 165, 250) 0 0 10px;
    border:1px solid rgb(96, 165, 250);
}

.tpl-31-1 .title{
    background: #ff3a47;
}
.tpl-31-1 .title,.tpl-31-1 .info{
    box-shadow: #ff3a47 0 0 10px;
    border:1px solid #ff3a47;
}
.tpl-31-2 .title{
    background: #158c5d;
}
.tpl-31-2 .title,.tpl-31-2 .info{
    box-shadow: #158c5d 0 0 10px;
    border:1px solid #158c5d;
}
.tpl-31-3 .title{
    background: #835fa8;
}
.tpl-31-3 .title,.tpl-31-3 .info{
    box-shadow: #835fa8 0 0 10px;
    border:1px solid #835fa8;
}
.tpl-31-4 .title,.tpl-31-4 .info{
    box-shadow: #4f46e5 0 0 10px;
    border:1px solid #4f46e5;
}
.tpl-31-4 .title{
    background-color: #4f46e5;
}

.tpl-32 .draggable-section{
    border: 2px solid #f5404c;
    padding: 0;
    background-color: rgba(255, 58, 72, 0.1);
}
.tpl-32 .title{
    display: inline-block;
    background: #f5404c;
    padding: 2px 20px 5px 10px;
    text-align: center;
    border-radius: 0 50px 50px 0;
}

.tpl-32-1 .draggable-section{
    background-color: rgba(131, 95, 168,.1);
    border: 2px solid #835fa8;
}
.tpl-32-1 .title{
    background-color: #835fa8;
}

.tpl-32-2 .draggable-section{
    background-color: rgba(96, 165, 250,.1);
    border: 2px solid #60a5fa;
}
.tpl-32-2 .title{
    background-color: #60a5fa;
}
.tpl-32-3 .draggable-section{
    background-color: rgba(2, 177, 180,.1);
    border: 2px solid #02b1b4;
}
.tpl-32-3 .title{
    background-color: #02b1b4;
}
.tpl-32-4 .draggable-section{
    background-color: rgb(224, 222, 255);
    border: 2px solid #4f46e5;
}
.tpl-32-4 .title{
    background-color: #4f46e5;
}


/*.tpl-33{*/
/*    margin-top: 2rem !important;*/
/*}*/
.tpl-33 .draggable-section{
    border: 1px solid rgb(96, 165, 250);
    padding: 0;
    border-radius: 10px;
}
.tpl-33 .title{
    background: rgb(96, 165, 250);
    padding: 6px 10px;
    display: inline-block;
    transform: translateY(-50%);
}
.tpl-33 .title::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 20px solid #666666;
    left: -10px;
    top: 0px;
}
.tpl-33 .title::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #666666;
    right: -10px;
    top: 0px;
}

.tpl-33-1 .draggable-section{
    border-color: #02b1b4;
}
.tpl-33-1 .title{
    background-color: #02b1b4;
}
.tpl-33-2 .draggable-section{
    border-color: #835fa8;
}
.tpl-33-2 .title{
    background-color: #835fa8;
}
.tpl-33-3 .draggable-section{
    border-color: #ff3a47;
}
.tpl-33-3 .title{
    background-color: #ff3a47;
}
.tpl-33-4 .draggable-section{
    border-color: #4f46e5;
}
.tpl-33-4 .title{
    background-color: #4f46e5;
}


.tpl-34 .draggable-section{
    border: 1px solid #fca641;
}
.tpl-34 .title-wrap{
    transform: translateY(-50%);
}
.tpl-34 .title{
    background: #fca641;
    margin-left:-1px;
}
.tpl-34 .title::after{
    content: '';
    position: absolute;
    border-left: 15px solid #fca641;
    border-top: 18px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
    right: -15px;
    line-height: 30px;
}
.tpl-34-1 .draggable-section{
    border: 1px solid #02b1b4;
}
.tpl-34-1 .title{
    background: #02b1b4;
}
.tpl-34-1 .title::after{
    border-left-color: #02b1b4;
}
.tpl-34-2 .draggable-section{
    border: 1px solid #835fa8;
}
.tpl-34-2 .title{
    background: #835fa8;
}
.tpl-34-2 .title::after{
    border-left-color: #835fa8;
}
.tpl-34-3 .draggable-section{
    border: 1px solid #ff3a47;
}
.tpl-34-3 .title{
    background: #ff3a47;
}
.tpl-34-3 .title::after{
    border-left-color: #ff3a47;
}

.tpl-34-4 .draggable-section{
    border: 1px solid #4f46e5;
}
.tpl-34-4 .title{
    background: #4f46e5;
}
.tpl-34-4 .title::after{
    border-left-color: #4f46e5;
}
@media (max-width: 640px) {
    .tpl-10 .draggable-section{
        display: flex;
        flex-direction: column;
    }
    .tpl-10 .draggable-section .upload-img-box{
        width: 100%;
    }
    .tpl-10 .draggable-section .upload-img-box img{
        margin: 0 auto;
    }
}

@media (min-width:640px) {
  .tpl-11 .upload-img-box,
    .tpl-12 .upload-img-box,
    .tpl-13 .upload-img-box {
    /*height: 166px;*/
    /*overflow: hidden;*/
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:w-full {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-\[70px\] {
    height: 70px;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-\[22\%\] {
    width: 22%;
  }

  .sm\:w-\[30\%\] {
    width: 30%;
  }

  .sm\:w-\[70px\] {
    width: 70px;
  }
  
  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));    
  }
  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .sm\:px-2{
    padding-right: 0.5rem;  
    padding-left: 0.5rem;  
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  
  .sm\:ml-2{
    margin-left: 0.5rem;
  }
  
  .tpl-21 .title{
    padding: 25px 30px;
  }
  .tpl-22 .title::after{
        content: "";
        width: 20px;
        height: 3px;
        background-color: #efc636;
        display: block;
        margin: 15px 0;
    }
    .tpl-23 .left-box{
        padding: 25px 20px;
        
    }
    .sm\:flex{
        display: flex;
    }
    .sm\:flex-1{
        flex: 1 1 0%;
    }
    .sm\:flex-row-reverse{
        flex-direction: row-reverse;
    }
    .tpl-24{
        padding: 10px;
    }
    .tpl-24 .info-box{
        padding: 15px 20px 0 20px;
    }
    .tpl-24 .upload-img-box{
        width: 45%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .tpl-24 .upload-img-box img{
        min-height: 100%;
        object-fit: cover;
        min-width: 100%;
    }
    
    .tpl-26 .item{
        margin-bottom: 0;
    }
    .tpl-22,.tpl-26{
        padding: 0 10px;
    }
    .tpl-27>section{
        padding: 0 10px;
    }
    
    .tpl-29 .info-box,.tpl-30 .info-box{
        padding: 20px;
    }
    .tpl-29 .upload-img-box::after{
        content: "";
        position: absolute;
        border: 10px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
    }
    .tpl-30 .upload-img-box::before{
        content: "";
        position: absolute;
        border: 10px solid #fff;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
    }
    .template-item .info,.template-item .info p{
        line-height: 1.72 !important;
        font-size: 16px !important;
        letter-spacing: 1.5px !important;
    }
    
}

@media (min-width: 768px) {
  .md\:w-\[48\%\] {
    width: 48%;
  }
}

