/**
 * Utility classes that can be used in apps to help position elements in useful ways.
 */
/**
 * Examples of classes you can use:
 * .Util__margin-top--2: Adds 2.0rem margin-top.
 * .Util__padding--1: Addes 1.0rem padding.
 */
.Util__margin--0 {
  margin: 0rem;
}

.Util__margin--0--important {
  margin: 0rem !important;
}

.Util__margin--1 {
  margin: 1rem;
}

.Util__margin--1--important {
  margin: 1rem !important;
}

.Util__margin--2 {
  margin: 2rem;
}

.Util__margin--2--important {
  margin: 2rem !important;
}

.Util__margin--3 {
  margin: 3rem;
}

.Util__margin--3--important {
  margin: 3rem !important;
}

.Util__margin--4 {
  margin: 4rem;
}

.Util__margin--4--important {
  margin: 4rem !important;
}

.Util__margin--5 {
  margin: 5rem;
}

.Util__margin--5--important {
  margin: 5rem !important;
}

.Util__margin-top--0 {
  margin-top: 0rem;
}

.Util__margin-top--0--important {
  margin-top: 0rem !important;
}

.Util__margin-top--1 {
  margin-top: 1rem;
}

.Util__margin-top--1--important {
  margin-top: 1rem !important;
}

.Util__margin-top--2 {
  margin-top: 2rem;
}

.Util__margin-top--2--important {
  margin-top: 2rem !important;
}

.Util__margin-top--3 {
  margin-top: 3rem;
}

.Util__margin-top--3--important {
  margin-top: 3rem !important;
}

.Util__margin-top--4 {
  margin-top: 4rem;
}

.Util__margin-top--4--important {
  margin-top: 4rem !important;
}

.Util__margin-top--5 {
  margin-top: 5rem;
}

.Util__margin-top--5--important {
  margin-top: 5rem !important;
}

.Util__margin-right--0 {
  margin-right: 0rem;
}

.Util__margin-right--0--important {
  margin-right: 0rem !important;
}

.Util__margin-right--1 {
  margin-right: 1rem;
}

.Util__margin-right--1--important {
  margin-right: 1rem !important;
}

.Util__margin-right--2 {
  margin-right: 2rem;
}

.Util__margin-right--2--important {
  margin-right: 2rem !important;
}

.Util__margin-right--3 {
  margin-right: 3rem;
}

.Util__margin-right--3--important {
  margin-right: 3rem !important;
}

.Util__margin-right--4 {
  margin-right: 4rem;
}

.Util__margin-right--4--important {
  margin-right: 4rem !important;
}

.Util__margin-right--5 {
  margin-right: 5rem;
}

.Util__margin-right--5--important {
  margin-right: 5rem !important;
}

.Util__margin-bottom--0 {
  margin-bottom: 0rem;
}

.Util__margin-bottom--0--important {
  margin-bottom: 0rem !important;
}

.Util__margin-bottom--1 {
  margin-bottom: 1rem;
}

.Util__margin-bottom--1--important {
  margin-bottom: 1rem !important;
}

.Util__margin-bottom--2 {
  margin-bottom: 2rem;
}

.Util__margin-bottom--2--important {
  margin-bottom: 2rem !important;
}

.Util__margin-bottom--3 {
  margin-bottom: 3rem;
}

.Util__margin-bottom--3--important {
  margin-bottom: 3rem !important;
}

.Util__margin-bottom--4 {
  margin-bottom: 4rem;
}

.Util__margin-bottom--4--important {
  margin-bottom: 4rem !important;
}

.Util__margin-bottom--5 {
  margin-bottom: 5rem;
}

.Util__margin-bottom--5--important {
  margin-bottom: 5rem !important;
}

.Util__margin-left--0 {
  margin-left: 0rem;
}

.Util__margin-left--0--important {
  margin-left: 0rem !important;
}

.Util__margin-left--1 {
  margin-left: 1rem;
}

.Util__margin-left--1--important {
  margin-left: 1rem !important;
}

.Util__margin-left--2 {
  margin-left: 2rem;
}

.Util__margin-left--2--important {
  margin-left: 2rem !important;
}

.Util__margin-left--3 {
  margin-left: 3rem;
}

.Util__margin-left--3--important {
  margin-left: 3rem !important;
}

.Util__margin-left--4 {
  margin-left: 4rem;
}

.Util__margin-left--4--important {
  margin-left: 4rem !important;
}

.Util__margin-left--5 {
  margin-left: 5rem;
}

.Util__margin-left--5--important {
  margin-left: 5rem !important;
}

.Util__padding--0 {
  padding: 0rem;
}

.Util__padding--0--important {
  padding: 0rem !important;
}

.Util__padding--1 {
  padding: 1rem;
}

.Util__padding--1--important {
  padding: 1rem !important;
}

.Util__padding--2 {
  padding: 2rem;
}

.Util__padding--2--important {
  padding: 2rem !important;
}

.Util__padding--3 {
  padding: 3rem;
}

.Util__padding--3--important {
  padding: 3rem !important;
}

.Util__padding--4 {
  padding: 4rem;
}

.Util__padding--4--important {
  padding: 4rem !important;
}

.Util__padding--5 {
  padding: 5rem;
}

.Util__padding--5--important {
  padding: 5rem !important;
}

.Util__padding-left--0 {
  padding-left: 0rem;
}

.Util__padding-left--0--important {
  padding-left: 0rem !important;
}

.Util__padding-left--1 {
  padding-left: 1rem;
}

.Util__padding-left--1--important {
  padding-left: 1rem !important;
}

.Util__padding-left--2 {
  padding-left: 2rem;
}

.Util__padding-left--2--important {
  padding-left: 2rem !important;
}

.Util__padding-left--3 {
  padding-left: 3rem;
}

.Util__padding-left--3--important {
  padding-left: 3rem !important;
}

.Util__padding-left--4 {
  padding-left: 4rem;
}

.Util__padding-left--4--important {
  padding-left: 4rem !important;
}

.Util__padding-left--5 {
  padding-left: 5rem;
}

.Util__padding-left--5--important {
  padding-left: 5rem !important;
}

.Util__padding-top--0 {
  padding-top: 0rem;
}

.Util__padding-top--0--important {
  padding-top: 0rem !important;
}

.Util__padding-top--1 {
  padding-top: 1rem;
}

.Util__padding-top--1--important {
  padding-top: 1rem !important;
}

.Util__padding-top--2 {
  padding-top: 2rem;
}

.Util__padding-top--2--important {
  padding-top: 2rem !important;
}

.Util__padding-top--3 {
  padding-top: 3rem;
}

.Util__padding-top--3--important {
  padding-top: 3rem !important;
}

.Util__padding-top--4 {
  padding-top: 4rem;
}

.Util__padding-top--4--important {
  padding-top: 4rem !important;
}

.Util__padding-top--5 {
  padding-top: 5rem;
}

.Util__padding-top--5--important {
  padding-top: 5rem !important;
}

.Util__padding-right--0 {
  padding-right: 0rem;
}

.Util__padding-right--0--important {
  padding-right: 0rem !important;
}

.Util__padding-right--1 {
  padding-right: 1rem;
}

.Util__padding-right--1--important {
  padding-right: 1rem !important;
}

.Util__padding-right--2 {
  padding-right: 2rem;
}

.Util__padding-right--2--important {
  padding-right: 2rem !important;
}

.Util__padding-right--3 {
  padding-right: 3rem;
}

.Util__padding-right--3--important {
  padding-right: 3rem !important;
}

.Util__padding-right--4 {
  padding-right: 4rem;
}

.Util__padding-right--4--important {
  padding-right: 4rem !important;
}

.Util__padding-right--5 {
  padding-right: 5rem;
}

.Util__padding-right--5--important {
  padding-right: 5rem !important;
}

.Util__padding-bottom--0 {
  padding-bottom: 0rem;
}

.Util__padding-bottom--0--important {
  padding-bottom: 0rem !important;
}

.Util__padding-bottom--1 {
  padding-bottom: 1rem;
}

.Util__padding-bottom--1--important {
  padding-bottom: 1rem !important;
}

.Util__padding-bottom--2 {
  padding-bottom: 2rem;
}

.Util__padding-bottom--2--important {
  padding-bottom: 2rem !important;
}

.Util__padding-bottom--3 {
  padding-bottom: 3rem;
}

.Util__padding-bottom--3--important {
  padding-bottom: 3rem !important;
}

.Util__padding-bottom--4 {
  padding-bottom: 4rem;
}

.Util__padding-bottom--4--important {
  padding-bottom: 4rem !important;
}

.Util__padding-bottom--5 {
  padding-bottom: 5rem;
}

.Util__padding-bottom--5--important {
  padding-bottom: 5rem !important;
}

.Util__margin-top--half {
  margin-top: 0.5rem;
}

.Util__margin-bottom--half {
  margin-bottom: 0.5rem;
}

.Util__margin-left--half {
  margin-left: 0.5rem;
}

.Util__margin-right--half {
  margin-right: 0.5rem;
}

.Util__font-size--10 {
  font-size: 1rem;
}

.Util__font-size--125 {
  font-size: 1.25rem;
}

.Util__font-size--15 {
  font-size: 1.5rem;
}

.Util__font-size--175 {
  font-size: 1.75rem;
}

.Util__font-size--20 {
  font-size: 2rem;
  line-height: 2.6rem;
}

.Util__color--red {
  color: rgb(222, 54, 24);
}

.Util__color--ink {
  color: rgb(33, 43, 54);
}

.Util__color--ink-light {
  color: rgb(69, 79, 91);
}

.Util__color--ink-lighter {
  color: rgb(99, 115, 129);
}

.Util__color--ink-lightest {
  color: rgb(145, 158, 171);
}

.Util__display-inline-block {
  display: inline-block;
}

.Util__display-block {
  display: block;
}

.Util__display-none {
  display: none !important;
}

.Util__text-center {
  text-align: center;
}

.Util__text-left {
  text-align: left;
}

.Util__float--left {
  float: left;
}

.Util__float--right {
  float: right;
}

