@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2?a7e06560e456e6b1d13f3a7139b2e179) format("woff2"), url(../fonts/Inter-Regular.woff?5cc642fb7ce554291deff001e82320de) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 400;
  src: url(../fonts/Inter-Italic.woff2?8d9b178e422f56de5fcf9850bcd1bbdd) format("woff2"), url(../fonts/Inter-Italic.woff?270ff1e5e8104238b4af304b0ce063bf) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 500;
  src: url(../fonts/Inter-Medium.woff2?ea85aaff72f3ada9c6ed4d143d003cc1) format("woff2"), url(../fonts/Inter-Medium.woff?9323ebc91e5e5a381fa3d6fdc9d1ea0f) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 500;
  src: url(../fonts/Inter-MediumItalic.woff2?a2c2d63bf6a12fca42735c9d51ca9766) format("woff2"), url(../fonts/Inter-MediumItalic.woff?441489593ce728cdbeef9201d6b33bc3) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.woff2?782d714c74747c3648d7525c6c272d20) format("woff2"), url(../fonts/Inter-SemiBold.woff?c1764dd9c41d13975ab6d212e1f11ce8) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 600;
  src: url(../fonts/Inter-SemiBoldItalic.woff2?a5fe27179edb6bd6430602123fb2355f) format("woff2"), url(../fonts/Inter-SemiBoldItalic.woff?4421a27c2335c6145189a9d3b2da512f) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff2?c01915d71f09e73b59a4e0b3ba434718) format("woff2"), url(../fonts/Inter-Bold.woff?81c56203e15c9f2026589923abe3349f) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 700;
  src: url(../fonts/Inter-BoldItalic.woff2?e1fbb9bb48d43f0b5dd4fe53a0b2b7f4) format("woff2"), url(../fonts/Inter-BoldItalic.woff?987999564a57673fa4431f4bbbe41b40) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 800;
  src: url(../fonts/Inter-ExtraBold.woff2?bc8edf98c1e570fc655b6dceaf3c9cf3) format("woff2"), url(../fonts/Inter-ExtraBold.woff?cea5f61b0a480043a80b3ab458407e78) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 800;
  src: url(../fonts/Inter-ExtraBoldItalic.woff2?2515868874dac60f6187abda72fd848d) format("woff2"), url(../fonts/Inter-ExtraBoldItalic.woff?f9018c939810cb2a6022a7f252989f38) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-feature-settings: "cv08";
  font-weight: 900;
  src: url(../fonts/Inter-Black.woff2?809003b9cc36f8449cbb6e46d4be7644) format("woff2"), url(../fonts/Inter-Black.woff?0c06c37d48bf73e403a27a05e9ab8764) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-feature-settings: "cv08";
  font-weight: 900;
  src: url(../fonts/Inter-BlackItalic.woff2?6d2e712b02d07c8ee52c5478355eccbb) format("woff2"), url(../fonts/Inter-BlackItalic.woff?104b1daa5711ffe9355edb2df9351c61) format("woff");
}
/* All Quickcreator panels, pages and components should sorounded with a div with class quickcreator-layout */
div.quickcreator-layout div, div.quickcreator-layout p {
  font-family: "Inter", "San Francisco", Helvetica, Arial, sans-serif;
  font-feature-settings: "cv08";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #222a3a;
}
div.quickcreator-layout h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
div.quickcreator-layout a {
  color: #2b6cb0;
  transition: all 0.5s ease;
}
div.quickcreator-layout a:hover {
  color: #7934cb;
}
div.quickcreator-layout select {
  min-width: 235px;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  color: #718096;
  padding: 8px 12px;
  line-height: 24px;
}
div.quickcreator-layout label {
  color: #4a5568;
  text-align: right;
  margin-right: 16px;
  line-height: 42px;
  min-width: 175px;
}
div.quickcreator-layout .button-primary {
  background-color: rgb(34, 42, 58);
  font-weight: 600;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  border: 0px;
  box-shadow: none;
  outline: none;
}

