/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadService.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;
  }
}
.theme-dark-theme .PayloadService {
  background-color: #1a1a23 !important;
}
.theme-light-theme .PayloadService {
  background-color: #f0f0f3 !important;
}
.PayloadService {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  transition: background-color 300ms ease;
}
.PayloadService .main-body-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.PayloadService .main-body-container .MainSideBar {
  flex: 0 0 auto;
}
.PayloadService .main-body-container .main-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.PayloadService .main-body-container .main-body .view-loading-page-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 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/MainSideBar/MainSideBar.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;
  }
}
.theme-dark-theme .MainSideBar {
  background-color: #242536;
}
.theme-light-theme .MainSideBar {
  background-color: #ffffff;
}
.MainSideBar {
  display: flex;
  flex-direction: column;
  width: 64px;
  height: 100%;
  transition: background-color 300ms ease;
}
.MainSideBar .main-menu-account-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin: 7px 5px;
  width: 54px;
  height: 54px;
}
.theme-dark-theme .MainSideBar .main-menu-account-container img {
  filter: drop-shadow(0 0 5px #ffffffcc);
}
.theme-light-theme .MainSideBar .main-menu-account-container img {
  filter: drop-shadow(0 0 5px #ffffffcc);
}
.MainSideBar .main-menu-account-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-drag: none;
}
.MainSideBar .main-menu-option-container-payloads {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 10px 0;
  width: 100%;
  position: relative;
}
.theme-dark-theme .MainSideBar .main-menu-option-container-payloads .selected-menu-option-indicator {
  background-color: #ffffff1a;
}
.theme-light-theme .MainSideBar .main-menu-option-container-payloads .selected-menu-option-indicator {
  background-color: #00000026;
}
.MainSideBar .main-menu-option-container-payloads .selected-menu-option-indicator {
  height: 100%;
  width: 0;
  position: absolute;
  transition: width 300ms ease;
}
.MainSideBar .main-menu-option-container-payloads .MuiButtonBase-root {
  margin: 0 auto;
}
.MainSideBar .main-menu-option-container-payloads .SiteLogo {
  width: 44px;
  height: 44px;
  margin: 5px 0;
  transition: width 300ms ease, height 300ms ease;
}
.MainSideBar .main-menu-option-container-payload-templates {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 10px 0;
  width: 100%;
  position: relative;
}
.theme-dark-theme .MainSideBar .main-menu-option-container-payload-templates .selected-menu-option-indicator {
  background-color: #ffffff1a;
}
.theme-light-theme .MainSideBar .main-menu-option-container-payload-templates .selected-menu-option-indicator {
  background-color: #00000026;
}
.MainSideBar .main-menu-option-container-payload-templates .selected-menu-option-indicator {
  height: 100%;
  width: 0;
  position: absolute;
  transition: width 300ms ease;
}
.MainSideBar .main-menu-option-container-payload-templates .MuiButtonBase-root {
  margin: 0 auto;
}
.MainSideBar .main-menu-option-container-payload-templates svg {
  width: 44px;
  height: 44px;
  margin: 5px 0;
  transition: width 300ms ease, height 300ms ease;
}
.MainSideBar .selected-menu-option .selected-menu-option-indicator {
  width: 100%;
}
.MainSideBar .selected-menu-option .SiteLogo,
.MainSideBar .selected-menu-option svg {
  width: 50px;
  height: 50px;
}
.MainSideBar .side-bar-spacer {
  flex: 1 1 auto;
}
.MainSideBar .color-theme-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.MainSideBar .logout-menu-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin: 10px 0;
}
.theme-dark-theme .MainSideBar .logout-menu-option button {
  color: #f0f0f3;
}
.theme-light-theme .MainSideBar .logout-menu-option button {
  color: #1a1a23;
}

