.MuiSvgIcon-root-38 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary-39 {
  color: #9012fe;
}
.MuiSvgIcon-colorSecondary-40 {
  color: #ef5350;
}
.MuiSvgIcon-colorAction-41 {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError-42 {
  color: #ef5350;
}
.MuiSvgIcon-colorDisabled-43 {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit-44 {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall-45 {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge-46 {
  font-size: 2.1875rem;
}
.MuiSvgIcon-root-299 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary-300 {
  color: #9012fe;
}
.MuiSvgIcon-colorSecondary-301 {
  color: #ef5350;
}
.MuiSvgIcon-colorAction-302 {
  color: #fff;
}
.MuiSvgIcon-colorError-303 {
  color: #ef5350;
}
.MuiSvgIcon-colorDisabled-304 {
  color: rgba(255, 255, 255, 0.3);
}
.MuiSvgIcon-fontSizeInherit-305 {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall-306 {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge-307 {
  font-size: 2.1875rem;
}

.MuiTouchRipple-root-348 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple-349 {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible-350 {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter-355 550ms
    cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate-351 {
  animation-duration: 200ms;
}
.MuiTouchRipple-child-352 {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving-353 {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit-356 550ms
    cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate-354 {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate-357 2500ms
    cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-webkit-keyframes MuiTouchRipple-keyframes-enter-355 {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-exit-356 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-pulsate-357 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

.MuiButtonBase-root-298 {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root-298::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root-298.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root-298 {
    -webkit-print-color-adjust: exact;
  }
}

.MuiIconButton-root-290 {
  flex: 0 0 auto;
  color: #fff;
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiIconButton-root-290:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.MuiIconButton-root-290.Mui-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
@media (hover: none) {
  .MuiIconButton-root-290:hover {
    background-color: transparent;
  }
}
.MuiIconButton-edgeStart-291 {
  margin-left: -12px;
}
.MuiIconButton-sizeSmall-296.MuiIconButton-edgeStart-291 {
  margin-left: -3px;
}
.MuiIconButton-edgeEnd-292 {
  margin-right: -12px;
}
.MuiIconButton-sizeSmall-296.MuiIconButton-edgeEnd-292 {
  margin-right: -3px;
}
.MuiIconButton-colorInherit-293 {
  color: inherit;
}
.MuiIconButton-colorPrimary-294 {
  color: #9012fe;
}
.MuiIconButton-colorPrimary-294:hover {
  background-color: rgba(144, 18, 254, 0.08);
}
@media (hover: none) {
  .MuiIconButton-colorPrimary-294:hover {
    background-color: transparent;
  }
}
.MuiIconButton-colorSecondary-295 {
  color: #ef5350;
}
.MuiIconButton-colorSecondary-295:hover {
  background-color: rgba(239, 83, 80, 0.08);
}
@media (hover: none) {
  .MuiIconButton-colorSecondary-295:hover {
    background-color: transparent;
  }
}
.MuiIconButton-sizeSmall-296 {
  padding: 3px;
  font-size: 1.125rem;
}
.MuiIconButton-label-297 {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.MuiPopover-paper-50 {
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.MuiMenu-paper-47 {
  max-height: calc(100% - 96px);
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.MuiMenu-list-48 {
  outline: 0;
}

.MuiFormControl-root-237 {
  border: 0;
  margin-bottom: 26px;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.MuiFormControl-marginNormal-238 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.MuiFormControl-marginDense-239 {
  margin-top: 8px;
  margin-bottom: 4px;
}
.MuiFormControl-fullWidth-240 {
  width: 100%;
}

.MuiFormHelperText-root-279 {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.75rem;
  margin-top: 3px;
  text-align: left;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.66;
}
.MuiFormHelperText-root-279.Mui-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.MuiFormHelperText-root-279.Mui-error {
  color: #ef5350;
}
.MuiFormHelperText-marginDense-280 {
  margin-top: 4px;
}
.MuiFormHelperText-contained-281 {
  margin-left: 14px;
  margin-right: 14px;
}

.MuiFormLabel-root-249 {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  font-size: 1rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.MuiFormLabel-root-249.Mui-focused {
  color: #9012fe;
}
.MuiFormLabel-root-249.Mui-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.MuiFormLabel-root-249.Mui-error {
  color: #ef5350;
}
.MuiFormLabel-colorSecondary-250.Mui-focused {
  color: #ef5350;
}
.MuiFormLabel-asterisk-252.Mui-error {
  color: #ef5350;
}

.MuiInputLabel-root-241 {
  color: #919191;
  display: block;
  transform-origin: top left;
}
.MuiInputLabel-root-241.Mui-focused:not(.MuiInputLabel-root-241.Mui-error) {
  color: #ffffff;
}
.MuiInputLabel-formControl-243 {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}
.MuiInputLabel-marginDense-244 {
  transform: translate(0, 21px) scale(1);
}
.MuiInputLabel-shrink-245 {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}
.MuiInputLabel-animated-246 {
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.MuiInputLabel-filled-247 {
  z-index: 1;
  transform: translate(12px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-filled-247.MuiInputLabel-marginDense-244 {
  transform: translate(12px, 17px) scale(1);
}
.MuiInputLabel-filled-247.MuiInputLabel-shrink-245 {
  transform: translate(12px, 10px) scale(0.75);
}
.MuiInputLabel-filled-247.MuiInputLabel-shrink-245.MuiInputLabel-marginDense-244 {
  transform: translate(12px, 7px) scale(0.75);
}
.MuiInputLabel-outlined-248 {
  z-index: 1;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-outlined-248.MuiInputLabel-marginDense-244 {
  transform: translate(14px, 12px) scale(1);
}
.MuiInputLabel-outlined-248.MuiInputLabel-shrink-245 {
  transform: translate(14px, -6px) scale(0.75);
}

@-webkit-keyframes mui-auto-fill {
}
@-webkit-keyframes mui-auto-fill-cancel {
}
.MuiInputBase-root-23 {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}
.MuiInputBase-root-23.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.MuiInputBase-multiline-28 {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline-28.MuiInputBase-marginDense-27 {
  padding-top: 3px;
}
.MuiInputBase-fullWidth-30 {
  width: 100%;
}
.MuiInputBase-input-31 {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input-31::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-31::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-31:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-31::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-31:focus {
  outline: 0;
}
.MuiInputBase-input-31:invalid {
  box-shadow: none;
}
.MuiInputBase-input-31::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input-31.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input-31:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-24
  .MuiInputBase-input-31:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense-32 {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline-33 {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch-34 {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

@-webkit-keyframes mui-auto-fill {
}
@-webkit-keyframes mui-auto-fill-cancel {
}
.MuiInputBase-root-264 {
  color: #fff;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}
.MuiInputBase-root-264.Mui-disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.MuiInputBase-multiline-269 {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline-269.MuiInputBase-marginDense-268 {
  padding-top: 3px;
}
.MuiInputBase-fullWidth-271 {
  width: 100%;
}
.MuiInputBase-input-272 {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input-272::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.5;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-272::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-272:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-272::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input-272:focus {
  outline: 0;
}
.MuiInputBase-input-272:invalid {
  box-shadow: none;
}
.MuiInputBase-input-272::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input-272.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input-272:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272:focus::-moz-placeholder {
  opacity: 0.5;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272:focus:-ms-input-placeholder {
  opacity: 0.5;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl-265
  .MuiInputBase-input-272:focus::-ms-input-placeholder {
  opacity: 0.5;
}
.MuiInputBase-inputMarginDense-273 {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline-274 {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch-275 {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.MuiInput-root-12 {
  position: relative;
}
label + .MuiInput-formControl-13 {
  margin-top: 16px;
}
.MuiInput-colorSecondary-14.MuiInput-underline-15:after {
  border-bottom-color: #ef5350;
}
.MuiInput-underline-15:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 2px solid #9012fe;
  pointer-events: none;
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.MuiInput-underline-15.Mui-focused:after {
  transform: scaleX(1);
}
.MuiInput-underline-15.Mui-error:after {
  transform: scaleX(1);
  border-bottom-color: #ef5350;
}
.MuiInput-underline-15:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "\00a0";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  pointer-events: none;
}
.MuiInput-underline-15:hover:not(.Mui-disabled):before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.87);
}
.MuiInput-underline-15.Mui-disabled:before {
  border-bottom-style: dotted;
}
.MuiInput-underline-15.Mui-disabled:before {
  border-bottom: 1px solid #cccccc;
}
@media (hover: none) {
  .MuiInput-underline-15:hover:not(.Mui-disabled):before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  }
}

.MuiInput-root-253 {
  position: relative;
}
label + .MuiInput-formControl-254 {
  margin-top: 16px;
}
.MuiInput-colorSecondary-255.MuiInput-underline-256:after {
  border-bottom-color: #ef5350;
}
.MuiInput-underline-256:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 2px solid #9012fe;
  pointer-events: none;
  border-bottom-color: #ffffff;
}
.MuiInput-underline-256.Mui-focused:after {
  transform: scaleX(1);
}
.MuiInput-underline-256.Mui-error:after {
  transform: scaleX(1);
  border-bottom-color: #ef5350;
}
.MuiInput-underline-256:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "\00a0";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.MuiInput-underline-256:hover:not(.Mui-disabled):before {
  border-bottom: 2px solid #fff;
}
.MuiInput-underline-256.Mui-disabled:before {
  border-bottom-style: dotted;
}
@media (hover: none) {
  .MuiInput-underline-256:hover:not(.Mui-disabled):before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}

.MuiSelect-select-3 {
  cursor: pointer;
  min-width: 16px;
  user-select: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.MuiSelect-select-3:focus {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.MuiSelect-select-3::-ms-expand {
  display: none;
}
.MuiSelect-select-3.Mui-disabled {
  cursor: default;
}
.MuiSelect-select-3[multiple] {
  height: auto;
}
.MuiSelect-select-3:not([multiple]) option,
.MuiSelect-select-3:not([multiple]) optgroup {
  background-color: #fff;
}
.MuiSelect-select-3.MuiSelect-select-3 {
  padding-right: 24px;
}
.MuiSelect-filled-4.MuiSelect-filled-4 {
  padding-right: 32px;
}
.MuiSelect-outlined-5 {
  border-radius: 4px;
}
.MuiSelect-outlined-5.MuiSelect-outlined-5 {
  padding-right: 32px;
}
.MuiSelect-selectMenu-6 {
  height: auto;
  overflow: hidden;
  min-height: 1.1876em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiSelect-icon-7 {
  top: calc(50% - 15px);
  color: rgba(0, 0, 0, 0.54);
  right: 0;
  position: absolute;
  pointer-events: none;
}
.MuiSelect-icon-7.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSelect-iconOpen-8 {
  transform: rotate(180deg);
}
.MuiSelect-iconFilled-9 {
  right: 7px;
}
.MuiSelect-iconOutlined-10 {
  right: 7px;
}
.MuiSelect-nativeInput-11 {
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.MuiButton-root-321 {
  color: #fff;
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  text-transform: uppercase;
}
.MuiButton-root-321:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.08);
}
.MuiButton-root-321.Mui-disabled {
  color: rgba(255, 255, 255, 0.3);
}
@media (hover: none) {
  .MuiButton-root-321:hover {
    background-color: transparent;
  }
}
.MuiButton-root-321:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label-322 {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiButton-text-323 {
  padding: 6px 8px;
}
.MuiButton-textPrimary-324 {
  color: #9012fe;
}
.MuiButton-textPrimary-324:hover {
  background-color: rgba(144, 18, 254, 0.08);
}
@media (hover: none) {
  .MuiButton-textPrimary-324:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary-325 {
  color: #ef5350;
}
.MuiButton-textSecondary-325:hover {
  background-color: rgba(239, 83, 80, 0.08);
}
@media (hover: none) {
  .MuiButton-textSecondary-325:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined-326 {
  border: 1px solid rgba(255, 255, 255, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined-326.Mui-disabled {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.MuiButton-outlinedPrimary-327 {
  color: #9012fe;
  border: 1px solid rgba(144, 18, 254, 0.5);
}
.MuiButton-outlinedPrimary-327:hover {
  border: 1px solid #9012fe;
  background-color: rgba(144, 18, 254, 0.08);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary-327:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary-328 {
  color: #ef5350;
  border: 1px solid rgba(239, 83, 80, 0.5);
}
.MuiButton-outlinedSecondary-328:hover {
  border: 1px solid #ef5350;
  background-color: rgba(239, 83, 80, 0.08);
}
.MuiButton-outlinedSecondary-328.Mui-disabled {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary-328:hover {
    background-color: transparent;
  }
}
.MuiButton-contained-329 {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained-329:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained-329.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained-329:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained-329.Mui-disabled {
  color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (hover: none) {
  .MuiButton-contained-329:hover {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained-329:hover.Mui-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}
.MuiButton-containedPrimary-330 {
  color: #ffffff;
  background-color: #9012fe;
}
.MuiButton-containedPrimary-330:hover {
  background-color: rgb(100, 12, 177);
}
@media (hover: none) {
  .MuiButton-containedPrimary-330:hover {
    background-color: #9012fe;
  }
}
.MuiButton-containedSecondary-331 {
  color: #fff;
  background-color: #ef5350;
}
.MuiButton-containedSecondary-331:hover {
  background-color: rgb(167, 58, 56);
}
@media (hover: none) {
  .MuiButton-containedSecondary-331:hover {
    background-color: #ef5350;
  }
}
.MuiButton-disableElevation-332 {
  box-shadow: none;
}
.MuiButton-disableElevation-332:hover {
  box-shadow: none;
}
.MuiButton-disableElevation-332.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation-332:active {
  box-shadow: none;
}
.MuiButton-disableElevation-332.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit-333 {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall-334 {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge-335 {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall-336 {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge-337 {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall-338 {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge-339 {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth-342 {
  width: 100%;
}
.MuiButton-startIcon-343 {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon-343.MuiButton-iconSizeSmall-345 {
  margin-left: -2px;
}
.MuiButton-endIcon-344 {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon-344.MuiButton-iconSizeSmall-345 {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall-345 > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium-346 > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge-347 > *:first-child {
  font-size: 22px;
}

.MuiTypography-root-207 {
  margin: 0;
}
.MuiTypography-body2-208 {
  font-size: 0.875rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.43;
}
.MuiTypography-body1-209 {
  font-size: 1rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.MuiTypography-caption-210 {
  font-size: 0.75rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.66;
}
.MuiTypography-button-211 {
  font-size: 0.875rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
}
.MuiTypography-h1-212 {
  font-size: 6rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.167;
}
.MuiTypography-h2-213 {
  font-size: 3.75rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.MuiTypography-h3-214 {
  font-size: 3rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.167;
}
.MuiTypography-h4-215 {
  font-size: 2.125rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.235;
}
.MuiTypography-h5-216 {
  font-size: 1.5rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.334;
}
.MuiTypography-h6-217 {
  font-size: 20px;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 32px;
}
.MuiTypography-subtitle1-218 {
  font-size: 1rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.MuiTypography-subtitle2-219 {
  font-size: 0.875rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.57;
}
.MuiTypography-overline-220 {
  font-size: 0.75rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.66;
  text-transform: uppercase;
}
.MuiTypography-srOnly-221 {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.MuiTypography-alignLeft-222 {
  text-align: left;
}
.MuiTypography-alignCenter-223 {
  text-align: center;
}
.MuiTypography-alignRight-224 {
  text-align: right;
}
.MuiTypography-alignJustify-225 {
  text-align: justify;
}
.MuiTypography-noWrap-226 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiTypography-gutterBottom-227 {
  margin-bottom: 0.35em;
}
.MuiTypography-paragraph-228 {
  margin-bottom: 16px;
}
.MuiTypography-colorInherit-229 {
  color: inherit;
}
.MuiTypography-colorPrimary-230 {
  color: #9012fe;
}
.MuiTypography-colorSecondary-231 {
  color: #ef5350;
}
.MuiTypography-colorTextPrimary-232 {
  color: #fff;
}
.MuiTypography-colorTextSecondary-233 {
  color: rgba(255, 255, 255, 0.7);
}
.MuiTypography-colorError-234 {
  color: #ef5350;
}
.MuiTypography-displayInline-235 {
  display: inline;
}
.MuiTypography-displayBlock-236 {
  display: block;
}

.jss317 {
  padding: 9px;
}
.jss320 {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}

.MuiCheckbox-root-313 {
  color: #ffffff;
}
.MuiCheckbox-colorPrimary-315.Mui-checked {
  color: #9012fe;
}
.MuiCheckbox-colorPrimary-315.Mui-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.MuiCheckbox-colorPrimary-315.Mui-checked:hover {
  background-color: rgba(144, 18, 254, 0.08);
}
@media (hover: none) {
  .MuiCheckbox-colorPrimary-315.Mui-checked:hover {
    background-color: transparent;
  }
}
.MuiCheckbox-colorSecondary-316.Mui-checked {
  color: #ef5350;
}
.MuiCheckbox-colorSecondary-316.Mui-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.MuiCheckbox-colorSecondary-316.Mui-checked:hover {
  background-color: rgba(239, 83, 80, 0.08);
}
@media (hover: none) {
  .MuiCheckbox-colorSecondary-316.Mui-checked:hover {
    background-color: transparent;
  }
}

.MuiInputAdornment-root-283 {
  height: 0.01em;
  display: flex;
  max-height: 2em;
  align-items: center;
  white-space: nowrap;
}
.MuiInputAdornment-filled-284.MuiInputAdornment-positionStart-285:not(
    .MuiInputAdornment-hiddenLabel-288
  ) {
  margin-top: 16px;
}
.MuiInputAdornment-positionStart-285 {
  margin-right: 8px;
}
.MuiInputAdornment-positionEnd-286 {
  margin-left: 8px;
}
.MuiInputAdornment-disablePointerEvents-287 {
  pointer-events: none;
}

.MuiFormControlLabel-root-308 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: -11px;
  margin-right: 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.MuiFormControlLabel-root-308.Mui-disabled {
  cursor: default;
}
.MuiFormControlLabel-labelPlacementStart-309 {
  margin-left: 16px;
  margin-right: -11px;
  flex-direction: row-reverse;
}
.MuiFormControlLabel-labelPlacementTop-310 {
  margin-left: 16px;
  flex-direction: column-reverse;
}
.MuiFormControlLabel-labelPlacementBottom-311 {
  margin-left: 16px;
  flex-direction: column;
}
.MuiFormControlLabel-label-312.Mui-disabled {
  color: rgba(255, 255, 255, 0.5);
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
strong,
b {
  font-weight: 700;
}
body {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  font-size: 0.875rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  background-color: #fafafa;
}
@media print {
  body {
    background-color: #fff;
  }
}
body::backdrop {
  background-color: #fafafa;
}
.go1475592160 {
  height: 0;
}
.go1671063245 {
  height: auto;
}
.go1888806478 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 600px) {
  .go1888806478 {
    flex-grow: initial;
    min-width: 288px;
  }
}
.go167266335 {
  background-color: #313131;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #fff;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.go3162094071 {
  padding-left: 20px;
}
.go3844575157 {
  background-color: #313131;
}
.go1725278324 {
  background-color: #43a047;
}
.go3651055292 {
  background-color: #d32f2f;
}
.go4215275574 {
  background-color: #ff9800;
}
.go1930647212 {
  background-color: #2196f3;
}
.go946087465 {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.go703367398 {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 16px;
  margin-right: -8px;
}
.go3963613292 {
  width: 100%;
  position: relative;
  transform: translateX(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 288px;
}
.go1141946668 {
  box-sizing: border-box;
  display: flex;
  max-height: 100%;
  position: fixed;
  z-index: 1400;
  height: auto;
  width: auto;
  transition: top 300ms ease 0ms, right 300ms ease 0ms, bottom 300ms ease 0ms,
    left 300ms ease 0ms, max-width 300ms ease 0ms;
  pointer-events: none;
  max-width: calc(100% - 40px);
}
.go1141946668 .notistack-CollapseWrapper {
  padding: 6px 0px;
  transition: padding 300ms ease 0ms;
}
@media (max-width: 599.95px) {
  .go1141946668 {
    width: 100%;
    max-width: calc(100% - 32px);
  }
}
.go3868796639 .notistack-CollapseWrapper {
  padding: 2px 0px;
}
.go3118922589 {
  top: 14px;
  flex-direction: column;
}
.go1453831412 {
  bottom: 14px;
  flex-direction: column-reverse;
}
.go4027089540 {
  left: 20px;
}
@media (min-width: 600px) {
  .go4027089540 {
    align-items: flex-start;
  }
}
@media (max-width: 599.95px) {
  .go4027089540 {
    left: 16px;
  }
}
.go2989568495 {
  right: 20px;
}
@media (min-width: 600px) {
  .go2989568495 {
    align-items: flex-end;
  }
}
@media (max-width: 599.95px) {
  .go2989568495 {
    right: 16px;
  }
}
.go4034260886 {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .go4034260886 {
    align-items: center;
  }
}
.PieChart-module__root___f {
  display: flex;
  align-items: center;
}

@media (max-width: 840px) {
  .PieChart-module__root___f {
    flex-direction: column;
  }
}
.PieChart-module__chartContainer___d {
  position: relative;
}
.PieChart-module__chartContainer___d > canvas {
  display: block;
}

.PieChart-module__label___p {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 30px;
  transform: translateY(-50%);
  text-align: center;
}
.PieChart-module__label___p h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 100;
}

.PieChart-module__labelText___x {
  word-wrap: break-word;
  max-height: 50px;
  overflow: hidden;
}
.PieChart-module__labelText___x > a {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.PieChart-module__legend___U {
  margin-left: 35px;
}
.PieChart-module__legend___U h3 {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 15px;
}

@media (max-width: 840px) {
  .PieChart-module__legend___U {
    margin: 25px 0 0 0;
  }
}
.PieChart-module__legendItem___- {
  display: flex;
  align-items: center;
}
.PieChart-module__legendItem___- + .PieChart-module__legendItem___- {
  margin-top: 10px;
}

.PieChart-module__legendItemData___9 {
  flex-shrink: 0;
  width: 35px;
  margin-right: 10px;
}
.TestResultsView-module__table___v {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  color: black;
}
.TestResultsView-module__table___v .TestResultsView-module__name___a {
  display: flex;
  align-items: center;
}
.TestResultsView-module__table___v .TestResultsView-module__avatar___O {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  background-color: #e3e3e3;
  border-radius: 50%;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TestResultsView-module__table___v th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 400;
  color: #919191;
  border-bottom: 1px solid #ccc;
}
.TestResultsView-module__table___v td {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TestResultsView-module__table___v .TestResultsView-module__clickable___y {
  cursor: pointer;
}
.VotingResultsView-module__chart___8 + .VotingResultsView-module__chart___8 {
  margin-top: 40px;
}

.VotingResultsView-module__preview___O {
  position: absolute;
  width: 170px;
  height: 100px;
  z-index: 10000;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mtslogo1 {
  margin-left: 3px;
}

.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
}
.custom-alert button {
  margin-top: 15px;
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.MuiFormControl-root-237 .MuiInputLabel-root-241 {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: translate(0, 24px) scale(1) !important;
  transition: all 0.2s ease-out !important;
  pointer-events: none !important;
}
.MuiFormControl-root-237 .MuiInputLabel-root-241.Mui-focused,
.MuiFormControl-root-237 .MuiInputLabel-root-241.MuiFormLabel-filled {
  transform: translate(0, -6px) scale(0.75) !important;
}

.MuiCheckbox-root-313 {
  color: white !important;
  padding: 0 !important;
  margin-left: 0px !important;
}

.MuiCheckbox-root-313 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.MuiCheckbox-root-313 svg {
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease-out;
}

.MuiCheckbox-root-313 input[type="checkbox"]:checked + svg {
  background-color: #9012fe;
  border-color: #9012fe;
}

.MuiCheckbox-root-313 input[type="checkbox"]:checked + svg path {
  fill: black !important;
  opacity: 1 !important;
}

.MuiCheckbox-root-313 input[type="checkbox"]:not(:checked) + svg path {
  opacity: 0;
}

.password-toggle-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.password-toggle-icon .cross-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.password-toggle-icon.active .cross-line {
  opacity: 1;
}
.remember-me {
  margin-left: 10px;
  padding-bottom: 5px !important;
}