.Util__clear--left {
  clear: left;
}

.Util__clear--right {
  clear: right;
}

.Util__clear--both {
  clear: both;
}

.Util__display-flex {
  display: flex;
}

.Util__flex-direction--row {
  flex-direction: row;
}

.Util__flex-align--center {
  align-items: center;
}

.Util__flex-align--start {
  align-items: flex-start;
}

.Polaris-Banner hr {
  background-color: black;
  border: none;
  height: 1px;
  opacity: 0.15;
  width: 100%;
}
.Polaris-Banner.Polaris-Banner--statusIcon svg {
  height: 22px;
  width: 22px;
  color: rgb(71, 193, 191);
  position: relative;
  top: 2px;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2 {
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  box-shadow: none;
  box-shadow: rgba(26, 26, 26, 0.07) 0px 3px 1px -1px;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2[data-message-id] {
  display: none;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2[data-message-id].visible {
  display: flex;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.13) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.13) -1px 0px 0px 0px inset, rgba(0, 0, 0, 0.17) 0px -1px 0px 0px inset, rgba(204, 204, 204, 0.5) 0px 1px 0px 0px inset;
  border-radius: 12px;
  pointer-events: none;
  mix-blend-mode: luminosity;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2 .Polaris-Banner__Ribbon {
  display: flex;
  align-items: center;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2 .Polaris-Icon {
  padding-block-end: 4px;
  padding-block-start: 4px;
  padding-inline-end: 4px;
  padding-inline-start: 4px;
  font-size: 13px;
  width: 28px;
  height: 28px;
  fill: inherit !important;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2 .Polaris-Icon--hasBackdrop:after {
  border-radius: 8px;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2 .Polaris-Icon--isColored {
  color: transparent;
}
.Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusSuccess, .Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusSuccess, .Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusWarning, .Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusCritical, .Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusEvaluation, .Polaris-Banner.Polaris-Banner--withinPage.V2.Polaris-Banner--statusIcon {
  background-color: rgb(255, 255, 255);
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon .Polaris-Button__Icon {
  width: 32px;
  height: 32px;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon .Polaris-Button__Icon .Polaris-Banner__icon--secondary {
  min-width: 100%;
  min-height: 100%;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon .Polaris-Button__Icon .Polaris-Banner__icon--secondary .Polaris-Icon {
  min-width: 100%;
  min-height: 100%;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon button {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
  padding: 0px;
  width: 40px;
  height: 36px;
  display: block;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon button:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon button .Polaris-Icon {
  padding: 0px;
}
.Polaris-Banner.Polaris-Banner--withinPage .Polaris-Banner__DismissIcon button .Polaris-Icon svg {
  width: 100%;
  height: 100%;
  fill: rgb(138, 138, 138);
}

#flash-message-container {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

#flash-message {
  padding: 20px;
  font-size: 2rem;
  margin: auto;
  transform: translateY(0px);
  transition: all 0.5s;
  opacity: 0;
  background-color: rgb(33, 43, 54);
  color: white;
  display: inline-block;
  border-radius: 10px;
  max-width: 480px;
  pointer-events: none;
  line-height: 2.7rem;
}
#flash-message.visible {
  transform: translateY(-150px);
  opacity: 1;
}
#flash-message.type--error {
  background-color: rgb(191, 7, 17);
}

.dropdown-button {
  position: relative;
}
.dropdown-button .dropdown-button__links {
  border-radius: 10px;
  background-color: white;
  padding: 8px;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 40px;
  min-width: 210px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.dropdown-button.open .dropdown-button__links {
  z-index: 999;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: all;
}
.dropdown-button .dropdown-button__link a {
  padding: 10px;
  display: block;
  width: 100%;
  color: rgb(33, 43, 54);
  text-decoration: none;
  border-radius: 8px;
}
.dropdown-button .dropdown-button__link a:hover {
  background-color: rgb(249, 250, 251);
}

.workflow_action_button_container {
  display: inline-block;
}

input[type=submit].RoundButton, .Workflow-Action--button.RoundButton {
  margin: 0 0.25rem;
  padding: 7px 12px 7px 12px;
  line-height: 0.9rem;
  font-size: 1.35rem;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
#tooltip-bubble {
  width: auto;
  position: absolute;
  z-index: 99999;
  margin-left: 0;
  display: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgb(244, 245, 250);
  border: 1px solid #d1d5ea;
  text-align: center;
}
#tooltip-bubble.type--warning {
  background-color: rgb(255, 234, 138);
  color: rgb(89, 81, 48);
  border: 1px solid rgb(238, 194, 0);
}
#tooltip-bubble .tooltip-bubble__text {
  width: auto;
  font-size: 1.1rem;
  color: rgb(33, 43, 54);
  padding: 0px 5px;
}

.Polaris-TextField > .tag-editor {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  padding-left: 0;
  min-height: 3.6rem;
  border-radius: 3px;
  border: 1px solid #c4cdd5;
  box-shadow: inset 0 1px 0 0 rgba(99, 115, 129, 0.05);
  text-transform: uppercase !important;
}
.Polaris-TextField > .tag-editor div {
  padding: 0px 4px 1px 4px;
}
.Polaris-TextField > .tag-editor .tag-editor-tag {
  background-color: rgb(223, 227, 232);
  font-size: 1.2rem;
  color: rgb(33, 43, 54);
  padding: 1px 2px 0px 10px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
}
.Polaris-TextField > .tag-editor .tag-editor-delete {
  background-color: rgb(223, 227, 232);
  border-radius: 0 5px 5px 0;
  color: rgb(33, 43, 54);
}
.Polaris-TextField > .tag-editor .tag-editor-delete i:before {
  color: rgb(33, 43, 54);
}
.Polaris-TextField > .tag-editor + .Polaris-TextField__Backdrop {
  display: none;
}

/* The switch - the box around the slider */
.toggle-switch {
  display: flex;
  align-items: center;
  /* The slider */
  /* Rounded sliders */
}
.toggle-switch .switch {
  position: relative;
  display: inline-block;
  min-width: 44px;
  height: 25px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2588235294);
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2.5px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.toggle-switch input:checked + .slider {
  background-color: #6AD36A;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(19px);
}
.toggle-switch .slider.round {
  border-radius: 15px;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-switch.toggle-switch--disabled {
  opacity: 0.4;
}
.toggle-switch.toggle-switch--disabled .slider {
  cursor: default;
}

.EnableGoogle__IconLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.EnableGoogle__IconLink .ImageLink {
  width: 191px;
  height: 46px;
  background-image: url("/modules/custom/gs_app/images/google/btn_google_signin_dark_normal_web@2x.png");
  background-size: contain;
}
.EnableGoogle__IconLink .ImageLink:active {
  background-image: url("/modules/custom/gs_app/images/google/btn_google_signin_dark_pressed_web@2x.png");
}
.EnableGoogle__IconLink .ImageLink .PreloadImage {
  background-image: url("/modules/custom/gs_app/images/google/btn_google_signin_dark_pressed_web@2x.png");
  opacity: 0;
  pointer-events: none;
}

.Polaris-DataTable__Table {
  width: 100%;
  margin-left: auto;
}

.HandlebarsTemplate {
  display: none;
}

.Pager {
  display: flex;
  align-items: center;
  justify-content: left;
}
.Pager .Pager__Button {
  margin-right: 3px;
  padding: 0.6rem 1.7rem 0.7rem 1.7rem;
  min-height: 0;
  min-width: 0;
  font-size: 2rem;
}
.Pager .Pager__Info {
  margin-left: 7px;
}

.pager-loading {
  display: inline-block;
  position: relative;
}
.pager-loading > div {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
.pager-loading.hidden {
  display: none;
}

.Polaris-Tabs {
  margin-bottom: 2rem;
}
.Polaris-Tabs.Polaris-Tabs--children {
  padding-bottom: 1rem;
  border-bottom: none;
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__TabContainer {
  margin-right: 0.5rem;
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__Tab {
  background-color: transparent;
  border-radius: 8px;
  padding: 0.4rem 1.7rem;
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__Tab:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__Tab.Polaris-Tabs__Tab--selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__Tab.Polaris-Tabs__Tab--selected:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.Polaris-Tabs.Polaris-Tabs--children .Polaris-Tabs__Title {
  padding: 0;
  border-bottom: none;
}
.Polaris-Tabs .Polaris-Tabs__TabContainer.Polaris-Tabs__TabContainer--pro-feature {
  padding-right: 1.6rem;
  position: relative;
  overflow: visible;
}
.Polaris-Tabs .Polaris-Tabs__TabContainer.Polaris-Tabs__TabContainer--pro-feature .pro-star-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.Polaris-Tabs .Polaris-Tabs__TabContainer.Polaris-Tabs__TabContainer--pro-feature .pro-star-hover:hover {
  width: 170px;
  max-width: 170px;
}
.Polaris-Tabs .Polaris-Tabs__Title.Disabled {
  padding: 1.6rem 1.6rem 1.3rem;
  cursor: default;
  color: #919eab;
}

code.code {
  background-color: #f3f3f3;
  color: #a7250d;
  padding: 2px 5px 3px 5px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  position: relative;
  top: -1px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.Polaris-FormLayout {
  margin-top: auto;
  margin-left: auto;
}

#admin-shop-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px;
  background-color: rgb(92, 106, 196);
  color: white;
  text-align: center;
  z-index: 1001;
  font-weight: bold;
  border-top: 1px solid rgb(32, 46, 120);
}
#admin-shop-notice strong {
  font-weight: bolder;
}
#admin-shop-notice a.primary-link {
  background-color: white;
  color: rgb(92, 106, 196);
  text-decoration: none;
  margin-left: 15px;
  padding: 3px 10px 4px 10px;
  border-radius: 3px;
}
#admin-shop-notice a.primary-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.intro-text {
  font-size: 1.75rem;
  line-height: 2.75rem;
  max-width: 70%;
  margin: 2rem auto 2.5rem auto;
  opacity: 0.8;
  text-align: center;
}

.Plan-Upgrade-Container {
  position: relative;
  padding: 1rem 1rem 1rem 0;
}
.Plan-Upgrade-Container .Plan-Upgrade-Title {
  font-size: 2rem;
  color: #00084b;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 2.7rem;
}
.Plan-Upgrade-Container .Plan-Upgrade-Body {
  margin-bottom: 1rem;
}
.Plan-Upgrade-Container .Plan-Upgrade-Flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  text-align: center;
}
.Plan-Upgrade-Container .Plan-Upgrade-FlexInner {
  max-width: 550px;
}
.Plan-Upgrade-Container .Plan-Upgrade-Overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 4px;
}

input[type=submit], a.Polaris-Button--plain {
  font-size: 1.35rem;
  font-weight: 400 !important;
  font-optical-sizing: auto;
  font-family: Sans-Serif;
}
input[type=submit].disabled, input[type=submit][disabled], a.Polaris-Button--plain.disabled, a.Polaris-Button--plain[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.Polaris-Button--green {
  background-image: none !important;
  background-color: transparent !important;
  background: linear-gradient(180deg, #48a536, #3f922f) !important;
  color: white;
  border: 1px solid rgb(16, 128, 67);
  box-shadow: none !important;
}
.Polaris-Button--green:hover {
  box-shadow: none;
  background: linear-gradient(180deg, #3f922f, #3f922f) !important;
  color: white;
  border: 1px solid rgb(16, 128, 67);
}
.Polaris-Button--green[disabled] {
  color: white;
}

.Polaris-Button--Pro-Feature {
  padding-right: 30px !important;
}

.Polaris-Button__Content {
  line-height: 1.8rem;
}

.Polaris-Card__Section {
  overflow: hidden;
}

.footer-actions {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.full-width {
  width: 100%;
  clear: both;
}

.Polaris-FormLayout__Item {
  position: relative;
}

.Polaris-ProgressWrapper {
  background-color: #f4f6f8;
  padding: 2rem;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
.Polaris-ProgressWrapper .Polaris-Heading {
  margin-bottom: 5px;
}
.Polaris-ProgressWrapper .Polaris-ProgressBar__Description {
  margin-top: 3px;
  opacity: 0.8;
  font-size: 1.15rem;
  font-style: italic;
}
.Polaris-ProgressWrapper.Polaris-Spinner-ProgressWrapper .title-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Polaris-ProgressWrapper.Polaris-Spinner-ProgressWrapper .Polaris-Button__Spinner {
  position: relative;
  top: unset;
  left: unset;
  margin-top: 0;
  margin-left: 1rem;
}

.help__tooltip {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
  z-index: 15;
  width: 25px;
}
.help__tooltip .help__down-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #00084b;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -10px;
}
.help__tooltip .help__right-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00084b;
  position: absolute;
  right: -8px;
}
.help__tooltip:hover {
  z-index: 25;
}
.help__tooltip:hover .help__icon {
  opacity: 1;
}
.help__tooltip:hover .help__text-wrapper {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}
.help__tooltip .help__icon {
  color: #43467f;
  opacity: 0.5;
  transition: all 0.3s;
  width: 12px;
  z-index: 10;
}
.help__tooltip .help__text-wrapper {
  position: absolute;
  left: -119px;
  bottom: calc(100% + 10px);
  padding-top: 23px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 15;
}
.help__tooltip .help__text-wrapper.help__text-wrapper--down {
  top: calc(100% - 10px);
  bottom: auto;
}
.help__tooltip .help__text-wrapper.help__text-wrapper--down .help__down-arrow {
  bottom: auto;
  top: 10px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: none;
  border-bottom: 14px solid #00084b;
}
.help__tooltip .help__text {
  width: 250px;
  background-color: #00084b;
  color: white;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.help__tooltip .help__text a, .help__tooltip .help__text .Polaris-Link {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  padding-bottom: 1px;
}
.help__tooltip .help__text a:hover, .help__tooltip .help__text .Polaris-Link:hover {
  opacity: 0.8;
}
.help__tooltip.help__tooltip-color--light .help__icon {
  color: white;
  opacity: 0.75;
}
.help__tooltip.help__tooltip-color--orange .help__down-arrow {
  border-top-color: rgb(192, 87, 23);
}
.help__tooltip.help__tooltip-color--orange .help__text {
  background-color: rgb(192, 87, 23);
}

.Polaris-Card.graphql-search-filters, .Polaris-Card.search-graph-results {
  padding: 2rem;
  overflow: visible;
}

.has-overlay {
  position: relative;
}
.has-overlay .overlay {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  top: 0;
  left: 0;
  display: block;
}
.has-overlay.overlay-hidden .overlay {
  display: none;
}

.show-page-overlays .overlay {
  display: block;
}
.show-page-overlays .has-overlay.overlay-hidden .overlay {
  display: block;
}

.edit-filters-basic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: end;
}
.edit-filters-basic .Schedule-Filter {
  display: block;
  min-width: 29%;
  max-width: 40%;
  margin-bottom: 0;
}
.edit-filters-basic .Schedule-Filter:first-child {
  max-width: 100%;
  margin-right: 1rem;
  flex-grow: 2;
}
.edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-saved-searches] .Polaris-FormLayout__Item, .edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-customer-segment] .Polaris-FormLayout__Item {
  display: flex;
  align-items: center;
}
.edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-saved-searches] .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper, .edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-customer-segment] .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  order: 2;
  width: 10%;
  text-align: center;
  padding-top: 5px;
}
.edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-saved-searches] .Polaris-FormLayout__Item .Polaris-Select, .edit-filters-basic .Schedule-Filter[id^=edit-filters-basic-filters-wrapper-filter-settings-customer-segment] .Polaris-FormLayout__Item .Polaris-Select {
  order: 1;
  width: 90%;
}

details summary {
  cursor: pointer;
}

.edit-filters-advanced summary {
  cursor: pointer;
  margin-bottom: 2rem;
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f4f6f8;
  padding: 1rem;
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper .Select-Filter-Widget {
  background: rgb(255, 255, 255);
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper .Schedule-Filter-Settings {
  padding: 0px;
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper .Schedule-Filter-grid {
  padding: 2rem;
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper .Schedule-Filter[id^=edit-filters-advanced-filter-settings-updated-at] {
  text-align: right;
}
.edit-filters-advanced .details-wrapper .advanced_filters_wrapper .Schedule-Filter input[name^=remove_filter_] {
  right: 1rem;
  top: 1rem;
}
.edit-filters-actions {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.edit-filters-actions .Polaris-FormLayout__Item {
  margin-left: 0;
  min-width: 0px;
  display: block;
  flex: none;
  margin-right: 2rem;
  margin-top: 0px;
}

.search-graph-results .select-all-feedback-wrapper {
  display: flex;
}
.search-graph-results .select-all-feedback-wrapper .Polaris-FormLayout__Item {
  margin: 0 0 0 1rem;
}
.search-graph-results .select-all-feedback-wrapper .Polaris-Button--plain {
  font-size: 1.4rem;
  padding-top: 0px;
}
.search-graph-results table th:nth-child(2), .search-graph-results table td:nth-child(2) {
  padding: 0px !important;
}
.search-graph-results table th {
  font-weight: 500;
  white-space: normal;
}
.search-graph-results table td {
  overflow: hidden;
  white-space: normal;
}
.search-graph-results table td .inner {
  text-overflow: ellipsis;
  max-width: 100%;
}
.search-graph-results table td ._3iv36 {
  width: 51px;
  height: 51px;
  display: block;
  text-align: center;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 0.1rem solid rgb(225, 227, 229);
}
.search-graph-results table td ._3iv36 svg {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: rgb(92, 95, 98);
  color: transparent;
}
.search-graph-results table.sticky-header {
  border-top: none;
  border-bottom: 1px solid #c4cdd5;
}
.search-graph-results table.sticky-header tr th {
  border-top: none;
  border-bottom: none;
}
.search-graph-results .Polaris-DataTable__Cell:first-child .Polaris-FormLayout__Item {
  margin-left: 3px;
}
.search-graph-results .Polaris-FormLayout__Item {
  min-width: 0rem;
}
.search-graph-results img {
  border-radius: 0.4rem;
  border: 0.1rem solid rgb(225, 227, 229);
  width: 50px;
  height: auto;
}

.page-number {
  display: inline-block;
}

.schedule-search-results-confirmation .confirm-list p {
  padding: 2rem 1.6rem;
}
.schedule-search-results-confirmation .confirm-schedule-action {
  text-transform: none;
  font-weight: normal;
  font-size: 1.5rem;
  white-space: nowrap;
  padding-left: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1.3rem;
  min-height: 24px;
  position: relative;
  padding-bottom: 0;
}
.schedule-search-results-confirmation .confirm-schedule-action .Action-Integration-Icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.pro-star-hover .fa-star, .pro-feature-badge .fa-star {
  cursor: pointer;
  color: rgb(238, 194, 0) !important;
  font-size: 1.3rem;
  transition: all 0.5s;
  transform: rotateZ(0deg);
}

.pro-star-hover {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 31px;
  overflow: hidden;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 20px;
  padding: 3px 5px;
  transition: all 0.3s;
  cursor: default !important;
}
.pro-star-hover .text {
  position: absolute;
  top: 5px;
  right: 27px;
  font-size: 1.2rem;
  white-space: nowrap;
  color: rgb(89, 81, 48);
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s;
  line-height: 1.8rem;
}
.pro-star-hover:hover {
  background-color: rgb(252, 241, 205);
  border: 2px solid rgb(238, 194, 0);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 185px;
}
.pro-star-hover:hover .text {
  opacity: 1;
}
.pro-star-hover:hover .fa-star {
  transform: rotateZ(360deg);
}
.pro-star-hover .fa-star {
  position: absolute;
  top: 26% !important;
  right: 3px !important;
  left: auto !important;
}

.option__badges {
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  display: flex;
  z-index: 2;
}
.option__badges .pro-feature-badge {
  position: relative;
  padding: 2px;
}
.option__badges .pro-feature-badge:hover .fa-star {
  transform: rotateZ(360deg);
}
.option__badges .pro-feature-badge:hover .text {
  opacity: 1;
  transform: scale(1);
}
.option__badges .pro-feature-badge .text {
  padding: 5px 15px;
  position: absolute;
  bottom: 30px;
  right: -10px;
  transform: scale(0.5);
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  background-color: rgb(252, 241, 205);
  color: rgb(89, 81, 48);
  border-radius: 25px;
  pointer-events: none;
  transition: all 0.25s;
}
.input-button-submit-container, .Polaris-Button {
  position: relative;
}
.input-button-submit-container .pro-star-hover, .Polaris-Button .pro-star-hover {
  position: absolute;
  right: 1px;
  z-index: 2;
  height: calc(100% - 2px);
  top: 1px;
  border-radius: 20px 0px 0px 20px;
  border: none;
}
.input-button-submit-container .pro-star-hover:hover, .Polaris-Button .pro-star-hover:hover {
  border: none;
}
.input-button-submit-container .pro-star-hover .fa-star, .Polaris-Button .pro-star-hover .fa-star {
  right: 5px !important;
}

.Workflows-Stats.with-hover-star {
  position: relative;
  padding-right: 30px !important;
}
.Workflows-Stats.with-hover-star .pro-star-hover {
  position: absolute;
  top: 2px;
  right: 3px;
}

.absolute-positioned-help {
  padding-right: 2rem;
  position: relative;
}
.absolute-positioned-help .help__tooltip {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-select-button {
  position: relative;
}
.dropdown-select-button .dropdown-button__links {
  border-radius: 10px;
  background-color: white;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 40px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.dropdown-select-button .Polaris-Button__Icon .Polaris-Icon {
  transform: rotate(-90deg);
}
.dropdown-select-button.open .Polaris-Button__Icon .Polaris-Icon {
  transform: rotate(0deg);
}
.dropdown-select-button.open .dropdown-button__links {
  z-index: 999;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: all;
}
.dropdown-select-button .dropdown-button__link a {
  padding: 10px;
  display: block;
  width: 100%;
  color: rgb(33, 43, 54);
  text-decoration: none;
  border-radius: 8px;
}
.dropdown-select-button .dropdown-button__link a:hover {
  background-color: rgb(249, 250, 251);
}

.Polaris-Button.invisible {
  visibility: hidden;
}

.Polaris-Checkbox__Input.readonly:disabled ~ .Polaris-Checkbox__Icon {
  fill: #5c6ac4;
}

html {
  scroll-padding-top: 138px;
}

.responsive-table {
  display: block;
  width: 100%;
  border: 1px solid rgb(196, 205, 213);
}
@media screen and (min-width: 768px) {
  .responsive-table {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
@media screen and (min-width: 768px) {
  .responsive-table .table-headers {
    display: table-header-group;
    width: 100%;
    border: 1px solid rgb(196, 205, 213);
  }
}
.responsive-table .table-headers .table-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .responsive-table .table-headers .table-header {
    display: table-cell;
    padding: 0.5rem;
    font-weight: bold;
    border: 1px solid rgb(196, 205, 213);
  }
}
.responsive-table .table-row {
  padding: 2rem 0;
  border-bottom: solid 1px rgb(196, 205, 213);
  display: block;
}
.responsive-table .table-row:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .responsive-table .table-row {
    padding: none;
    display: table-row;
    width: 100%;
    border: 1px solid rgb(196, 205, 213);
  }
}
.responsive-table .table-row .table-cell {
  margin: 0.5rem 1.5rem 2rem;
  border-bottom: solid 1px rgb(196, 205, 213);
  padding-bottom: 0.5rem;
}
.responsive-table .table-row .table-cell:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .responsive-table .table-row .table-cell {
    margin: 0px;
    display: table-cell;
    border: 1px solid rgb(196, 205, 213);
    padding: 0.5rem;
  }
}
.responsive-table .table-row .table-cell .cell-header {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .responsive-table .table-row .table-cell .cell-header {
    display: none;
  }
}
.responsive-table .table-row .table-cell .cell-contents.truncated inner {
  background-color: inherit;
}
.responsive-table .table-row .table-cell .cell-contents.truncated .cell-value-expanded {
  display: none;
}
.responsive-table .table-row .table-cell .cell-contents.truncated .cell-value-truncated {
  display: inline;
}
.responsive-table .table-row .table-cell .cell-contents.truncated > a {
  display: inline;
  margin-left: 0.5rem;
}

.Polaris-Radios-Fieldset.horizontal .form-radios {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Polaris-Radios-Fieldset.horizontal .form-radios .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 0;
  margin-right: 1.5rem;
  flex: auto;
}
.Polaris-Radios-Fieldset.horizontal .form-radios .Polaris-FormLayout__Item .Polaris-Choice__Label {
  white-space: nowrap;
}

.form-checkboxes.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: left;
}
.form-checkboxes.horizontal > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}

.form-radios.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: left;
}
.form-radios.horizontal > .Polaris-FormLayout__Item {
  margin: 0 !important;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 3rem;
  width: auto;
}

.use-tom-select .Polaris-Select__Icon, .use-tom-select .Polaris-Select__Backdrop {
  display: none;
}

.use-select2 .Polaris-Select__Icon, .use-select2 .Polaris-Select__Backdrop {
  display: none;
}
.use-select2 .select2-container .select2-selection--single {
  height: 36px;
}
.use-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.use-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 6px;
}

.ajax-progress-throbber .throbber {
  padding: 1px 6px 2px;
}

.ai-label-icon {
  color: #8e44ad; /* initial color fallback */
  animation: ai_icon_color_loop 6s ease-in-out infinite;
}

@keyframes ai_icon_color_loop {
  0% {
    color: #8e44ad; /* Purple */
  }
  50% {
    color: #269ceb; /* Blue */
  }
  100% {
    color: #8e44ad; /* Back to Purple */
  }
}
.Polaris-Banner--withinPage.Polaris-Banner--statusEvaluation {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: rgb(235, 245, 250);
}
.Polaris-Banner--withinPage.Polaris-Banner--statusEvaluation:focus {
  outline: none;
}

#main-menu {
  background-color: #eef1f4;
  width: 210px;
  font-size: rem-calc(14px);
  transition: max-width 0.5s;
  z-index: 53;
  border-right: 1px solid #dfe3e8;
}
#main-menu #main-menu-wrapper {
  position: fixed;
  display: flex;
  height: inherit;
  overflow: visible;
  flex-direction: column;
  width: inherit;
  max-width: inherit;
}
#main-menu .other-shopify-links {
  position: relative;
  margin-top: auto;
}
#main-menu .other-shopify-links .sub-menu {
  bottom: 0;
  top: auto;
}
#main-menu .sub-menu {
  width: 209px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s;
  overflow: hidden;
  background-color: #f4f6f8;
  pointer-events: none;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 210px;
  top: 0px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
#main-menu .sub-menu .sub-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-menu .sub-menu .main-menu__item > a {
  border-left: 4px solid rgba(255, 255, 255, 0);
  border-right: 4px solid rgba(255, 255, 255, 0);
  padding: 10px 5px 10px 35px;
  opacity: 0.85;
  font-size: 1.2rem;
}
#main-menu .sub-menu .main-menu__item--active > a {
  background-color: #e0e4fb;
  opacity: 1;
  color: #43467f;
}
#main-menu .sub-menu .main-menu__item--active > a i, #main-menu .sub-menu .main-menu__item--active > a svg {
  color: #43467f;
}
@media screen and (max-width: 1150px) {
  #main-menu .main-menu__item {
    transition: all 0.5s 0s ease-in-out;
  }
  #main-menu .main-menu__item:not(.main-menu__item--active) {
    max-height: 40px;
  }
  #main-menu .main-menu__item:not(.main-menu__item--active):hover {
    max-height: 100%;
  }
  #main-menu .main-menu__item:hover {
    max-height: 100%;
  }
}
#main-menu.open {
  overflow: visible;
}
#main-menu.open .other-shopify-links {
  overflow: visible;
}
#main-menu.open .other-shopify-links .sub-menu {
  max-width: 100%;
}
#main-menu.open .main-menu__item .pro-star-hover {
  right: 10px;
}
#main-menu a {
  color: #344456;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 15px 10px 46px;
  transition: background-color 0.3s;
}
#main-menu a:hover {
  background-color: #d5dde4;
}
#main-menu .main-menu__item:hover, #main-menu .main-menu__item.open {
  background-color: #d5dde4;
}
#main-menu .main-menu__item:hover .sub-menu, #main-menu .main-menu__item.open .sub-menu {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
#main-menu .main-menu__item .pro-star-hover {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1150px) {
  #main-menu .main-menu__item .pro-star-hover {
    right: 10px;
  }
}
#main-menu .main-menu__list > .main-menu__item--active > a {
  color: white;
  background-color: #43467f;
}
#main-menu .main-menu__list > .main-menu__item--active > a .svg-inline--fa, #main-menu .main-menu__list > .main-menu__item--active > a .png-link img, #main-menu .png-link .main-menu__list > .main-menu__item--active > a img, #main-menu .main-menu__list > .main-menu__item--active > a .svg-link svg, #main-menu .svg-link .main-menu__list > .main-menu__item--active > a svg {
  color: white;
}
#main-menu .svg-inline--fa, #main-menu .png-link img, #main-menu .svg-link svg {
  position: absolute;
  left: 11px;
  color: #344456;
  width: 23px !important;
}
#main-menu .svg-link svg {
  width: 23px !important;
  fill: #344456;
}
#main-menu .svg-link.svg-link--bonify svg {
  width: 17px;
  left: 15px;
  height: 28px;
  top: 5px;
}
#main-menu .sub-menu .svg-link svg {
  width: 19px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#main-menu .bonify-apps .svg-link svg {
  trasition: fill 0.25s 0s ease-in-out;
}
#main-menu .bonify-apps:hover > ul > li .svg-link svg {
  fill: #6ad36a;
}
#main-menu .bonify-apps:hover > ul > li ul li .svg-link svg {
  fill: #344456;
}
#main-menu .png-link img {
  top: 50%;
  transform: translateY(-50%);
}
#main-menu .main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu .main-menu__list li {
  position: relative;
}
#main-menu.collapsed {
  max-width: 45px;
  overflow: hidden;
}
#main-menu.collapsed #main-menu-wrapper {
  overflow: hidden;
}
#main-menu.collapsed .main-menu__list > .main-menu__item > a span {
  opacity: 0;
  transition: opacity 0.5s;
}
#main-menu.collapsed.open {
  max-width: 210px;
}
#main-menu.collapsed.open #main-menu-wrapper {
  overflow: visible;
}
#main-menu.collapsed.open .main-menu__list > .main-menu__item > a span {
  opacity: 1;
}