body .MuiTooltip-popper.account-logo-tooltip .MuiTooltip-tooltip,
body .MuiTooltip-popper.logout-icon-button-tooltip .MuiTooltip-tooltip,
body .MuiTooltip-popper.main-menu-option-payloads-tooltip .MuiTooltip-tooltip,
body .MuiTooltip-popper.main-menu-option-payload-templates-tooltip .MuiTooltip-tooltip {
  margin-left: 5px;
}
body .MuiTooltip-popper.account-logo-tooltip .MuiTooltip-tooltip {
  margin-left: 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/ColorThemeToggle/ColorThemeToggle.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;
  }
}
.ColorThemeToggle {
  display: flex;
}
.ColorThemeToggle .dark-mode-checkbox {
  height: 34px;
  width: 56px;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  box-sizing: border-box;
}
.ColorThemeToggle .dark-mode-checkbox .dark-mode-checkbox__background {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: inherit;
  position: absolute;
  box-sizing: border-box;
  background: #93b7f7;
  border: 1px solid #93b7f7;
  z-index: 0;
}
.ColorThemeToggle .dark-mode-checkbox__input {
  width: 0;
  height: 0;
  opacity: 0.01;
  position: absolute;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__circle {
  transform: translateX(100%);
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__circle:before {
  background-color: #fdf09e;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__circle:after {
  border-color: #ffffff;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__circle .dark-mode-checkbox__moon-details {
  opacity: 1;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__clouds {
  opacity: 0;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__stars {
  opacity: 1;
}
.ColorThemeToggle .dark-mode-checkbox__input:not(.Mui-checked) ~ .dark-mode-checkbox__background {
  background-color: #4b4e65;
  border-color: #4b4e65;
  opacity: 1;
}
.ColorThemeToggle .dark-mode-checkbox__hidden-text {
  width: 0px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.ColorThemeToggle .dark-mode-checkbox__circle {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 4px;
  transition: all 0.3s;
  z-index: 1;
  transform: translateX(14%);
}
.ColorThemeToggle .dark-mode-checkbox__circle:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feea68;
  display: inline-block;
  z-index: 0;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.ColorThemeToggle .dark-mode-checkbox__moon-details {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail,
.ColorThemeToggle .dark-mode-checkbox__moon-detail--1,
.ColorThemeToggle .dark-mode-checkbox__moon-detail--2,
.ColorThemeToggle .dark-mode-checkbox__moon-detail--3,
.ColorThemeToggle .dark-mode-checkbox__moon-detail--4,
.ColorThemeToggle .dark-mode-checkbox__moon-detail--5 {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail--1 {
  top: 4px;
  left: 5px;
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail--2 {
  top: 9px;
  left: 6px;
  transform: scale(1.2);
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail--3 {
  top: 3px;
  left: 10px;
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail--4 {
  top: 7px;
  left: 12px;
}
.ColorThemeToggle .dark-mode-checkbox__moon-detail--5 {
  top: 12px;
  left: 10px;
}
.ColorThemeToggle .dark-mode-checkbox__clouds {
  transition: all 0.3s;
  z-index: 1;
  position: absolute;
  left: -5px;
  top: 0;
}
.ColorThemeToggle .dark-mode-checkbox__cloud,
.ColorThemeToggle .dark-mode-checkbox__cloud--1,
.ColorThemeToggle .dark-mode-checkbox__cloud--2 {
  display: inline-block;
  height: 8px;
  width: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 25px;
  animation: nuvem 15s linear infinite;
}
.ColorThemeToggle .dark-mode-checkbox__cloud--1 {
  animation: cloud-movement 2.5s linear infinite alternate;
}
.ColorThemeToggle .dark-mode-checkbox__cloud--2 {
  top: 23px;
  left: 28px;
  transform: scale(0.8) rotateY(180deg);
  animation: cloud2-movement 2.5s linear infinite alternate;
}
.ColorThemeToggle .dark-mode-checkbox__cloud:before,
.ColorThemeToggle .dark-mode-checkbox__cloud--1:before,
.ColorThemeToggle .dark-mode-checkbox__cloud--2:before,
.ColorThemeToggle .dark-mode-checkbox__cloud:after,
.ColorThemeToggle .dark-mode-checkbox__cloud--1:after,
.ColorThemeToggle .dark-mode-checkbox__cloud--2:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  bottom: 0;
  position: absolute;
}
.ColorThemeToggle .dark-mode-checkbox__cloud:after,
.ColorThemeToggle .dark-mode-checkbox__cloud--1:after,
.ColorThemeToggle .dark-mode-checkbox__cloud--2:after {
  width: 10px;
  height: 12px;
  right: 5px;
  bottom: 1px;
}
.ColorThemeToggle .dark-mode-checkbox__stars {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.ColorThemeToggle .dark-mode-checkbox__star,
.ColorThemeToggle .dark-mode-checkbox__star--1,
.ColorThemeToggle .dark-mode-checkbox__star--2,
.ColorThemeToggle .dark-mode-checkbox__star--3,
.ColorThemeToggle .dark-mode-checkbox__star--4,
.ColorThemeToggle .dark-mode-checkbox__star--5,
.ColorThemeToggle .dark-mode-checkbox__star--6,
.ColorThemeToggle .dark-mode-checkbox__star--7,
.ColorThemeToggle .dark-mode-checkbox__star--8,
.ColorThemeToggle .dark-mode-checkbox__star--9 {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  animation: fade-in 2s linear infinite alternate;
}
.ColorThemeToggle .dark-mode-checkbox__star--1 {
  top: 28px;
  left: 12px;
  animation-delay: 0.3s;
}
.ColorThemeToggle .dark-mode-checkbox__star--2 {
  top: 27px;
  left: 26px;
  animation-delay: 0.6s;
}
.ColorThemeToggle .dark-mode-checkbox__star--3 {
  top: 10px;
  left: 8px;
  animation-delay: 0.9s;
}
.ColorThemeToggle .dark-mode-checkbox__star--4 {
  top: 18px;
  left: 15px;
  animation-delay: 1.2s;
}
.ColorThemeToggle .dark-mode-checkbox__star--5 {
  top: 5px;
  left: 17px;
  animation-delay: 1.5s;
}
.ColorThemeToggle .dark-mode-checkbox__star--6 {
  top: 17px;
  left: 10px;
  animation-delay: 1.8s;
}
.ColorThemeToggle .dark-mode-checkbox__star--7 {
  top: 12px;
  left: 22px;
  animation-delay: 0s;
}
.ColorThemeToggle .dark-mode-checkbox__star--8 {
  top: 22px;
  left: 20px;
  animation-delay: 0s;
}
.ColorThemeToggle .dark-mode-checkbox__star--9 {
  top: 1px;
  left: 30px;
  animation: falling 5s 3s ease-in-out infinite;
  animation-delay: 0s;
}
@keyframes cloud-movement {
  0% {
    transform: translateX(3px);
  }
  to {
    transform: translateX(13px);
  }
}
@keyframes cloud2-movement {
  0% {
    transform: scale(0.8) rotateY(180deg) translateX(-8px);
  }
  to {
    transform: scale(0.8) rotateY(180deg) translateX(3px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes falling {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
  }
  6% {
    opacity: 0.7;
    width: 30px;
    height: 1px;
    transform: rotate(-45deg) translate(-30px, -10px);
  }
  10% {
    width: 2px;
    height: 2px;
    transform: rotate(-45deg) translate(-32px, 0px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(-32px, 0px);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadsViewHeader/PayloadsViewHeader.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;
  }
}
.theme-dark-theme .PayloadsViewHeader {
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .PayloadsViewHeader {
  box-shadow: 0px 3px 4px #84859d30;
}
.PayloadsViewHeader {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  transition: box-shadow 300ms ease;
}
.PayloadsViewHeader .stat-card-days-filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  padding-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadsViewHeader .stat-card-days-filter-container .label-1,
.PayloadsViewHeader .stat-card-days-filter-container .label-2,
.PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  font-size: 22px;
  font-weight: 700;
  padding-top: 5px;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .label-1 {
  color: #00c8d9;
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .label-1 {
  color: #008c99;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .label-1 {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .label-1 {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.PayloadsViewHeader .stat-card-days-filter-container .label-1 {
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: color 300ms ease, filter 1200ms ease;
}
.PayloadsViewHeader .stat-card-days-filter-container .label-2 {
  margin-right: 2px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.PayloadsViewHeader .stat-card-days-filter-container .day-selection-button {
  padding-bottom: 5px;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  color: #a252d4;
  border-color: #a252d4;
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  color: #a252d4;
  border-color: #a252d4;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  filter: drop-shadow(0 0 5px #a252d400);
}
.PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .selected-value-label {
  margin-left: 8px;
  border-width: 2px;
  border-bottom-style: dashed;
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .icon-container {
  color: #a252d4;
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .icon-container {
  color: #a252d4;
}
.theme-dark-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .icon-container {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .icon-container {
  filter: drop-shadow(0 0 5px #a252d400);
}
.PayloadsViewHeader .stat-card-days-filter-container .day-selection-button .icon-container {
  display: flex;
  justify-content: center;
  transition: filter 1200ms ease;
}
.PayloadsViewHeader .header-spacer {
  flex: 1 1 auto;
}
.PayloadsViewHeader .create-payload-button-container {
  flex: 0 0 auto;
}

.stat-card-days-filter-popover .MuiPaper-root {
  padding: 15px 45px 10px 40px;
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider {
  width: 300px;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-rail {
  color: #f0f0f361 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-rail {
  color: #a252d4cc !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-rail {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-rail {
  filter: drop-shadow(0 0 5px #a252d400);
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-rail {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-track {
  color: #a252d4 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-track {
  color: #a252d4 !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-track {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-track {
  filter: drop-shadow(0 0 5px #a252d400);
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-track {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb {
  color: #a252d4 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb {
  color: #a252d4 !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb {
  filter: drop-shadow(0 0 5px #a252d400);
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb:hover {
  box-shadow: 0px 0px 0px 8px #a252d429 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb:hover {
  box-shadow: 0px 0px 0px 8px #a252d429 !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb.Mui-active {
  box-shadow: 0px 0px 0px 16px #a252d429 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-thumb.Mui-active {
  box-shadow: 0px 0px 0px 16px #a252d429 !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark,
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  color: #a252d4 !important;
  background-color: #a252d4 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark,
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  color: #a252d4 !important;
  background-color: #a252d4 !important;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark,
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark,
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  filter: drop-shadow(0 0 5px #a252d400);
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark,
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  transition: width 300ms ease, height 300ms ease, color 300ms ease, background-color 300ms ease, filter 1200ms ease;
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-mark {
  height: 4px;
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markActive {
  width: 3px;
  height: 10px;
}
.theme-dark-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markLabel {
  color: #f0f0f3 !important;
}
.theme-light-theme .stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markLabel {
  color: #1a1a23 !important;
}
.stat-card-days-filter-popover .MuiPaper-root .stat-card-days-filter-slider .MuiSlider-markLabel {
  transition: color 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/TwoToneButton/TwoToneButton.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;
  }
}
.TwoToneButton {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: opacity 300ms ease, filter 1200ms ease;
}
.TwoToneButton.Mui-disabled {
  opacity: 0.6;
}
.TwoToneButton .two-tone-button-top,
.TwoToneButton .two-tone-button-bottom {
  transition: color 300ms ease, background-color 300ms ease;
}
.TwoToneButton .two-tone-button-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 42px;
  margin: 0 15px;
}
.TwoToneButton .two-tone-button-top .button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.TwoToneButton .two-tone-button-top .button-icon.positioned-left {
  margin-right: 5px;
}
.TwoToneButton .two-tone-button-top .button-icon.positioned-right {
  margin-left: 5px;
}
.TwoToneButton .two-tone-button-top .button-icon svg {
  width: 20px;
  height: 20px;
}
.TwoToneButton .two-tone-button-top .button-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
  white-space: nowrap;
}
.TwoToneButton .two-tone-button-top .LoadingIndicator {
  margin-left: 8px;
}
.theme-dark-theme .TwoToneButton .two-tone-button-top .LoadingIndicator .loading-indicator {
  color: #005259 !important;
}
.theme-light-theme .TwoToneButton .two-tone-button-top .LoadingIndicator .loading-indicator {
  color: #005259 !important;
}
.TwoToneButton .two-tone-button-bottom {
  flex: 0 0 5px;
  width: 100%;
}
.theme-dark-theme .TwoToneButton.two-tone-button-purple {
  background-color: #a252d4;
}
.theme-light-theme .TwoToneButton.two-tone-button-purple {
  background-color: #a252d4;
}
.theme-dark-theme .TwoToneButton.two-tone-button-purple {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .TwoToneButton.two-tone-button-purple {
  filter: drop-shadow(0 0 5px #a252d400);
}
.theme-dark-theme .TwoToneButton.two-tone-button-purple .two-tone-button-top {
  color: #f0f0f3;
}
.theme-light-theme .TwoToneButton.two-tone-button-purple .two-tone-button-top {
  color: #f0f0f3;
}
.theme-dark-theme .TwoToneButton.two-tone-button-purple .two-tone-button-bottom {
  background-color: #5b00c6;
}
.theme-light-theme .TwoToneButton.two-tone-button-purple .two-tone-button-bottom {
  background-color: #5b00c6;
}
.theme-dark-theme .TwoToneButton.two-tone-button-teal {
  background-color: #a0edf1;
}
.theme-light-theme .TwoToneButton.two-tone-button-teal {
  background-color: #68dbe3;
}
.theme-dark-theme .TwoToneButton.two-tone-button-teal {
  filter: drop-shadow(0 0 5px #005259bf);
}
.theme-light-theme .TwoToneButton.two-tone-button-teal {
  filter: drop-shadow(0 0 5px #00525900);
}
.theme-dark-theme .TwoToneButton.two-tone-button-teal .two-tone-button-top {
  color: #005259;
}
.theme-light-theme .TwoToneButton.two-tone-button-teal .two-tone-button-top {
  color: #005259;
}
.theme-dark-theme .TwoToneButton.two-tone-button-teal .two-tone-button-bottom {
  background-color: #005259;
}
.theme-light-theme .TwoToneButton.two-tone-button-teal .two-tone-button-bottom {
  background-color: #005259;
}
.theme-dark-theme .TwoToneButton.two-tone-button-white {
  background-color: #f0f0f3;
}
.theme-light-theme .TwoToneButton.two-tone-button-white {
  background-color: #f0f0f3;
}
.theme-dark-theme .TwoToneButton.two-tone-button-white .two-tone-button-top {
  color: #242536;
}
.theme-light-theme .TwoToneButton.two-tone-button-white .two-tone-button-top {
  color: #242536;
}
.theme-dark-theme .TwoToneButton.two-tone-button-white .two-tone-button-bottom {
  background-color: #242536;
}
.theme-light-theme .TwoToneButton.two-tone-button-white .two-tone-button-bottom {
  background-color: #242536;
}
.theme-dark-theme .TwoToneButton.two-tone-button-gray {
  background-color: #c1c2ce;
}
.theme-light-theme .TwoToneButton.two-tone-button-gray {
  background-color: #c1c2ce;
}
.theme-dark-theme .TwoToneButton.two-tone-button-gray .two-tone-button-top {
  color: #242536;
}
.theme-light-theme .TwoToneButton.two-tone-button-gray .two-tone-button-top {
  color: #242536;
}
.theme-dark-theme .TwoToneButton.two-tone-button-gray .two-tone-button-bottom {
  background-color: #4b4e65;
}
.theme-light-theme .TwoToneButton.two-tone-button-gray .two-tone-button-bottom {
  background-color: #4b4e65;
}
.theme-dark-theme .TwoToneButton.two-tone-button-green {
  background-color: #4de998;
}
.theme-light-theme .TwoToneButton.two-tone-button-green {
  background-color: #4de998;
}
.theme-dark-theme .TwoToneButton.two-tone-button-green {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .TwoToneButton.two-tone-button-green {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.theme-dark-theme .TwoToneButton.two-tone-button-green .two-tone-button-top {
  color: #033b20;
}
.theme-light-theme .TwoToneButton.two-tone-button-green .two-tone-button-top {
  color: #033b20;
}
.theme-dark-theme .TwoToneButton.two-tone-button-green .two-tone-button-bottom {
  background-color: #033b20;
}
.theme-light-theme .TwoToneButton.two-tone-button-green .two-tone-button-bottom {
  background-color: #033b20;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
.LoadingIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-dark-theme .LoadingIndicator .loading-indicator-label {
  color: #f0f0f3 !important;
}
.theme-light-theme .LoadingIndicator .loading-indicator-label {
  color: #1a1a23 !important;
}
.LoadingIndicator .loading-indicator-label {
  font-weight: 300;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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: #68dbe3 !important;
}
.theme-light-theme .LoadingIndicator .loading-indicator {
  color: #00b0c0 !important;
}
.theme-dark-theme .LoadingIndicator .loading-indicator {
  filter: drop-shadow(0 0 5px #68dbe3bf);
}
.theme-light-theme .LoadingIndicator .loading-indicator {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.LoadingIndicator .loading-indicator {
  transition: color 300ms ease, filter 1200ms 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/PayloadCreateMenu/PayloadCreateMenu.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;
  }
}
.theme-dark-theme .PayloadCreateMenu .MuiPaper-root {
  background-color: #242536;
}
.theme-light-theme .PayloadCreateMenu .MuiPaper-root {
  background-color: #ffffff;
}
.PayloadCreateMenu .MuiPaper-root {
  margin-top: 5px;
}
.theme-dark-theme .PayloadCreateMenu .MuiPaper-root .MuiMenu-list hr {
  border-color: #84859d80;
}
.theme-light-theme .PayloadCreateMenu .MuiPaper-root .MuiMenu-list hr {
  border-color: #84859d80;
}
.PayloadCreateMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root {
  height: 48px;
  padding-top: 9px;
}
.theme-dark-theme .PayloadCreateMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover {
  background-color: #1a1a23;
}
.theme-light-theme .PayloadCreateMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover {
  background-color: #f0f0f3;
}
.PayloadCreateMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg {
  position: relative;
  top: -3px;
  margin-right: 5px;
  height: 32px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadsView/PayloadsView.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;
  }
}
.theme-dark-theme .PayloadsView {
  color: #f0f0f3;
  background-color: #1a1a23;
}
.theme-light-theme .PayloadsView {
  color: #1a1a23;
  background-color: #f0f0f3;
}
.PayloadsView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  transition: color 300ms ease, background-color 300ms ease;
}
.PayloadsView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.PayloadsView .view-body .stat-cards-container {
  display: flex;
  flex-direction: row;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card {
  color: #f0f0f3;
  background-color: #242536;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card {
  color: #1a1a23;
  background-color: #ffffff;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 34%;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease, color 300ms ease;
  margin: 0 20px 20px 0;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .account-name {
  flex: 0 0 auto;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 300ms ease;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin: 0 20px 20px 20px;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values {
  display: flex;
  flex-direction: row;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count {
  display: flex;
  flex: 1 1 auto;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value {
  display: flex;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  font-weight: 700;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value-label,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value-label,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value-label {
  color: #84859d;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value-label,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value-label,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value-label {
  color: #84859d;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value-label,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value-label,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value-label {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 5px;
  transform: scale(0.8);
  transition: color 300ms ease, filter 1200ms ease;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count {
  justify-content: flex-start;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value {
  color: #32d57f;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value {
  color: #32d57f;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .active-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count {
  justify-content: center;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value {
  color: #fed940;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value {
  color: #fed940;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .paused-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #fed94000);
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count {
  justify-content: flex-end;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value {
  color: #fca239;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value {
  color: #fca239;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #fca239bf);
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .status-overview-section .status-stat-values .inactive-count .status-value-container .status-value {
  filter: drop-shadow(0 0 5px #fca23900);
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section {
  border-top: 1px solid #84859d80;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section {
  border-top: 1px solid #84859d80;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding-top: 20px;
  margin: 0 20px 20px 20px;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  padding-bottom: 20px;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-title,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-title {
  color: #f0f0f3;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-title,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-title {
  color: #1a1a23;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-title,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-title {
  display: flex;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 300ms ease;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-sub-title,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-sub-title {
  color: #84859d;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-sub-title,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-sub-title {
  color: #84859d;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .header-contents .section-sub-title,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .header-contents .section-sub-title {
  display: flex;
  flex: 0 0 40%;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 300ms ease;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-value,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-value {
  color: #a252d4;
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-value,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-value {
  color: #a252d4;
}
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-value,
.theme-dark-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-value {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-value,
.theme-light-theme .PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-value {
  filter: drop-shadow(0 0 5px #a252d400);
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-value,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-value {
  display: flex;
  flex-direction: column;
  align-items: row;
  flex: 1 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  font-weight: 700;
  margin-top: 6px;
  transition: color 300ms ease, filter 1200ms ease;
}
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .click-through-rate-section .body-contents .section-info,
.PayloadsView .view-body .stat-cards-container .account-overview-stat-card .awaiting-delivery-section .body-contents .section-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.PayloadsView .view-body .stat-cards-container .individual-stat-card-container {
  flex: 1 1 auto;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.PayloadsView .view-body .data-table-dsp-icon-img {
  width: 56px;
  height: 36px;
}
.theme-dark-theme .PayloadsView .view-body .payload-deliveries-enabled-icon {
  color: #32d57f;
}
.theme-light-theme .PayloadsView .view-body .payload-deliveries-enabled-icon {
  color: #09ba65;
}
.theme-dark-theme .PayloadsView .view-body .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadsView .view-body .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadsView .view-body .payload-deliveries-enabled-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadsView .view-body .payload-deliveries-disabled-icon {
  color: #ff7575;
}
.theme-light-theme .PayloadsView .view-body .payload-deliveries-disabled-icon {
  color: #ff3434;
}
.theme-dark-theme .PayloadsView .view-body .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .PayloadsView .view-body .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.PayloadsView .view-body .payload-deliveries-disabled-icon {
  transition: filter 1200ms ease;
}
@media screen and (max-width: 1150px) {
  .PayloadsView .view-body .stat-cards-container {
    flex-direction: column;
  }
  .PayloadsView .view-body .stat-cards-container .account-overview-stat-card {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 800px) {
  .PayloadsView .view-body .stat-cards-container .individual-stat-card-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 799px) {
  .PayloadsView .view-body .stat-cards-container .individual-stat-card-container {
    grid-template-columns: 1fr;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
.DataTable {
  position: relative;
}
.theme-dark-theme .DataTable .MuiPaper-root {
  color: #f0f0f3;
  background-color: #242536;
}
.theme-light-theme .DataTable .MuiPaper-root {
  color: #1a1a23;
  background-color: #ffffff;
}
.DataTable .MuiPaper-root {
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease, color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root > table > thead > tr > th,
.theme-dark-theme .DataTable .MuiTableContainer-root > table > tbody > tr > td {
  color: #f0f0f3;
}
.theme-light-theme .DataTable .MuiTableContainer-root > table > thead > tr > th,
.theme-light-theme .DataTable .MuiTableContainer-root > table > tbody > tr > td {
  color: #1a1a23;
}
.DataTable .MuiTableContainer-root > table > thead > tr > th,
.DataTable .MuiTableContainer-root > table > tbody > tr > td {
  transition: color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableSortLabel-active,
.theme-dark-theme .DataTable .MuiTableSortLabel-active svg {
  color: #68dbe3 !important;
}
.theme-light-theme .DataTable .MuiTableSortLabel-active,
.theme-light-theme .DataTable .MuiTableSortLabel-active svg {
  color: #00c8d9 !important;
}
.DataTable .MuiTableSortLabel-active,
.DataTable .MuiTableSortLabel-active svg {
  transition: color 300ms ease, filter 1200ms ease;
}
.DataTable .MuiIconButton-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .DataTable .MuiIconButton-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-light-theme .DataTable .MuiIconButton-root:not(.Mui-disabled) {
  color: #1a1a23;
}
.theme-dark-theme .DataTable .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .DataTable .MuiIconButton-root.Mui-disabled {
  color: #1a1a2380;
}
.theme-dark-theme .DataTable .MuiToolbar-root {
  border-bottom: 1px solid #84859d;
}
.theme-light-theme .DataTable .MuiToolbar-root {
  border-bottom: 1px solid #4b4e65;
}
.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;
}
.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;
}
.theme-dark-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  color: #ffffff !important;
  background-color: #a252d4 !important;
}
.theme-light-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  color: #ffffff !important;
  background-color: #a252d4 !important;
}
.theme-dark-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  filter: drop-shadow(0 0 5px #a252d400);
}
.DataTable .MuiToolbar-root .MuiIconButton-root.is-main-cta {
  transition: color 300ms ease, background-color 300ms ease, filter 1200ms ease;
}
.DataTable .MuiTableContainer-root {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 32px 16px 32px;
  width: calc(100% - 64px);
}
.DataTable .MuiTableContainer-root .MuiTable-root {
  margin-top: 16px;
  margin-bottom: 1px;
  transition: background-color 300ms ease;
}
.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;
  border-bottom: none;
  transition: background-color 300ms ease;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  color: #68dbe3 !important;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  color: #00c8d9 !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 #68dbe3bf);
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root.MuiTableSortLabel-active svg {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.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:not(.MuiTableSortLabel-active) svg {
  color: #68dbe3;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:not(.MuiTableSortLabel-active) svg {
  color: #00c8d9;
}
.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 #68dbe3bf);
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:not(.MuiTableSortLabel-active) svg {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.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 {
  color: #84859d !important;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root {
  color: #4b4e65 !important;
}
.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:hover {
  color: #68dbe3 !important;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:hover {
  color: #00c8d9 !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:hover {
  filter: drop-shadow(0 0 5px #68dbe3bf);
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:hover {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  color: #68dbe3 !important;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  color: #00c8d9 !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  filter: drop-shadow(0 0 5px #68dbe3bf);
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableCell-head span.MuiTableSortLabel-root:focus {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.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: #68dbe30d;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover {
  background-color: #68dbe326;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root:last-of-type .MuiTableCell-root {
  border-bottom: none !important;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  color: #f0f0f3;
  border-bottom: 1px solid #84859d33;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  color: #1a1a23;
  border-bottom: 1px solid #4b4e6533;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  font-size: inherit;
  padding: 18px 14px 18px 14px;
  transition: background-color 300ms ease, color 300ms ease;
}
.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;
}
.theme-dark-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div svg {
  fill: #f0f0f3;
}
.theme-light-theme .DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div svg {
  fill: #1a1a23;
}
.DataTable .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root .table-row-actions-cell div svg {
  transition: fill 300ms ease;
}
.DataTable .no-data-message-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.DataTable .no-data-message-container > div {
  font-size: 15px;
  margin: 100px 0;
}
.theme-dark-theme .DataTable .MuiTablePagination-root {
  color: #f0f0f3;
}
.theme-light-theme .DataTable .MuiTablePagination-root {
  color: #1a1a23;
}
.DataTable .MuiTablePagination-root {
  border-radius: 0 0 4px 4px;
  transition: background-color 300ms ease, color 300ms ease;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar {
  padding: 0 5px 5px 5px;
  margin: 0 32px 12px 32px;
  border: none;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root svg {
  color: #f0f0f3;
}
.theme-light-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root svg {
  color: #1a1a23;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root svg {
  margin-top: 2px;
  transition: color 300ms ease;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root {
  margin-right: 10px;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root .MuiTablePagination-select {
  border: 1px solid #84859d33;
  color: #f0f0f3;
}
.theme-light-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .MuiInputBase-root .MuiTablePagination-select {
  border: 1px solid #4b4e6533;
  color: #1a1a23;
}
.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;
}
.DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls {
  display: flex;
  justify-content: flex-end;
}
.theme-dark-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root {
  color: #f0f0f3 !important;
}
.theme-light-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root {
  color: #1a1a23 !important;
}
.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.Mui-disabled {
  color: #f0f0f380 !important;
}
.theme-light-theme .DataTable .MuiTablePagination-root .MuiTablePagination-toolbar .pagination-navigation-controls .MuiButtonBase-root.Mui-disabled {
  color: #1a1a2380 !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;
}
.theme-dark-theme .DataTable .loading-indicator-container {
  background-color: #00000026;
}
.theme-light-theme .DataTable .loading-indicator-container {
  background-color: #4b4e6526;
}
.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;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
.StatusChip {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 36px !important;
  width: 110px;
  border-radius: 0 !important;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: opacity 300ms ease, color 300ms ease, border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .StatusChip.status-chip-color-green {
  color: #32d57f;
  border: 2px solid #32d57f;
}
.theme-light-theme .StatusChip.status-chip-color-green {
  color: #09ba65;
  border: 2px solid #09ba65;
}
.theme-dark-theme .StatusChip.status-chip-color-green {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .StatusChip.status-chip-color-green {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.theme-dark-theme .StatusChip.status-chip-color-orange {
  color: #fca239;
  border: 2px solid #fca239;
}
.theme-light-theme .StatusChip.status-chip-color-orange {
  color: #ff7d03;
  border: 2px solid #ff7d03;
}
.theme-dark-theme .StatusChip.status-chip-color-orange {
  filter: drop-shadow(0 0 5px #fca239bf);
}
.theme-light-theme .StatusChip.status-chip-color-orange {
  filter: drop-shadow(0 0 5px #fca23900);
}
.theme-dark-theme .StatusChip.status-chip-color-yellow {
  color: #fed940;
  border: 2px solid #fed940;
}
.theme-light-theme .StatusChip.status-chip-color-yellow {
  color: #eab500;
  border: 2px solid #eab500;
}
.theme-dark-theme .StatusChip.status-chip-color-yellow {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .StatusChip.status-chip-color-yellow {
  filter: drop-shadow(0 0 5px #fed94000);
}
.theme-dark-theme .StatusChip.status-chip-color-red {
  color: #ff5152;
  border: 2px solid #ff5152;
}
.theme-light-theme .StatusChip.status-chip-color-red {
  color: #ff3434;
  border: 2px solid #ff3434;
}
.theme-dark-theme .StatusChip.status-chip-color-red {
  filter: drop-shadow(0 0 5px #ff5152bf);
}
.theme-light-theme .StatusChip.status-chip-color-red {
  filter: drop-shadow(0 0 5px #ff515200);
}
.theme-dark-theme .StatusChip.status-chip-color-teal {
  color: #00c8d9;
  border: 2px solid;
}
.theme-light-theme .StatusChip.status-chip-color-teal {
  color: #00b0c0;
  border: 2px solid;
}
.theme-dark-theme .StatusChip.status-chip-color-teal {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .StatusChip.status-chip-color-teal {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.theme-dark-theme .StatusChip.status-chip-color-purple {
  color: #a252d4;
  border: 2px solid #a252d4;
}
.theme-light-theme .StatusChip.status-chip-color-purple {
  color: #a252d4;
  border: 2px solid #a252d4;
}
.theme-dark-theme .StatusChip.status-chip-color-purple {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .StatusChip.status-chip-color-purple {
  filter: drop-shadow(0 0 5px #a252d400);
}
.StatusChip.chip-is-inactive {
  opacity: 0.3;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) !important;
}
.StatusChip.chip-is-active {
  opacity: 1;
}
.StatusChip.MuiChip-clickable:hover, .StatusChip.MuiChip-clickable:focus {
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2), 0 6px 8px 1px rgba(0, 0, 0, 0.14), 0 3px 12px 1px rgba(0, 0, 0, 0.12);
  transition: box-shadow 300ms ease;
}
.StatusChip.MuiChip-clickable:not(:focus) {
  transition: box-shadow 300ms ease;
}
.StatusChip .MuiChip-label {
  font-size: 13px;
  margin-top: 3px;
  padding-left: 16px;
  padding-right: 16px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadImplementationDialog/PayloadImplementationDialog.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;
  }
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper {
  background-color: #1a1a23;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper {
  background-color: #f0f0f3;
}
.PayloadImplementationDialog .MuiDialog-paper {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #1a1a23;
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #f0f0f3;
  box-shadow: 0px 3px 4px #84859d30;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root {
  flex: 0 0 auto;
  font-size: 16px !important;
  margin-top: 3px;
  z-index: 1;
  transition: box-shadow 300ms ease;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(1) {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) {
  margin-left: 10px;
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #84859d80;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #1a1a2380;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  margin-bottom: 5px;
  transition: color 300ms ease;
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #f0f0f3;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #1a1a23;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px !important;
}
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .intro-message {
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .script-approach-view .script-message-1,
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .script-approach-view .script-message-2,
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .script-approach-view .script-message-3,
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .no-script-approach-view .script-message-1,
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .no-script-approach-view .script-message-2,
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .no-script-approach-view .script-message-3 {
  margin-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .code-block-container {
  background-color: #242536;
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .code-block-container {
  background-color: #ffffff;
  box-shadow: 0px 3px 4px #84859d30;
}
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .code-block-container {
  padding: 20px;
  font-family: "Ubuntu Mono", monospace !important;
  font-size: 14px !important;
  position: relative;
  word-wrap: break-word;
  margin-top: 20px;
}
.PayloadImplementationDialog .MuiDialog-paper .payload-implementation-details-container .code-block-container .CopyTextButton {
  position: absolute;
  right: 2px;
  top: 2px;
}
.theme-dark-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogActions-root {
  background-color: #1a1a23;
}
.theme-light-theme .PayloadImplementationDialog .MuiDialog-paper .MuiDialogActions-root {
  background-color: #f0f0f3;
}
.PayloadImplementationDialog .MuiDialog-paper .MuiDialogActions-root {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-bottom: 0 !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/CopyTextButton/CopyTextButton.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;
  }
}
.CopyTextButton {
  display: flex;
  flex-direction: column;
}
.CopyTextButton .copy-text-button {
  width: 48px;
  height: 48px;
}
.CopyTextButton .copy-text-button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.theme-dark-theme .CopyTextButton .copy-text-button svg {
  fill: #84859d80;
}
.theme-light-theme .CopyTextButton .copy-text-button svg {
  fill: #84859d;
}
.CopyTextButton .copy-text-button svg {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CopyTextButton .copy-text-button:hover svg {
  fill: #a252d4;
}
.theme-light-theme .CopyTextButton .copy-text-button:hover svg {
  fill: #a252d4;
}
.theme-dark-theme .CopyTextButton .copy-text-button:hover svg {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .CopyTextButton .copy-text-button:hover svg {
  filter: drop-shadow(0 0 5px #a252d400);
}
.theme-dark-theme .CopyTextButton .copy-text-action-message {
  color: #84859d80;
}
.theme-light-theme .CopyTextButton .copy-text-action-message {
  color: #84859d;
}
.CopyTextButton .copy-text-action-message {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  opacity: 1;
  transition: opacity 300ms ease, color 300ms ease;
}
.CopyTextButton .copy-text-action-message.is-hidden {
  opacity: 0;
}

body .MuiTooltip-popper.copy-text-button-tooltip .MuiTooltip-tooltip {
  margin-right: 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/PayloadsDataTableFiltersView/PayloadsDataTableFiltersView.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;
  }
}
.PayloadsDataTableFiltersView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
}
.PayloadsDataTableFiltersView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  padding: 20px;
}
.PayloadsDataTableFiltersView .view-body > div {
  padding-bottom: 15px;
}
.PayloadsDataTableFiltersView .view-body .MuiTextField-root {
  width: 100%;
}
.PayloadsDataTableFiltersView .view-body > .MuiTextField-root {
  flex: 0 0 auto;
}
.PayloadsDataTableFiltersView .view-body .NumericInput {
  flex: 0 0 auto;
}
.PayloadsDataTableFiltersView .view-body .ComboSelect {
  flex: 0 0 auto;
}
.PayloadsDataTableFiltersView .view-body .StatusFilter {
  flex: 0 0 auto;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/StatusFilter/StatusFilter.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;
  }
}
.theme-dark-theme .StatusFilter {
  border: 1px solid #84859d;
}
.theme-light-theme .StatusFilter {
  border: 1px solid #84859d;
}
.StatusFilter {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0;
  padding: 12px 12px 4px 12px !important;
}
.theme-dark-theme .StatusFilter:hover {
  border: 1px solid #c1c2ce;
}
.theme-light-theme .StatusFilter:hover {
  border: 1px solid #4b4e65;
}
.theme-dark-theme .StatusFilter .filter-label {
  border-left: 4px solid #1a1a23;
  border-right: 4px solid #1a1a23;
  color: #84859d;
  background-color: #1a1a23;
}
.theme-light-theme .StatusFilter .filter-label {
  border-left: 4px solid #f0f0f3;
  border-right: 4px solid #f0f0f3;
  color: #84859d;
  background-color: #f0f0f3;
}
.StatusFilter .filter-label {
  position: absolute;
  top: -6px;
  font-size: 11px;
}
.StatusFilter .StatusChip {
  margin: 0 8px 8px 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/NumericInput/NumericInput.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;
  }
}
.NumericInput {
  display: flex;
  flex-direction: row;
}
.NumericInput .operator-select {
  flex: 0 0 100px;
  margin-right: 15px;
}
.NumericInput .input-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.theme-dark-theme .NumericInput .input-container .currency-label {
  color: #f0f0f3;
}
.theme-light-theme .NumericInput .input-container .currency-label {
  color: #1a1a23;
}
.NumericInput .input-container .currency-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.NumericInput .input-container .numeric-value-entry {
  flex: 1 1 auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ComboSelect/ComboSelect.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;
  }
}
.ComboSelect {
  display: flex;
}
.ComboSelect .MuiAutocomplete-root {
  flex: 1 1 auto;
}
.ComboSelect .MuiAutocomplete-root fieldset > legend {
  font-size: 0.8em;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/DrawerFooter/DrawerFooter.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;
  }
}
.theme-dark-theme .DrawerFooter {
  background-color: !important;
}
.theme-light-theme .DrawerFooter {
  background-color: !important;
}
.DrawerFooter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 65px;
}
.theme-dark-theme .DrawerFooter .dialog-primary-button {
  color: !important;
  background-color: !important;
}
.theme-light-theme .DrawerFooter .dialog-primary-button {
  color: !important;
  background-color: !important;
}
.DrawerFooter .dialog-primary-button {
  margin-left: 8px;
}
.DrawerFooter .dialog-middle-button {
  margin-left: 8px;
}
@media only screen and (max-width: 480px) {
  .DrawerFooter .dialog-middle-button {
    margin-left: 40px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/CustomDrawer/CustomDrawer.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;
  }
}
.CustomDrawer {
  margin-right: 0;
  transition: margin-right 500ms ease, margin-left 500ms ease !important;
}
@media screen and (min-width: 1900px) {
  .CustomDrawer.drawer-size-small {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1899px) {
  .CustomDrawer.drawer-size-small {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  .CustomDrawer.drawer-size-small {
    margin-left: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .CustomDrawer.drawer-size-medium {
    margin-left: 55%;
  }
  .CustomDrawer.drawer-size-large {
    margin-left: 40%;
  }
  .CustomDrawer.drawer-size-extra-large {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .CustomDrawer.drawer-size-small {
    margin-left: 45%;
  }
  .CustomDrawer.drawer-size-medium {
    margin-left: 35%;
  }
  .CustomDrawer.drawer-size-large {
    margin-left: 20%;
  }
  .CustomDrawer.drawer-size-extra-large {
    margin-left: 10%;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .CustomDrawer.drawer-size-small {
    margin-left: 15%;
  }
  .CustomDrawer.drawer-size-medium {
    margin-left: 25%;
  }
  .CustomDrawer.drawer-size-large {
    margin-left: 15%;
  }
  .CustomDrawer.drawer-size-extra-large {
    margin-left: 0%;
  }
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper {
  background-color: #1a1a23;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper {
  background-color: #f0f0f3;
}
.CustomDrawer .MuiDrawer-paper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .drawer-header {
  background-color: #1a1a23;
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper .drawer-header {
  background-color: #f0f0f3;
  box-shadow: 0px 3px 4px #84859d30;
}
.CustomDrawer .MuiDrawer-paper .drawer-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  padding: 0 20px;
  height: 65px;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(1) {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(1) div {
  flex: 0 0 auto;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button {
  color: #84859d80;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button {
  color: #1a1a2380;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button {
  transition: color 300ms ease;
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button:hover {
  color: #f0f0f3;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button:hover {
  color: #1a1a23;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.CustomDrawer .MuiDrawer-paper .drawer-header > div:nth-child(2) button svg {
  width: 24px;
  height: 24px;
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .drawer-content {
  background-color: !important;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper .drawer-content {
  background-color: !important;
}
.CustomDrawer .MuiDrawer-paper .drawer-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.CustomDrawer .MuiDrawer-paper .DrawerFooter,
.CustomDrawer .MuiDrawer-paper .drawer-content .DrawerFooter {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-bottom: 0 !important;
}
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .DrawerFooter,
.theme-dark-theme .CustomDrawer .MuiDrawer-paper .drawer-content .DrawerFooter {
  background-color: #1a1a23;
}
.theme-light-theme .CustomDrawer .MuiDrawer-paper .DrawerFooter,
.theme-light-theme .CustomDrawer .MuiDrawer-paper .drawer-content .DrawerFooter {
  background-color: #f0f0f3;
}
.CustomDrawer .MuiDrawer-paper .DrawerFooter .MuiButtonBase-root,
.CustomDrawer .MuiDrawer-paper .drawer-content .DrawerFooter .MuiButtonBase-root {
  margin-left: 8px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/StatCard/StatCard.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;
  }
}
.theme-dark-theme .StatCard {
  color: #f0f0f3;
  background-color: #242536;
}
.theme-light-theme .StatCard {
  color: #1a1a23;
  background-color: #ffffff;
}
.StatCard {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease, color 300ms ease;
  height: 200px;
}
.StatCard .card-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  padding: 20px;
}
.theme-dark-theme .StatCard .card-header .title {
  color: #f0f0f3;
}
.theme-light-theme .StatCard .card-header .title {
  color: #1a1a23;
}
.StatCard .card-header .title {
  display: flex;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 300ms ease;
}
.theme-dark-theme .StatCard .card-header .sub-title {
  color: #84859d;
}
.theme-light-theme .StatCard .card-header .sub-title {
  color: #84859d;
}
.StatCard .card-header .sub-title {
  display: flex;
  flex: 0 0 40%;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 300ms ease;
}
.StatCard .card-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 20px;
}
.StatCard .card-body .card-values {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
.StatCard .card-body .card-values .total-value-overall-container {
  display: flex;
  flex-direction: column;
}
.theme-dark-theme .StatCard .card-body .card-values .total-value-overall-container .total-value {
  color: #a252d4;
}
.theme-light-theme .StatCard .card-body .card-values .total-value-overall-container .total-value {
  color: #a252d4;
}
.theme-dark-theme .StatCard .card-body .card-values .total-value-overall-container .total-value {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .StatCard .card-body .card-values .total-value-overall-container .total-value {
  filter: drop-shadow(0 0 5px #a252d400);
}
.StatCard .card-body .card-values .total-value-overall-container .total-value {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  font-weight: 700;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .StatCard .card-body .card-values .total-value-overall-container .total-value-label {
  color: #84859d;
}
.theme-light-theme .StatCard .card-body .card-values .total-value-overall-container .total-value-label {
  color: #84859d;
}
.StatCard .card-body .card-values .total-value-overall-container .total-value-label {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.7;
  margin: 5px 0 20px 0;
  transition: color 300ms ease, filter 1200ms ease;
}
.StatCard .card-body .card-values .average-value-overall-container {
  display: flex;
  flex-direction: column;
}
.StatCard .card-body .card-values .average-value-overall-container .average-value-container {
  display: flex;
  flex-direction: row;
}
.theme-dark-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .average-value {
  color: #00c8d9;
}
.theme-light-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .average-value {
  color: #008c99;
}
.theme-dark-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .average-value {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .average-value {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.StatCard .card-body .card-values .average-value-overall-container .average-value-container .average-value {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  font-weight: 700;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .per-day-label {
  color: #84859d;
}
.theme-light-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-container .per-day-label {
  color: #84859d;
}
.StatCard .card-body .card-values .average-value-overall-container .average-value-container .per-day-label {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  font-weight: 700;
  margin-left: 8px;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-label {
  color: #84859d;
}
.theme-light-theme .StatCard .card-body .card-values .average-value-overall-container .average-value-label {
  color: #84859d;
}
.StatCard .card-body .card-values .average-value-overall-container .average-value-label {
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 5px;
  transition: color 300ms ease, filter 1200ms ease;
}
.StatCard .card-body .card-additional-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-left: 20px;
  height: 100%;
}
.StatCard .card-body .card-additional-info .card-chart {
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.theme-dark-theme .StatCard .card-body .card-additional-info .card-chart svg path {
  stroke: #00c8d9;
}
.theme-light-theme .StatCard .card-body .card-additional-info .card-chart svg path {
  stroke: #008c99;
}
.theme-dark-theme .StatCard .card-body .card-additional-info .card-chart svg path {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .StatCard .card-body .card-additional-info .card-chart svg path {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.theme-dark-theme .StatCard .card-body .card-additional-info .card-chart svg circle {
  stroke: #00c8d9;
  fill: #00c8d9;
}
.theme-light-theme .StatCard .card-body .card-additional-info .card-chart svg circle {
  stroke: #008c99;
  fill: #008c99;
}
.theme-dark-theme .StatCard .card-body .card-additional-info .card-chart svg circle {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .StatCard .card-body .card-additional-info .card-chart svg circle {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.StatCard .card-body .card-additional-info .card-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding: 0 0 20px 20px;
}
.StatCard .card-body .spacer {
  flex: 1 1 auto;
}

.theme-dark-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper {
  color: #f0f0f3 !important;
  background-color: #4b4e65 !important;
}
.theme-light-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper {
  color: #1a1a23 !important;
  background-color: #dbdbe2 !important;
}
div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper {
  border: none;
  border-radius: 0;
}
.theme-dark-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr th .MuiChartsTooltip-mark svg rect {
  fill: #00c8d9;
}
.theme-light-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr th .MuiChartsTooltip-mark svg rect {
  fill: #008c99;
}
.theme-dark-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr th .MuiChartsTooltip-mark svg rect {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr th .MuiChartsTooltip-mark svg rect {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.theme-dark-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr td {
  color: #f0f0f3;
}
.theme-light-theme div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr td {
  color: #1a1a23;
}
div.MuiPopper-root[class*=MuiChartsTooltip-root] .MuiChartsTooltip-paper .MuiChartsTooltip-table tbody tr td {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 4px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/SinglePayloadViewHeader/SinglePayloadViewHeader.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;
  }
}
.theme-dark-theme .SinglePayloadViewHeader {
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .SinglePayloadViewHeader {
  box-shadow: 0px 3px 4px #84859d30;
}
.SinglePayloadViewHeader {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  transition: box-shadow 300ms ease;
  z-index: 2;
}
.SinglePayloadViewHeader .back-button-container {
  flex: 0 0 auto;
}
.SinglePayloadViewHeader .header-title {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
.SinglePayloadViewHeader .header-spacer {
  flex: 1 1 auto;
}
.theme-dark-theme .SinglePayloadViewHeader .header-divider {
  border-left: 2px solid #84859d4d;
}
.theme-light-theme .SinglePayloadViewHeader .header-divider {
  border-left: 2px solid #84859d33;
}
.SinglePayloadViewHeader .header-divider {
  height: 100%;
  width: 1px;
  margin: 0 10px;
}
.SinglePayloadViewHeader .form-validation-container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.SinglePayloadViewHeader .form-validation-container .FormValidation {
  margin-right: 10px;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root {
  color: #f0f0f3;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root {
  color: #1a1a23;
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root {
  border-radius: 0;
  padding: 0 10px;
  min-width: 0 !important;
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label {
  display: flex;
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg {
  position: relative;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(1) {
  fill: #f0f0f3;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(1) {
  fill: #1a1a23;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(2) {
  fill: #00c8d9;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(2) {
  fill: #00b0c0;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(2) {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(2) {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-live-charts-icon path:nth-child(2) {
  transition: filter 1200ms ease;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-delete-icon {
  color: #ff7575;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-delete-icon {
  color: #ff3434;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-delete-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-delete-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-delete-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-restore-icon {
  color: #fca239;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-restore-icon {
  color: #ff7d03;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-restore-icon {
  filter: drop-shadow(0 0 5px #fca239bf);
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-restore-icon {
  filter: drop-shadow(0 0 5px #fca23900);
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-restore-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-resume-icon {
  color: #32d57f;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-resume-icon {
  color: #09ba65;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-resume-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-resume-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-resume-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-pause-icon {
  color: #fed940;
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-pause-icon {
  color: #fed940;
}
.theme-dark-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-pause-icon {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-pause-icon {
  filter: drop-shadow(0 0 5px #fed94000);
}
.SinglePayloadViewHeader .live-charts-option-container .MuiButtonBase-root .button-label svg.payload-actions-menu-option-pause-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root,
.theme-dark-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root {
  color: #f0f0f3;
}
.theme-light-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root,
.theme-light-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root {
  color: #1a1a23;
}
.SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root,
.SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root {
  border-radius: 0;
  padding: 0 10px;
  min-width: 0 !important;
}
.SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-label,
.SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-icon,
.SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-label,
.SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-icon {
  display: flex;
}
.theme-dark-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-label svg,
.theme-dark-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-icon svg,
.theme-dark-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-label svg,
.theme-dark-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-icon svg {
  fill: #f0f0f3;
}
.theme-light-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-label svg,
.theme-light-theme .SinglePayloadViewHeader .implementation-option-container .MuiButtonBase-root .button-icon svg,
.theme-light-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-label svg,
.theme-light-theme .SinglePayloadViewHeader .payload-panel-options-button-container .MuiButtonBase-root .button-icon svg {
  fill: #1a1a23;
}
.SinglePayloadViewHeader .implementation-option-container,
.SinglePayloadViewHeader .live-charts-option-container,
.SinglePayloadViewHeader .payload-panel-options-button-container,
.SinglePayloadViewHeader .payload-actions-button-container {
  flex: 0 0 auto;
  margin-right: 10px;
}
.SinglePayloadViewHeader .create-payload-button-container,
.SinglePayloadViewHeader .save-payload-button-container {
  flex: 0 0 auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/FormValidationMessagesDisplay/FormValidationMessagesDisplay.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;
  }
}
.FormValidationMessagesDisplay {
  margin: 12px 8px;
  line-height: 20px;
}
.FormValidationMessagesDisplay .form-validation-messages-header {
  margin-bottom: 20px;
}
.FormValidationMessagesDisplay .form-validation-messages-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-weight: 300;
}
.FormValidationMessagesDisplay .form-validation-messages-item:last-child {
  margin-bottom: 0;
}
.theme-dark-theme .FormValidationMessagesDisplay .form-validation-messages-item .message-bullet {
  background-color: #ff5152;
}
.theme-light-theme .FormValidationMessagesDisplay .form-validation-messages-item .message-bullet {
  background-color: #ff3434;
}
.theme-dark-theme .FormValidationMessagesDisplay .form-validation-messages-item .message-bullet {
  filter: drop-shadow(0 0 5px #ff5152bf);
}
.theme-light-theme .FormValidationMessagesDisplay .form-validation-messages-item .message-bullet {
  filter: drop-shadow(0 0 5px #ff515200);
}
.FormValidationMessagesDisplay .form-validation-messages-item .message-bullet {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.FormValidationMessagesDisplay .form-validation-messages-item .message {
  flex: 1 1 auto;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/FormValidation/FormValidation.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;
  }
}
.FormValidation {
  position: relative;
  width: 36px;
  height: 36px;
}
.theme-dark-theme .FormValidation .form-validation-valid-icon {
  color: #4de998;
}
.theme-light-theme .FormValidation .form-validation-valid-icon {
  color: #09ba65;
}
.theme-dark-theme .FormValidation .form-validation-valid-icon {
  filter: drop-shadow(0 0 5px #4de998bf);
}
.theme-light-theme .FormValidation .form-validation-valid-icon {
  filter: drop-shadow(0 0 5px #4de99800);
}
.FormValidation .form-validation-valid-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: opacity 300ms ease, filter 1200ms ease;
}
.FormValidation .form-validation-valid-icon.form-valid {
  opacity: 1;
  transition: opacity 300ms 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .FormValidation .form-validation-invalid-icon {
  color: #bf2626;
}
.theme-light-theme .FormValidation .form-validation-invalid-icon {
  color: #bf2626;
}
.theme-dark-theme .FormValidation .form-validation-invalid-icon {
  filter: drop-shadow(0 0 5px #bf2626bf);
}
.theme-light-theme .FormValidation .form-validation-invalid-icon {
  filter: drop-shadow(0 0 5px #bf262600);
}
.FormValidation .form-validation-invalid-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: opacity 300ms ease, filter 1200ms ease;
}
.FormValidation .form-validation-invalid-icon.form-invalid {
  opacity: 1;
  transition: opacity 300ms 300ms ease, filter 1200ms 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/PayloadActionsMenu/PayloadActionsMenu.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;
  }
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root {
  background-color: #242536;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root {
  background-color: #ffffff;
}
.PayloadActionsMenu .MuiPaper-root {
  margin-top: 5px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list hr {
  border-color: #84859d80;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list hr {
  border-color: #84859d80;
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root {
  height: 48px;
  padding-top: 9px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover {
  background-color: #1a1a23;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root:hover {
  background-color: #f0f0f3;
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-delete-icon {
  color: #ff7575;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-delete-icon {
  color: #ff3434;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-delete-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-delete-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-delete-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-restore-icon {
  color: #fca239;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-restore-icon {
  color: #ff7d03;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-restore-icon {
  filter: drop-shadow(0 0 5px #fca239bf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-restore-icon {
  filter: drop-shadow(0 0 5px #fca23900);
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-restore-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-resume-icon {
  color: #32d57f;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-resume-icon {
  color: #09ba65;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-resume-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-resume-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-resume-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-pause-icon {
  color: #fed940;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-pause-icon {
  color: #fed940;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-pause-icon {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-pause-icon {
  filter: drop-shadow(0 0 5px #fed94000);
}
.PayloadActionsMenu .MuiPaper-root .MuiMenu-list .MuiMenuItem-root svg.payload-actions-menu-option-pause-icon {
  transition: filter 1200ms ease;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section {
  display: flex;
  flex-direction: column;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section {
  display: flex;
  flex-direction: column;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  margin: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .section-title,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.7;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  margin-left: 20px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled {
  color: #32d57f;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled {
  color: #09ba65;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-enabled,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-enabled {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  color: #ff7575;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  color: #ff3434;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  filter: drop-shadow(0 0 5px #ff757500);
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-status-section .section-header .payload-deliveries-disabled,
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .section-header .payload-deliveries-disabled {
  transition: filter 1200ms ease;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root {
  height: 48px;
  padding-top: 9px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root:hover {
  background-color: #1a1a23;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root:hover {
  background-color: #f0f0f3;
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-disable-deliveries-icon {
  color: #ff7575;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-disable-deliveries-icon {
  color: #ff3434;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-disable-deliveries-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-disable-deliveries-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-disable-deliveries-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-enable-deliveries-icon {
  color: #32d57f;
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-enable-deliveries-icon {
  color: #09ba65;
}
.theme-dark-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-enable-deliveries-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-enable-deliveries-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadActionsMenu .MuiPaper-root .additional-actions-section .toggle-deliveries-section .MuiMenuItem-root svg.payload-actions-menu-option-enable-deliveries-icon {
  transition: filter 1200ms 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/PayloadPanelOptionsMenu/PayloadPanelOptionsMenu.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;
  }
}
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root {
  background-color: #242536;
}
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root {
  background-color: #ffffff;
}
.PayloadPanelOptionsMenu .MuiPaper-root {
  margin-top: 5px;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .section-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  margin: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .section-header .section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.7;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail {
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root {
  margin: 0 8px;
}
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root {
  color: #00c8d9;
}
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root {
  color: #00b0c0;
}
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-dark-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root,
.theme-light-theme .PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root {
  flex: 0 0 auto;
  transition: opacity 300ms ease, filter 1200ms ease;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiCheckbox-root.Mui-disabled,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiCheckbox-root.Mui-disabled,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiCheckbox-root.Mui-disabled {
  opacity: 0.6;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiFormControlLabel-label,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiFormControlLabel-label,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-top: 3px;
  font-size: 13px;
  transition: opacity 300ms ease;
}
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-input .MuiFormControlLabel-root .MuiFormControlLabel-label.Mui-disabled,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-json .MuiFormControlLabel-root .MuiFormControlLabel-label.Mui-disabled,
.PayloadPanelOptionsMenu .MuiPaper-root .toggle-panel-view-selections .panel-view-toggle-selection-detail .MuiFormControlLabel-root .MuiFormControlLabel-label.Mui-disabled {
  color: inherit;
  opacity: 0.6;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/CreatePayloadView/CreatePayloadView.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;
  }
}
.theme-dark-theme .CreatePayloadView {
  color: #f0f0f3;
  background-color: #1a1a23;
}
.theme-light-theme .CreatePayloadView {
  color: #1a1a23;
  background-color: #f0f0f3;
}
.CreatePayloadView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  transition: color 300ms ease, background-color 300ms ease;
}
.CreatePayloadView .view-body {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.CreatePayloadView .view-body .use-template-button {
  min-width: 135px;
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
}
.CreatePayloadView .view-body .CopyTextButton {
  position: absolute;
  right: 20px;
  top: 20px;
}
.theme-dark-theme .CreatePayloadView .loading-indicator-container {
  background-color: #4b4e654d;
}
.theme-light-theme .CreatePayloadView .loading-indicator-container {
  background-color: #4b4e654d;
}
.CreatePayloadView .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: 2;
}

.theme-dark-theme .use-template-select-dialog .MuiDialog-paper {
  background-color: #1a1a23;
}
.theme-light-theme .use-template-select-dialog .MuiDialog-paper {
  background-color: #f0f0f3;
}
.use-template-select-dialog .MuiDialog-paper {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}
.theme-dark-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #1a1a23;
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #f0f0f3;
  box-shadow: 0px 3px 4px #84859d30;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root {
  flex: 0 0 auto;
  font-size: 16px !important;
  margin-top: 3px;
  z-index: 1;
  transition: box-shadow 300ms ease;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(1) {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) {
  margin-left: 10px;
}
.theme-dark-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #84859d80;
}
.theme-light-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #1a1a2380;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  margin-bottom: 5px;
  transition: color 300ms ease;
}
.theme-dark-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #f0f0f3;
}
.theme-light-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #1a1a23;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogContent-root {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  overflow-y: hidden !important;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogContent-root .template-search-container {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogContent-root .template-search-container .template-search-input {
  flex: 1 1 auto;
  margin: 20px 20px 10px 20px;
}
.theme-dark-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogActions-root {
  background-color: #1a1a23;
}
.theme-light-theme .use-template-select-dialog .MuiDialog-paper .MuiDialogActions-root {
  background-color: #f0f0f3;
}
.use-template-select-dialog .MuiDialog-paper .MuiDialogActions-root {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-bottom: 0 !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/PayloadEditorPanels/PayloadEditorPanels.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;
  }
}
.PayloadEditorPanels {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  overflow: hidden;
}
.PayloadEditorPanels .editor-panel-payload-input {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  width: calc(var(--panel-view-payload-input-width) - 65px);
  min-width: 150px;
  max-width: calc(90% + 65px);
}
.PayloadEditorPanels .editor-panel-payload-input.panel-is-alone-in-view {
  width: 100% !important;
  max-width: 100% !important;
}
.theme-dark-theme .PayloadEditorPanels .editor-panel-payload-input .payload-input-resize-drag-bar {
  background-color: #00000080;
}
.theme-light-theme .PayloadEditorPanels .editor-panel-payload-input .payload-input-resize-drag-bar {
  background-color: #4b4e6533;
}
.PayloadEditorPanels .editor-panel-payload-input .payload-input-resize-drag-bar {
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 100%;
  cursor: col-resize;
  opacity: 0;
  transition: opacity 300ms 300ms ease, background-color 300ms ease;
  z-index: 2;
}
.PayloadEditorPanels .editor-panel-payload-input .payload-input-resize-drag-bar:hover, .PayloadEditorPanels .editor-panel-payload-input .payload-input-resize-drag-bar.resizing-active {
  opacity: 1;
}
.theme-dark-theme .PayloadEditorPanels .editor-panel-json-and-details {
  border-left: 1px solid #000000b3;
}
.theme-light-theme .PayloadEditorPanels .editor-panel-json-and-details {
  border-left: 1px solid #0000004d;
}
.PayloadEditorPanels .editor-panel-json-and-details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  transition: border-left 300ms ease;
}
.PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview {
  position: relative;
  flex: 0 0 auto;
  height: calc(var(--panel-view-json-preview-height) - 67px);
  min-height: 150px;
  max-height: calc(90% - 67px);
  transition: box-shadow 300ms ease;
  margin: 20px 0 20px 20px;
}
.PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview.panel-is-alone-in-json-and-details-view {
  height: 100% !important;
  max-height: 100% !important;
}
.theme-dark-theme .PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview .json-preview-resize-drag-bar {
  background-color: #00000080;
}
.theme-light-theme .PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview .json-preview-resize-drag-bar {
  background-color: #4b4e6533;
}
.PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview .json-preview-resize-drag-bar {
  position: absolute;
  bottom: -20px;
  left: -20px;
  height: 8px;
  width: calc(100% + 20px);
  cursor: row-resize;
  opacity: 0;
  transition: opacity 300ms 300ms ease, background-color 300ms ease;
}
.PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview .json-preview-resize-drag-bar:hover, .PayloadEditorPanels .editor-panel-json-and-details .editor-panel-json-preview .json-preview-resize-drag-bar.resizing-active {
  opacity: 1;
}
.theme-dark-theme .PayloadEditorPanels .editor-panel-json-and-details .editor-panel-payload-detail {
  border-top: 1px solid #000000b3;
}
.theme-light-theme .PayloadEditorPanels .editor-panel-json-and-details .editor-panel-payload-detail {
  border-top: 1px solid #0000004d;
}
.PayloadEditorPanels .editor-panel-json-and-details .editor-panel-payload-detail {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  transition: border-top 300ms ease;
}

body {
  --panel-view-payload-input-width: 50%;
  --panel-view-json-preview-height: 60%;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadInputForm/PayloadInputForm.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;
  }
}
.PayloadInputForm {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px * 2);
  width: calc(100% - 20px * 2);
  padding: 20px;
}
.theme-dark-theme .PayloadInputForm .form-card {
  background-color: #242536;
}
.theme-light-theme .PayloadInputForm .form-card {
  background-color: #ffffff;
}
.PayloadInputForm .form-card {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: color 300ms ease, background-color 300ms ease;
}
.PayloadInputForm .form-card .payload-name-input,
.PayloadInputForm .form-card .payload-dsp-input,
.PayloadInputForm .form-card .payload-retailer-banner-input,
.PayloadInputForm .form-card .payload-campaign-id-input,
.PayloadInputForm .form-card .payload-ad-unit-click-through-url-input,
.PayloadInputForm .form-card .click-through-first-click-container,
.PayloadInputForm .form-card .click-through-dialog-preview,
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container {
  margin-bottom: 20px;
}
.PayloadInputForm .form-card .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content {
  display: flex;
  flex-direction: row;
}
.PayloadInputForm .form-card .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-preview-header-label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.PayloadInputForm .form-card .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container {
  flex: 0 0 auto;
}
.PayloadInputForm .form-card .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container .dialog-settings-button {
  margin-right: 15px;
}
.PayloadInputForm .form-card .click-through-dialog-preview .MuiAccordion-root .MuiAccordionDetails-root {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.theme-dark-theme .PayloadInputForm .form-card .form-divider-line {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .PayloadInputForm .form-card .form-divider-line {
  border-bottom: 1px solid #4b4e6533;
}
.PayloadInputForm .form-card .form-divider-line {
  margin-bottom: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
.PayloadInputForm .form-card .click-through-first-click-container {
  display: flex;
  flex-direction: row;
}
.PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-root {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.theme-dark-theme .PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00c8d9;
}
.theme-light-theme .PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00b0c0;
}
.theme-dark-theme .PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  transition: opacity 300ms ease, filter 1200ms ease;
}
.PayloadInputForm .form-card .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-top: 4px;
  font-size: 13px;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PayloadInputForm .form-card .click-through-first-click-container div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container {
  display: flex;
  flex-direction: row;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiFormLabel-root {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root {
  color: #00c8d9;
}
.theme-light-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root {
  color: #00b0c0;
}
.theme-dark-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root {
  transition: opacity 300ms ease, filter 1200ms ease;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiRadio-root.Mui-disabled {
  opacity: 0.5;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-top: 4px;
  font-size: 13px;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiFormControlLabel-label.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(1) .MuiFormControlLabel-label.Mui-disabled {
  color: #1a1a2380;
}
.PayloadInputForm .form-card .static-or-dynamic-payload-option-container div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.theme-dark-theme .PayloadInputForm .form-card .MuiAccordionDetails-root .CustomPropertyDefinition {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .PayloadInputForm .form-card .MuiAccordionDetails-root .CustomPropertyDefinition {
  border-bottom: 1px solid #4b4e6533;
}
.PayloadInputForm .form-card .MuiAccordionDetails-root .CustomPropertyDefinition {
  transition: border 300ms ease;
}
.PayloadInputForm .form-card .MuiAccordionDetails-root .CustomPropertyDefinition:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.PayloadInputForm .form-card .add-top-level-property-button {
  margin: 0 20px 20px 20px;
}
.PayloadInputForm .bottom-spacer {
  flex: 0 0 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/CustomPropertyDefinition/CustomPropertyDefinition.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;
  }
}
.CustomPropertyDefinition {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
.CustomPropertyDefinition:hover .top-level-property-hover-indicator {
  width: 5px;
}
.CustomPropertyDefinition .top-level-property-hover-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 200ms ease, background-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-string {
  background-color: #09ba65 !important;
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-string {
  background-color: #09ba65 !important;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-string {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-string {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-number {
  background-color: #feea68 !important;
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-number {
  background-color: #eab500 !important;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-number {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-number {
  filter: drop-shadow(0 0 5px #feea6800);
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-boolean {
  background-color: #ff7d03 !important;
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-boolean {
  background-color: #ea7100 !important;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-boolean {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-boolean {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-array {
  background-color: #00c8d9 !important;
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-array {
  background-color: #00b0c0 !important;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-array {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-array {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-object {
  background-color: #a252d4 !important;
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-object {
  background-color: #a252d4 !important;
}
.theme-dark-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-object {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .CustomPropertyDefinition .top-level-property-hover-indicator.property-type-object {
  filter: drop-shadow(0 0 5px #a252d400);
}
.CustomPropertyDefinition .definition-section-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.CustomPropertyDefinition .definition-section-1 .property-type-input {
  flex: 0 0 130px;
  margin-right: 10px;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #feea68 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #eab500 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea6800);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ff7d03 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ea7100 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00c8d9 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00b0c0 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object .Mui-focused.fieldset {
  border-color: #a252d4 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object .Mui-focused.fieldset {
  border-color: #a252d4 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #a252d400);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-object .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro .Mui-focused.fieldset {
  border-color: #ff3385 !important;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro .Mui-focused.fieldset {
  border-color: #ff3385 !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro fieldset,
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff3385bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro fieldset,
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff338500);
}
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro fieldset,
.CustomPropertyDefinition .definition-section-1 .property-type-input.property-type-macro .Mui-focused.fieldset {
  transition: border-color 300ms ease, filter 1200ms ease;
}
.CustomPropertyDefinition .definition-section-1 .property-name-input {
  flex: 1 1 auto;
  margin-right: 10px;
}
.CustomPropertyDefinition .definition-section-1 .NumericInput,
.CustomPropertyDefinition .definition-section-1 .property-value-input {
  flex: 0 0 30%;
  margin-right: 10px;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button {
  color: #84859d80;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button {
  color: #1a1a2380;
}
.CustomPropertyDefinition .definition-section-1 .property-delete-button {
  flex: 0 0 auto;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  color: #ff7575;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  color: #ff3434;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff757500);
}
.CustomPropertyDefinition .definition-section-2 {
  display: flex;
  flex-direction: column;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array {
  display: flex;
  flex-direction: column;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array:last-of-type .bottom-half-connector {
  border-left: none !important;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container {
  display: flex;
  flex-direction: row;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container:last-child .array-entry-connector-lines {
  padding-bottom: 45px;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container:last-of-type {
  padding-bottom: 20px;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container:last-of-type > .array-entry-connector-lines {
  margin-bottom: -20px;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-left: 20px;
  width: 20px;
  align-self: stretch;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  transition: filter 1200ms ease;
  height: 47px;
  width: 100%;
  flex-shrink: 0;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  transition: filter 1200ms ease;
  flex: 1;
  width: 100%;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry {
  flex: 1 1 auto;
  margin-top: 20px;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-object {
  margin-top: 20px !important;
}
.theme-dark-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .CustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e6533;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  transition: border 300ms ease;
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.CustomPropertyDefinition .definition-section-2 .property-value-input-object .add-nested-property-button {
  margin: 0 20px 20px 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/CustomPropertyArrayEntry/CustomPropertyArrayEntry.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;
  }
}
.CustomPropertyArrayEntry {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
}
.CustomPropertyArrayEntry .array-entry-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.CustomPropertyArrayEntry .array-entry-type-input {
  flex: 0 0 130px;
  margin-right: 10px;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-string fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-string .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #feea68 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #eab500 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea6800);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-number fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-number .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ff7d03 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ea7100 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-boolean .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00c8d9 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00b0c0 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-array fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-array .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object .Mui-focused.fieldset {
  border-color: #a252d4 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object .Mui-focused.fieldset {
  border-color: #a252d4 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-object .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #a252d400);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-object fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-object .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro .Mui-focused.fieldset {
  border-color: #ff3385 !important;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro .Mui-focused.fieldset {
  border-color: #ff3385 !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro fieldset,
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff3385bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro fieldset,
.theme-light-theme .CustomPropertyArrayEntry .array-entry-type-input.property-type-macro .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff338500);
}
.CustomPropertyArrayEntry .array-entry-type-input.property-type-macro fieldset,
.CustomPropertyArrayEntry .array-entry-type-input.property-type-macro .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.CustomPropertyArrayEntry .NumericInput,
.CustomPropertyArrayEntry .array-entry-value-input {
  flex: 1 1 auto;
  margin-right: 10px;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-delete-button {
  color: #84859d80;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-delete-button {
  color: #1a1a2380;
}
.CustomPropertyArrayEntry .array-entry-delete-button {
  flex: 0 0 auto;
  padding: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-delete-button:hover {
  color: #ff7575;
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-delete-button:hover {
  color: #ff3434;
}
.theme-dark-theme .CustomPropertyArrayEntry .array-entry-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .CustomPropertyArrayEntry .array-entry-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff757500);
}
.CustomPropertyArrayEntry .nested-array-value-input {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container {
  display: flex;
  flex-direction: row;
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container:last-of-type {
  padding-bottom: 20px;
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container:last-of-type > .array-entry-connector-lines {
  margin-bottom: -20px;
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 20px;
  align-self: stretch;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
  height: 47px;
  width: 100%;
  flex-shrink: 0;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
  flex: 1;
  width: 100%;
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry {
  flex: 1 1 auto;
  margin-top: 20px;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
}
.CustomPropertyArrayEntry .nested-object-value-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px !important;
}
.theme-dark-theme .CustomPropertyArrayEntry .nested-object-value-input .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .CustomPropertyArrayEntry .nested-object-value-input .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e6533;
}
.CustomPropertyArrayEntry .nested-object-value-input .NestedCustomPropertyDefinition {
  transition: border 300ms ease;
}
.CustomPropertyArrayEntry .nested-object-value-input .NestedCustomPropertyDefinition:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.CustomPropertyArrayEntry .nested-object-value-input .add-nested-object-property-button {
  margin: 0 20px 20px 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/NestedCustomPropertyDefinition/NestedCustomPropertyDefinition.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;
  }
}
.NestedCustomPropertyDefinition {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
.NestedCustomPropertyDefinition:hover > .nested-property-hover-indicator {
  width: 5px;
}
.NestedCustomPropertyDefinition.is-hover-active > .nested-property-hover-indicator {
  width: 5px;
}
.NestedCustomPropertyDefinition .nested-property-hover-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 200ms ease, background-color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-string {
  background-color: #09ba65 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-string {
  background-color: #09ba65 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-string {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-string {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-number {
  background-color: #feea68 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-number {
  background-color: #eab500 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-number {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-number {
  filter: drop-shadow(0 0 5px #feea6800);
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-boolean {
  background-color: #ff7d03 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-boolean {
  background-color: #ea7100 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-boolean {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-boolean {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-array {
  background-color: #00c8d9 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-array {
  background-color: #00b0c0 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-array {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .nested-property-hover-indicator.property-type-array {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input {
  flex: 0 0 130px;
  margin-right: 10px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  border-color: #09ba65 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset,
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.NestedCustomPropertyDefinition:hover > .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-string fieldset {
  border-width: 2px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #feea68 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  border-color: #eab500 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #feea6800);
}
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset,
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.NestedCustomPropertyDefinition:hover > .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-number fieldset {
  border-width: 2px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ff7d03 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  border-color: #ea7100 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset,
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.NestedCustomPropertyDefinition:hover > .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-boolean fieldset {
  border-width: 2px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00c8d9 !important;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  border-color: #00b0c0 !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset,
.NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array .Mui-focused.fieldset {
  transition: border 300ms ease, filter 1200ms ease;
}
.NestedCustomPropertyDefinition:hover > .NestedCustomPropertyDefinition .definition-section-1 .property-type-input.property-type-array fieldset {
  border-width: 2px;
}
.NestedCustomPropertyDefinition .definition-section-1 .property-name-input {
  flex: 1 1 auto;
  margin-right: 10px;
}
.NestedCustomPropertyDefinition .definition-section-1 .NumericInput,
.NestedCustomPropertyDefinition .definition-section-1 .property-value-input {
  flex: 0 0 30%;
  margin-right: 10px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button {
  color: #84859d80;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button {
  color: #1a1a2380;
}
.NestedCustomPropertyDefinition .definition-section-1 .property-delete-button {
  flex: 0 0 auto;
  padding: 0;
  width: 24px;
  height: 24px;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  color: #ff7575;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  color: #ff3434;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-1 .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff757500);
}
.NestedCustomPropertyDefinition .definition-section-2 {
  display: flex;
  flex-direction: column;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array {
  display: flex;
  flex-direction: column;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container {
  display: flex;
  flex-direction: row;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container:last-of-type > .array-entry-connector-lines .bottom-half-connector {
  border-left: none !important;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 20px;
  align-self: stretch;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .top-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
  height: 47px;
  width: 100%;
  flex-shrink: 0;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .array-entry-connector-lines .bottom-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
  flex: 1;
  width: 100%;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry {
  flex: 1 1 auto;
  margin-top: 20px;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .top-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00c8d9;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  border-left: 1px solid #00b0c0;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-array .array-entry-container .CustomPropertyArrayEntry .nested-array-value-input .nested-array-entry-container .array-entry-connector-lines .bottom-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object {
  margin-top: 20px !important;
}
.theme-dark-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  border-bottom: 1px solid #4b4e6533;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition {
  transition: border 300ms ease;
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object .NestedCustomPropertyDefinition:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.NestedCustomPropertyDefinition .definition-section-2 .property-value-input-object .add-nested-property-button {
  margin: 0 20px 20px 20px;
}
.NestedCustomPropertyDefinition .add-nested-object-property-button {
  margin: 0 20px 20px 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/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;
  }
}
.Accordion {
  position: relative;
}
.Accordion .accordion-header-actions {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 56px;
  margin-right: 55px;
}
.theme-dark-theme .Accordion .custom-accordion {
  border: 1px solid #4b4e65;
}
.theme-light-theme .Accordion .custom-accordion {
  border: 1px solid #dbdbe2;
}
.Accordion .custom-accordion {
  transition: border 300ms ease, margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.theme-dark-theme .Accordion .custom-accordion .MuiAccordionSummary-root {
  color: #f0f0f3;
  background-color: #4b4e65;
}
.theme-light-theme .Accordion .custom-accordion .MuiAccordionSummary-root {
  color: #1a1a23;
  background-color: #dbdbe2;
}
.Accordion .custom-accordion .MuiAccordionSummary-root {
  height: 56px;
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .Accordion .custom-accordion .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  color: #f0f0f3;
}
.theme-light-theme .Accordion .custom-accordion .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  color: #1a1a23;
}
.Accordion .custom-accordion .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  transition: color 300ms ease, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.theme-dark-theme .Accordion .custom-accordion .MuiCollapse-root {
  color: #f0f0f3;
  background-color: #242536;
}
.theme-light-theme .Accordion .custom-accordion .MuiCollapse-root {
  color: #1a1a23;
  background-color: #ffffff;
}
.Accordion .custom-accordion .MuiCollapse-root {
  transition: color 300ms ease, background-color 300ms ease, height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
}
.Accordion .custom-accordion .MuiCollapse-root .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/AddArrayEntryButton/AddArrayEntryButton.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;
  }
}
.AddArrayEntryButton {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.AddArrayEntryButton .add-array-entry-connector-lines {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 20px;
  align-self: stretch;
  margin-left: 20px;
}
.theme-dark-theme .AddArrayEntryButton .add-array-entry-connector-lines .top-half-connector {
  border-left: 1px solid #00c8d9;
  border-bottom: 1px solid #00c8d9;
}
.theme-light-theme .AddArrayEntryButton .add-array-entry-connector-lines .top-half-connector {
  border-left: 1px solid #00b0c0;
  border-bottom: 1px solid #00b0c0;
}
.theme-dark-theme .AddArrayEntryButton .add-array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .AddArrayEntryButton .add-array-entry-connector-lines .top-half-connector {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.AddArrayEntryButton .add-array-entry-connector-lines .top-half-connector {
  transition: border 300ms ease, filter 1200ms ease;
  height: 44px;
  width: 100%;
  flex-shrink: 0;
}
.AddArrayEntryButton .add-array-entry-button {
  margin-top: 20px;
  width: 130px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper {
  background-color: #1a1a23;
}
.theme-light-theme .ConfirmationDialog .MuiDialog-paper {
  background-color: #f0f0f3;
}
.ConfirmationDialog .MuiDialog-paper {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #1a1a23;
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root {
  background-color: #f0f0f3;
  box-shadow: 0px 3px 4px #84859d30;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root {
  flex: 0 0 auto;
  font-size: 16px !important;
  margin-top: 3px;
  z-index: 1;
  transition: box-shadow 300ms ease;
}
.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;
}
.theme-dark-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #84859d80;
}
.theme-light-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button {
  color: #1a1a2380;
}
.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:hover {
  color: #f0f0f3;
}
.theme-light-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogTitle-root div:nth-child(2) button:hover {
  color: #1a1a23;
}
.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 .MuiDialogActions-root {
  background-color: #1a1a23;
}
.theme-light-theme .ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root {
  background-color: #f0f0f3;
}
.ConfirmationDialog .MuiDialog-paper .MuiDialogActions-root {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-bottom: 0 !important;
}
.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: 100%;
}
.ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message, .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message, .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message, .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message, .ConfirmationDialog.restore-payload-version-dialog .dialog-message, .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message, .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message, .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.restore-payload-version-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message .highlighted-text {
  color: #a252d4;
}
.theme-light-theme .ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.restore-payload-version-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message .highlighted-text {
  color: #a252d4;
}
.theme-dark-theme .ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.restore-payload-version-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message .highlighted-text, .theme-dark-theme .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message .highlighted-text {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.restore-payload-version-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message .highlighted-text, .theme-light-theme .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message .highlighted-text {
  filter: drop-shadow(0 0 5px #a252d400);
}
.ConfirmationDialog.delete-or-restore-payload-dialog .dialog-message .highlighted-text, .ConfirmationDialog.delete-or-restore-payload-template-dialog .dialog-message .highlighted-text, .ConfirmationDialog.pause-or-resume-payload-dialog .dialog-message .highlighted-text, .ConfirmationDialog.enable-disable-deliveries-payload-dialog .dialog-message .highlighted-text, .ConfirmationDialog.restore-payload-version-dialog .dialog-message .highlighted-text, .ConfirmationDialog.restore-payload-template-version-dialog .dialog-message .highlighted-text, .ConfirmationDialog.confirm-use-payload-template-dialog .dialog-message .highlighted-text, .ConfirmationDialog.confirm-exit-payload-create-dialog .dialog-message .highlighted-text {
  transition: color 300ms ease, filter 1200ms 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/ClickThroughDialogPreview/ClickThroughDialogPreview.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;
  }
}
.ClickThroughDialogPreview {
  display: flex;
  flex-direction: row;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  min-width: 260px;
  max-width: 350px;
}
.ClickThroughDialogPreview .payload-scheduled-message-checkmark-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 35%;
}
.ClickThroughDialogPreview .payload-Scheduled-message-and-action-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 65%;
}
.ClickThroughDialogPreview .payload-Scheduled-message-and-action-container .payload-scheduled-message-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 10px 10px 0 10px;
}
.ClickThroughDialogPreview .payload-Scheduled-message-and-action-container .payload-scheduled-button {
  flex: 0 0 auto;
  text-decoration: none;
  border: solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 8px 8px 0px;
  padding: 13px 16px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadDialogSettingsDrawer/PayloadDialogSettingsDrawer.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;
  }
}
.PayloadDialogSettingsDrawer .custom-scrollbars {
  display: block !important;
  overflow-x: hidden;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.theme-dark-theme .PayloadDialogSettingsDrawer .payload-dialog-settings-body .form-divider-line {
  border-bottom: 1px solid #4b4e654d;
}
.theme-light-theme .PayloadDialogSettingsDrawer .payload-dialog-settings-body .form-divider-line {
  border-bottom: 1px solid #4b4e6533;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .form-divider-line {
  margin-bottom: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-settings-message {
  width: 100%;
  margin-bottom: 20px;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-settings-dialog-message-input-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-settings-dialog-message-input-container .payload-dialog-settings-dialog-message-input {
  flex: 1 1 auto;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-dialog-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-button-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-icon-colors-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-dialog-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-button-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-icon-colors-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-dialog-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-button-colors-and-settings-container-header,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-icon-colors-container-header {
  width: 100%;
  margin-bottom: 20px;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-button-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-icon-colors-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-button-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-icon-colors-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-dialog-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-button-colors-and-settings-container-inputs,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-icon-colors-container-inputs {
  display: flex;
  flex-direction: row;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-icon-colors-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-icon-colors-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-icon-colors-container-inputs .ColorPickerInput {
  flex: 1 1 auto;
  margin-right: 20px;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-icon-colors-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-icon-colors-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-dialog-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-button-colors-and-settings-container-inputs .ColorPickerInput:last-child,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-icon-colors-container-inputs .ColorPickerInput:last-child {
  margin-right: 0 !important;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-dialog-colors-and-settings-container .payload-icon-colors-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-dialog-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-button-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-button-colors-and-settings-container .payload-icon-colors-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-dialog-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-button-colors-and-settings-container-inputs .RadiusInput,
.PayloadDialogSettingsDrawer .payload-dialog-settings-body .payload-icon-colors-container .payload-icon-colors-container-inputs .RadiusInput {
  flex: 1 1 auto;
}
.PayloadDialogSettingsDrawer .payload-dialog-settings-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 40px;
  background-color: #ffffff;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ColorPickerInput/ColorPickerInput.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;
  }
}
.ColorPickerInput {
  display: flex;
  flex-direction: row;
  position: relative;
}
.ColorPickerInput .color-input {
  flex: 1 1 auto;
}
.ColorPickerInput .color-input .MuiInputBase-root input {
  width: calc(100% - 75px);
}
.ColorPickerInput .color-preview {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: none;
  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/RadiusInput/RadiusInput.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;
  }
}
.RadiusInput {
  display: flex;
  flex-direction: row;
  position: relative;
}
.RadiusInput .radius-input {
  flex: 1 1 auto;
}
.RadiusInput .radius-input .MuiInputBase-root input {
  width: calc(100% - 75px);
}
.RadiusInput .radius-preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: none;
}
.theme-dark-theme .RadiusInput .radius-preview-container .radius-preview {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.theme-light-theme .RadiusInput .radius-preview-container .radius-preview {
  border-top: 2px solid #242536;
  border-left: 2px solid #242536;
}
.RadiusInput .radius-preview-container .radius-preview {
  width: 28px;
  height: 28px;
  transition: border-top-left-radius 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/JsonDisplay/JsonDisplay.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;
  }
}
.JsonDisplay {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.JsonDisplay .ace-editor-json-display {
  width: 100% !important;
  height: 100% !important;
  background-color: unset;
}
.JsonDisplay .ace-editor-json-display * {
  font-family: "Ubuntu Mono", monospace !important;
  font-size: 16px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_scrollbar-v,
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_scrollbar-h {
  scrollbar-color: #4b4e65 transparent !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_scrollbar-v,
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_scrollbar-h {
  scrollbar-color: #c1c2ce transparent !important;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_marker-layer .ace_selection {
  opacity: 0;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_marker-layer .ace_bracket {
  border: 0;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_cursor-layer .ace_cursor {
  display: none !important;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line {
  color: #f0f0f3 !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line {
  color: #1a1a23 !important;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line {
  transition: color 300ms ease;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_variable {
  color: #f0f0f3 !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_variable {
  color: #1a1a23 !important;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_variable {
  transition: color 300ms ease;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_string {
  color: #09ba65 !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_string {
  color: #09ba65 !important;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_string {
  filter: drop-shadow(0 0 5px #09ba65bf);
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_string {
  filter: drop-shadow(0 0 5px #09ba6500);
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_string {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_numeric {
  color: #feea68 !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_numeric {
  color: #eab500 !important;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_numeric {
  filter: drop-shadow(0 0 5px #feea68bf);
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_numeric {
  filter: drop-shadow(0 0 5px #feea6800);
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_numeric {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_boolean {
  color: #ff7d03 !important;
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_boolean {
  color: #ea7100 !important;
}
.theme-dark-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_boolean {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_boolean {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_boolean {
  transition: color 300ms ease, filter 1200ms ease;
}
.JsonDisplay .ace-editor-json-display .ace_content .ace_line .ace_indent-guide {
  opacity: 0.2;
  font-size: 24px !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/CheckboxList/CheckboxList.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;
  }
}
.CheckboxList {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto !important;
  width: auto !important;
  height: auto !important;
}
.CheckboxList .List {
  width: auto !important;
}
.CheckboxList .List .list-item {
  padding-left: 20px;
  padding-right: 20px;
}
.theme-dark-theme .CheckboxList .List .list-item .list-item-checkbox {
  color: #00c8d9;
}
.theme-light-theme .CheckboxList .List .list-item .list-item-checkbox {
  color: #00b0c0;
}
.theme-dark-theme .CheckboxList .List .list-item .list-item-checkbox {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .CheckboxList .List .list-item .list-item-checkbox {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.CheckboxList .List .list-item .list-item-checkbox {
  transition: opacity 300ms ease, filter 1200ms 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/SimplePayloadInputForm/SimplePayloadInputForm.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;
  }
}
.SimplePayloadInputForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  padding: 20px;
}
.SimplePayloadInputForm .payload-type-selection-header {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.SimplePayloadInputForm .data-type-selection-header {
  font-weight: 600;
  font-size: 16px;
  margin: 40px 0 20px 0;
}
.SimplePayloadInputForm .payload-type-selection-header,
.SimplePayloadInputForm .data-type-selection-header,
.SimplePayloadInputForm .SimplePayloadTypeSelector,
.SimplePayloadInputForm .simple-payload-create-view-tabs,
.SimplePayloadInputForm .current-tab-contents-container {
  width: 100%;
  max-width: 820px;
}
.SimplePayloadInputForm .next-button,
.SimplePayloadInputForm .previous-button {
  width: 170px;
  margin: 40px 10px 0 10px;
}
.SimplePayloadInputForm .previous-button svg {
  rotate: 180deg;
}
.SimplePayloadInputForm .simple-payload-create-view-tabs .MuiTabs-flexContainer {
  display: flex;
  justify-content: center;
}
.SimplePayloadInputForm .current-tab-contents-container {
  display: flex;
  flex-direction: column;
  margin-top: 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/SimplePayloadTypeSelector/SimplePayloadTypeSelector.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;
  }
}
.SimplePayloadTypeSelector {
  display: flex;
  flex-direction: row;
  height: 120px;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container.selected-value .type-icon-section .background {
  background-color: #00c8d9;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container.selected-value .type-icon-section .background {
  background-color: #00c8d9;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container.selected-value .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container.selected-value .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .background {
  border: 2px solid #00c8d9;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .background {
  border: 2px solid #00c8d9;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .background {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .background {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .background {
  transition: filter 1200ms ease, background-color 300ms ease;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-teal .type-selector-container .type-icon-section .contents svg path {
  fill: #00c8d9;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container.selected-value .type-icon-section .background {
  background-color: #a252d4;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container.selected-value .type-icon-section .background {
  background-color: #a252d4;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container.selected-value .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container.selected-value .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .background {
  border: 2px solid #a252d4;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .background {
  border: 2px solid #a252d4;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .background {
  filter: drop-shadow(0 0 5px #a252d4bf);
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .background {
  filter: drop-shadow(0 0 5px #a252d400);
}
.SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .background {
  transition: filter 1200ms ease, background-color 300ms ease;
}
.theme-dark-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .contents svg path {
  fill: #ffffff;
}
.theme-light-theme .SimplePayloadTypeSelector.accent-color-purple .type-selector-container .type-icon-section .contents svg path {
  fill: #a252d4;
}
.theme-dark-theme .SimplePayloadTypeSelector .type-selector-container {
  background-color: #242536;
}
.theme-light-theme .SimplePayloadTypeSelector .type-selector-container {
  background-color: #fafafb;
}
.SimplePayloadTypeSelector .type-selector-container {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  max-width: 400px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease;
}
.theme-dark-theme .SimplePayloadTypeSelector .type-selector-container:hover {
  background-color: #333446;
}
.theme-light-theme .SimplePayloadTypeSelector .type-selector-container:hover {
  background-color: #ffffff;
}
.SimplePayloadTypeSelector .type-selector-container:hover .selected-check-mark-container .check-mark-fold {
  border-width: 16px 16px 0 0;
}
.theme-dark-theme .SimplePayloadTypeSelector .type-selector-container.selected-value {
  background-color: #333446;
}
.theme-light-theme .SimplePayloadTypeSelector .type-selector-container.selected-value {
  background-color: #ffffff;
}
.SimplePayloadTypeSelector .type-selector-container.selected-value .selected-check-mark-container .check-mark-fold {
  border-width: 48px 48px 0 0;
}
.SimplePayloadTypeSelector .type-selector-container:first-child {
  margin-right: 20px;
}
.SimplePayloadTypeSelector .type-selector-container .type-icon-section {
  display: flex;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin: 20px;
  position: relative;
}
.SimplePayloadTypeSelector .type-selector-container .type-icon-section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.SimplePayloadTypeSelector .type-selector-container .type-icon-section .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SimplePayloadTypeSelector .type-selector-container .type-icon-section .contents svg {
  width: 40px;
}
.SimplePayloadTypeSelector .type-selector-container .type-info-section {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 80px;
  margin-right: 20px;
  text-align: left;
}
.SimplePayloadTypeSelector .type-selector-container .type-info-section .type-title {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.SimplePayloadTypeSelector .type-selector-container .type-info-section .type-description {
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 12px;
}
.SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.theme-dark-theme .SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .check-mark-fold {
  background-color: #4de998;
  border-color: transparent #333446 transparent #333446;
}
.theme-light-theme .SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .check-mark-fold {
  background-color: #4de998;
  border-color: transparent #ffffff transparent #ffffff;
}
.SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .check-mark-fold {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-width: 0;
  border-style: solid;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  display: block;
  transform: rotate(90deg);
  transition: border-width 200ms ease-out;
}
.theme-dark-theme .SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .selected-check-mark {
  color: #242536;
}
.theme-light-theme .SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .selected-check-mark {
  color: #242536;
}
.SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .selected-check-mark {
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 10ms ease, filter 1200ms ease;
}
.SimplePayloadTypeSelector .type-selector-container .selected-check-mark-container .selected-check-mark.is-displayed {
  opacity: 1;
  transition: opacity 300ms 300ms ease, filter 1200ms ease !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/SimplePayloadDetailsForm/SimplePayloadDetailsForm.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;
  }
}
.theme-dark-theme .SimplePayloadDetailsForm {
  background-color: #242536;
}
.theme-light-theme .SimplePayloadDetailsForm {
  background-color: #ffffff;
}
.SimplePayloadDetailsForm {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: color 300ms ease, background-color 300ms ease;
}
.SimplePayloadDetailsForm .payload-name-input,
.SimplePayloadDetailsForm .payload-dsp-input,
.SimplePayloadDetailsForm .payload-retailer-banner-input,
.SimplePayloadDetailsForm .payload-retailer-banner-input {
  margin-bottom: 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/SimplePayloadTagSettingsForm/SimplePayloadTagSettingsForm.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;
  }
}
.theme-dark-theme .SimplePayloadTagSettingsForm {
  background-color: #242536;
}
.theme-light-theme .SimplePayloadTagSettingsForm {
  background-color: #ffffff;
}
.SimplePayloadTagSettingsForm {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: color 300ms ease, background-color 300ms ease;
}
.SimplePayloadTagSettingsForm .payload-ad-unit-click-through-url-input,
.SimplePayloadTagSettingsForm .click-through-first-click-container {
  margin-bottom: 20px;
}
.SimplePayloadTagSettingsForm .click-through-first-click-container {
  display: flex;
  flex-direction: row;
}
.SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-root {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.theme-dark-theme .SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00c8d9;
}
.theme-light-theme .SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00b0c0;
}
.theme-dark-theme .SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  transition: opacity 300ms ease, filter 1200ms ease;
}
.SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-top: 3px;
  font-size: 13px;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.SimplePayloadTagSettingsForm .click-through-first-click-container div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
.SimplePayloadTagSettingsForm .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content {
  display: flex;
  flex-direction: row;
}
.SimplePayloadTagSettingsForm .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-preview-header-label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.SimplePayloadTagSettingsForm .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container {
  flex: 0 0 auto;
}
.SimplePayloadTagSettingsForm .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container .dialog-settings-button {
  margin-right: 15px;
}
.SimplePayloadTagSettingsForm .click-through-dialog-preview .MuiAccordion-root .MuiAccordionDetails-root {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 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/SimplePayloadProductOrCouponDataForm/SimplePayloadProductOrCouponDataForm.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;
  }
}
.theme-dark-theme .SimplePayloadProductOrCouponDataForm {
  background-color: #242536;
}
.theme-light-theme .SimplePayloadProductOrCouponDataForm {
  background-color: #ffffff;
}
.SimplePayloadProductOrCouponDataForm {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: color 300ms ease, background-color 300ms ease;
}
.SimplePayloadProductOrCouponDataForm .property-name-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.SimplePayloadProductOrCouponDataForm .property-name-input-container .property-name-input {
  flex: 1 1 auto;
}
.SimplePayloadProductOrCouponDataForm .property-name-input-container .property-name-input-info {
  flex: 0 0 auto;
  margin-left: 10px;
}
.SimplePayloadProductOrCouponDataForm .add-backup-item-button {
  margin-top: 20px;
  width: 200px;
}
.SimplePayloadProductOrCouponDataForm .Accordion {
  margin-top: 20px;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container {
  margin-top: 20px;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionSummary-root {
  cursor: default !important;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper {
  display: none;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root {
  display: flex;
  flex-direction: column;
  padding: 20px !important;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .backup-item-entry-number {
  flex: 0 0 auto;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 30px;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-value-input {
  flex: 1 1 auto;
}
.theme-dark-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button {
  color: #84859d80;
}
.theme-light-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button {
  color: #1a1a2380;
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button {
  flex: 0 0 auto;
  padding: 0;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button:hover {
  color: #ff7575;
}
.theme-light-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button:hover {
  color: #ff3434;
}
.theme-dark-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .backup-item-entry .property-delete-button:hover {
  filter: drop-shadow(0 0 5px #ff757500);
}
.SimplePayloadProductOrCouponDataForm .Accordion .backup-items-container .MuiAccordionDetails-root .add-backup-item-button {
  margin: 0 0 0 45px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/EditPayloadView/EditPayloadView.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;
  }
}
.theme-dark-theme .EditPayloadView {
  color: #f0f0f3;
  background-color: #1a1a23;
}
.theme-light-theme .EditPayloadView {
  color: #1a1a23;
  background-color: #f0f0f3;
}
.EditPayloadView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  transition: color 300ms ease, background-color 300ms ease;
}
.EditPayloadView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.EditPayloadView .view-body .CopyTextButton {
  position: absolute;
  right: 20px;
  top: 20px;
}
.EditPayloadView .view-body .payload-details-view {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.EditPayloadView .view-body .payload-details-view .details-view-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}
.EditPayloadView .view-body .payload-details-view .details-view-header .details-view-tabs {
  flex: 0 0 auto;
}
.EditPayloadView .view-body .payload-details-view .details-view-header .details-view-header-spacer {
  flex: 1 1 auto;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button {
  color: #84859d80;
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button {
  color: #1a1a2380;
}
.EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  transition: color 300ms ease;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button:hover {
  color: #f0f0f3;
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button:hover {
  color: #1a1a23;
}
.EditPayloadView .view-body .payload-details-view .details-view-header .details-view-close-button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.EditPayloadView .view-body .payload-details-view .details-view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  height: 0;
}
.EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view {
  width: 100%;
}
.EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow {
  margin-bottom: 20px;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-enabled-icon {
  color: #32d57f;
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-enabled-icon {
  color: #09ba65;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-enabled-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-disabled-icon {
  color: #ff7575;
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-disabled-icon {
  color: #ff3434;
}
.theme-dark-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.EditPayloadView .view-body .payload-details-view .details-view-body .payload-general-info-view .InfoRow .payload-deliveries-disabled-icon {
  transition: filter 1200ms ease;
}
.EditPayloadView .view-body .payload-details-view .details-view-body .payload-versions-view {
  width: 100%;
}
.theme-dark-theme .EditPayloadView .loading-indicator-container {
  background-color: #4b4e654d;
}
.theme-light-theme .EditPayloadView .loading-indicator-container {
  background-color: #4b4e654d;
}
.EditPayloadView .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: 2;
}

.payload-version-info-drawer .MuiDrawer-paper .payload-ad-unit-click-through-url-input,
.payload-template-version-info-drawer .MuiDrawer-paper .payload-ad-unit-click-through-url-input {
  margin: 20px 20px 0 20px;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container {
  margin: 20px;
}
.theme-dark-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container .MuiFormControlLabel-label.Mui-disabled,
.theme-dark-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container .MuiFormControlLabel-label.Mui-disabled {
  color: #f0f0f3 !important;
}
.theme-light-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container .MuiFormControlLabel-label.Mui-disabled,
.theme-light-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container .MuiFormControlLabel-label.Mui-disabled {
  color: #1a1a23 !important;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container {
  display: flex;
  flex-direction: row;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1),
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-root,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-root {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.theme-dark-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input,
.theme-dark-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00c8d9;
}
.theme-light-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input,
.theme-light-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  color: #00b0c0;
}
.theme-dark-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input,
.theme-dark-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input,
.theme-light-theme .payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .click-through-first-click-input {
  transition: opacity 300ms ease, filter 1200ms ease;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-label,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(1) .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-top: 3px;
  font-size: 13px;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(2),
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-first-click-container div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview {
  margin: 0 20px 20px 20px;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content {
  display: flex;
  flex-direction: row;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-preview-header-label,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-preview-header-label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container {
  flex: 0 0 auto;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container .dialog-settings-button,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .dialog-settings-button-container .dialog-settings-button {
  margin-right: 15px;
}
.payload-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionDetails-root,
.payload-template-version-info-drawer .MuiDrawer-paper .click-through-dialog-preview .MuiAccordion-root .MuiAccordionDetails-root {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.payload-version-info-drawer .MuiDrawer-paper .CopyTextButton,
.payload-template-version-info-drawer .MuiDrawer-paper .CopyTextButton {
  position: absolute;
  right: 20px;
  top: 462px;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/InfoRow/InfoRow.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;
  }
}
.InfoRow {
  display: flex;
  flex-direction: row;
}
.InfoRow .info-row-label {
  display: flex;
  flex: 0 0 170px;
  font-weight: 500;
}
.InfoRow .info-row-label.label-centered {
  align-items: center;
}
.InfoRow .info-row-value {
  flex: 1 1 auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/TimeSeriesChart/TimeSeriesChart.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;
  }
}
.TimeSeriesChart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.TimeSeriesChart .LoadingIndicator {
  margin: 75px 0 100px 0;
}
.TimeSeriesChart .data-unavailable {
  font-size: 20px;
  font-weight: 700;
  margin: 75px 0 100px 0;
}
.TimeSeriesChart .chart-container {
  width: 100%;
}
.TimeSeriesChart .chart-container .chart-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 5px 0 20px 0;
}
.TimeSeriesChart .chart-container .recharts-surface {
  overflow: visible;
}
.TimeSeriesChart .chart-container .recharts-surface .recharts-cartesian-axis-tick text tspan {
  font-size: 12px;
}
.theme-dark-theme .TimeSeriesChart .chart-container .recharts-tooltip-item {
  color: #f0f0f3 !important;
}
.theme-light-theme .TimeSeriesChart .chart-container .recharts-tooltip-item {
  color: #1a1a23 !important;
}
.TimeSeriesChart .chart-container .recharts-reference-line text {
  margin-bottom: 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/PayloadLiveChartsView/PayloadLiveChartsView.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;
  }
}
.PayloadLiveChartsView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.PayloadLiveChartsView .view-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
}
.PayloadLiveChartsView .view-header .time-window-select {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  margin: 20px;
}
.PayloadLiveChartsView .view-header .time-window-select .ComboSelect {
  flex: 1 1 auto;
  max-width: 200px;
}
.PayloadLiveChartsView .view-header .chart-average-line-toggle-button {
  flex: 0 0 auto;
  margin: 20px 20px 20px 0;
  width: 200px;
}
.PayloadLiveChartsView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.PayloadLiveChartsView .view-body .chart-row {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart {
  flex: 1 1 50%;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line path {
  stroke: #3e7bfa !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line path {
  stroke: #3e7bfa !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #3e7bfabf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #3e7bfa00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line path {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line .recharts-line-dots circle {
  stroke: #3e7bfa !important;
  fill: #3e7bfa !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line .recharts-line-dots circle {
  stroke: #3e7bfa !important;
  fill: #3e7bfa !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #3e7bfabf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #3e7bfa00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-line .recharts-line-dots circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-active-dot circle {
  stroke: #3e7bfa !important;
  fill: #3e7bfa !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-active-dot circle {
  stroke: #3e7bfa !important;
  fill: #3e7bfa !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfabf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfa00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-impressions-chart .recharts-active-dot circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line path {
  stroke: #ff7d03 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line path {
  stroke: #ff7d03 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line path {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line .recharts-line-dots circle {
  stroke: #ff7d03 !important;
  fill: #ff7d03 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line .recharts-line-dots circle {
  stroke: #ff7d03 !important;
  fill: #ff7d03 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-line .recharts-line-dots circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-active-dot circle {
  stroke: #ff7d03 !important;
  fill: #ff7d03 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-active-dot circle {
  stroke: #ff7d03 !important;
  fill: #ff7d03 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #ff7d03bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #ff7d0300);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-clicks-chart .recharts-active-dot circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line path {
  stroke: #fed940 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line path {
  stroke: #ffc500 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #fed94000);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line path {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line .recharts-line-dots circle {
  stroke: #fed940 !important;
  fill: #fed940 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line .recharts-line-dots circle {
  stroke: #ffc500 !important;
  fill: #ffc500 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #fed940bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #fed94000);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-line .recharts-line-dots circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-active-dot circle {
  stroke: #fed940 !important;
  fill: #fed940 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-active-dot circle {
  stroke: #ffc500 !important;
  fill: #ffc500 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfabf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfa00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-scheduled-chart .recharts-active-dot circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line path {
  stroke: #32d57f !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line path {
  stroke: #09ba65 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line path {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line path {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line .recharts-line-dots circle {
  stroke: #32d57f !important;
  fill: #32d57f !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line .recharts-line-dots circle {
  stroke: #09ba65 !important;
  fill: #09ba65 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line .recharts-line-dots circle {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-line .recharts-line-dots circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-active-dot circle {
  stroke: #32d57f !important;
  fill: #32d57f !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-active-dot circle {
  stroke: #09ba65 !important;
  fill: #09ba65 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfabf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-active-dot circle {
  filter: drop-shadow(0 0 5px #3e7bfa00);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart.payload-delivered-chart .recharts-active-dot circle {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis line,
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis line {
  stroke: #84859d !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis line,
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis line {
  stroke: #84859d !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis .recharts-cartesian-axis-tick line,
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis .recharts-cartesian-axis-tick line {
  stroke: #84859d !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis .recharts-cartesian-axis-tick line,
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis .recharts-cartesian-axis-tick line {
  stroke: #84859d !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis .recharts-cartesian-axis-tick text,
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis .recharts-cartesian-axis-tick text {
  fill: #f0f0f3 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-xAxis .recharts-cartesian-axis-tick text,
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-yAxis .recharts-cartesian-axis-tick text {
  fill: #1a1a23 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-cartesian-grid-horizontal line,
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-cartesian-grid-vertical line {
  stroke: #84859d !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-cartesian-grid-horizontal line,
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-cartesian-grid-vertical line {
  stroke: #84859d !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line line,
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line text {
  stroke: #f0f0f3 !important;
  fill: #f0f0f3 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line line,
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line text {
  stroke: #1a1a23 !important;
  fill: #1a1a23 !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-reference-line text > tspan {
  font-size: 12px !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect:first-of-type {
  fill: #4b4e65 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect:first-of-type {
  fill: #ffffff !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect:first-of-type {
  stroke: none !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect.recharts-brush-slide {
  fill: #242536 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect.recharts-brush-slide {
  fill: #dbdbe2 !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush rect.recharts-brush-slide {
  fill-opacity: 1;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller rect {
  fill: #00c8d9 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller rect {
  fill: #00c8d9 !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller rect {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller rect {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller rect {
  transition: fill 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller line {
  stroke: #242536 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-brush .recharts-brush-traveller line {
  stroke: #ffffff !important;
}
.theme-dark-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip {
  background-color: #4b4e65 !important;
}
.theme-light-theme .PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip {
  background-color: #dbdbe2 !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip {
  border: 0 !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip * {
  font-size: 12px;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-label {
  margin: 8px 3px 0 3px !important;
}
.PayloadLiveChartsView .view-body .chart-row .TimeSeriesChart .recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-item-list {
  margin: 4px 3px 0 3px !important;
}

@media screen and (max-width: 799px) {
  .PayloadLiveChartsView .custom-scrollbars > div .view-body {
    grid-template-columns: 1fr !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/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;
  }
}
.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/SignInForm/SignInForm.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;
  }
}
.SignInForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.SignInForm .site-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  margin-bottom: 40px;
  width: 100%;
}
.SignInForm .site-title .SiteLogo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.SignInForm .site-title .SiteName {
  flex: 1 1 auto;
}
.SignInForm .site-title .SiteName .site-name-1 svg {
  max-height: 32px;
}
.SignInForm .site-title .SiteName .site-name-2 {
  font-size: 24px;
}
.SignInForm .sign-in-account-id-entry,
.SignInForm .sign-in-email-entry,
.SignInForm .sign-in-password-entry {
  width: 100%;
  margin-bottom: 20px;
}
.SignInForm .sign-in-button {
  width: 100%;
  margin-bottom: 20px;
}
.SignInForm .sign-in-button.Mui-disabled {
  opacity: 0.35;
}
.SignInForm .password-reset-link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.theme-dark-theme .SignInForm .password-reset-link a {
  color: !important;
}
.theme-light-theme .SignInForm .password-reset-link a {
  color: !important;
}
.SignInForm .password-reset-link a {
  cursor: pointer;
  text-decoration: underline;
  transition: color 300ms ease;
  font-weight: 500;
  font-size: 14px;
}
.theme-dark-theme .SignInForm .password-reset-link a:hover {
  color: !important;
}
.theme-light-theme .SignInForm .password-reset-link a:hover {
  color: !important;
}
.theme-dark-theme .SignInForm .sign-in-account-id-entry-error,
.theme-dark-theme .SignInForm .sign-in-email-entry-error,
.theme-dark-theme .SignInForm .sign-in-password-entry-error {
  color: #ff3434 !important;
}
.theme-light-theme .SignInForm .sign-in-account-id-entry-error,
.theme-light-theme .SignInForm .sign-in-email-entry-error,
.theme-light-theme .SignInForm .sign-in-password-entry-error {
  color: #ff3434 !important;
}
.theme-dark-theme .SignInForm .sign-in-account-id-entry-error,
.theme-dark-theme .SignInForm .sign-in-email-entry-error,
.theme-dark-theme .SignInForm .sign-in-password-entry-error {
  filter: drop-shadow(0 0 5px #ff3434bf);
}
.theme-light-theme .SignInForm .sign-in-account-id-entry-error,
.theme-light-theme .SignInForm .sign-in-email-entry-error,
.theme-light-theme .SignInForm .sign-in-password-entry-error {
  filter: drop-shadow(0 0 5px #ff343400);
}
.SignInForm .sign-in-account-id-entry-error,
.SignInForm .sign-in-email-entry-error,
.SignInForm .sign-in-password-entry-error {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  transition: color 300ms ease, fill 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.SignInForm .TermsAndPrivacy {
  margin-top: 20px;
}

.password-reset-dialog .MuiDialogContent-root .password-reset-dialog-instructions {
  margin-bottom: 20px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.password-reset-dialog .MuiDialogContent-root .password-reset-dialog-email-entry,
.password-reset-dialog .MuiDialogContent-root .password-reset-dialog-account-id-entry {
  width: 100%;
}
.password-reset-dialog .MuiDialogContent-root .password-reset-dialog-account-id-entry {
  margin-top: 20px;
}
.theme-dark-theme .password-reset-dialog .MuiDialogContent-root .password-reset-username-error-message,
.theme-dark-theme .password-reset-dialog .MuiDialogContent-root .password-reset-account-id-error-message {
  color: #ff3434 !important;
}
.theme-light-theme .password-reset-dialog .MuiDialogContent-root .password-reset-username-error-message,
.theme-light-theme .password-reset-dialog .MuiDialogContent-root .password-reset-account-id-error-message {
  color: #ff3434 !important;
}
.theme-dark-theme .password-reset-dialog .MuiDialogContent-root .password-reset-username-error-message,
.theme-dark-theme .password-reset-dialog .MuiDialogContent-root .password-reset-account-id-error-message {
  filter: drop-shadow(0 0 5px #ff3434bf);
}
.theme-light-theme .password-reset-dialog .MuiDialogContent-root .password-reset-username-error-message,
.theme-light-theme .password-reset-dialog .MuiDialogContent-root .password-reset-account-id-error-message {
  filter: drop-shadow(0 0 5px #ff343400);
}
.password-reset-dialog .MuiDialogContent-root .password-reset-username-error-message,
.password-reset-dialog .MuiDialogContent-root .password-reset-account-id-error-message {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  transition: color 300ms ease, fill 300ms ease;
  -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/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;
  }
}
.TermsAndPrivacy .terms-and-privacy-container {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.TermsAndPrivacy .terms-and-privacy-container .label {
  line-height: 22px;
  text-align: center;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .link {
  color: #00c8d9 !important;
}
.theme-light-theme .TermsAndPrivacy .terms-and-privacy-container .label .link {
  color: #00c8d9 !important;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .link {
  filter: drop-shadow(0 0 5px #00c8d9bf);
}
.theme-light-theme .TermsAndPrivacy .terms-and-privacy-container .label .link {
  filter: drop-shadow(0 0 5px #00c8d900);
}
.TermsAndPrivacy .terms-and-privacy-container .label .link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: color 300ms ease, fill 300ms ease;
  display: inline-block;
}
.theme-dark-theme .TermsAndPrivacy .terms-and-privacy-container .label .link:hover {
  color: #68dbe3 !important;
}
.theme-light-theme .TermsAndPrivacy .terms-and-privacy-container .label .link:hover {
  color: #68dbe3 !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;
  }
}
.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: #f0f0f3 !important;
}
.theme-light-theme .TermsOfUse .terms-section a {
  color: #1a1a23 !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;
  }
}
.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: #f0f0f3 !important;
}
.theme-light-theme .PrivacyPolicy .terms-section a {
  color: #1a1a23 !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/SiteName/SiteName.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;
  }
}
.SiteName {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.SiteName .site-name-1 {
  flex: 0 0 auto;
  margin-bottom: 8px;
}
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(1),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(2) {
  fill: #ffffff !important;
}
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(1),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(2) {
  fill: #1a1a23 !important;
}
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(3),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(4),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(5),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(6),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(7),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(8),
.theme-dark-theme .SiteName .site-name-1 svg path:nth-child(9) {
  fill: #2969a0 !important;
}
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(3),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(4),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(5),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(6),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(7),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(8),
.theme-light-theme .SiteName .site-name-1 svg path:nth-child(9) {
  fill: #2969a0 !important;
}
.SiteName .site-name-2 {
  flex: 0 0 auto;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
.LoginView {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.LoginView .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.LoginView .logo-container .site-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.LoginView .logo-container .site-logo .SiteLogo {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
}
.LoginView .logo-container .particles-backdrop {
  position: relative;
  width: 100%;
  height: 100%;
}
.theme-dark-theme .LoginView .logo-container .particles-backdrop canvas {
  background-color: #1a1a23 !important;
}
.theme-light-theme .LoginView .logo-container .particles-backdrop canvas {
  background-color: #f0f0f3 !important;
}
.LoginView .logo-container .particles-backdrop canvas {
  position: relative !important;
}
.theme-dark-theme .LoginView .login-container {
  background-color: #242536 !important;
}
.theme-light-theme .LoginView .login-container {
  background-color: #ffffff !important;
}
.LoginView .login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  height: 100%;
  z-index: 0;
}
.LoginView .login-container .custom-scrollbars > div {
  display: flex;
  flex-direction: column;
}
.LoginView .login-container .SignInForm {
  margin: 40px 80px;
}
.LoginView .login-container .spacer {
  flex: 1 1 auto;
}
@media screen and (min-width: 1650px) {
  .LoginView .logo-container {
    flex: 1 1 70%;
  }
  .LoginView .login-container {
    flex: 1 1 30%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1649px) {
  .LoginView .logo-container {
    flex: 1 1 60%;
  }
  .LoginView .login-container {
    flex: 1 1 40%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1299px) {
  .LoginView .logo-container {
    flex: 1 1 50%;
  }
  .LoginView .login-container {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 799px) {
  .LoginView .logo-container {
    flex: 1 1 0;
  }
  .LoginView .login-container {
    flex: 1 1 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/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;
  }
}
.PasswordResetView {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.PasswordResetView .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.PasswordResetView .logo-container .site-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.PasswordResetView .logo-container .site-logo .SiteLogo {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  margin-right: 20px;
}
.PasswordResetView .logo-container .particles-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
}
.theme-dark-theme .PasswordResetView .logo-container .particles-backdrop canvas {
  background-color: #1a1a23 !important;
}
.theme-light-theme .PasswordResetView .logo-container .particles-backdrop canvas {
  background-color: #f0f0f3 !important;
}
.PasswordResetView .logo-container .particles-backdrop canvas {
  position: relative !important;
}
.theme-dark-theme .PasswordResetView .password-reset-container {
  background-color: #242536 !important;
}
.theme-light-theme .PasswordResetView .password-reset-container {
  background-color: #ffffff !important;
}
.PasswordResetView .password-reset-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  height: 100%;
  z-index: 0;
}
.PasswordResetView .password-reset-container .site-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  margin-bottom: 40px;
  width: 100%;
}
.PasswordResetView .password-reset-container .site-title .SiteLogo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.PasswordResetView .password-reset-container .site-title .SiteName {
  flex: 1 1 auto;
}
.PasswordResetView .password-reset-container .site-title .SiteName .site-name-1 svg {
  max-height: 32px;
}
.PasswordResetView .password-reset-container .site-title .SiteName .site-name-2 {
  font-size: 24px;
}
.PasswordResetView .password-reset-container .PasswordResetForm,
.PasswordResetView .password-reset-container .invalid-password-reset-code-form,
.PasswordResetView .password-reset-container .reset-successful-form {
  margin: 40px 80px;
}
.PasswordResetView .password-reset-container .custom-scrollbars > div {
  display: flex;
  flex-direction: column;
}
.PasswordResetView .password-reset-container .invalid-password-reset-code-form,
.PasswordResetView .password-reset-container .reset-successful-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PasswordResetView .password-reset-container .invalid-password-reset-code-form .go-to-login-button,
.PasswordResetView .password-reset-container .reset-successful-form .go-to-login-button {
  margin-top: 40px;
}
.PasswordResetView .password-reset-container .spacer {
  flex: 1 1 auto;
}
@media screen and (min-width: 1650px) {
  .PasswordResetView .logo-container {
    flex: 1 1 70%;
  }
  .PasswordResetView .password-reset-container {
    flex: 1 1 30%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1649px) {
  .PasswordResetView .logo-container {
    flex: 1 1 60%;
  }
  .PasswordResetView .password-reset-container {
    flex: 1 1 40%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1299px) {
  .PasswordResetView .logo-container {
    flex: 1 1 50%;
  }
  .PasswordResetView .password-reset-container {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 799px) {
  .PasswordResetView .logo-container {
    flex: 1 1 0;
  }
  .PasswordResetView .password-reset-container {
    flex: 1 1 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/PasswordResetForm/PasswordResetForm.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;
  }
}
.PasswordResetForm {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.PasswordResetForm .site-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  margin-bottom: 40px;
  width: 100%;
}
.PasswordResetForm .site-title .SiteLogo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.PasswordResetForm .site-title .SiteName {
  flex: 1 1 auto;
}
.PasswordResetForm .site-title .SiteName .site-name-1 svg {
  max-height: 32px;
}
.PasswordResetForm .site-title .SiteName .site-name-2 {
  font-size: 24px;
}
.PasswordResetForm .new-password-entry,
.PasswordResetForm .verify-new-password-entry {
  width: 100%;
  margin-bottom: 20px;
}
.PasswordResetForm .new-password-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PasswordResetForm .new-password-container .new-password-entry {
  flex: 1 1 auto;
}
.theme-dark-theme .PasswordResetForm .new-password-container .new-password-info {
  color: #f0f0f3 !important;
}
.theme-light-theme .PasswordResetForm .new-password-container .new-password-info {
  color: #1a1a23 !important;
}
.PasswordResetForm .new-password-container .new-password-info {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0 0 20px 5px;
}
.theme-dark-theme .PasswordResetForm .reset-password-button {
  color: !important;
  background-color: !important;
}
.theme-light-theme .PasswordResetForm .reset-password-button {
  color: !important;
  background-color: !important;
}
.PasswordResetForm .reset-password-button {
  width: 100%;
  margin-bottom: 20px;
}
.PasswordResetForm .reset-password-button.Mui-disabled {
  opacity: 0.35;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadTemplatesViewHeader/PayloadTemplatesViewHeader.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;
  }
}
.theme-dark-theme .PayloadTemplatesViewHeader {
  box-shadow: 0px 3px 4px #00000030;
}
.theme-light-theme .PayloadTemplatesViewHeader {
  box-shadow: 0px 3px 4px #84859d30;
}
.PayloadTemplatesViewHeader {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  transition: box-shadow 300ms ease;
}
.PayloadTemplatesViewHeader .header-spacer {
  flex: 1 1 auto;
}
.PayloadTemplatesViewHeader .create-payload-template-button-container {
  flex: 0 0 auto;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadTemplatesView/PayloadTemplatesView.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;
  }
}
.theme-dark-theme .PayloadTemplatesView {
  color: #f0f0f3;
  background-color: #1a1a23;
}
.theme-light-theme .PayloadTemplatesView {
  color: #1a1a23;
  background-color: #f0f0f3;
}
.PayloadTemplatesView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  transition: color 300ms ease, background-color 300ms ease;
}
.PayloadTemplatesView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.PayloadTemplatesView .view-body .stat-cards-container {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.PayloadTemplatesView .view-body .data-table-dsp-icon-img {
  width: 56px;
  height: 36px;
}
.theme-dark-theme .PayloadTemplatesView .view-body .payload-deliveries-enabled-icon {
  color: #32d57f;
}
.theme-light-theme .PayloadTemplatesView .view-body .payload-deliveries-enabled-icon {
  color: #09ba65;
}
.theme-dark-theme .PayloadTemplatesView .view-body .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57fbf);
}
.theme-light-theme .PayloadTemplatesView .view-body .payload-deliveries-enabled-icon {
  filter: drop-shadow(0 0 5px #32d57f00);
}
.PayloadTemplatesView .view-body .payload-deliveries-enabled-icon {
  transition: filter 1200ms ease;
}
.theme-dark-theme .PayloadTemplatesView .view-body .payload-deliveries-disabled-icon {
  color: #ff7575;
}
.theme-light-theme .PayloadTemplatesView .view-body .payload-deliveries-disabled-icon {
  color: #ff3434;
}
.theme-dark-theme .PayloadTemplatesView .view-body .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff7575bf);
}
.theme-light-theme .PayloadTemplatesView .view-body .payload-deliveries-disabled-icon {
  filter: drop-shadow(0 0 5px #ff757500);
}
.PayloadTemplatesView .view-body .payload-deliveries-disabled-icon {
  transition: filter 1200ms ease;
}
@media screen and (min-width: 1200px) {
  .PayloadTemplatesView .view-body .stat-cards-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .PayloadTemplatesView .view-body .stat-cards-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 799px) {
  .PayloadTemplatesView .view-body .stat-cards-container {
    grid-template-columns: 1fr;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PayloadTemplatesDataTableFiltersView/PayloadTemplatesDataTableFiltersView.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;
  }
}
.PayloadTemplatesDataTableFiltersView {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
}
.PayloadTemplatesDataTableFiltersView .view-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  padding: 20px;
}
.PayloadTemplatesDataTableFiltersView .view-body > div {
  padding-bottom: 15px;
}
.PayloadTemplatesDataTableFiltersView .view-body .MuiTextField-root {
  width: 100%;
}
.PayloadTemplatesDataTableFiltersView .view-body > .MuiTextField-root {
  flex: 0 0 auto;
}
.PayloadTemplatesDataTableFiltersView .view-body .NumericInput {
  flex: 0 0 auto;
}
.PayloadTemplatesDataTableFiltersView .view-body .ComboSelect {
  flex: 0 0 auto;
}
.PayloadTemplatesDataTableFiltersView .view-body .StatusFilter {
  flex: 0 0 auto;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
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;
}
body.hide-grecaptcha-badge .grecaptcha-badge {
  visibility: hidden;
}

.theme-dark-theme #root {
  color: #f0f0f3;
}
.theme-light-theme #root {
  color: #1a1a23;
}
#root {
  height: 100%;
  width: 100%;
  display: flex;
}

.theme-dark-theme .MuiInputBase-root {
  color: #f0f0f3;
}
.theme-light-theme .MuiInputBase-root {
  color: #1a1a23;
}
.MuiInputBase-root {
  font-size: 14px !important;
}

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

.theme-dark-theme .MuiFormControl-root .MuiFormLabel-root {
  color: #84859d !important;
}
.theme-light-theme .MuiFormControl-root .MuiFormLabel-root {
  color: #84859d !important;
}
.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.Mui-focused {
  color: #c1c2ce !important;
}
.theme-light-theme .MuiFormControl-root .MuiFormLabel-root.Mui-focused {
  color: #4b4e65 !important;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  color: #f0f0f380 !important;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  color: #1a1a2380 !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;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled .MuiAutocomplete-endAdornment {
  opacity: 0;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  border-color: #f0f0f380 !important;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  border-color: #1a1a2380 !important;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  opacity: 0.4;
  transition: border 300ms ease;
}
.MuiFormControl-root .MuiInputBase-root input {
  transition: color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag {
  color: #f0f0f3;
  background-color: #4b4e65;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag {
  color: #1a1a23;
  background-color: #dbdbe2;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag {
  transition: color 300ms ease, background-color 300ms ease;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag > span {
  margin-top: 3px;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg {
  color: #f0f0f380;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg {
  color: #1a1a2380;
}
.MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg {
  transition: color 300ms ease;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg:hover {
  color: #f0f0f3;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root div.MuiAutocomplete-tag svg:hover {
  color: #1a1a23;
}
.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-light-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root:not(.Mui-disabled) {
  color: #1a1a23;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #1a1a2380;
}
.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-light-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root:not(.Mui-disabled) {
  color: #1a1a23;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root.Mui-disabled {
  color: #1a1a2380;
}
.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-light-theme .MuiFormControl-root .MuiInputBase-root .MuiSelect-icon:not(.Mui-disabled) {
  color: #1a1a23;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root .MuiSelect-icon.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root .MuiSelect-icon.Mui-disabled {
  color: #1a1a2380;
}
.theme-dark-theme .MuiFormControl-root .MuiInputBase-root.Mui-focused fieldset {
  border-color: #c1c2ce;
}
.theme-light-theme .MuiFormControl-root .MuiInputBase-root.Mui-focused fieldset {
  border-color: #4b4e65;
}

.MuiDialog-root {
  z-index: 999999 !important;
}
.theme-dark-theme .MuiDialog-root .MuiDialogTitle-root {
  color: !important;
  background-color: #1a1a23 !important;
}
.theme-light-theme .MuiDialog-root .MuiDialogTitle-root {
  color: !important;
  background-color: #f0f0f3 !important;
}
.MuiDialog-root .MuiDialogTitle-root {
  padding: 12px 6px 12px 24px;
  display: flex;
  flex-direction: row;
}
.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;
}
.theme-dark-theme .MuiDialog-root .MuiDialogTitle-root div svg {
  color: !important;
}
.theme-light-theme .MuiDialog-root .MuiDialogTitle-root div svg {
  color: !important;
}
.MuiDialog-root .MuiDialogTitle-root div svg {
  width: 32px;
  height: 32px;
}
.MuiDialog-root .MuiDialogTitle-root button {
  transition: color 300ms ease;
}
.MuiDialog-root .MuiDialogTitle-root button.Mui-disabled {
  opacity: 0.35;
}
.theme-dark-theme .MuiDialog-root .MuiDialogContent-root {
  color: !important;
  background-color: #1a1a23 !important;
}
.theme-light-theme .MuiDialog-root .MuiDialogContent-root {
  color: !important;
  background-color: #f0f0f3 !important;
}
.MuiDialog-root .MuiDialogContent-root {
  padding: 24px !important;
  line-height: 1.3;
}
.theme-dark-theme .MuiDialog-root .MuiDialogActions-root {
  background-color: #1a1a23 !important;
}
.theme-light-theme .MuiDialog-root .MuiDialogActions-root {
  background-color: #f0f0f3 !important;
}
.MuiDialog-root .MuiDialogActions-root {
  padding: 0 24px 16px 24px;
}
.MuiDialog-root .MuiDialogActions-root button {
  flex: 0 0 auto;
  box-shadow: none;
  transition: opacity 300ms ease;
  margin-left: 8px;
}
.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;
}
.theme-dark-theme .MuiDialog-root .MuiDialogContent-dividers {
  border-top: !important;
  border-bottom: !important;
}
.theme-light-theme .MuiDialog-root .MuiDialogContent-dividers {
  border-top: !important;
  border-bottom: !important;
}

.theme-dark-theme .MuiButton-root {
  color: !important;
  background-color: !important;
}
.theme-light-theme .MuiButton-root {
  color: !important;
  background-color: !important;
}
.MuiButton-root {
  height: 48px;
  opacity: 1;
  box-shadow: none !important;
  min-width: 100px !important;
  font-size: 15px !important;
}
.MuiButton-root.MuiButton-text {
  padding: 6px 16px;
}
.MuiButton-root.Mui-disabled {
  opacity: 0.35;
}

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

.theme-dark-theme .MuiPaper-root {
  color: #f0f0f3;
}
.theme-light-theme .MuiPaper-root {
  color: #1a1a23;
}

.MuiTooltip-popper {
  z-index: 9999999 !important;
}
.theme-dark-theme .MuiTooltip-popper .MuiTooltip-tooltip {
  color: #f0f0f3 !important;
  background-color: #4b4e65 !important;
}
.theme-light-theme .MuiTooltip-popper .MuiTooltip-tooltip {
  color: #1a1a23 !important;
  background-color: #dbdbe2 !important;
}
.MuiTooltip-popper .MuiTooltip-tooltip {
  max-width: 400px;
  padding: 12px 12px 8px 12px;
  border-radius: 0;
  transition: color 300ms ease, background-color 300ms ease;
}
.MuiTooltip-popper .MuiTooltip-tooltip b {
  font-size: 12px;
}

.MuiPickersInlineWrapper-popoverPaper {
  width: auto !important;
}

.theme-dark-theme .MuiPopover-paper ul.MuiList-root li[aria-selected=true] {
  background-color: #1a1a23 !important;
}
.theme-light-theme .MuiPopover-paper ul.MuiList-root li[aria-selected=true] {
  background-color: #dbdbe2 !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: #242536 !important;
}
.theme-light-theme .MuiPopover-paper ul.MuiList-root li:focus:not([aria-selected]), .theme-light-theme .MuiPopover-paper ul.MuiList-root li:hover:not([aria-selected]) {
  background-color: #ffffff !important;
}

.theme-dark-theme .MuiAutocomplete-popper {
  background-color: #242536 !important;
  color: #f0f0f3 !important;
}
.theme-light-theme .MuiAutocomplete-popper {
  background-color: #ffffff !important;
  color: #1a1a23 !important;
}
.MuiAutocomplete-popper {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-noOptions {
  color: #f0f0f3 !important;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-noOptions {
  color: #1a1a23 !important;
}
.MuiAutocomplete-popper .MuiAutocomplete-noOptions {
  transition: color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper {
  background-color: #242536 !important;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper {
  background-color: #ffffff !important;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper {
  border-radius: 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  transition: background-color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true] {
  background-color: #1a1a23 !important;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true] {
  background-color: #dbdbe2 !important;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true] {
  transition: background-color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:focus, .theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:hover {
  background-color: #242536 !important;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:focus, .theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:hover {
  background-color: #ffffff !important;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:focus, .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=false]:hover {
  transition: background-color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[data-focus=true] {
  background-color: #242536;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[data-focus=true] {
  background-color: #ffffff;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[data-focus=true] {
  transition: background-color 300ms ease;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option .autocomplete-checkbox {
  color: #00c8d9 !important;
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option .autocomplete-checkbox {
  color: #00b0c0 !important;
}
.theme-dark-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option .autocomplete-checkbox {
  filter: drop-shadow(0 0 5px #00b0c0bf);
}
.theme-light-theme .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option .autocomplete-checkbox {
  filter: drop-shadow(0 0 5px #00b0c000);
}
.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option .autocomplete-checkbox {
  transition: color 300ms ease, filter 1200ms ease;
}

.theme-dark-theme .MuiCalendarPicker-root .MuiPickersCalendarHeader-switchHeader {
  color: #f0f0f3;
}
.theme-light-theme .MuiCalendarPicker-root .MuiPickersCalendarHeader-switchHeader {
  color: #1a1a23;
}
.theme-dark-theme .MuiCalendarPicker-root .MuiPickersCalendar-daysHeader > span {
  color: #f0f0f3;
}
.theme-light-theme .MuiCalendarPicker-root .MuiPickersCalendar-daysHeader > span {
  color: #1a1a23;
}
.MuiCalendarPicker-root .MuiPickersCalendar-daysHeader > span {
  opacity: 0.6;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.MuiCalendarPicker-root .MuiButtonBase-root {
  transition: color 300ms ease, background-color 300ms ease;
}
.theme-dark-theme .MuiCalendarPicker-root .MuiButtonBase-root:not(.Mui-disabled) {
  color: #f0f0f3;
}
.theme-light-theme .MuiCalendarPicker-root .MuiButtonBase-root:not(.Mui-disabled) {
  color: #1a1a23;
}
.theme-dark-theme .MuiCalendarPicker-root .MuiButtonBase-root.Mui-disabled {
  color: #f0f0f380;
}
.theme-light-theme .MuiCalendarPicker-root .MuiButtonBase-root.Mui-disabled {
  color: #1a1a2380;
}
.theme-dark-theme .MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root {
  color: #f0f0f3;
}
.theme-light-theme .MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root {
  color: #1a1a23;
}
.MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root {
  font-size: 14px;
}
.theme-dark-theme .MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root.Mui-selected {
  color: !important;
}
.theme-light-theme .MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root.Mui-selected {
  color: !important;
}

.theme-dark-theme .MuiPopover-root .MuiPaper-root {
  color: #f0f0f3;
  background-color: #242536;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.theme-light-theme .MuiPopover-root .MuiPaper-root {
  color: #1a1a23;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.MuiPopover-root .MuiPaper-root {
  border-radius: 0 !important;
}

.theme-dark-theme .MuiTabs-root .MuiTab-root {
  color: #68dbe380;
}
.theme-light-theme .MuiTabs-root .MuiTab-root {
  color: #00b0c080;
}
.theme-dark-theme .MuiTabs-root .MuiTab-root {
  filter: drop-shadow(0 0 5px #68dbe3bf);
}
.theme-light-theme .MuiTabs-root .MuiTab-root {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.MuiTabs-root .MuiTab-root {
  transition: color 300ms ease, filter 1200ms ease;
}
.theme-dark-theme .MuiTabs-root .MuiTab-root.Mui-selected {
  color: #68dbe3 !important;
}
.theme-light-theme .MuiTabs-root .MuiTab-root.Mui-selected {
  color: #00b0c0 !important;
}
.theme-dark-theme .MuiTabs-root .MuiTabs-indicator {
  background-color: #68dbe3;
}
.theme-light-theme .MuiTabs-root .MuiTabs-indicator {
  background-color: #00b0c0;
}
.theme-dark-theme .MuiTabs-root .MuiTabs-indicator {
  filter: drop-shadow(0 0 5px #68dbe3bf);
}
.theme-light-theme .MuiTabs-root .MuiTabs-indicator {
  filter: drop-shadow(0 0 5px #68dbe300);
}
.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 .custom-scrollbars {
  scrollbar-color: #4b4e65 transparent !important;
}
.theme-light-theme .custom-scrollbars {
  scrollbar-color: #c1c2ce transparent !important;
}
.custom-scrollbars {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  height: 100%;
  transition: scrollbar-color 300ms ease;
}
