/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
html {
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

html * {
  font-family: "Spartan", Helvetica, Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
  text-transform: none !important;
  font-size: 14px;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

#root {
  height: 100%;
  width: 100%;
  display: flex;
}
.theme-dark-theme #root {
  color: #ffffff;
}

.MuiInputBase-root {
  font-size: 14px !important;
}
.theme-dark-theme .MuiInputBase-root {
  color: #ffffff;
}
.theme-dark-theme .MuiInputBase-root .MuiInputAdornment-root svg path {
  fill: #84859d;
}

.theme-dark-theme .MuiOutlinedInput-root fieldset {
  border-color: #84859d;
}
.theme-dark-theme .MuiOutlinedInput-root:hover fieldset {
  border-color: #c1c2ce;
}
.MuiButtonBase-root {
  font-size: 15px !important;
}
.MuiButtonBase-root.MuiIconButton-root {
  padding: 12px;
  transition: color 300ms ease;
}

.MuiFormControl-root .MuiFormLabel-root {
  font-size: 14px;
  margin-top: 2px;
  transition: color 300ms ease, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.theme-dark-theme .MuiFormControl-root .MuiFormLabel-root {
  color: #84859d !important;
}
.theme-dark-theme .MuiFormControl-root .MuiFormLabel-root.Mui-focused {
  color: #c1c2ce !important;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  -webkit-text-fill-color: unset !important;
  transition: color 300ms ease, -webkit-text-fill-color 300ms ease !important;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  color: #f0f0f380 !important;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled .MuiAutocomplete-endAdornment {
  opacity: 0;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  opacity: 0.4;
  transition: border 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  border-color: #f0f0f380 !important;
}
.MuiFormControl-root .MuiInputBase-root input {
  transition: color 300ms ease;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag {
  color: #ffffff;
  background-color: #4b4e65;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag > span {
  margin-top: 3px;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg {
  transition: color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg {
  color: #f0f0f380;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg:hover {
  color: #f0f0f3;
}
.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.MuiAutocomplete-clearIndicator {
  padding: 4px;
}
.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.MuiAutocomplete-popupIndicator {
  padding: 2px;
}
.MuiFormControl-root .MuiInputBase-root fieldset {
  border-radius: 0;
}
.MuiFormControl-root .MuiInputBase-root fieldset legend > span {
  font-size: inherit !important;
}
.MuiFormControl-root .MuiInputBase-root .MuiSelect-icon {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiSelect-icon:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiSelect-icon.Mui-disabled {
  color: #f0f0f380;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-focused fieldset {
  border-color: #c1c2ce;
}

.MuiDialog-root {
  z-index: 999999 !important;
}
.MuiDialog-root .MuiDialogTitle-root {
  padding: 12px 6px 12px 24px;
  display: flex;
  flex-direction: row;
}
.theme-dark-theme .MuiDialog-root .MuiDialogTitle-root {
  color: !important;
  background-color: #1a1a23 !important;
}
.MuiDialog-root .MuiDialogTitle-root > div:first-child {
  flex: 1 1 auto;
}
.MuiDialog-root .MuiDialogTitle-root > div:last-child {
  display: flex;
  align-items: center;
  flex: 0;
}
.MuiDialog-root .MuiDialogTitle-root > div:last-child svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.MuiDialog-root .MuiDialogTitle-root div {
  font-size: inherit;
  height: 32px;
}
.MuiDialog-root .MuiDialogTitle-root div svg {
  width: 32px;
  height: 32px;
}
.theme-dark-theme .MuiDialog-root .MuiDialogTitle-root div svg {
  color: !important;
}
.MuiDialog-root .MuiDialogTitle-root button {
  transition: color 300ms ease;
}
.MuiDialog-root .MuiDialogTitle-root button.Mui-disabled {
  opacity: 0.35;
}
.MuiDialog-root .MuiDialogContent-root {
  padding: 24px !important;
  line-height: 1.5;
}
.theme-dark-theme .MuiDialog-root .MuiDialogContent-root {
  background-color: #1a1a23 !important;
}
.MuiDialog-root .MuiDialogActions-root {
  padding: 0 24px 16px 24px;
}
.theme-dark-theme .MuiDialog-root .MuiDialogActions-root {
  background-color: #1a1a23 !important;
}
.MuiDialog-root .MuiDialogActions-root button {
  flex: 0 0 auto;
  box-shadow: none;
  transition: opacity 300ms ease;
  margin-left: 10px;
}
.MuiDialog-root .MuiDialogActions-root button.Mui-disabled {
  opacity: 0.35;
}
.MuiDialog-root .MuiDialogActions-root > div {
  margin-left: 0;
}
.MuiDialog-root .MuiDialogActions-root > button:first-child,
.MuiDialog-root .MuiDialogActions-root > div:first-child button {
  margin-left: 0;
}

.MuiButton-root {
  min-height: 48px;
  opacity: 1;
  box-shadow: none !important;
  min-width: 80px !important;
  font-size: 14px !important;
}
.MuiButton-root.Mui-disabled {
  opacity: 0.35;
}

.theme-dark-theme .MuiListItem-root .MuiListItemText-primary {
  color: !important;
  font-weight: 600;
  font-size: 15px;
}
.theme-dark-theme .MuiListItem-root .MuiListItemText-secondary {
  color: !important;
}

.theme-dark-theme .MuiPaper-root {
  color: #ffffff;
}

.theme-dark-theme .MuiPopover-paper ul.MuiList-root li[aria-selected=true] {
  background-color: !important;
}
.theme-dark-theme .MuiPopover-paper ul.MuiList-root li:focus:not([aria-selected]), .theme-dark-theme .MuiPopover-paper ul.MuiList-root li:hover:not([aria-selected]) {
  background-color: !important;
}

.MuiAccordion-root {
  transition: border 300ms ease, margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.theme-dark-theme .MuiAccordion-root {
  border: 1px solid #4b4e65;
}
.MuiAccordion-root .MuiAccordionSummary-root {
  height: 56px;
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiAccordion-root .MuiAccordionSummary-root {
  color: #ffffff;
  background-color: #4b4e65;
}
.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  transition: color 300ms ease, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.theme-dark-theme .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  color: #f0f0f3;
}
.MuiAccordion-root .MuiCollapse-root {
  transition: color 300ms ease, background-color 300ms ease, height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.theme-dark-theme .MuiAccordion-root .MuiCollapse-root {
  color: #ffffff;
  background-color: #1a1a23;
}
.MuiAccordion-root .MuiCollapse-root .MuiAccordionDetails-root {
  padding: 0;
}

.theme-dark-theme .MuiTabs-root {
  box-shadow: 0px 3px 4px #00000060;
}
.MuiTabs-root .MuiTab-root {
  padding: 22px 30px;
  opacity: 0.5;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .MuiTabs-root .MuiTab-root {
  color: #afb9ff;
}
.theme-dark-theme .MuiTabs-root .MuiTab-root {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.MuiTabs-root .MuiTab-root.Mui-selected {
  opacity: 1;
}
.MuiTabs-root .MuiTabs-indicator {
  transition: background-color 300ms ease, filter 1200ms ease, left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.theme-dark-theme .MuiTabs-root .MuiTabs-indicator {
  background-color: #afb9ff;
}
.theme-dark-theme .MuiTabs-root .MuiTabs-indicator {
  filter: drop-shadow(0 0 5px #6d7df9);
}

.custom-scrollbars > div:nth-child(2),
.custom-scrollbars > div:nth-child(2) > div {
  height: 8px !important;
  bottom: 0 !important;
}
.custom-scrollbars > div:nth-child(3),
.custom-scrollbars > div:nth-child(3) > div {
  width: 8px !important;
}
.custom-scrollbars > div:nth-child(2) > div,
.custom-scrollbars > div:nth-child(3) > div {
  opacity: 0.5;
  border-radius: 0 !important;
  transition: background-color 300ms ease;
}
.theme-dark-theme .custom-scrollbars > div:nth-child(2) > div,
.theme-dark-theme .custom-scrollbars > div:nth-child(3) > div {
  background-color: #4b4e65 !important;
}

.theme-dark-theme svg.success-icon {
  color: #4de998;
  filter: drop-shadow(0 0 5px #4de998);
}
.theme-dark-theme svg.error-icon {
  color: #ff7575;
  filter: drop-shadow(0 0 5px #ff7575);
}

.error-text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .error-text {
  color: #ff7575;
}
.theme-dark-theme .error-text {
  filter: drop-shadow(0 0 5px #ff5152);
}
.error-text.small {
  font-size: 12px;
}
.error-text.hidden {
  display: none !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/ConfirmationDialog/ConfirmationDialog.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.ConfirmationDialog .MuiDialog-paper {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper {
  background-color: #1a1a23;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root {
  flex: 0 0 auto;
  font-size: 16px !important;
  margin-top: 3px;
  z-index: 1;
  transition: box-shadow 300ms ease;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root {
  box-shadow: 0px 3px 4px #00000060;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(1) {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) {
  margin-left: 10px;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  margin-bottom: 5px;
  transition: color 300ms ease;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #84859d80;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #f0f0f3;
}
.ConfirmationDialog .MuiDialog-paper .custom-scrollbars {
  display: flex;
  flex: 1 1 auto;
  max-height: none !important;
}
.ConfirmationDialog .MuiDialog-paper .custom-scrollbars > div {
  max-height: none !important;
  width: calc(100% + 15px);
}
.ConfirmationDialog .MuiDialog-paper .custom-scrollbars .dialog-details-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px !important;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root {
  padding: 16px 24px;
  justify-content: center;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root {
  box-shadow: 0px -3px 4px #00000060;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root .confirmation-dialog-confirm-button-container {
  display: flex;
  position: relative;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root .confirmation-dialog-confirm-button-container .LoadingIndicator {
  position: absolute;
  height: 100%;
  width: calc(100% + 10px);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/LoadingIndicator/LoadingIndicator.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.LoadingIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LoadingIndicator .loading-indicator-label {
  font-weight: 300;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .LoadingIndicator .loading-indicator-label {
  color: !important;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-small {
  font-size: 18px;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-medium {
  font-size: 20px;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-large {
  font-size: 26px;
}
.theme-dark-theme .LoadingIndicator .loading-indicator {
  color: #afb9ff !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/buttons/Button/Button.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Button {
  text-decoration: none;
}
.Button.MuiButton-root {
  border-radius: 0;
  font-weight: 600;
  padding: 6px 10px;
}
.theme-dark-theme .Button.light-purple-button {
  color: #1a1a23;
  background-color: #afb9ff;
  border-bottom: 5px solid #3b4699;
}
.theme-dark-theme .Button.light-purple-button {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .Button.dark-purple-button {
  color: #1a1a23;
  background-color: #6d7df9;
  border-bottom: 5px solid #2d346e;
}
.theme-dark-theme .Button.dark-purple-button {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .Button.grey-button {
  color: #242536;
  background-color: #c1c2ce;
  border-bottom: 5px solid #4b4e65;
}
.Button.fire-payload-deeplink-button {
  filter: drop-shadow(0 0 5px #fbc56a);
}
.theme-dark-theme .Button.fire-payload-deeplink-button {
  color: #1a1a23;
  background-color: #fbc56a;
  border-bottom: 5px solid #ea7100;
}
.Button.schedule-payload-button {
  filter: drop-shadow(0 0 5px #a0edf1);
}
.theme-dark-theme .Button.schedule-payload-button {
  color: #1a1a23;
  background-color: #a0edf1;
  border-bottom: 5px solid #005259;
}
.Button.change-app-button {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  font-weight: 500;
  padding: 0 20px 0 34px;
  min-height: 40px;
  height: 40px;
}
.theme-dark-theme .Button.change-app-button {
  color: #ffffff !important;
  background-color: #3b4699 !important;
}
.Button.change-app-button svg {
  margin-right: 29px;
}
.Button .MuiCircularProgress-root {
  animation: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/InfoDialog/InfoDialog.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.InfoDialog .MuiDialog-paper {
  border-radius: 0;
}
.InfoDialog .MuiDialogTitle-root {
  flex: 0 0 auto;
  font-size: 16px !important;
  z-index: 1;
  transition: box-shadow 300ms ease;
}
.theme-dark-theme .InfoDialog .MuiDialogTitle-root {
  box-shadow: 0px 3px 4px #00000060;
}
.InfoDialog .MuiDialogTitle-root .title-container {
  display: flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: calc(100% - 48px);
}
.InfoDialog .MuiDialogTitle-root .title-container .primary-title-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.InfoDialog .MuiDialogTitle-root .title-container .primary-title-container > :first-child {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.InfoDialog .MuiDialogTitle-root .title-container .primary-title-container svg {
  margin-right: 10px;
}
.InfoDialog .MuiDialogTitle-root .title-container .secondary-title-container {
  margin-left: 10px;
  opacity: 0.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.InfoDialog .MuiDialogTitle-root button {
  margin-left: 5px;
}
.InfoDialog .MuiDialogActions-root {
  padding: 16px 24px;
  justify-content: center;
}
.theme-dark-theme .InfoDialog .MuiDialogActions-root {
  box-shadow: 0px -3px 4px #00000060;
}
.InfoDialog.error-dialog .error-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.InfoDialog.error-dialog .error-content .error-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.InfoDialog.error-dialog .error-content .error-icon svg {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.theme-dark-theme .InfoDialog.error-dialog .error-content .error-icon svg {
  color: #ff7575;
}
.InfoDialog.error-dialog .error-content .error-message-container .specific-error-message {
  margin-bottom: 10px;
}
.InfoDialog.error-dialog .error-content .error-message-container .specific-error-message .error-header {
  font-weight: 700;
  text-decoration: underline;
}
.InfoDialog.fire-deeplink-dialog .deeplink-testing-dialog-content {
  max-width: 100%;
  word-wrap: break-word;
}
.InfoDialog.fire-deeplink-dialog .deeplink-testing-dialog-content .url {
  margin: 10px 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/buttons/IconButton/IconButton.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.IconButton .MuiTouchRipple-root,
.IconButton .MuiTouchRipple-root span {
  border-radius: 0;
}
.IconButton.MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
  border-radius: 0;
}
.theme-dark-theme .IconButton.MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .IconButton.MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.IconButton.is-main-cta {
  border-radius: 0;
  padding: 5px;
}
.theme-dark-theme .IconButton.is-main-cta {
  color: !important;
}
.theme-dark-theme .IconButton.is-main-cta:hover {
  background-color: !important;
}
.IconButton.is-main-cta svg {
  width: 40px;
  height: 40px;
}
.IconButton.sign-up-password-info {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  transition: background-color 300ms ease;
}
.theme-dark-theme .IconButton.sign-up-password-info {
  color: #afb9ff !important;
}
.theme-dark-theme .IconButton.sign-up-password-info {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .IconButton.sign-up-password-info:hover {
  background-color: #6d7df930 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/EditAndPreviewPopover/EditAndPreviewPopover.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.EditAndPreviewPopover .MuiPopover-paper {
  border-radius: 0;
  transform: translateY(13px) !important;
  overflow-y: visible;
  overflow-x: visible;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper {
  border: 2px solid #4b4e65;
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper .edit-popover-title {
  color: #ffffff;
  background-color: #4b4e65;
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-title button {
  padding: 5px;
  margin-left: 10px;
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-title button svg {
  height: 18px;
  width: 18px;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper .edit-popover-title button svg {
  fill: #ffffff;
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .preview-container {
  background-color: #1a1a23;
}
@media screen and (max-width: 500px) {
  .EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .preview-container {
    max-width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .preview-container {
    max-width: 200px;
  }
}
.EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .EditAndPreviewPopover .MuiPopover-paper .edit-popover-content .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Bifrost/Bifrost.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Bifrost {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  transition: background-color 300ms ease;
}
.theme-dark-theme .Bifrost {
  background-color: #1a1a23 !important;
}
.Bifrost .main-body-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Bifrost .main-body-container .MainMenu {
  flex: 0 0 auto;
}
.Bifrost .main-body-container .main-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.Bifrost .main-body-container .main-body .view-loading-page-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Bifrost .main-body-container {
    flex-direction: column-reverse;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/LoginView/LoginView.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.LoginView {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 20px;
}
.theme-dark-theme .LoginView {
  background-color: #1a1a23 !important;
}
.LoginView .login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
.LoginView .login-container .login-container-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: conic-gradient(#fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: spin 5s linear infinite;
  width: 99999px;
  height: 99999px;
}
.LoginView .login-container .login-container-foreground {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin: 5px;
  padding: 70px 20px;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground {
  background-color: #242536 !important;
}
.LoginView .login-container .login-container-foreground .sign-in-email-entry,
.LoginView .login-container .login-container-foreground .sign-in-password-entry {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.LoginView .login-container .login-container-foreground .sign-in-email-entry-error,
.LoginView .login-container .login-container-foreground .sign-in-password-entry-error {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .sign-in-email-entry-error,
.theme-dark-theme .LoginView .login-container .login-container-foreground .sign-in-password-entry-error {
  color: #ff7575;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .sign-in-email-entry-error,
.theme-dark-theme .LoginView .login-container .login-container-foreground .sign-in-password-entry-error {
  filter: drop-shadow(0 0 5px #ff5152);
}
.LoginView .login-container .login-container-foreground .login-button {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.LoginView .login-container .login-container-foreground .additional-links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.LoginView .login-container .login-container-foreground .additional-links .password-reset-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: color 300ms ease, fill 300ms ease;
  display: inline-block;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 20px;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .password-reset-link {
  color: #afb9ff !important;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .password-reset-link {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .password-reset-link:hover {
  color: #6d7df9 !important;
}
.LoginView .login-container .login-container-foreground .additional-links .sign-up-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: color 300ms ease, fill 300ms ease;
  display: inline-block;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .sign-up-link {
  color: #afb9ff !important;
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .sign-up-link {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .LoginView .login-container .login-container-foreground .additional-links .sign-up-link:hover {
  color: #6d7df9 !important;
}
.LoginView .login-container .login-container-foreground .TermsAndPrivacy {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.LoginView .login-container .login-container-foreground .aa-copyright {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/forms/TextField/TextField.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.TextField.MuiTextField-root {
  display: flex;
}
.TextField.MuiTextField-root.data-table-search-text-field {
  flex: 1 1 auto;
  margin-right: 5px;
}
.TextField.MuiTextField-root.data-table-search-text-field .MuiInputBase-root {
  padding-left: 0;
}
.TextField.MuiTextField-root.data-table-search-text-field label {
  transition: none;
}
.TextField.MuiTextField-root.data-table-search-text-field label.Mui-focused, .TextField.MuiTextField-root.data-table-search-text-field label.MuiFormLabel-filled, .TextField.MuiTextField-root.data-table-search-text-field label.MuiInputLabel-shrink {
  opacity: 0;
}
.TextField.MuiTextField-root.data-table-search-text-field input {
  padding-left: 5px;
}
.TextField.MuiTextField-root.data-table-search-text-field fieldset {
  border: 0;
}
.TextField.MuiTextField-root.data-table-search-text-field .MuiIconButton-root {
  opacity: 0.5;
}
.TextField.MuiTextField-root.id-input-adornment-end .MuiInputBase-root {
  padding-left: 5px;
}
.TextField.MuiTextField-root.id-input-adornment-end .MuiInputAdornment-root span {
  padding-right: 10px;
  font-size: 13px;
}
.TextField.MuiTextField-root.password-reset-dialog-email-entry {
  margin: 20px 0 10px 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/AuthLoadingPage/AuthLoadingPage.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.AuthLoadingPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.theme-dark-theme .AuthLoadingPage {
  background-color: #1a1a23 !important;
}
.AuthLoadingPage .view-loading-page-body {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/TermsAndPrivacy/TermsAndPrivacy.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.TermsAndPrivacy .terms-and-privacy-container {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.TermsAndPrivacy .terms-and-privacy-container .terms-of-use-checkbox {
  flex: 0 0 auto;
  margin-right: 5px;
  width: 48px;
  height: 48px;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .terms-of-use-checkbox {
  color: #afb9ff !important;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .terms-of-use-checkbox {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .terms-of-use-checkbox:hover {
  background-color: #6d7df930 !important;
}
.TermsAndPrivacy .terms-and-privacy-container .label {
  flex: 1 1 auto;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.TermsAndPrivacy .terms-and-privacy-container .label .terms-of-use,
.TermsAndPrivacy .terms-and-privacy-container .label .privacy-policy {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: color 300ms ease, fill 300ms ease;
  display: inline-block;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .terms-of-use,
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .privacy-policy {
  color: #afb9ff !important;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .terms-of-use,
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .privacy-policy {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .terms-of-use:hover,
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .privacy-policy:hover {
  color: #6d7df9 !important;
}

.download-icon {
  cursor: pointer;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/TermsOfUse/TermsOfUse.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.TermsOfUse .terms-section {
  margin-bottom: 40px;
}
.TermsOfUse .terms-section > div {
  margin-bottom: 10px;
}
.TermsOfUse .terms-section > div.address-line {
  margin-bottom: 0;
}
.TermsOfUse .terms-section > div .statement {
  text-decoration: underline;
  font-weight: bold;
}
.TermsOfUse .terms-section > div .list {
  list-style-type: circle;
}
.TermsOfUse .terms-section > div .list li {
  margin-bottom: 5px;
}
.TermsOfUse .terms-section > div .list li:last-child {
  margin-bottom: 0;
}
.theme-dark-theme .TermsOfUse .terms-section a {
  color: #ffffff !important;
}
.TermsOfUse .terms-section .definition {
  font-weight: bold;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/PrivacyPolicy/PrivacyPolicy.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.PrivacyPolicy .terms-section {
  margin-bottom: 40px;
}
.PrivacyPolicy .terms-section > div {
  margin-bottom: 10px;
}
.PrivacyPolicy .terms-section > div.address-line {
  margin-bottom: 0;
}
.PrivacyPolicy .terms-section > div .statement {
  text-decoration: underline;
  font-weight: bold;
}
.PrivacyPolicy .terms-section > div .list {
  list-style-type: circle;
}
.PrivacyPolicy .terms-section > div .list li {
  margin-bottom: 5px;
}
.PrivacyPolicy .terms-section > div .list li:last-child {
  margin-bottom: 0;
}
.theme-dark-theme .PrivacyPolicy .terms-section a {
  color: #ffffff !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/SiteLogo/SiteLogo.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.SiteLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px;
}
.SiteLogo .logo-line-container {
  position: absolute;
  top: 77%;
  left: 0;
  z-index: 2;
  height: 4px;
  width: 43%;
  overflow: hidden;
}
.SiteLogo .logo-line-container .logo-line {
  position: absolute;
  top: -130px;
  left: -90px;
  width: 300px;
  height: 300px;
  background: conic-gradient(#fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: spin 5s linear infinite;
}
.SiteLogo .bifrost-logo {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 410px) {
  .SiteLogo {
    margin: 5px 5px 20px 5px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Four0Four/Four0Four.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Four0Four {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.Four0Four .code-area {
  line-height: 30px;
}
.Four0Four .code-area * {
  font-family: "Courier New", serif !important;
  font-size: 20px !important;
}
.Four0Four .code-area > span {
  display: block;
}
.Four0Four .code-area .code-line-1 {
  font-style: italic;
}
.Four0Four .code-area .code-line-2 > span:nth-child(3) {
  font-style: italic;
}
.Four0Four .code-area .code-line-3 > span:nth-child(1) {
  padding-left: 25px;
}
.Four0Four .code-area .code-line-4 {
  display: block;
}
.Four0Four .code-area .code-line-5 {
  font-style: italic;
}
.Four0Four .code-area .code-line-5 span:hover {
  font-weight: 600;
  cursor: pointer;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/ConfigurationView/ConfigurationView.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.ConfigurationView {
  padding: 20px;
}
.ConfigurationView > div:not(:last-child) {
  margin-bottom: 20px;
}
.ConfigurationView .unsupported-feature-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  padding: 100px 20px;
}
.theme-dark-theme .ConfigurationView .unsupported-feature-container {
  color: #ffffff;
  background-color: #242536;
}
@media screen and (max-width: 768px) {
  .ConfigurationView {
    padding: 10px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/AdZonesDataTable/AdZonesDataTable.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/StatusChip/StatusChip.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.StatusChip.MuiChip-root {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 32px;
  border-radius: 0;
  font-weight: 500;
  position: relative;
  background-color: transparent;
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green {
  color: #32d57f;
  border: 1px solid #32d57f;
  box-shadow: 0 0 5px #32d57f;
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green svg {
  color: #32d57f;
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green.chip-is-editable:hover, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green.chip-is-editable:focus, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green.MuiChip-clickable:hover, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-green.MuiChip-clickable:focus {
  background-color: rgba(50, 213, 127, 0.25);
  box-shadow: 0 5px 2px -3px rgba(50, 213, 127, 0.2), 0 6px 8px 1px rgba(50, 213, 127, 0.14), 0 3px 12px 1px rgba(50, 213, 127, 0.12);
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey {
  color: #f0f0f3;
  border: 1px solid #f0f0f3;
  box-shadow: 0 0 5px #f0f0f3;
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey svg {
  color: #f0f0f3;
}
.theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey.chip-is-editable:hover, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey.chip-is-editable:focus, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey.MuiChip-clickable:hover, .theme-dark-theme .StatusChip.MuiChip-root.status-chip-color-grey.MuiChip-clickable:focus {
  background-color: rgba(240, 240, 243, 0.25);
  box-shadow: 0 5px 2px -3px rgba(240, 240, 243, 0.2), 0 6px 8px 1px rgba(240, 240, 243, 0.14), 0 3px 12px 1px rgba(240, 240, 243, 0.12);
}
.StatusChip.MuiChip-root.chip-is-inactive {
  opacity: 0.4;
  transition: opacity 300ms ease;
}
.StatusChip.MuiChip-root.chip-is-active {
  opacity: 1;
  transition: opacity 300ms ease;
}
.StatusChip.MuiChip-root.chip-is-editable:hover, .StatusChip.MuiChip-root.chip-is-editable:focus {
  cursor: pointer;
  outline: none;
}
.StatusChip.MuiChip-root.chip-is-editable:hover .status-label, .StatusChip.MuiChip-root.chip-is-editable:focus .status-label {
  opacity: 0;
}
.StatusChip.MuiChip-root.chip-is-editable:hover .edit-icon, .StatusChip.MuiChip-root.chip-is-editable:focus .edit-icon {
  opacity: 1;
}
.StatusChip.MuiChip-root.MuiChip-clickable:not(:focus) {
  transition: box-shadow 300ms ease;
}
.StatusChip.MuiChip-root .MuiChip-label {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 10px;
  text-transform: uppercase !important;
  letter-spacing: 0.75px;
}
.StatusChip.MuiChip-root .MuiChip-label .status-label {
  opacity: 1;
  font-size: 10px;
  text-transform: uppercase !important;
  letter-spacing: 0.75px;
  transition: opacity 300ms ease;
}
.StatusChip.MuiChip-root .MuiChip-label .edit-icon {
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/DataTable/DataTable.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.DataTable {
  position: relative;
}
.DataTable .MuiPaper-root {
  border-radius: 0;
  box-shadow: none;
  transition: background-color 300ms ease, color 300ms ease;
}
.theme-dark-theme .DataTable .MuiPaper-root {
  color: #ffffff;
  background-color: #242536;
}
.DataTable .MuiTableContainer-root > table > thead > tr > th,
.DataTable .MuiTableContainer-root > table > tbody > tr > td {
  transition: color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root > table > thead > tr > th,
.theme-dark-theme .DataTable .MuiTableContainer-root > table > tbody > tr > td {
  color: #ffffff;
}
.DataTable .MuiTableSortLabel-active,
.DataTable .MuiTableSortLabel-active svg {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .DataTable .MuiTableSortLabel-active,
.theme-dark-theme .DataTable .MuiTableSortLabel-active svg {
  color: #afb9ff !important;
}
.DataTable .MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .DataTable .MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-dark-theme .DataTable .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.DataTable .MuiToolbar-root {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  padding: 8px 0 8px 16px;
  margin: 0 32px;
  transition: background-color 300ms ease, border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .DataTable .MuiToolbar-root {
  background-color: #242536;
  border-bottom: 1px solid #84859d;
}
.DataTable .MuiToolbar-root .data-table-title {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.DataTable .MuiToolbar-root .header-spacer {
  flex: 1 1 auto;
}
.DataTable .MuiToolbar-root .MuiIconButton-root {
  flex: 0 0 auto;
  margin-left: 5px;
}
.DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  transition: color 300ms ease, background-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  color: #6d7df9 !important;
  background-color: #afb9ff !important;
}
.theme-dark-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.DataTable .custom-scrollbars {
  display: flex;
  flex: 1 1 auto;
  max-height: none !important;
}
.DataTable .custom-scrollbars > div:nth-child(1) {
  position: relative !important;
}
.DataTable .custom-scrollbars > div {
  max-height: none;
  width: calc(100% + 15px);
}
.DataTable .MuiTableContainer-root {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 32px 16px 32px;
  width: calc(100% - 64px);
}
.DataTable .MuiTableContainer-root .MuiTable-root {
  transition: background-color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root {
  background-color: #242536;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head {
  z-index: 1;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head {
  background-color: #242536;
  border-bottom: 1px solid #84859d;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  transition: color 300ms ease, filter 1200ms ease, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  color: #afb9ff !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:not(.MuiTableSortLabel-active) svg {
  transition: color 300ms ease, filter 1200ms ease, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:not(.MuiTableSortLabel-active) svg {
  color: #afb9ff;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:not(.MuiTableSortLabel-active) svg {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root {
  color: #84859d !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:hover {
  color: #afb9ff !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:hover {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  color: #afb9ff !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root {
  transition: background-color 200ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover {
  background-color: #afb9ff0d;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root:last-of-type .MuiTableCell-root {
  border-bottom: none !important;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  font-size: inherit;
  padding: 18px 14px;
  transition: background-color 300ms ease, color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  color: #ffffff;
  border-bottom: 1px solid #84859d33;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell {
  padding: 0 5px 0 16px;
  width: 1%;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div {
  display: flex;
  justify-content: flex-end;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div button {
  margin-left: 5px;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div svg {
  transition: fill 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div svg {
  fill: #f0f0f3;
}
.DataTable .no-data-message-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 65px 10px 100px 0;
}
.DataTable .no-data-message-container > div {
  font-size: 15px;
}
.DataTable .MuiTablePagination-root {
  border-radius: 0 0 4px 4px;
  transition: background-color 300ms ease, color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTablePagination-root {
  color: #ffffff;
  background-color: #242536;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar {
  padding: 0 5px 5px 5px;
  margin: 0 32px 12px 32px;
  border: none;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root {
  margin-right: 10px;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root svg {
  margin-top: 2px;
  transition: color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root svg {
  color: #ffffff;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root .MuiTablePagination-select {
  padding: 12px 24px 10px 10px;
  margin-top: 3px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  transition: border-color 300ms ease, color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root .MuiTablePagination-select {
  border: 1px solid #84859d33;
  color: #ffffff;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls {
  display: flex;
  justify-content: flex-end;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root {
  transition: color 300ms ease !important;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root {
  color: #f0f0f3 !important;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root.Mui-disabled {
  color: #f0f0f380 !important;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .pagination-current-position-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 3px;
}
.DataTable .loading-indicator-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 300ms ease;
}
.theme-dark-theme .DataTable .loading-indicator-container {
  background-color: #00000026;
}
@media screen and (max-width: 768px) {
  .DataTable .MuiTableContainer-root {
    padding: 0 16px 0 16px;
    width: calc(100% - 32px);
  }
  .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root,
  .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
    padding: 9px 7px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Tooltip/Tooltip.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.MuiTooltip-popper {
  z-index: 9999999 !important;
}
.theme-dark-theme .MuiTooltip-popper {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.MuiTooltip-popper .MuiTooltip-tooltip {
  font-weight: 600;
  font-size: 12px;
  border-radius: 0;
  max-width: 400px;
  padding: 10px 12px;
  white-space: pre-line;
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiTooltip-popper .MuiTooltip-tooltip {
  color: #1a1a23;
  background-color: #afb9ff;
}
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip {
  padding: 0;
}
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip .current-app-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip .current-app-container img,
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip .current-app-container svg {
  margin-right: 16px;
  width: 50px;
  height: 50px;
}
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip .current-app-container .current-app-info-container .name {
  font-size: 16px;
  margin-bottom: 4px;
}
.MuiTooltip-popper.change-app-tooltip .MuiTooltip-tooltip .current-app-container .current-app-info-container .key {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Accordion/Accordion.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Accordion {
  border-radius: 0 !important;
}
.Accordion.MuiAccordion-root, .Accordion.MuiAccordion-root.Mui-expanded, .Accordion.MuiAccordion-root.Mui-expanded:first-of-type {
  margin: 0;
  box-shadow: none;
}
.theme-dark-theme .Accordion .accordion-title {
  color: #ffffff;
}
.Accordion .accordion-title.Mui-focusVisible {
  opacity: 0.85;
}
.Accordion .accordion-title .MuiAccordionSummary-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.theme-dark-theme .Accordion .accordion-title svg {
  color: #ffffff;
  fill: #ffffff;
}
.Accordion .accordion-title svg.title-icon {
  height: 26px;
  width: 26px;
  margin-right: 15px;
}
.Accordion .accordion-content.MuiAccordionDetails-root {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .Accordion .accordion-content.MuiAccordionDetails-root {
    padding: 0;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/AdsDataTable/AdsDataTable.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/forms/Switch/Switch.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Switch.MuiSwitch-root {
  display: flex;
  flex-direction: row;
  width: 140px;
  height: 30px;
  position: relative;
  border-radius: 9999px;
}
.theme-dark-theme .Switch.MuiSwitch-root {
  border: 2px solid #84859d;
}
.Switch.MuiSwitch-root .MuiSwitch-switchBase {
  padding: 3.5px;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 70px;
  height: 22px;
  position: absolute;
  top: 2px;
  border-radius: 9999px;
  transition: left 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .Switch.MuiSwitch-root .MuiSwitch-switchBase {
  background-color: #8a8d9e;
  color: #1a1a23;
}
.Switch.MuiSwitch-root .MuiSwitch-switchBase.Mui-checked,
.Switch.MuiSwitch-root .MuiSwitch-switchBase .onIcon {
  left: calc(100% - 70px - 6px - 14px - 4px);
}
.theme-dark-theme .Switch.MuiSwitch-root .MuiSwitch-switchBase.Mui-checked,
.theme-dark-theme .Switch.MuiSwitch-root .MuiSwitch-switchBase .onIcon {
  background-color: #afb9ff;
  color: #1a1a23;
}
.Switch.MuiSwitch-root .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track,
.Switch.MuiSwitch-root .MuiSwitch-switchBase .onIcon + .MuiSwitch-track {
  opacity: 0;
}
.Switch.MuiSwitch-root .MuiSwitch-track {
  opacity: 0;
}
.theme-dark-theme .Switch.MuiSwitch-root .MuiTouchRipple-root {
  color: #ffffff;
}
.Switch.MuiSwitch-root .onIcon,
.Switch.MuiSwitch-root .offIcon {
  padding-top: 1px;
  font-size: 10px !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 768px) {
  .Switch.MuiSwitch-root {
    margin-left: 1px;
    margin-right: 1px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/Toast/Toast.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.Toast .MuiSnackbarContent-root {
  border-radius: 0;
  font-weight: 500;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.theme-dark-theme .Toast .MuiSnackbarContent-root {
  background-color: #1a1a23;
}
.Toast .message-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Toast .message-container svg {
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/KeywordsDataTable/KeywordsDataTable.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/PayloadsDataTable/PayloadsDataTable.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.PayloadsDataTable .table-row-actions-cell .Button {
  white-space: nowrap;
}
.PayloadsDataTable .table-row-actions-cell .Button:not(:last-child) {
  margin-right: 20px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/configuration/SchedulePayloadDialog/SchedulePayloadDialog.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.set-scheduled-payload-ifa-dialog .dialog-error-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.set-scheduled-payload-ifa-dialog .dialog-error-message > span {
  margin-left: 10px;
}
.theme-dark-theme .set-scheduled-payload-ifa-dialog .confirmation-dialog-confirm-button-container .LoadingIndicator .loading-indicator {
  color: #a0edf1 !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/data/DataView/DataView.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.DataView {
  overflow-y: hidden;
}
.theme-dark-theme .DataView .MuiButtonBase-root.MuiTabScrollButton-root {
  color: #afb9ff;
}
.DataView .MuiTabPanel-root {
  padding: 20px;
  height: calc(100% - 100px);
}
.DataView .MuiTabPanel-root .SessionEventsDataTable,
.DataView .MuiTabPanel-root .AdEventsDataTable,
.DataView .MuiTabPanel-root .ListEventsDataTable {
  height: 100%;
}
.DataView .MuiTabPanel-root .SessionEventsDataTable .DataTable,
.DataView .MuiTabPanel-root .AdEventsDataTable .DataTable,
.DataView .MuiTabPanel-root .ListEventsDataTable .DataTable {
  height: 100%;
}
.DataView .MuiTabPanel-root .SessionEventsDataTable .DataTable > div,
.DataView .MuiTabPanel-root .AdEventsDataTable .DataTable > div,
.DataView .MuiTabPanel-root .ListEventsDataTable .DataTable > div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .DataView .MuiTabPanel-root {
    padding: 5px 10px;
    height: calc(100% - 74px);
  }
  .DataView .MuiTabPanel-root .SessionEventsDataTable,
  .DataView .MuiTabPanel-root .AdEventsDataTable,
  .DataView .MuiTabPanel-root .ListEventsDataTable {
    height: 100%;
  }
  .DataView .MuiTabPanel-root .SessionEventsDataTable .DataTable,
  .DataView .MuiTabPanel-root .AdEventsDataTable .DataTable,
  .DataView .MuiTabPanel-root .ListEventsDataTable .DataTable {
    height: 100%;
  }
  .DataView .MuiTabPanel-root .SessionEventsDataTable .DataTable > div,
  .DataView .MuiTabPanel-root .AdEventsDataTable .DataTable > div,
  .DataView .MuiTabPanel-root .ListEventsDataTable .DataTable > div {
    height: 100%;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/data/SessionEventsDataTable/SessionEventsDataTable.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/data/AdEventsDataTable/AdEventsDataTable.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/data/ListEventsDataTable/ListEventsDataTable.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.ListEventsDataTable .CopyableField .display-label {
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
  font-size: 14px !important;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/CopyableField/CopyableField.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.CopyableField {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.CopyableField .display-label {
  opacity: 1;
  transition: opacity 300ms ease;
}
.CopyableField .copy-icon {
  opacity: 0;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.CopyableField .copy-text-action-message {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  padding: 4px;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms ease;
}
.theme-dark-theme .CopyableField .copy-text-action-message {
  background-color: #242536;
  border: 2px solid #ffffff;
  box-shadow: 0 0 3px 0 #ffffff;
  color: #ffffff;
}
.CopyableField .copy-text-action-message.is-shown {
  opacity: 1;
}
.CopyableField:hover, .CopyableField:focus {
  cursor: pointer;
  outline: none;
}
.CopyableField:hover .display-label, .CopyableField:focus .display-label {
  opacity: 0.25;
}
.CopyableField:hover .copy-icon, .CopyableField:focus .copy-icon {
  opacity: 1;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/MainMenu/MainMenu.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.MainMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64px;
  height: 100%;
  transition: background-color 300ms ease;
}
.theme-dark-theme .MainMenu {
  background-color: #242536;
}
.MainMenu .bifrost-menu-item-container .main-menu-option-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.MainMenu .bifrost-menu-item-container .main-menu-option-container .selected-menu-option-indicator {
  height: 100%;
  width: 0;
  position: absolute;
  transition: width 300ms ease;
}
.theme-dark-theme .MainMenu .bifrost-menu-item-container .main-menu-option-container .selected-menu-option-indicator {
  background-color: #afb9ff25;
}
.MainMenu .bifrost-menu-item-container .main-menu-option-container .MuiButtonBase-root.MuiIconButton-root {
  padding: 12px;
}
.MainMenu .bifrost-menu-item-container svg,
.MainMenu .bifrost-menu-item-container img {
  width: 40px;
  height: 40px;
  transition: filter 300ms ease;
}
.MainMenu .bifrost-menu-item-container .selected-menu-option .selected-menu-option-indicator {
  width: 100%;
}
.theme-dark-theme .MainMenu .bifrost-menu-item-container .selected-menu-option svg,
.theme-dark-theme .MainMenu .bifrost-menu-item-container .selected-menu-option img {
  filter: drop-shadow(1px 1px 3px #afb9ff) drop-shadow(-1px -1px 3px #afb9ff);
}
.MainMenu .logout-menu-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin: 10px 0;
}
.theme-dark-theme .MainMenu .logout-menu-option button {
  color: #f0f0f3;
}
@media screen and (max-width: 768px) {
  .MainMenu {
    flex-direction: row;
    width: 100%;
    height: 64px;
    z-index: 1;
  }
  .theme-dark-theme .MainMenu {
    box-shadow: 0px -3px 3px #00000060;
  }
  .MainMenu .bifrost-menu-item-container {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
  }
  .MainMenu .bifrost-menu-item-container .main-menu-option-container {
    justify-content: center;
  }
  .MainMenu .bifrost-menu-item-container .main-menu-option-container .MuiIconButton-root {
    width: 100%;
  }
}

body .MuiTooltip-popper.main-menu-item-tooltip .MuiTooltip-tooltip {
  margin-left: 5px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/MainMenu/CurrentAndChangeAppButton.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.change-app-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/SignUpView/SignUpView.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.SignUpView {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 20px;
}
.theme-dark-theme .SignUpView {
  background-color: #1a1a23 !important;
}
.SignUpView .sign-up-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
.SignUpView .sign-up-container .sign-up-container-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: conic-gradient(#fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: spin 5s linear infinite;
  width: 99999px;
  height: 99999px;
}
.SignUpView .sign-up-container .sign-up-container-foreground {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin: 5px;
  padding: 70px 20px;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative;
}
.theme-dark-theme .SignUpView .sign-up-container .sign-up-container-foreground {
  background-color: #242536 !important;
}
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-first-name-entry,
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-last-name-entry,
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-email-entry,
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-password-container {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-password-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-password-container .sign-up-password-entry {
  flex: 1 1 auto;
}
.SignUpView .sign-up-container .sign-up-container-foreground .sign-up-button {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.SignUpView .sign-up-container .sign-up-container-foreground .login-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: color 300ms ease, fill 300ms ease;
  display: inline-block;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.theme-dark-theme .SignUpView .sign-up-container .sign-up-container-foreground .login-link {
  color: #afb9ff !important;
}
.theme-dark-theme .SignUpView .sign-up-container .sign-up-container-foreground .login-link {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .SignUpView .sign-up-container .sign-up-container-foreground .login-link:hover {
  color: #6d7df9 !important;
}
.SignUpView .sign-up-container .sign-up-container-foreground .TermsAndPrivacy {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.SignUpView .sign-up-container .sign-up-container-foreground .aa-copyright {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/PasswordResetView/PasswordResetView.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.PasswordResetView {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 20px;
}
.theme-dark-theme .PasswordResetView {
  background-color: #1a1a23 !important;
}
.PasswordResetView .password-reset-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
.PasswordResetView .password-reset-container .password-reset-container-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: conic-gradient(#fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: spin 5s linear infinite;
  width: 99999px;
  height: 99999px;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin: 5px;
  padding: 70px 20px;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative;
}
.theme-dark-theme .PasswordResetView .password-reset-container .password-reset-container-foreground {
  background-color: #242536 !important;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container .new-password-entry {
  flex: 1 1 auto;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container .new-password-info {
  flex: 0 0 auto;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container,
.PasswordResetView .password-reset-container .password-reset-container-foreground .verify-new-password-entry,
.PasswordResetView .password-reset-container .password-reset-container-foreground .displayed-message {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .new-password-container .new-password-entry {
  flex: 1 1 auto;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .go-to-login-button,
.PasswordResetView .password-reset-container .password-reset-container-foreground .reset-password-button {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.PasswordResetView .password-reset-container .password-reset-container-foreground .aa-copyright {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/AccountVerifyView/AccountVerifyView.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.AccountVerifyView {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 20px;
}
.theme-dark-theme .AccountVerifyView {
  background-color: #1a1a23 !important;
}
.AccountVerifyView .account-verify-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
.AccountVerifyView .account-verify-container .account-verify-container-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: conic-gradient(#fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: spin 5s linear infinite;
  width: 99999px;
  height: 99999px;
}
.AccountVerifyView .account-verify-container .account-verify-container-foreground {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin: 5px;
  padding: 70px 20px;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative;
}
.theme-dark-theme .AccountVerifyView .account-verify-container .account-verify-container-foreground {
  background-color: #242536 !important;
}
.AccountVerifyView .account-verify-container .account-verify-container-foreground .account-verify-title {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  font-weight: 600;
}
.AccountVerifyView .account-verify-container .account-verify-container-foreground .account-verify-message {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.AccountVerifyView .account-verify-container .account-verify-container-foreground .go-to-login-button {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.AccountVerifyView .account-verify-container .account-verify-container-foreground .aa-copyright {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/AppSelectionView/AppSelectionView.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.AppSelectionView {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.AppSelectionView .header-and-search-container {
  padding-top: 40px;
  padding-bottom: 30px;
  flex: 0 0 auto;
}
.theme-dark-theme .AppSelectionView .header-and-search-container {
  border-bottom: 1px solid #f0f0f350;
}
.AppSelectionView .header-and-search-container .content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.AppSelectionView .header-and-search-container .content h1 {
  margin-bottom: 30px;
}
.AppSelectionView .app-selection-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.AppSelectionView .app-selection-container .app-list {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.AppSelectionView .app-selection-container .app-list .AppSelectionButton {
  width: 100%;
}
.AppSelectionView .app-selection-container .app-list .AppSelectionButton:not(:last-of-type) {
  margin-bottom: 20px;
}
.AppSelectionView .app-selection-footer {
  text-align: center;
  padding: 10px 0;
}
.theme-dark-theme .AppSelectionView .app-selection-footer {
  background-color: #242536;
}
.AppSelectionView .app-selection-footer .Button:not(:last-of-type) {
  margin-right: 20px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/buttons/AppSelectionButton/AppSelectionButton.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes slideAndFadeInToRight {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    top: 5px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.AppSelectionButton.MuiButtonBase-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 300ms ease-in-out, filter 300ms ease-in-out;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root {
  box-shadow: 0 0 0 1px #f0f0f350;
  background-color: #1a1a23;
}
.AppSelectionButton.MuiButtonBase-root .app-info-container {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 20px 15px 20px;
  font-weight: 500;
  transition: color 300ms ease-in-out, filter 300ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AppSelectionButton.MuiButtonBase-root .app-info-container .name {
  padding-top: 5px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AppSelectionButton.MuiButtonBase-root .app-info-container .key {
  padding-top: 5px;
  text-transform: uppercase !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AppSelectionButton.MuiButtonBase-root .app-platform-container {
  width: 55px;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root .app-platform-container {
  background-color: #242536;
}
.AppSelectionButton.MuiButtonBase-root .app-platform-container svg.android {
  color: #3ddc84;
}
.AppSelectionButton.MuiButtonBase-root .app-platform-container .i {
  text-transform: lowercase;
  font-weight: 500;
  font-size: 16px;
}
.AppSelectionButton.MuiButtonBase-root .app-platform-container .os {
  text-transform: uppercase;
  font-weight: 500;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root:hover, .theme-dark-theme .AppSelectionButton.MuiButtonBase-root.Mui-focusVisible {
  box-shadow: 0 0 0 1px #afb9ff;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root.selected-app {
  box-shadow: 0 0 0 2px #afb9ff;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root.selected-app {
  filter: drop-shadow(0 0 5px #6d7df9);
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root.selected-app .app-info-container {
  color: #afb9ff;
}
.theme-dark-theme .AppSelectionButton.MuiButtonBase-root.selected-app .app-info-container {
  filter: drop-shadow(0 0 5px #6d7df9);
}