/* Quickcreatort Buttons */
input[type=submit].quickcreator-button,
button.quickcreator-button,
a.quickcreator-button,
div.quickcreator-layout a.quickcreator-button {
  display: inline-block;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 24px;
  border-radius: 8px;
  font-family: "Inter", "San Francisco", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
input[type=submit].quickcreator-button svg,
button.quickcreator-button svg,
a.quickcreator-button svg,
div.quickcreator-layout a.quickcreator-button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
input[type=submit].quickcreator-button--primary,
button.quickcreator-button--primary,
a.quickcreator-button--primary,
div.quickcreator-layout a.quickcreator-button--primary {
  color: #ffffff;
  background-color: #222a3a;
}
input[type=submit].quickcreator-button--primary:hover,
button.quickcreator-button--primary:hover,
a.quickcreator-button--primary:hover,
div.quickcreator-layout a.quickcreator-button--primary:hover {
  background-color: #7934cb;
  color: #ffffff;
}
input[type=submit].quickcreator-button--primary:active,
button.quickcreator-button--primary:active,
a.quickcreator-button--primary:active,
div.quickcreator-layout a.quickcreator-button--primary:active {
  background-color: #6129a3;
  color: #ffffff;
}
input[type=submit].quickcreator-button--primary:disabled,
button.quickcreator-button--primary:disabled,
a.quickcreator-button--primary:disabled,
div.quickcreator-layout a.quickcreator-button--primary:disabled {
  background-color: #222a3a;
  color: #ffffff;
}
input[type=submit].quickcreator-button--secondary,
button.quickcreator-button--secondary,
a.quickcreator-button--secondary,
div.quickcreator-layout a.quickcreator-button--secondary {
  background-color: #edf2f7;
  color: #222a3a;
}
input[type=submit].quickcreator-button--secondary:hover,
button.quickcreator-button--secondary:hover,
a.quickcreator-button--secondary:hover,
div.quickcreator-layout a.quickcreator-button--secondary:hover {
  background-color: #e2e8f0;
  color: #222a3a;
}
input[type=submit].quickcreator-button--secondary:active,
button.quickcreator-button--secondary:active,
a.quickcreator-button--secondary:active,
div.quickcreator-layout a.quickcreator-button--secondary:active {
  background-color: #cbd5e0;
  color: #222a3a;
}
input[type=submit].quickcreator-button--secondary:disabled,
button.quickcreator-button--secondary:disabled,
a.quickcreator-button--secondary:disabled,
div.quickcreator-layout a.quickcreator-button--secondary:disabled {
  background-color: #edf2f7;
  color: #222a3a;
}
input[type=submit].quickcreator-button--link,
button.quickcreator-button--link,
a.quickcreator-button--link,
div.quickcreator-layout a.quickcreator-button--link {
  color: #4a5568;
  background-color: transparent;
}
input[type=submit].quickcreator-button--link:hover,
button.quickcreator-button--link:hover,
a.quickcreator-button--link:hover,
div.quickcreator-layout a.quickcreator-button--link:hover {
  color: #2d3748;
}
input[type=submit].quickcreator-button--link:active,
button.quickcreator-button--link:active,
a.quickcreator-button--link:active,
div.quickcreator-layout a.quickcreator-button--link:active {
  color: #2d3748;
}
input[type=submit].quickcreator-button--link:disabled,
button.quickcreator-button--link:disabled,
a.quickcreator-button--link:disabled,
div.quickcreator-layout a.quickcreator-button--link:disabled {
  opacity: 0.64;
}
input[type=submit].quickcreator-button--small,
button.quickcreator-button--small,
a.quickcreator-button--small,
div.quickcreator-layout a.quickcreator-button--small {
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
input[type=submit].quickcreator-button--xsmall,
button.quickcreator-button--xsmall,
a.quickcreator-button--xsmall,
div.quickcreator-layout a.quickcreator-button--xsmall {
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
input[type=submit].quickcreator-button--full-width,
button.quickcreator-button--full-width,
a.quickcreator-button--full-width,
div.quickcreator-layout a.quickcreator-button--full-width {
  width: 100%;
}
input[type=submit].quickcreator-button--icon-left svg,
button.quickcreator-button--icon-left svg,
a.quickcreator-button--icon-left svg,
div.quickcreator-layout a.quickcreator-button--icon-left svg {
  margin-right: 10px;
}
input[type=submit].quickcreator-button--icon-right svg,
button.quickcreator-button--icon-right svg,
a.quickcreator-button--icon-right svg,
div.quickcreator-layout a.quickcreator-button--icon-right svg {
  margin-left: 10px;
}

.quickcreator-notice {
  border-left-color: #7934cb;
  padding: 16px;
}
.quickcreator-notice h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0px;
}
.quickcreator-notice p {
  margin: 15px 0px;
}
.quickcreator-notice_action_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.quickcreator-notice_multiline-paragraphs {
  display: block;
  margin: 15px 0px;
}
.quickcreator-notice_multiline-paragraphs p {
  margin: 5px 0px;
}
