.docs-title {
  font-family:"Public Sans",Roboto,Arial,sans-serif;
  font-weight:600;
  font-size:3.75rem;
}
.docs-title-description {
  font-family:"Public Sans",Roboto,Arial,sans-serif;
  font-weight:500;
  line-height:1.75;
  font-size:1.1rem;
  margin:0 4px;
}
@media(max-width:600px) {
  .docs-title {
    font-size:2.5rem;
  }
  .docs-title-description {
    font-size:.875rem;
  }
}
.docs-sticky-info {
  position:sticky;
  top:128px;
}
.docs-sticky-info.explore-text .mud-typography-h5 {
  font-weight:500;
}
.docs-appbar {
  z-index:calc(var(--mud-zindex-appbar) + 1);
}
.docs-appbar-filter {
  backdrop-filter:blur(12px);
  z-index:calc(var(--mud-zindex-appbar) + 1);
}
.docs-appbar .mud-autocomplete,
.docs-menu-list .mud-autocomplete {
  max-width:360px;
}
.docs-appbar .mud-button,
.docs-menu-list .mud-button {
  font-family:"Public Sans",Roboto,Arial,sans-serif;
  font-weight:500;
  line-height:1.75;
  letter-spacing:.0286em;
  text-transform:none;
}
.cropperblazor-docs,
.cropperblazor-landingpage {
  overflow:hidden;
}
.cropperblazor-docs .docs-single-link .mud-nav-link,
.cropperblazor-landingpage .docs-single-link .mud-nav-link {
  font-weight:500!important;
}
.landing-appbar {
  z-index:calc(var(--mud-zindex-appbar) + 1);
}
.cropperblazor-logo {
  width:40px;
}
.docs-brand-text {
  letter-spacing:.1rem;
  font-weight:500;
  font-family:Roboto,sans-serif;
  margin-inline-start:12px;
  user-select:none;
}
.docs-text-dec {
  text-decoration:underline dotted var(--mud-palette-primary);
}
.docs-footer .mud-link {
  margin:8px 0;
  cursor:pointer;
  transition:color 200ms cubic-bezier(.4,0,.2,1) 0ms;
}
@media(max-width:960px) {
  :root {
    --mud-drawer-width-left:300px!important;
  }
}
.docs-gray-bg {
  background-color:var(--mud-palette-background-gray);
}
.text-with-dots {
  max-width:100%;
  overflow:hidden;
  display:inline-block;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mud-landingpage-editor .html .html-tag-delimiter,
.mud-landingpage-editor .codearea .html-tag-delimiter {
  color:#979797;
}
.mud-landingpage-editor .html .html-element-name,
.mud-landingpage-editor .codearea .html-element-name {
  color:#988ef1;
}
.mud-landingpage-editor .html .html-attribute-name,
.mud-landingpage-editor .codearea .html-attribute-name {
  color:#27b5b5;
}
.mud-landingpage-editor .html .html-operator,
.mud-landingpage-editor .html .quot,
.mud-landingpage-editor .codearea .html-operator,
.mud-landingpage-editor .codearea .quot {
  color:#c8c8c8;
}
.mud-landingpage-editor .html .html-attribute-value,
.mud-landingpage-editor .codearea .html-attribute-value {
  color:#ededed;
}
.mud-landingpage-editor .html .html-link,
.mud-landingpage-editor .codearea .html-link {
  color:#61afef;
  text-decoration:underline;
}
.mud-landingpage-editor .html .enum,
.mud-landingpage-editor .codearea .enum {
  color:#b4eb8f;
  background-color:rgba(255,255,255,.15);
}
.mud-landingpage-editor .html .enum-value,
.mud-landingpage-editor .html .sharp-variable,
.mud-landingpage-editor .codearea .enum-value,
.mud-landingpage-editor .codearea .sharp-variable {
  color:#ededed;
  background-color:rgba(255,255,255,.15);
}
.mud-landingpage-editor .html .keyword,
.mud-landingpage-editor .codearea .keyword {
  color:#61afef;
  background-color:rgba(255,255,255,.15);
}
.mud-landingpage-editor .html .at-sign,
.mud-landingpage-editor .codearea .at-sign {
  color:#8323d8;
}
.mud-landingpage-editor .html .comment,
.mud-landingpage-editor .codearea .comment {
  color:#57a64a;
}
.mud-landingpage-editor .csharp .at-sign {
  color:#000;
  background-color:#d2d295;
}
.mud-landingpage-editor .csharp .keyword {
  color:#569cd6;
}
.mud-landingpage-editor .csharp .string {
  color:#d69d85;
}
.mud-landingpage-editor .csharp .function {
  color:#dcdcaa;
}
.mud-landingpage-editor .csharp .class {
  color:#4ec9b0;
}
.mud-landingpage-editor .csharp .local-var {
  color:#9cdcfe;
}
.mud-landingpage-editor .csharp .interface {
  color:#b0d7a3;
}
.mud-landingpage-editor .csharp .number {
  color:#b0d7a3;
}
.mud-landingpage-editor .csharp .enum {
  color:#b4eb8f;
}
.mud-landingpage-editor .csharp .comment {
  color:#57a64a;
}
.mud-codeblock {
  height:100%;
  padding:24px;
  overflow:visible;
}
.mud-codeblock pre {
  height:100%;
  color:var(--mud-palette-text-primary);
  padding:0;
  font-size:1em;
  font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;
  -webkit-font-smoothing:subpixel-antialiased;
  direction:ltr;
}
.mud-codeblock .css .property {
  color:hsl(76,21%,52%);
}
.mud-codeblock .css .comment {
  color:#57a64a;
}
.mud-codeblock .csharp .at-sign {
  color:#8323d8;
}
.mud-codeblock .csharp .keyword {
  color:var(--mud-palette-primary);
}
.mud-codeblock .csharp .string {
  color:#e68c32;
}
.mud-codeblock .csharp .function {
  color:#ff9800;
}
.mud-codeblock .csharp .class {
  color:#1ec8a5;
}
.mud-codeblock .csharp .local-var {
  color:#2196f3;
}
.mud-codeblock .csharp .interface {
  color:#ff4081;
}
.mud-codeblock .csharp .number {
  color:#b0d7a3;
}
.mud-codeblock .csharp .enum {
  color:#b4eb8f;
}
.mud-codeblock .csharp .comment {
  color:#57a64a;
}
.mud-codeblock .csharp .html-element-name {
  color:#7e6fff;
}
.mud-codeblock .csharp .html-attribute-name {
  color:#8323d8;
}
.mud-codeblock .csharp .html-attribute-value {
  color:#ff4081;
}
.mud-codeblock .csharp .html-operator {
  color:#737373;
}
.mud-codeblock .csharp .quot {
  color:#737373;
}
.mud-codeblock .html+.csharp {
  margin-top:23px;
}
.mud-codeblock .html mark,
.mud-codeblock .codearea mark {
  font-weight:600;
  color:var(--mud-palette-primary);
  background-color:var(--mud-palette-action-default-hover);
  border-radius:2px;
  padding:1px 3px;
  margin:0 0 0 2px;
  user-select:all;
}
.mud-codeblock .html .html-tag-delimiter,
.mud-codeblock .codearea .html-tag-delimiter {
  color:#979797;
}
.mud-codeblock .html .html-element-name,
.mud-codeblock .codearea .html-element-name {
  color:var(--mud-palette-primary);
  font-weight:600;
}
.mud-codeblock .html .html-attribute-name,
.mud-codeblock .codearea .html-attribute-name {
  color:#8323d8;
}
.mud-codeblock .html .html-operator,
.mud-codeblock .html .quot,
.mud-codeblock .codearea .html-operator,
.mud-codeblock .codearea .quot {
  color:#737373;
}
.mud-codeblock .html .html-attribute-value,
.mud-codeblock .codearea .html-attribute-value {
  color:#ff4081;
}
.mud-codeblock .html .html-link,
.mud-codeblock .codearea .html-link {
  color:#ff4081;
  text-decoration:underline;
}
.mud-codeblock .html .enum,
.mud-codeblock .codearea .enum {
  color:#00c853;
  background-color:var(--mud-palette-gray-light);
}
.mud-codeblock .html .enum-value,
.mud-codeblock .html .sharp-variable,
.mud-codeblock .codearea .enum-value,
.mud-codeblock .codearea .sharp-variable {
  color:var(--mud-palette-text-primary);
  background-color:var(--mud-palette-gray-light);
}
.mud-codeblock .html .keyword,
.mud-codeblock .codearea .keyword {
  color:#2196f3;
  background-color:var(--mud-palette-gray-light);
}
.mud-codeblock .html .at-sign,
.mud-codeblock .codearea .at-sign {
  color:#8323d8;
}
.mud-codeblock .html .comment,
.mud-codeblock .codearea .comment {
  color:#57a64a;
}
@media(min-width:0) and (max-width:510px) {
  .mud-snackbar-location-bottom-right {
    right:0!important;
  }
}
.docs-page-section .docs-section-header .mud-typography-h5 {
  margin-top:60px;
  margin-bottom:20px;
}
.docs-page-section .docs-section-header .mud-typography-h6 {
  margin-top:32px;
  margin-bottom:12px;
}
.docs-page-section .docs-section-source {
  position:relative;
  overflow:hidden;
  border-radius:8px;
  background-color:var(--mud-palette-background-gray);
  transition:border-radius 250ms cubic-bezier(.4,0,.2,1);
}
.docs-page-section .docs-section-source .copy-code-button {
  position:absolute;
  bottom:8px;
  right:8px;
  color:rgba(5,0,51,0);
  transition:color 250ms cubic-bezier(.4,0,.2,1) 0ms;
}
.docs-page-section .docs-section-source .docs-section-source-container {
  max-height:0;
  overflow:hidden;
  transition:max-height .15s ease-out;
}
.docs-page-section .docs-section-source.show-code .docs-section-source-container {
  overflow:auto;
  max-height:500px;
  transition:max-height .25s ease-in;
}
.docs-page-section .docs-section-source.show-code .docs-section-source-container::-webkit-scrollbar-thumb {
  border-bottom-right-radius:0;
}
.docs-page-section .docs-section-source:hover .copy-code-button {
  color:var(--mud-palette-secondary-darken)!important;
  background-color:transparent;
}
.docs-page-section .docs-section-content {
  border-radius:8px;
  background-color:var(--mud-palette-surface);
  transition:border-radius 250ms cubic-bezier(.4,0,.2,1);
  display:flex;
  flex-direction:column;
  position:relative;
}
.docs-page-section .docs-section-content .mud-toolbar-wrap-content .file-button {
  margin-right:0!important;
  border:0!important;
  border-radius:0!important;
}
.docs-page-section .docs-section-content .mud-toolbar-wrap-content .file-button:first-child {
  border-radius:8px 8px 0 0!important;
}
.docs-page-section .docs-section-content .mud-toolbar-wrap-content .file-button.active {
  background-color:var(--mud-palette-primary-darken)!important;
  color:var(--mud-palette-success-text)!important;
}
.docs-page-section .docs-section-content .mud-toolbar-wrap-content:last-child:not(.file-button) {
  border-top-right-radius:0;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar {
  height:unset;
  padding:0;
  border-radius:8px 8px 0 0!important;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar .mud-button {
  text-transform:none;
  font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;
  font-size:14px;
  border-radius:0;
  padding:4px 8px;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar .mud-button.file-button {
  border-color:var(--mud-palette-lines-default);
  letter-spacing:normal;
  margin-top:-1px;
  margin-right:8px;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar .mud-button.file-button:first-child {
  border-top-left-radius:8px;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar .mud-button:last-child:not(.file-button) {
  border-top-right-radius:8px;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.darken {
  background-color:var(--mud-palette-gray-light);
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.darken .file-button {
  margin-right:0!important;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.darken .file-button.active {
  background-color:var(--mud-palette-background-gray);
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.outlined .file-button:not(.active) {
  border:1px solid var(--mud-palette-lines-default);
  border-top:0;
  border-radius:0 0 4px 4px;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.outlined .file-button:not(.active):first-child {
  border-top-left-radius:8px;
  border-bottom-left-radius:0;
  border-left:0;
}
.docs-page-section .docs-section-content .docs-section-content-toolbar.outlined .file-button.active {
  color:var(--mud-palette-primary);
}
.docs-page-section .docs-section-content .docs-section-content-inner>*:not(.mud-grid) {
  margin:8px;
}
.docs-page-section .docs-section-content.darken {
  background:linear-gradient(0deg,var(--mud-palette-gray-lighter) 0%,var(--mud-palette-background-gray) 50%);
}
.docs-page-section .docs-section-content.outlined {
  border:1px solid var(--mud-palette-lines-default);
}
.docs-page-section .docs-section-content.show-code {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.docs-page-section .docs-section-content.show-code.outlined {
  border-bottom:0;
}
.docs-page-section .docs-section-content.show-code+.docs-section-source {
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.docs-page-section .docs-section-content.show-code+.docs-section-source.outlined {
  border:1px solid var(--mud-palette-lines-default);
}
.warning-color {
  color:var(--mud-palette-warning)!important;
}
.disabled {
  pointer-events:none;
  cursor:default;
  opacity:.6;
}
.docs-content-api-max-width {
  max-width:800px;
}
.docs-content-return-api-max-width,
.docs-content-description-api-max-width {
  max-width:400px;
}
.docs-content-api-table-pager {
  display:flex;
  justify-content:center;
}
.docs-content-api-sm-max-width {
  text-align:end;
  padding:10px;
}
.docs-content-api-desc-sm-max-width {
  display:inline-flex;
  flex-direction:row;
  white-space:pre;
}
.docs-page-content {
  min-height:calc(100vh - 600px);
}
.docs-css-api-header {
  margin-top:8px;
  font-weight:500;
  font-size:.875rem;
  color:var(--mud-palette-action-default);
  padding-left:34px;
  margin-bottom:2px;
}
.docs-page-content-navigation-drawer .title {
  font-weight:500;
}
.docs-page-content-navigation-drawer .navigation-level-0 .mud-nav-link-text {
  padding-inline-start:0;
}
.docs-page-content-navigation-drawer .navigation-level-1 .mud-nav-link-text {
  padding-inline-start:14px;
}
.docs-page-content-navigation-drawer .mode-links {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 20px;
  border-radius:4px;
  font-weight:500;
  width:100%;
  color:var(--mud-palette-text-secondary);
  background-color:var(--mud-palette-background-gray);
}
.docs-page-content-navigation-drawer .mode-links.active {
  color:var(--mud-palette-primary);
  background-color:var(--mud-palette-primary-hover);
}
.docs-code {
  display:inline-block;
  padding:0 5px;
  direction:ltr;
  font-size:.85em;
  font-weight:900;
  font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;
  line-height:1.4;
  border-radius:2px;
  -webkit-font-smoothing:subpixel-antialiased;
}
.docs-code.docs-code-primary {
  color:var(--mud-palette-primary);
  background-color:var(--mud-palette-primary-hover);
}
.docs-code.docs-code-secondary {
  color:var(--mud-palette-secondary);
  background-color:var(--mud-palette-secondary-hover);
}
.docs-code.docs-code-tertiary {
  color:var(--mud-palette-tertiary);
  background-color:var(--mud-palette-tertiary-hover);
}
.docs-code.docs-code-warning {
  color:var(--mud-palette-warning);
  background-color:var(--mud-palette-warning-hover);
}
.docs-frame {
  width:100%;
  position:relative;
  height:400px;
}
.docs-frame .docs-frame-absolute {
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  height:100%;
}
.docs-frame .docs-frame-absolute .docs-frame-inner-wrapper {
  display:flex;
  height:100%;
  overflow:auto;
  flex-direction:column;
}
.text-anywhere-wrap {
  overflow-wrap:anywhere;
}
.master-loader {
  height:100%;
  width:100%;
  margin:0;
  position:fixed;
}
.logo-loader-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  overflow:hidden;
}
.loader-box {
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:400px;
  padding:25px;
  overflow:hidden;
}
.loader-box::before {
  content:"";
  display:block;
  padding-top:100%;
}
.loader-box .loader-image {
  height:100%;
  position:absolute;
  inset:0;
  padding:20px;
}
.loader-box .loader-image:nth-child(1) {
  filter:grayscale(1);
  z-index:1;
}
.loader-box .loader-image:nth-child(2) {
  z-index:2;
  width:var(--blazor-load-percentage,0%);
  object-fit:cover;
  object-position:0% 0%;
}
.loader-box .loader-text {
  position:absolute;
  z-index:3;
  text-align:center;
  font-weight:bold;
  inset:calc(50% - clamp(16px,calc(24px + (48 - 16)*(100vw - 280px)/(1920 - 280)),48px)/2) 0 auto 0;
  font-size:clamp(16px,calc(24px + (48 - 16)*(100vw - 280px)/(1920 - 280)),48px);
  font-family:Roboto,Helvetica,Arial,sans-serif;
}
.loader-box .loader-text::after {
  content:var(--blazor-load-percentage-text,"0%");
}
.no-select {
  user-select:none;
}
.content {
  padding-top:1.1rem;
}
.valid.modified:not([type=checkbox]) {
  outline:1px solid #26b050;
}
.invalid {
  outline:1px solid #f00;
}
.validation-message {
  color:#f00;
}
#blazor-error-ui {
  background:#ffffe0;
  bottom:0;
  box-shadow:0 -1px 2px rgba(0,0,0,.2);
  display:none;
  left:0;
  padding:.6rem 1.25rem .7rem;
  position:fixed;
  width:100%;
  z-index:1000;
}
#blazor-error-ui .dismiss {
  cursor:pointer;
  position:absolute;
  right:.75rem;
  top:.5rem;
}
.blazor-error-boundary {
  background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=") no-repeat 1rem/1.8rem,#b32121;
  padding:1rem 1rem 1rem 3.7rem;
  color:#fff;
}
.blazor-error-boundary::after {
  content:"An error has occurred.";
}
@keyframes flow {
  0% {
    background-position:0 50%;
  }
  50% {
    background-position:100% 50%;
  }
  100% {
    background-position:0 50%;
  }
}
.text-gradient {
  animation-duration:15s;
  animation-delay:1s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
  animation-name:flow;
  background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
  background-size:400% 400%;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  font-weight:800;
  letter-spacing:1px;
}
.text-gradient.index-title {
  font-size:clamp(16px,calc(24px + (48 - 16)*(100vw - 280px)/(1920 - 280)),48px);
}
.divider {
  animation-duration:10s;
  animation-delay:1s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
  animation-name:flow;
  background:linear-gradient(90deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
  background-size:400% 400%;
  height:6px;
}
.button-gradient {
  position:relative;
  animation-duration:10s;
  animation-delay:1s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
  animation-name:flow;
  background-size:400% 400%;
  background-image:linear-gradient(82deg,#e73c7e 0%,#23a6d5 100%,#e73c7e 200%);
}
.button-gradient:hover {
  box-shadow:.3px .5px .4px hsla(200,100%,38%,.62),.3px .6px .5px -.7px hsla(200,100%,38%,.54),.8px 1.6px 1.3px -1.4px hsla(200,100%,38%,.46),2px 4.1px 3.4px -2.1px hsla(200,100%,38%,.38),4.5px 9px 7.5px -2.9px hsla(200,100%,38%,.31),8.5px 17.1px 14.3px -3.6px hsla(200,100%,38%,.23),14.6px 29.2px 24.5px -4.3px hsla(200,100%,38%,.15),23px 46px 38.6px -5px hsla(200,100%,38%,.08);
}
.cropper-error-load {
  max-height:inherit;
  max-width:100%;
}
.support-ukraine {
  display:flex;
  width:30px;
  height:20px;
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCI+DQo8cGF0aCBmaWxsPSIjM2E3NWM0IiBkPSJtMCwwaDEyMDB2ODAwaC0xMjAweiIvPg0KPHBhdGggZmlsbD0iI2Y5ZGQxNiIgZD0ibTAsNDAwaDEyMDB2NDAwaC0xMjAweiIvPg0KPC9zdmc+DQo=");
  background-color:initial;
  border-radius:4px;
  box-sizing:border-box;
}
.cropper-container {
  max-height:inherit;
}
.cropped-canvas-dialog .mud-dialog-title {
  padding-bottom:0;
}
.cropper-face {
  opacity:.1;
}
.img-container.cropper-face-close .cropper-container .cropper-crop-box .cropper-face {
  clip-path:polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
}
.img-container.cropper-face-arrow .cropper-container .cropper-crop-box .cropper-face {
  clip-path:polygon(40% 0%,40% 40%,100% 40%,100% 60%,40% 60%,40% 100%,0% 50%);
}
.img-container.cropper-face-circle .cropper-container .cropper-crop-box .cropper-face {
  border-radius:50%;
}
.img-container.cropper-face-pentagon .cropper-container .cropper-crop-box .cropper-face {
  clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);
}