.Polaris-Modal-Dialog__Container {
  z-index: 519;
}
.Polaris-Modal-Dialog__Container .Polaris-Modal-Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Polaris-Modal-Dialog__Container .Polaris-Modal-Header .Polaris-Modal-CloseButton, .Polaris-Modal-Dialog__Container .Polaris-Modal-Header .Polaris-Modal-ResourceSelectionCloseButton {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  margin-left: 2rem;
  margin-right: -0.8rem;
  padding: 0.8rem;
  border-radius: 6px;
}
.Polaris-Modal-Dialog__Container a.Polaris-Button {
  flex: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal {
  max-width: 100rem;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper {
  max-height: calc(70vh - 60px);
  display: block;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper.loading .open-loader {
  position: absolute;
  right: 10px;
  top: 10px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper.loading input[name=open_test_center] {
  display: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .Test-ObjectType {
  background-color: rgb(235, 245, 250);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .Test-ObjectTitle {
  background-color: rgb(227, 241, 223);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper:hover:not(.not-editable), .Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper.open {
  border-color: rgb(0, 122, 206);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .Polaris-Card__SectionHeader {
  padding: 0.4rem 0;
  color: rgb(0, 122, 206);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper.not-editable {
  background-color: rgb(249, 250, 251);
  pointer-events: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper.not-editable .Polaris-Card__SectionHeader {
  color: rgb(99, 115, 129);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #search-wrapper {
  position: relative;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #search-wrapper > .Polaris-FormLayout__Item {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
  position: relative;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #search-wrapper input[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #search-wrapper .loader {
  text-align: center;
  position: absolute;
  right: 13px;
  top: 0px;
  z-index: 10;
  transform: scale(0.5);
  display: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .button-wrapper {
  position: relative;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .button-wrapper .open-loader {
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestResource {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestResource .TestObject {
  width: 295px;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestResource__RemoveWrapper {
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: center;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestResource__RemoveWrapper > a {
  position: relative;
  top: 1px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestObject {
  width: 100%;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestObject__Inner {
  display: flex;
  align-items: flex-start;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #search-results-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject {
  border: 1px solid rgb(223, 227, 232);
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject .TestObject__Attributes {
  overflow: hidden;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject .TestObject__Attributes > div.TestObject__Title {
  word-wrap: break-word;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject .TestObject__Attributes > div:not(.TestObject__Title) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject:hover, .Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject.loading {
  border-color: rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject:hover .TestObject__Title, .Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject.loading .TestObject__Title {
  color: rgb(8, 78, 138);
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject img {
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 10px;
  height: fit-content;
  width: 50px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObject input[type=submit] {
  display: none;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .TestObject__Title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper .SearchObjectInner {
  display: flex;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper input[name=close_test_center] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #fancy-test-wrapper {
  margin-top: 2rem;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #fancy-test-wrapper .Workflow-Fancy-Select {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper {
  border: 1px solid rgb(223, 227, 232);
  border-radius: 5px;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper .option {
  cursor: default;
}
.Polaris-Modal-Dialog__Container.Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog__Modal .Polaris-Modal__BodyWrapper #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper .option__label {
  cursor: default;
}

.Polaris-Modal__Backdrop {
  z-index: 518;
  animation: none;
}

#selector_modal_container .Polaris-Modal-Dialog__Modal .Polaris-Box, #workflow-editor-v2 .Polaris-Modal-Dialog__Modal .Polaris-Box {
  border: none;
  padding: 2.8rem;
  z-index: 51;
}
#selector_modal_container .Polaris-Modal-Dialog__Modal .Polaris-Box h2, #workflow-editor-v2 .Polaris-Modal-Dialog__Modal .Polaris-Box h2 {
  font-size: 3.2rem;
  font-weight: normal;
}
#selector_modal_container .Polaris-Modal-Dialog__Modal .Polaris-Modal-Section, #workflow-editor-v2 .Polaris-Modal-Dialog__Modal .Polaris-Modal-Section {
  padding: 0 2.8rem 2.8rem;
}
#selector_modal_container .Polaris-Modal-Dialog__Modal .Polaris-Modal-Section .Polaris-Box, #workflow-editor-v2 .Polaris-Modal-Dialog__Modal .Polaris-Modal-Section .Polaris-Box {
  padding: 0;
}

.selectorLoading .Polaris-Spinner--sizeLarge {
  width: auto;
  height: auto;
}

html {
  margin-left: calc(100vw - 100%);
}

.Polaris-Page {
  max-width: 1400px;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 40px;
}
body.path-apps .Polaris-Page .Content__PageTitle {
  display: none;
}
.Polaris-Page .Polaris-Page__Content {
  margin-top: 0 !important;
}
.Polaris-Page .GlobalMessages {
  position: relative;
}
.Polaris-Page .GlobalMessages.has-open-messages {
  margin-bottom: 3rem;
}
.Polaris-Page .GlobalMessages .Polaris-Banner {
  display: none;
  position: relative;
}
.Polaris-Page .GlobalMessages .Polaris-Banner.visible {
  display: flex;
}
.Polaris-Page .GlobalMessages .GlobalMessages__close {
  position: absolute;
  font-size: 2rem;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
.Polaris-Page .GlobalMessages .GlobalMessages__close:hover {
  color: rgb(0, 122, 206);
}
@media screen and (min-width: 1150px) {
  .Polaris-Page {
    margin-left: 190px;
  }
}
.Polaris-Page .Polaris-Page__Header {
  padding: 0;
}
body.no-sidebar .Polaris-Page {
  margin-left: auto !important;
}
.Polaris-Page .Polaris-Page__Title {
  text-align: center;
}
.Polaris-Page .Polaris-Page__Title .Polaris-DisplayText {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.path-apps .Polaris-Page .Polaris-Page__Title .Polaris-DisplayText {
  margin-top: 0;
  display: none;
}
body.path-apps.reasons-to-upgrade-page .Polaris-Page .Polaris-Page__Title .Polaris-DisplayText {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.Polaris-Page .Polaris-FooterHelp {
  width: 100%;
  float: left;
  padding: 4rem 4rem 2rem 4rem;
  margin: 0;
}

#app-footer {
  width: 100%;
  float: left;
}

#app-footer-links {
  padding: 3rem;
  text-align: center;
  float: left;
  width: 100%;
}
#app-footer-links a {
  text-decoration: none;
  color: rgb(145, 158, 171);
  display: inline-block;
  padding: 4px;
}
#app-footer-links a:hover {
  text-decoration: underline;
}
#app-footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#app-footer-links ul li {
  display: inline-block;
}

body.path-landing.toolbar-fixed, body.path-apps.toolbar-fixed, body.path-shopify.toolbar-fixed {
  padding-top: 0 !important;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0px !important;
}

#toolbar-administration {
  display: none;
}

.menu-group {
  width: 209px;
  min-width: 209px;
}
.menu-group h5 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 1rem;
}

.other-app {
  width: 200px;
  position: relative;
}
.other-app .other-app__title {
  padding: 10px 15px;
  transition: all 0.5s;
  cursor: pointer;
}
.other-app:hover {
  z-index: 500;
}
.other-app:hover .other-app__title {
  background-color: #d5dde4;
}
.other-app:hover .other-app-info {
  opacity: 1;
  pointer-events: all;
}

.other-app-info {
  transition: opacity 0.3s;
  padding: 5px 0 0 0;
  border: 1px solid rgba(223, 227, 232, 0);
  overflow: hidden;
  width: 200px;
  border-radius: 0 5px 5px 0;
  opacity: 0;
  background-color: #f4f6f8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dfe3e8;
  position: absolute;
  pointer-events: none;
  left: 100%;
  top: -75px;
}

.other-app-copy .other-app__description {
  padding: 10px 15px;
  text-align: center;
}
.other-app-copy .Polaris-Link {
  padding: 10px 15px 10px 15px !important;
  text-align: center;
  color: rgb(0, 122, 206) !important;
}
.other-app-copy .other-app__icon {
  overflow: hidden;
  padding: 5px;
  margin-top: 10px;
}
.other-app-copy .other-app__icon img {
  max-width: 60px;
  margin: auto;
  display: block;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

body.app-not-embedded .Polaris-Page {
  margin: auto;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}
body.app-not-embedded .Page__Content {
  width: 100%;
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
}
@media screen and (min-width: 1150px) {
  body.app-not-embedded .Page__Content {
    margin: auto;
  }
}
body.app-not-embedded.has-tabs .Page__Content {
  padding-top: 0;
}
body.app-not-embedded.has-tabs #messages-wrapper {
  margin-top: 2rem;
}
body.app-not-embedded .Evaluation-Banner-Wrapper {
  margin-bottom: 2rem;
  left: -2rem;
  position: relative;
  width: calc(100% + 2rem);
}
body.app-not-embedded .Page__Wrapper {
  padding-top: 60px;
  padding-left: 45px;
}
body.app-not-embedded .Page__Wrapper.has-primary-button {
  padding-top: 110px;
}
@media screen and (min-width: 1150px) {
  body.app-not-embedded .Page__Wrapper {
    padding-left: 210px;
  }
}
body.app-not-embedded .Page__Wrapper.no-menu {
  margin: auto;
  padding-left: 0;
}
body.app-not-embedded .Content-Wrapper .Content__PageTitle {
  text-align: center;
  margin-bottom: 4rem;
}
body.app-not-embedded .Content-Wrapper .Content__PageTitle .Page-Title {
  font-size: 3rem;
}
body.app-not-embedded #main-menu {
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100% - 60px);
  width: 210px;
  border-radius: 3px;
  border-top: none;
}
body.app-not-embedded #main-menu.has-primary-button {
  top: 118px;
  height: calc(100% - 118px);
}
body.app-not-embedded #main-menu:not(.has-primary-button) {
  height: calc(100% - 60px);
}
body.app-not-embedded .TopHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 501;
}
body.app-not-embedded .Polaris-Page-Header .inner {
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.app-not-embedded .Polaris-Page-Header .app-icon {
  margin-right: 1rem;
}
body.app-not-embedded .Polaris-Page-Header .app-icon img {
  display: block;
  font-size: 0;
  border-radius: 4px;
}
body.app-not-embedded .Polaris-Page-Header .app-page-title:before {
  display: inline;
  content: "/";
  padding: 0 4px 0 0px;
}
body.app-not-embedded .Polaris-Page-Header .app-breadcrumb a {
  text-decoration: none;
  color: #374454;
}
body.app-not-embedded .Polaris-Page-Header .app-breadcrumb:before {
  display: inline;
  content: "/";
  padding: 0 4px 0 0px;
}
body.app-not-embedded .Polaris-Page-Header .app-subtext {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 2.1rem;
}
body.app-not-embedded .Polaris-Page-Header .Page-Header__Breadcrumb {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid rgb(196, 205, 213);
  font-size: 1.6rem;
  color: #374454;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1294117647);
  z-index: 10;
}
body.app-not-embedded .Polaris-Page-Header .Page-Header__Buttons {
  position: relative;
  background-color: #F6F6F7;
  border-bottom: 1px solid rgb(196, 205, 213);
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1294117647);
  z-index: 5;
}
body.app-not-embedded .Polaris-Page-Header .Page-Header__Buttons .right-aligned {
  margin-left: auto;
  display: flex;
  align-items: center;
}
body.app-not-embedded .Polaris-Page-Header .Page-Header__Buttons .secondary-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.app-not-embedded .Polaris-Page-Header .Page-Header__Buttons .secondary-buttons > div {
  margin-right: 10px;
}
body.app-not-embedded.user-is-admin #main-menu {
  height: calc(100% - 83px);
}
body.app-not-embedded.user-is-admin #main-menu.has-primary-button {
  height: calc(100% - 163px);
  padding-top: 10px;
}
body.app-not-embedded.no-page-header-nav .Page__Wrapper {
  padding-top: 53px;
}

@media screen and (min-width: 1150px) {
  body.app-not-embedded.ta-app-workflow-edit-page .Page__Wrapper {
    padding-left: 45px;
  }
}

@keyframes heylisten {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-25%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-17%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heylisten-throb {
  70% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.25);
  }
  90% {
    transform: scale(1);
  }
  95% {
    transform: scale(1.17);
  }
  97% {
    transform: scale(1);
  }
  99% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.Page-Header__Buttons .chat-button {
  margin-right: 1.5rem;
}

.chat-button {
  font-size: 2.5rem;
  cursor: pointer;
}
.chat-button.highlight {
  color: rgb(92, 106, 196);
}
.chat-button:hover {
  color: rgb(92, 106, 196);
}
.chat-button:active {
  color: rgb(32, 46, 120);
}
.chat-button .magic {
  display: inline-block;
  color: rgb(99, 115, 129);
  pointer-events: none;
}
.chat-button .close {
  display: none;
}

.Workflow-Action .chat-button,
.Workflow-Condition .chat-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
}

.Workflow-Condition .chat-button {
  top: 1.25rem;
  right: 4.5rem;
}

body.bonify-ai-chat-open #bonify-ai-chat-window {
  z-index: 9999;
}
body.bonify-ai-chat-open .chat-button .magic {
  display: none;
}
body.bonify-ai-chat-open .Workflow-Action .chat-button .magic, body.bonify-ai-chat-open .Workflow-Condition .chat-button .magic {
  display: block;
}

body.bonify-ai-chat-highlight .chat-button .magic {
  color: rgb(92, 106, 196);
}

body.bonify-ai-chat-hey-listen .chat-button .magic {
  transform: scale(1);
  color: rgb(92, 106, 196);
  animation-name: heylisten-throb;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 30;
}

.ta-app-workflow-edit-page .Page-Header__Buttons .chat-button {
  display: none;
}

body.ta-app-workflow-edit-page-v2.bonify-ai-chat-open .chat-button .magic {
  display: inline-block;
}

body.app-embed-layout .PageTitle, body.app-embed-layout .Page-Title {
  display: none;
  opacity: 0;
  height: 2rem;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
body.app-embed-layout .Polaris-Page {
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}
@media screen and (min-width: 1150px) {
  body.app-embed-layout .Polaris-Page {
    margin-left: auto;
  }
}
body.app-embed-layout #main-menu {
  left: -160px;
  position: relative;
}

body.app-embed-styles {
  background-color: #F1F1F1 !important;
}
body.app-embed-styles #messages-wrapper + .Polaris-Card {
  margin-top: 2rem;
}
body.app-embed-styles .Polaris-Modal-Dialog__Modal.Polaris-Modal-Dialog--sizeLarge.Polaris-Modal-Dialog--fullScreen {
  max-width: calc(100vw - 3.75rem) !important;
}
@media (max-width: 47.9975em) {
  body.app-embed-styles .Polaris-Modal-Dialog__Modal {
    top: 25%;
  }
}
body.app-embed-styles .Polaris-Button {
  border-radius: 8px;
  background-color: white;
  background-image: none;
  border: none;
  box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset, 0rem 0.03125rem 0rem 0.09375rem #fff inset;
}
body.app-embed-styles .Polaris-Button:hover {
  background-color: rgb(250, 250, 250);
}
body.app-embed-styles .Polaris-Button--plain {
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  color: rgb(0, 122, 206);
}
body.app-embed-styles .Polaris-Button--plain:hover {
  background: none;
  color: rgb(8, 78, 138);
}
body.app-embed-styles .Polaris-Button--primary {
  background-color: rgb(48, 48, 48);
  color: white;
  background-image: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, hsla(0, 0%, 100%, 0.15));
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem #303030 inset, 0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, 0.25) inset;
  background-origin: padding-box, padding-box;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}
body.app-embed-styles .Polaris-Button--primary:hover {
  background-color: rgb(0, 0, 0);
}
body.app-embed-styles .Polaris-Button--destructive {
  background-color: rgb(199, 10, 36);
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(142, 31, 11, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(181, 38, 11, 0.8) inset, 0rem 0.03125rem 0rem 0.09375rem hsla(0, 0%, 100%, 0.349) inset;
}
body.app-embed-styles .Polaris-Button--destructive:hover {
  background-color: rgb(136, 6, 20);
}
body.app-embed-styles .Polaris-Card {
  border-radius: 12px;
}
body.app-embed-styles .Polaris-Banner {
  border-radius: 12px;
}
body.app-embed-styles .Polaris-TextField.has-codemirror.no-tray {
  border-radius: 8px;
}
body.app-embed-styles .Polaris-TextField.has-codemirror.no-tray .CodeMirror {
  border-radius: 8px;
}
body.app-embed-styles .Polaris-TextField.has-codemirror:not(.no-tray) {
  border-radius: 8px 8px 0 0;
}
body.app-embed-styles .Polaris-TextField.has-codemirror:not(.no-tray) .CodeMirror {
  border-radius: 8px 8px 0 0;
}
body.app-embed-styles .Polaris-TextField__Backdrop {
  border-radius: 8px;
}
body.app-embed-styles .Polaris-Select__Backdrop {
  border-radius: 8px;
  background: none;
  background-color: white;
  border: 1px solid transparent;
}
body.app-embed-styles .Polaris-Select__Backdrop:after {
  background: transparent;
  border-radius: 8px;
}
body.app-embed-styles .Polaris-Select__Input:focus ~ .Polaris-Select__Backdrop {
  background: none;
}
body.app-embed-styles .Polaris-Select__Input {
  border-radius: 8px;
  border: 1px solid #c5c5c5;
}
body.app-embed-styles .Polaris-TextField > .tag-editor {
  border-radius: 8px;
}

.plan-picker-page #messages-wrapper {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 85rem;
}
.plan-picker-page .spacer {
  height: 50px;
}
.plan-picker-page .plan-picker-description {
  text-align: center;
  font-size: 1.5rem;
  margin: 2rem 0;
}
.plan-picker-page .plan-picker-description h3 {
  font-size: 2rem;
}
.plan-picker-page .apply-discount-code {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
.plan-picker-page .apply-discount-code a {
  color: rgb(71, 193, 191);
  text-decoration: none;
  transition: all 0.3s;
}
.plan-picker-page .apply-discount-code a:hover {
  color: rgb(0, 132, 142);
}
.plan-picker-page .applied-discount-code {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  max-width: 500px;
  padding: 10px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.plan-picker-page .applied-discount-code .discount-code {
  background-color: rgb(80, 184, 60);
  color: white;
  padding: 3px 10px 3px 10px;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid white;
}
.plan-picker-page .applied-discount-code .discount-percent {
  background-color: black;
  color: white;
  padding: 3px 10px 3px 10px;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid white;
  letter-spacing: 0;
}

.plans-wrapper .legacy-warning {
  background-color: rgb(255, 234, 138);
  border-left: 5px solid rgb(238, 194, 0);
  max-width: 600px;
  margin: 1rem auto 1rem auto;
  padding: 1rem;
}
.plans-wrapper .Polaris-Card__Header {
  padding: 1.3rem 1.4rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
.plans-wrapper .current-plan-message {
  text-align: center;
}
.plans-wrapper .current-plan-message span {
  padding: 3px 14px 2px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #3e4e57;
  background-color: #b4e1fa;
  font-size: 0.9rem;
}
.plans-wrapper .custom-pricing-callout {
  background-color: rgb(235, 245, 250);
  text-align: center;
  margin-top: 2rem;
}
.plans-wrapper .custom-pricing__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.plans-wrapper .Polaris-Heading {
  font-size: 2rem;
  padding-right: 1rem;
}
.plans-wrapper .plans, .plans-wrapper .free-plan-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.plans-wrapper .free-plan-wrapper {
  margin-top: 2rem;
}
.plans-wrapper .free-plan-wrapper .Polaris-Card {
  background-color: transparent;
  transition: background-color 1s;
}
.plans-wrapper .free-plan-wrapper:hover .Polaris-Card {
  background-color: white;
}
.plans-wrapper .plan {
  position: relative;
  padding-bottom: 77px;
  border-radius: 10px;
  border: 2px solid #b3bcf5;
  box-shadow: 14px 20px 50px rgba(0, 0, 0, 0.1);
  overflow: initial;
}
.plans-wrapper .FeaturesList {
  list-style: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.plans-wrapper .FeaturesList li {
  margin-left: 0;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 0;
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 1.25rem;
}
.plans-wrapper .FeaturesList li:last-child {
  border-bottom: none;
}
.plans-wrapper .FeaturesList li .feature-value {
  font-family: Monospace;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 2px 6px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  float: right;
  line-height: 1.8rem;
  border: 1px solid rgb(92, 106, 196);
  background-color: rgb(244, 245, 250);
  color: rgb(62, 65, 85);
  position: relative;
  top: -2px;
}
.plans-wrapper .FeaturesList li .feature-help {
  font-size: 1.2rem;
  color: rgb(69, 79, 91);
  font-style: italic;
  line-height: 1.7rem;
  margin-top: 10px;
  padding: 10px;
  background-color: whitesmoke;
  border-radius: 11px;
}
.plans-wrapper .plan-wrapper--paid {
  max-width: 270px;
  margin: 0 1rem;
  flex-grow: 1;
}
.plans-wrapper .plan-wrapper--free {
  max-width: 270px;
  margin: 0 1rem;
}
.plans-wrapper .plan-picker-footer {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.plans-wrapper .plan-picker-footer ul li {
  margin-bottom: 5px;
}
.plans-wrapper .plan__footer {
  text-align: center;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.plans-wrapper .plan__footer .Polaris-Button {
  display: inline-block;
}
.plans-wrapper .plan__trial-details {
  text-align: center;
}
.plans-wrapper .plan__trial-details span {
  padding: 3px 14px 2px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #414f3e;
  background-color: #bbe5b3;
  font-size: 0.9rem;
}
.plans-wrapper .suggested-price-wrapper {
  float: left;
  clear: both;
  width: 100%;
  padding: 5px 0 10px 0;
}
.plans-wrapper .suggested-price {
  display: inline-block;
  position: relative;
  background-color: rgb(92, 106, 196);
  color: white;
  border-radius: 20px 5px 5px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 4px 10px 4px 15px;
  float: right;
  right: -4px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}
.plans-wrapper .suggested-price.is-custom-price {
  background-color: rgb(80, 184, 60);
}
.plans-wrapper .plan__price {
  padding-top: 0.25rem;
  font-size: 3rem;
  color: #5c6ac4;
}
.plans-wrapper .plan__price.crossed-out {
  color: rgb(145, 158, 171);
  position: relative;
  opacity: 0.5;
}
.plans-wrapper .plan__price.crossed-out:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: -7px;
  width: 107%;
  height: 1px;
  background-color: rgb(145, 158, 171);
}
.plans-wrapper .plan__price .plan-price__dollar {
  font-size: 1.55rem;
  top: -7px;
  left: -2px;
  position: relative;
}
.plans-wrapper .plan__price .plan-price__per-month {
  font-size: 1.25rem;
}
.plans-wrapper .plan-picker-faqs {
  max-width: 700px;
  margin: 6rem auto 4rem auto;
}
.plans-wrapper .plan-picker-faqs h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.plans-wrapper .plan-picker-faqs .faqs-inner {
  display: flex;
  flex-wrap: wrap;
}
.plans-wrapper .plan-picker-faqs .faq {
  padding: 2rem;
  width: 50%;
}
.plans-wrapper .plan-picker-faqs .faq__title {
  margin-bottom: 5px;
}

.downgrade-plan .Polaris-Page {
  padding-left: 7rem;
}
.downgrade-plan .Downgrade-Intro {
  margin: auto;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.downgrade-plan h3.Polaris-Heading {
  margin-bottom: 10px;
}
.downgrade-plan .Downgrade-List {
  margin-bottom: 2rem;
}
.downgrade-plan .Downgrade-Actions {
  text-align: center;
  margin-bottom: 2rem;
}
.downgrade-plan .Downgrade-Actions .Polaris-Button--destructive {
  margin-right: 1rem;
}

.discount-page #messages-wrapper {
  display: none;
}
.discount-page form .Polaris-Label__Text {
  display: none;
}
.discount-page form .Polaris-TextField .Polaris-TextField__Backdrop {
  display: none;
}
.discount-page form input[name=discount_code] {
  font-size: 6rem;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-weight: bold;
  margin: 5rem auto 5rem auto;
  max-width: 520px;
  border: 10px dashed #e5e5e5;
}
.discount-page form input[name=discount_code]::placeholder {
  color: #e5e5e5;
}

body.get-started-page .Get-Started__Step ul li, body.get-started-page .Get-Started__Step ol li {
  margin-bottom: 8px;
}
body.get-started-page .Get-Started__Step ul li:last-child, body.get-started-page .Get-Started__Step ol li:last-child {
  margin-bottom: 0;
}
body.get-started-page .Get-Started__TipImage {
  margin: 2.5rem auto 4rem auto;
  display: block;
  border: 2px solid rgb(223, 227, 232);
  border-radius: 5px;
}
body.user-login .Polaris-Page {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
body.user-login .Polaris-Page__Content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
body.user-login form {
  padding: 2rem;
}
body.user-login form .form-actions {
  margin-top: 2rem;
}
body.user-login form input[name=name] {
  padding: 1rem;
  font-size: 1.5rem;
  width: 100%;
}
body.user-login form .form-type-email {
  margin: 0;
  min-width: 0;
  max-width: none;
}
body.user-login form .Polaris-FormLayout p {
  margin-top: 0.5rem;
  color: rgb(69, 79, 91);
}

body.user-login-sent .Polaris-Page {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
body.user-login-sent .Polaris-Page__Content {
  text-align: center;
  padding: 4rem;
  font-size: 2rem;
  line-height: 2rem;
}

body.Update-Your-Email-Page form > .Polaris-FormLayout > .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: none;
}

.My-Account-Page .Polaris-Page__Title {
  display: none;
}

.my-account-form .Polaris-FormLayout {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.my-account-form .Polaris-FormLayout .my_account_section {
  display: table-row;
}
.my-account-form .Polaris-FormLayout .my_account_section.my_account_banner_wrapper {
  display: table-caption;
}
.my-account-form .Polaris-FormLayout .my_account_section.my_account_banner_wrapper .my_account_banner {
  display: block;
  width: 100%;
}
.my-account-form .Polaris-FormLayout .my_account_section:not(:first-child) {
  border-top: solid 1px rgb(196, 205, 213);
}
.my-account-form .Polaris-FormLayout .my_account_section .my_account_label, .my-account-form .Polaris-FormLayout .my_account_section .my_account_content {
  padding-left: 0px;
  padding-right: 0px;
  display: table-cell;
}
.my-account-form .Polaris-FormLayout .my_account_section .my_account_label:not(.Util__padding-top--0), .my-account-form .Polaris-FormLayout .my_account_section .my_account_content:not(.Util__padding-top--0) {
  padding-top: 3rem;
}
.my-account-form .Polaris-FormLayout .my_account_section .my_account_label:not(.Util__padding-bottom--0), .my-account-form .Polaris-FormLayout .my_account_section .my_account_content:not(.Util__padding-bottom--0) {
  padding-bottom: 3rem;
}
.my-account-form .Polaris-FormLayout .my_account_section .my_account_label {
  font-weight: bold;
  padding-left: 2rem;
}
.my-account-form .Polaris-FormLayout .my_account_section.no-border {
  border-top: 0px;
}
.my-account-form .Polaris-FormLayout .my_account_banner_wrapper + .my_account_section {
  border-top: 0px;
}

.My-Account-Permissions-Page .scopes-label {
  font-size: 1.6rem;
  font-weight: 500;
}
.My-Account-Permissions-Page .scrolly {
  overflow-y: auto;
  max-height: calc(100vh - 210px);
}
.My-Account-Permissions-Page form {
  position: relative;
}
.My-Account-Permissions-Page tbody tr td:nth-child(3) {
  max-width: 300px;
}
.My-Account-Permissions-Page .Polaris-DataTable__Cell {
  white-space: normal;
}
.My-Account-Permissions-Page .Polaris-DataTable__Cell pre,
.My-Account-Permissions-Page .Polaris-DataTable__Cell code {
  white-space: pre-wrap; /* Wrap text */
  word-break: break-word; /* Break long words */
}

#notification-unread {
  position: absolute;
  font-size: 1.3rem;
  line-height: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  border-radius: 35px;
  background-color: rgb(222, 54, 24);
  height: 24px;
  width: 24px;
  display: flex;
  opacity: 0;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  font-family: Monospace;
  transition: opacity 0ms 0ms;
}
@media screen and (min-width: 1150px) {
  #notification-unread {
    opacity: 100%;
    transition: opacity 0ms 350ms;
  }
}

#notification-unread-indicator {
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgb(222, 54, 24);
  border: solid 2px rgb(244, 246, 248);
  position: absolute;
  left: 26px;
  top: 10px;
  border-radius: 50%;
  z-index: 990;
}

.main-menu__item--active #notification-unread-indicator {
  border: solid 2px rgb(32, 46, 120);
}
.main-menu__item--active #notification-unread {
  border: 2px solid rgb(32, 46, 120);
}

/* Our Body class for the notification page */
.shopify-apps-notifications-page {
  /* The individual card wrapper */
}
.shopify-apps-notifications-page .Notification-Card-Wrapper {
  cursor: pointer;
  margin-top: 3rem;
  /* if the notification has been viewed */
  /* if the notification is open */
}
.shopify-apps-notifications-page .Notification-Card-Wrapper > .Polaris-Card {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section {
  position: relative;
  overflow: visible;
  min-height: 100px;
  border-radius: 0px 3px 3px 3px;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.6rem 1.6rem;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification {
  /* Our indicator if its been viewed yet */
  /* The content of the notification */
  /* The revealed cheveron */
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-read .indicator {
  width: 10px;
  height: 10px;
  margin: 0.4rem 0.2rem;
  top: 0.3rem;
  position: relative;
  border-radius: 50%;
  background-color: rgb(0, 122, 206);
  border: 2px solid rgb(0, 122, 206);
  transition: background-color 0.25s linear, border 0.25s linear;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content {
  width: 90%;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content > h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  transition: color 0.25s linear;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content .Notification-date {
  color: #637381;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content .Notification-body {
  margin-top: 1.6rem;
  opacity: 0;
  display: none;
  width: 100%;
  transition: opacity 0.25s linear;
  border: solid 1px transparent;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content .Notification-body p {
  margin: 1em 0px;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content .Notification-body a:not(.Polaris-Button) {
  color: rgb(0, 122, 206);
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-content .Notification-body a:not(.Polaris-Button):hover {
  color: rgb(8, 78, 138);
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-reveal {
  text-align: center;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper .Polaris-Card__Section.Notification .Notification-reveal .icon {
  width: 100%;
  padding: 5px;
  transition: transform 0.25s linear, color 0.25s linear;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper.read .Polaris-Card__Section.Notification .Notification-read .indicator {
  background: transparent;
  border: 2px solid rgb(196, 205, 213);
}
.shopify-apps-notifications-page .Notification-Card-Wrapper.read .Polaris-Card__Section.Notification .Notification-content > h3 {
  color: rgb(99, 115, 129);
}
.shopify-apps-notifications-page .Notification-Card-Wrapper.read .Polaris-Card__Section.Notification .Notification-reveal .icon {
  color: rgb(99, 115, 129);
}
.shopify-apps-notifications-page .Notification-Card-Wrapper.open .Polaris-Card__Section.Notification .Notification-content .Notification-body {
  opacity: 100%;
}
.shopify-apps-notifications-page .Notification-Card-Wrapper.open .Notification-reveal .icon {
  transform: rotate(180deg);
}

body.logged-out-page .Polaris-Page {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 2rem;
}
@media screen and (min-width: 600px) {
  body.logged-out-page .Polaris-Page {
    padding-top: 10rem;
  }
}
body.logged-out-page .Polaris-FormLayout__Item {
  margin-left: 0;
}

.maintenance-page .wrapper, .installation-error .wrapper, .shopify-apps-blocked .wrapper, .logged-out .wrapper, .page-404 .wrapper, .update-needed .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.maintenance-page .content, .installation-error .content, .shopify-apps-blocked .content, .logged-out .content, .page-404 .content, .update-needed .content {
  width: 100%;
  max-width: 650px;
  height: 100%;
  max-height: 350px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.maintenance-page .maintenance-container, .maintenance-page .error-container, .maintenance-page .logged-out-container, .installation-error .maintenance-container, .installation-error .error-container, .installation-error .logged-out-container, .shopify-apps-blocked .maintenance-container, .shopify-apps-blocked .error-container, .shopify-apps-blocked .logged-out-container, .logged-out .maintenance-container, .logged-out .error-container, .logged-out .logged-out-container, .page-404 .maintenance-container, .page-404 .error-container, .page-404 .logged-out-container, .update-needed .maintenance-container, .update-needed .error-container, .update-needed .logged-out-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.maintenance-page .message, .installation-error .message, .shopify-apps-blocked .message, .logged-out .message, .page-404 .message, .update-needed .message {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.maintenance-page .message .header .title, .installation-error .message .header .title, .shopify-apps-blocked .message .header .title, .logged-out .message .header .title, .page-404 .message .header .title, .update-needed .message .header .title {
  font-size: 3rem;
  padding-bottom: 1rem;
  line-height: 3rem;
  color: #626FC0;
}
.maintenance-page .message .header .subtitle, .installation-error .message .header .subtitle, .shopify-apps-blocked .message .header .subtitle, .logged-out .message .header .subtitle, .page-404 .message .header .subtitle, .update-needed .message .header .subtitle {
  font-size: 1.5rem;
}
.maintenance-page .message .Polaris-Link, .installation-error .message .Polaris-Link, .shopify-apps-blocked .message .Polaris-Link, .logged-out .message .Polaris-Link, .page-404 .message .Polaris-Link, .update-needed .message .Polaris-Link {
  color: #626FC0;
}
.maintenance-page .maintenance-container .image img, .maintenance-page .error-container .image img, .maintenance-page .logged-out-container .image img, .installation-error .maintenance-container .image img, .installation-error .error-container .image img, .installation-error .logged-out-container .image img, .shopify-apps-blocked .maintenance-container .image img, .shopify-apps-blocked .error-container .image img, .shopify-apps-blocked .logged-out-container .image img, .logged-out .maintenance-container .image img, .logged-out .error-container .image img, .logged-out .logged-out-container .image img, .page-404 .maintenance-container .image img, .page-404 .error-container .image img, .page-404 .logged-out-container .image img, .update-needed .maintenance-container .image img, .update-needed .error-container .image img, .update-needed .logged-out-container .image img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 650px) {
  .maintenance-page .content, .installation-error .content, .shopify-apps-blocked .content, .logged-out .content, .page-404 .content, .update-needed .content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    top: 50%;
    flex-direction: column;
  }
  .maintenance-page .maintenance-container, .maintenance-page .error-container, .maintenance-page .logged-out-container, .installation-error .maintenance-container, .installation-error .error-container, .installation-error .logged-out-container, .shopify-apps-blocked .maintenance-container, .shopify-apps-blocked .error-container, .shopify-apps-blocked .logged-out-container, .logged-out .maintenance-container, .logged-out .error-container, .logged-out .logged-out-container, .page-404 .maintenance-container, .page-404 .error-container, .page-404 .logged-out-container, .update-needed .maintenance-container, .update-needed .error-container, .update-needed .logged-out-container {
    flex-direction: column;
  }
  .maintenance-page .message, .installation-error .message, .shopify-apps-blocked .message, .logged-out .message, .page-404 .message, .update-needed .message {
    height: 50%;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .maintenance-page .maintenance-container .image, .maintenance-page .error-container .image, .maintenance-page .logged-out-container .image, .installation-error .maintenance-container .image, .installation-error .error-container .image, .installation-error .logged-out-container .image, .shopify-apps-blocked .maintenance-container .image, .shopify-apps-blocked .error-container .image, .shopify-apps-blocked .logged-out-container .image, .logged-out .maintenance-container .image, .logged-out .error-container .image, .logged-out .logged-out-container .image, .page-404 .maintenance-container .image, .page-404 .error-container .image, .page-404 .logged-out-container .image, .update-needed .maintenance-container .image, .update-needed .error-container .image, .update-needed .logged-out-container .image {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-height: 450px) {
  .maintenance-page .content, .installation-error .content, .shopify-apps-blocked .content, .logged-out .content, .page-404 .content, .update-needed .content {
    top: 50%;
  }
}
@media only screen and (max-height: 350px) {
  .maintenance-page .content, .installation-error .content, .shopify-apps-blocked .content, .logged-out .content, .page-404 .content, .update-needed .content {
    max-width: 100%;
    max-height: 100%;
  }
  .maintenance-page .maintenance-container, .maintenance-page .error-container, .maintenance-page .logged-out-container, .installation-error .maintenance-container, .installation-error .error-container, .installation-error .logged-out-container, .shopify-apps-blocked .maintenance-container, .shopify-apps-blocked .error-container, .shopify-apps-blocked .logged-out-container, .logged-out .maintenance-container, .logged-out .error-container, .logged-out .logged-out-container, .page-404 .maintenance-container, .page-404 .error-container, .page-404 .logged-out-container, .update-needed .maintenance-container, .update-needed .error-container, .update-needed .logged-out-container {
    max-width: 650px;
    margin: 0px auto;
  }
}

.installation-error, .shopify-apps-blocked, .logged-out, .page-404, .update-needed {
  height: 100%;
}
.installation-error .dialog-off-canvas-main-canvas, .shopify-apps-blocked .dialog-off-canvas-main-canvas, .logged-out .dialog-off-canvas-main-canvas, .page-404 .dialog-off-canvas-main-canvas, .update-needed .dialog-off-canvas-main-canvas {
  height: inherit;
}
.installation-error .dialog-off-canvas-main-canvas .Polaris-Page, .shopify-apps-blocked .dialog-off-canvas-main-canvas .Polaris-Page, .logged-out .dialog-off-canvas-main-canvas .Polaris-Page, .page-404 .dialog-off-canvas-main-canvas .Polaris-Page, .update-needed .dialog-off-canvas-main-canvas .Polaris-Page {
  height: inherit;
  margin-left: 0px;
  max-width: 100%;
}
.installation-error .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content, .shopify-apps-blocked .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content, .logged-out .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content, .page-404 .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content, .update-needed .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content {
  height: inherit;
}
.installation-error .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content #block-content, .shopify-apps-blocked .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content #block-content, .logged-out .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content #block-content, .page-404 .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content #block-content, .update-needed .dialog-off-canvas-main-canvas .Polaris-Page .Polaris-Page__Content #block-content {
  height: inherit;
}

.shopify-apps-blocked .message .header .subtitle {
  padding-right: 2rem;
}

body.customer-data-request .Polaris-Page {
  margin-left: auto;
  padding-top: 3rem;
}
body.customer-data-request .Page-Title {
  text-align: center;
  padding-bottom: 2rem;
}
body.customer-data-request .captcha {
  margin-left: 2rem;
}

/*# sourceMappingURL=styles.css.map */
