/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./frontend/scottstudio-mi-calculator.vue?vue&type=style&index=0&id=7ff4bacc&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.dark .mi-calculator[data-v-7ff4bacc],
.dark-page .mi-calculator[data-v-7ff4bacc],
:root[theme="dark"] .mi-calculator[data-v-7ff4bacc] {
  --mi-calculator-border-color: #3a3f45;
  --mi-calculator-background-linear: linear-gradient(#2b2e31 0%, #36393c 100%);
}
.mi-calculator[data-v-7ff4bacc] {
  --mi-calculator-border-color: #a5b3c1;
  --mi-calculator-background-linear: linear-gradient(#fff 0%, #f0f7fc 100%);

  width: auto;
  height: auto;
  word-break: break-word;
  position: relative;
}
.mi-calculator .calculator-toolbar[data-v-7ff4bacc] {
  display: flex;
  height: 34px;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  border-top-left-radius: var(--thyuu--size-radius, .5rem);
  border-top-right-radius: var(--thyuu--size-radius, .5rem);
  border: 1px solid var(--mi-calculator-border-color);
  box-shadow: inset 0 5px 8px rgb(31 45 61 / 15%);
  background: var(--mi-calculator-background-linear);
}
.toolbar-button[data-v-7ff4bacc] {
  display: flex;
  align-items: center;
}
.toolbar-button-dot[data-v-7ff4bacc] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 5px;
  font-size: 8px;
  height: 12px;
  width: 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 100%;
  background: linear-gradient(#7d7871 0%, #595953 100%);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.red[data-v-7ff4bacc] {
  background: #ff5f52;
}
.yellow[data-v-7ff4bacc] {
  background: #ffbe05;
}
.green[data-v-7ff4bacc] {
  background: #15cc35;
}
.toolbar-button-dot[data-v-7ff4bacc]:hover {
  cursor: pointer;
}
.toolbar-button-dot[data-v-7ff4bacc]:focus {
  outline: none;
}
.toolbar-button--exit[data-v-7ff4bacc] {
  background: linear-gradient(#f37458 0%, #de4c12 100%);
}
.calculator-body[data-v-7ff4bacc] {
  border: 1px solid var(--mi-calculator-border-color);
  border-top: none;
  border-bottom-left-radius: var(--thyuu--size-radius, .5rem);
  border-bottom-right-radius: var(--thyuu--size-radius, .5rem);
  box-shadow: inset 0 5px 8px rgb(31 45 61 / 15%);
  background: var(--mi-calculator-background-linear);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 1rem;
}
.calculator-form[data-v-7ff4bacc] {
  width: 360px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}
.calculator-input[data-v-7ff4bacc] {
  width: 100%;
  padding: 0 1rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background: var(--thyuu--color-back-font);
  transition: .3s ease;
}
.calculator-input[data-v-7ff4bacc]::-moz-placeholder {
  color: #9e9ea7;
}
.calculator-input[data-v-7ff4bacc]::placeholder {
  color: #9e9ea7;
}
.output-wrapper[data-v-7ff4bacc] {
  position: relative;
  width: 100%;
}
.output-wrapper .thyuu-icon-copy[data-v-7ff4bacc] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: hsl(var(--thyuu--color-font) / .5);
  transition: color .3s ease;
}
.output-wrapper .thyuu-icon-copy[data-v-7ff4bacc]:hover {
  color: hsl(var(--thyuu--color-font) / 1);
}
.calculator-input[data-v-7ff4bacc]:focus,
input[data-v-7ff4bacc]:hover {
  outline: none;
  border-color: rgba(234, 76, 137, 0.4);
  background: var(--thyuu--color-back-white);
  box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}
input[data-v-7ff4bacc]:disabled:focus,
input[data-v-7ff4bacc]:disabled:hover {
  border-color: transparent;
  box-shadow: none;
  background: var(--thyuu--color-back-font);
}
input[data-v-7ff4bacc]:disabled {
  cursor: not-allowed;
}
footer[data-v-7ff4bacc] {
  font-size: var(--thyuu--size-small, 14px);
  padding: .5em 0;
  color: hsl(var(--thyuu--color-font) / .5);
  font-weight: 500;
}
footer a[data-v-7ff4bacc] {
  color: hsl(var(--thyuu--color-font) / .85);
}
footer a[data-v-7ff4bacc]:hover {
  color: hsl(var(--thyuu--subs-color))
}
@media screen and (max-width: 480px) {
.calculator-form[data-v-7ff4bacc] {
    width: calc(100% - 2em);
}
.mi-icon[data-v-7ff4bacc]{
    width: 50%;
}
}

