@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css);
@import url(https://fonts.googleapis.com/css?family=Acme|Bitter|Josefin+Slab|Lato|Montserrat|Noto+Sans|Open+Sans|Pacifico|Raleway|Roboto|Ubuntu&display=swap);
@import url(https://fonts.googleapis.com/css?family=Archivo|Asap|Barlow|Cabin|Catamaran|Didact+Gothic|Fjalla+One|Fredoka+One|Hammersmith+One|Josefin+Sans|Kalam|Lexend+Zetta|Lora|Manjari|Mansalva|Neuton|Notable|Oswald|Overpass|Ultra|Vidaloka|Vollkorn&display=swap);
.animated {
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  .animated.bounceIn {
    animation-duration: .7s; }
  .animated.bounceOut {
    animation-duration: .5s; }
  .animated.bounceIn {
    animation-name: bounceIn; }
  .animated.bounceOut {
    animation-name: bounceOut; }
  .animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .7s; }
  .animated.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s; }
  .animated.bounceInDown {
    animation-name: bounceInDown; }
  .animated.bounceOutUp {
    animation-name: bounceOutUp; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: perspective(1px) scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: perspective(1px) scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: perspective(1px) scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: perspective(1px) scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: perspective(1px) scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: perspective(1px) scale3d(1, 1, 1); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.rrt-confirm-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999; }
  .rrt-confirm-holder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 58, 68, 0.8); }
  .rrt-confirm-holder .rrt-confirm {
    width: 320px;
    background-color: white;
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    box-shadow: 3px 3px 20px #333;
    border-radius: 4px;
    overflow: hidden; }
    .rrt-confirm-holder .rrt-confirm .rrt-message {
      width: 100%;
      padding: 5%;
      min-height: 50px;
      font-size: 1em;
      background-color: white;
      text-align: center;
      font-family: 'open-sanscondensed-light', sans-serif;
      clear: both; }
    .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
      display: flex; }
      .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
        flex-grow: 1;
        height: 50px;
        text-transform: capitalize;
        border: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        float: left;
        border-top: 1px solid #f0f0f0;
        font-size: 14px;
        overflow: hidden;
        cursor: pointer; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
          background-color: #f5f5f5; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
          background-color: #60bb71;
          color: white; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
          background-color: #db6a64;
          color: white; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
          outline: none; }

body.toastr-confirm-active {
  overflow: hidden; }

.redux-toastr *, .redux-toastr *:before, .redux-toastr *:after {
  box-sizing: border-box; }

.redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center, .redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
  width: 350px;
  position: fixed;
  z-index: 99999999;
  padding: 0 10px; }

.redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center {
  top: 0; }

.redux-toastr .top-right, .redux-toastr .bottom-right {
  right: 0; }

.redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
  bottom: 0; }

.redux-toastr .top-left, .redux-toastr .bottom-left {
  left: 0; }

.redux-toastr .top-center, .redux-toastr .bottom-center {
  left: 50%;
  margin-left: -175px; }

@media (max-width: 320px) {
  .redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center, .redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
    width: 320px; }
  .redux-toastr .top-center, .redux-toastr .bottom-center {
    margin-left: -160px; } }

.redux-toastr .toastr {
  background-color: #fcfcfc;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  color: #333;
  opacity: .94;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
  .redux-toastr .toastr:hover:not(.rrt-message) {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .redux-toastr .toastr .toastr-status {
    width: 100%;
    height: 5px; }
    .redux-toastr .toastr .toastr-status.success {
      background-color: #60bb71; }
    .redux-toastr .toastr .toastr-status.warning {
      background-color: #f7a336; }
    .redux-toastr .toastr .toastr-status.info {
      background-color: #58abc3; }
    .redux-toastr .toastr .toastr-status.error {
      background-color: #db6a64; }
  .redux-toastr .toastr .rrt-left-container, .redux-toastr .toastr .rrt-right-container {
    float: left;
    text-align: center;
    overflow: hidden; }
  .redux-toastr .toastr .rrt-left-container {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0; }
    .redux-toastr .toastr .rrt-left-container .rrt-holder {
      width: 70px;
      height: 70px;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      left: 5px;
      line-height: 60px; }
    .redux-toastr .toastr .rrt-left-container .toastr-icon {
      fill: white;
      vertical-align: middle;
      margin-top: 5px; }
  .redux-toastr .toastr .rrt-middle-container {
    width: 65%;
    margin-left: 80px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 10px 5px; }
    .redux-toastr .toastr .rrt-middle-container .rrt-title {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 5px; }
  .redux-toastr .toastr .rrt-right-container {
    width: 10%; }
  .redux-toastr .toastr .close-toastr {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
    opacity: 0.5;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial sans-serif;
    color: #000; }
    .redux-toastr .toastr .close-toastr:hover {
      opacity: 1; }
    .redux-toastr .toastr .close-toastr:focus {
      outline: none; }
    .redux-toastr .toastr .close-toastr span {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .redux-toastr .toastr.rrt-info, .redux-toastr .toastr.rrt-success, .redux-toastr .toastr.rrt-warning, .redux-toastr .toastr.rrt-error {
    color: white; }
  .redux-toastr .toastr.rrt-info {
    background-color: #58abc3; }
    .redux-toastr .toastr.rrt-info .rrt-progressbar {
      background-color: #378298; }
  .redux-toastr .toastr.rrt-success {
    background-color: #60bb71; }
    .redux-toastr .toastr.rrt-success .rrt-progressbar {
      background-color: #3e914d; }
  .redux-toastr .toastr.rrt-warning {
    background-color: #f7a336; }
    .redux-toastr .toastr.rrt-warning .rrt-progressbar {
      background-color: #d87e09; }
  .redux-toastr .toastr.rrt-error {
    background-color: #db6a64; }
    .redux-toastr .toastr.rrt-error .rrt-progressbar {
      background-color: #c5352e; }
  .redux-toastr .toastr.rrt-light .rrt-progressbar {
    background-color: #ccc; }
  .redux-toastr .toastr.rrt-light .toastr-icon {
    fill: #333 !important; }
  .redux-toastr .toastr.rrt-message {
    opacity: 1;
    border: 1px solid #dbdbdb; }
    .redux-toastr .toastr.rrt-message .rrt-title {
      width: 90%;
      height: 50px;
      text-align: center;
      overflow: hidden;
      font-size: 1.2em;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      line-height: 50px;
      padding: 0 20px; }
    .redux-toastr .toastr.rrt-message .rrt-text {
      width: 100%;
      max-height: 400px;
      overflow: hidden;
      overflow-y: auto;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1;
      background-color: white;
      padding: 15px;
      font-size: 1.1em;
      margin-bottom: 20px; }
      .redux-toastr .toastr.rrt-message .rrt-text img {
        display: block;
        margin: 10px auto;
        max-width: 100%; }
    .redux-toastr .toastr.rrt-message .close-toastr {
      height: 50px; }
  .redux-toastr .toastr .rrt-progress-container {
    height: 5px;
    margin: 0 -20px -20px -60px;
    position: absolute;
    bottom: 20px;
    width: 100%; }
    .redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
      -webkit-border-radius: 0 0 0 4px;
      -moz-border-radius: 0 0 0 4px;
      border-radius: 0 0 0 4px;
      height: 100%; }

.redux-toastr .toastr-attention {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

.Polaris-Page {
  max-width: 100%; }

.Polaris-Card {
  overflow: visible;
  position: relative; }

.Polaris-Layout {
  margin-left: 0;
  margin-top: 0;
  margin-right: 3.2rem; }

.Polaris-Layout__Section {
  margin-left: 32px; }

.tab-settings .custom-font {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .tab-settings .custom-font label {
    margin-right: 30px; }

@media (max-width: 540px) {
  .tab-settings .Polaris-Layout {
    flex-flow: column-reverse; } }

.redux-toastr .toastr:hover:not(.rrt-message) {
  box-shadow: none !important; }

.redux-toastr {
  box-shadow: none !important; }
  .redux-toastr .bottom-center {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .redux-toastr .bottom-center .toastr {
      min-height: auto !important;
      padding: 0.8rem 1.6rem; }
      .redux-toastr .bottom-center .toastr.rrt-light {
        background: black; }
        .redux-toastr .bottom-center .toastr.rrt-light .rrt-left-container {
          display: none; }
        .redux-toastr .bottom-center .toastr.rrt-light .rrt-middle-container {
          margin-left: 0px;
          padding: 0;
          width: auto; }
          .redux-toastr .bottom-center .toastr.rrt-light .rrt-middle-container .rrt-title {
            margin-bottom: 0px;
            white-space: nowrap;
            color: white;
            margin-right: 1.6rem;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 2rem; }
        .redux-toastr .bottom-center .toastr.rrt-light .rrt-right-container {
          width: auto; }
          .redux-toastr .bottom-center .toastr.rrt-light .rrt-right-container .close-toastr {
            position: relative;
            width: 20px;
            height: 20px;
            color: white;
            opacity: 1 !important; }

.tab-settings > .Polaris-Card {
  background-color: red;
  margin: 20px;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.Polaris-Card__Section {
  padding: 20px 20px; }

.Polaris-SettingAction {
  margin-top: 0; }

.Polaris-SettingAction__Setting {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px; }

.Polaris-SettingAction__Action {
  margin-top: 0; }

.Polaris-SettingAction__Setting svg {
  position: relative;
  top: 2px;
  margin-right: 9px; }

.red {
  color: #de3618; }

.green {
  color: #50b83c; }

.Polaris-Tabs__TabContainer > button {
  padding: 0 32px; }

.Polaris-Page__Content {
  margin-bottom: 11px; }

.SettingToggle_Title .Polaris-Icon {
  display: inline-block;
  margin-right: 10px; }

.SettingToggle_Description {
  color: #637381;
  font-size: 14px;
  line-height: 17px;
  margin-top: 17px; }
  @media (max-width: 500px) {
    .SettingToggle_Description {
      margin-bottom: 17px; } }

.Question-cart-header {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem 2rem 0; }

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

.tab-advanced {
  margin-bottom: 20px; }
  .tab-advanced .mt-20 {
    margin-top: 20px; }
  .tab-advanced .header-title {
    color: #212B36;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 1.4rem;
    font-weight: bold; }
  .tab-advanced .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end; }
    .tab-advanced .input-group.is-error {
      margin-bottom: 44px; }
      .tab-advanced .input-group.is-error .Polaris-Labelled__Error {
        position: absolute; }
    .tab-advanced .input-group.full {
      justify-content: flex-end; }
      .tab-advanced .input-group.full .advanced-input {
        min-width: 100%; }
      .tab-advanced .input-group.full .Polaris-Button {
        margin-top: 20px; }
    .tab-advanced .input-group .advanced-input {
      width: 350px; }
    .tab-advanced .input-group .Polaris-Label {
      font-size: 14px;
      line-height: 17px;
      color: #637381; }
    .tab-advanced .input-group .Polaris-Button {
      margin-left: 10px; }
  .tab-advanced .block-info {
    margin-bottom: 2rem; }
    .tab-advanced .block-info .message {
      font-size: 14px;
      line-height: 17px;
      color: #637381; }

.fixedActionBottom {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F4F6F8;
  border-top: 1px solid #DFE3E8; }
  .fixedActionBottom .bfcmButton {
    margin: auto 0px auto 10px;
    cursor: pointer;
    background: linear-gradient(89.21deg, #470489 1.15%, #300947 99.9%);
    border: 1px solid white;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px #4458F4;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    height: 36px;
    width: auto;
    padding-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    line-height: 36px; }
    .fixedActionBottom .bfcmButton img {
      width: 23px;
      height: auto;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 12px;
      margin-right: 12px; }

#settings-content .reviewBarContainer {
  margin-top: 20px;
  margin-bottom: 57px; }

.tab-settings .question-show_on_home_page {
  position: absolute;
  right: 0;
  top: 0; }

.tab-settings .Polaris-Layout__Section--secondary {
  flex: 1 1 22rem; }

.tab-settings .Desctop-Mobile .Polaris-Button {
  padding: 12px 20px 12px 19px; }

.tab-settings .Desctop-Mobile .icon-title .Polaris-Icon {
  margin-bottom: 4px; }

.tab-settings .Field-bar-threshold .input {
  width: 45px; }

.tab-settings .Button-shape .Polaris-Button {
  padding: 8px 6px; }

.tab-settings .Preview {
  position: relative;
  display: flex;
  justify-content: center; }

.tab-settings .Polaris-Button--primary .btn-icon-space-between div, .tab-settings .Polaris-Button--primary .btn-icon-center div {
  background: #FFFFFF !important; }

.tab-settings .btn-icon-space-between {
  display: flex; }
  .tab-settings .btn-icon-space-between div {
    width: 20px;
    height: 4px;
    background: #212B36; }
  .tab-settings .btn-icon-space-between div + div {
    margin-left: 20px; }

.tab-settings .btn-icon-center {
  display: flex; }
  .tab-settings .btn-icon-center div {
    width: 20px;
    height: 4px;
    background: #212B36; }
  .tab-settings .btn-icon-center div + div {
    margin-left: 4px; }

.tab-performance {
  padding-bottom: 2rem; }
  .tab-performance .Notice-info {
    display: flex;
    flex-direction: row; }
    .tab-performance .Notice-info .Notice-info-img {
      width: 11.1rem;
      height: 11.1rem;
      margin-right: 2rem; }
    .tab-performance .Notice-info .Notice-info-block {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .tab-performance .Notice-info .Notice-info-block .title {
        color: #212B36;
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 1rem;
        font-weight: 500; }
      .tab-performance .Notice-info .Notice-info-block .message {
        color: #637381;
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 1rem; }
      .tab-performance .Notice-info .Notice-info-block .Polaris-Link:hover, .tab-performance .Notice-info .Notice-info-block .Polaris-Link:active, .tab-performance .Notice-info .Notice-info-block .Polaris-Link:focus {
        border: none !important;
        box-shadow: none !important;
        border-color: white;
        outline: 0; }
  .tab-performance .Click-statistics-title {
    display: flex;
    flex-direction: row;
    color: #212B36;
    font-size: 1.6rem;
    line-height: 1.9rem;
    align-items: center; }
    .tab-performance .Click-statistics-title .Polaris-Icon {
      margin: 0;
      margin-right: 0.9rem; }
  .tab-performance .Click-statistics-message {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #637381;
    margin-bottom: 2rem; }
  .tab-performance .Click-statistics-items {
    border: 1px solid #C4CDD5;
    height: 10rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: row; }
    .tab-performance .Click-statistics-items .Click-statistics-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1;
      border-right: 1px solid #C4CDD5; }
      .tab-performance .Click-statistics-items .Click-statistics-item:last-child {
        border-right: none; }
      .tab-performance .Click-statistics-items .Click-statistics-item .count {
        color: #212B36;
        font-size: 2.6rem;
        line-height: 3.1rem;
        margin-bottom: 0.9rem; }
      .tab-performance .Click-statistics-items .Click-statistics-item .label {
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #637381; }
  .tab-performance .Top10-clicked-products .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #637381; }
    .tab-performance .Top10-clicked-products .header .date {
      max-width: 230px;
      color: #212B36; }
  .tab-performance .Top10-clicked-products .items {
    display: flex;
    flex-direction: column; }
    .tab-performance .Top10-clicked-products .items .item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      min-height: 32px;
      padding: 12px 0;
      border-bottom: 1px solid #DFE3E8; }
      .tab-performance .Top10-clicked-products .items .item .product {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .tab-performance .Top10-clicked-products .items .item .product .image {
          width: 32px;
          height: 32px;
          margin-right: 16px;
          background-color: #F4F6F8;
          border-radius: 2px;
          background-position: center;
          background-size: cover; }
      .tab-performance .Top10-clicked-products .items .item .clicks {
        padding-right: 11px; }
  .tab-performance .Clicks-growth .Clicks-growth-message {
    color: #637381;
    margin-bottom: 2rem; }

.headerButtonsGroup {
  margin-top: 10px;
  margin-left: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #DFE3E8;
  justify-content: space-between;
  display: flex;
  margin-right: 20px; }

.notFullWidthHr {
  border: 0.5px solid #DFE3E8;
  height: 1px;
  width: 100%;
  margin: 10px 0px 10px 0px; }

.customFreshChatCss {
  right: 20px !important;
  bottom: 80px !important; }

.customModalCss {
  top: 55% !important; }

.headerMainToggleButton {
  margin-top: 20px; }

*, *:before, *:after {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

.pulse {
  margin: 100px;
  display: block;
  width: 213px;
  height: 36px;
  border-radius: 3px;
  background: #03DFC4;
  cursor: pointer;
  box-shadow: 0 0 0 #03DFC4;
  animation: pulse 2s infinite; }

.pulse:hover {
  animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #03dfc4; }
  70% {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 36, 237, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 36, 237, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #03dfc4;
    box-shadow: 0 0 0 0 #03dfc4; }
  70% {
    -moz-box-shadow: 0 0 0 6px rgba(207, 36, 237, 0);
    box-shadow: 0 0 0 6px rgba(207, 36, 237, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(207, 36, 237, 0);
    box-shadow: 0 0 0 0 rgba(207, 36, 237, 0); } }

.BarNotice {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 500px) {
    .BarNotice {
      padding: 20px; } }
  .BarNotice .action {
    margin-top: 5px; }
  .BarNotice .title {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #212B36;
    margin-bottom: 16px; }
  .BarNotice .content-block p {
    color: #637381;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-bottom: 9px; }
  .BarNotice .content-block .steps {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px; }
    @media (max-width: 500px) {
      .BarNotice .content-block .steps {
        flex-direction: column; } }
    .BarNotice .content-block .steps .step-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-right: 20px; }
      @media (max-width: 500px) {
        .BarNotice .content-block .steps .step-item {
          justify-content: left;
          margin-bottom: 10px; } }
      .BarNotice .content-block .steps .step-item .title-item {
        font-size: 1.4rem;
        line-height: 1.7rem; }
        .BarNotice .content-block .steps .step-item .title-item .Polaris-Link {
          margin-left: 4px; }
      .BarNotice .content-block .steps .step-item .icon {
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: white;
        margin-right: 10px; }
        .BarNotice .content-block .steps .step-item .icon .Polaris-Icon {
          display: none; }
        .BarNotice .content-block .steps .step-item .icon .number {
          font-size: 1.4rem;
          line-height: 1.7rem;
          margin: 0; }
      .BarNotice .content-block .steps .step-item.active .title-item {
        color: #50b83c; }
      .BarNotice .content-block .steps .step-item.active .icon {
        background: #50b83c; }
        .BarNotice .content-block .steps .step-item.active .icon .Polaris-Icon {
          display: block; }
        .BarNotice .content-block .steps .step-item.active .icon .number {
          display: none; }

.reviewPromptContainer {
  padding-bottom: 10px; }

.onboardingReviewBarContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10px; }
  @media (max-width: 500px) {
    .onboardingReviewBarContainer {
      flex-direction: column; } }
  .onboardingReviewBarContainer .reviewIllustration {
    height: 90px;
    width: 90px; }
  .onboardingReviewBarContainer .onboardingreviewBarText {
    margin: auto 0px auto 24px; }
    @media (max-width: 500px) {
      .onboardingReviewBarContainer .onboardingreviewBarText {
        text-align: center; } }
    .onboardingReviewBarContainer .onboardingreviewBarText .Polaris-Heading {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px; }
    .onboardingReviewBarContainer .onboardingreviewBarText p {
      font-size: 14px;
      line-height: 17px;
      margin-top: 4px; }
    .onboardingReviewBarContainer .onboardingreviewBarText .Polaris-Link {
      font-size: 14px;
      line-height: 17px; }
  .onboardingReviewBarContainer .onboardingReviewBar {
    margin: auto auto auto 23px;
    display: flex;
    flex-direction: row;
    text-align: left; }
    @media (max-width: 500px) {
      .onboardingReviewBarContainer .onboardingReviewBar {
        margin: auto; } }
  .onboardingReviewBarContainer .onboardingReviewStar {
    padding: 5px;
    cursor: pointer; }
  .onboardingReviewBarContainer .onboardingReviewIllustration {
    margin-top: auto;
    margin-bottom: auto; }
  .onboardingReviewBarContainer .onboardingReviewTextIndicator {
    margin: auto auto auto 17px; }

.ReactModal__Overlay {
  z-index: 1000; }

.reviewModalHeader {
  height: 240px;
  margin: 0px;
  display: flex; }
  .reviewModalHeader img {
    object-fit: cover;
    margin: 0px;
    width: 100%;
    height: 100%; }

.reviewModalHeader > button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #919EAB; }

.reviewModalBody {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  height: 100%;
  max-width: 420px;
  margin: 10px auto auto auto;
  text-align: center; }

.reviewModalBody > svg {
  margin: auto; }

.reviewModalBody > h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px; }

.reviewModalBody > p {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 320px; }

.reviewPromptSecondaryButton {
  text-decoration: underline;
  cursor: pointer;
  color: #5362B3;
  margin-top: 20px; }

.buttonWrapper {
  margin: 7px auto 0px auto; }

.reviewBarContainer {
  display: flex;
  flex-direction: row;
  background-color: #50248F;
  width: 100%;
  height: 144px; }

.reviewBarImage {
  width: auto;
  height: 132px;
  margin-left: 17px;
  margin-top: 12px; }

.reviewBarText {
  color: white;
  margin: auto 0px auto 18px; }

.reviewBar {
  margin: auto auto auto 18px;
  display: flex;
  flex-direction: row;
  text-align: left; }

.reviewStar {
  padding: 2.5px;
  cursor: pointer; }

.reviewTextIndicator {
  color: white;
  margin: auto auto auto 17px; }

.reviewModalHeader {
  position: absolute;
  right: 6px; }

.reviewModalHeader > button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #919EAB; }

.reviewModalBody {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  height: 100%;
  max-width: 420px;
  margin: 10px auto auto auto;
  text-align: center; }

.reviewModalBody > h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px; }

.reviewModalBody > p {
  margin-top: 10px; }

.reviewModalBody >
.Polaris-Button--primary {
  margin: 20px auto 0px auto; }

.reviewPromptSecondaryButton {
  text-decoration: underline;
  cursor: pointer;
  color: #5362B3;
  margin-top: 20px; }

.refToStickyModalHeader {
  position: absolute;
  right: 6px;
  color: white; }

.refToStickyModalHeader > button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #919EAB; }

.refToStickyModalBody {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  height: 100%;
  width: 400px;
  margin: 10px auto auto auto;
  text-align: center;
  color: white; }

.refToStickyModalBody > svg {
  margin: auto; }

.refToStickyModalBody > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  color: white; }

.refToStickyModalBody > p {
  margin-top: 10px;
  color: white; }

.refToStickyModalBody >
.Polaris-Button--primary {
  max-width: 155px;
  margin: 20px auto 0px auto; }

.reviewPromptSecondaryButton {
  text-decoration: underline;
  cursor: pointer;
  color: #5362B3;
  margin-top: 20px; }

.refToOtherAppStickyAppButton {
  margin-top: 15px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

*, *:before, *:after {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

.Guide {
  padding: 30px 42px; }
  .Guide .link-shopify {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline;
    text-align: inherit;
    padding: 0;
    background: none;
    border: 0;
    font-size: inherit;
    color: var(--p-action-interactive, #006fbb);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    .Guide .link-shopify:hover {
      color: #084e8a;
      text-decoration: underline; }
  .Guide .btn-shopify {
    background: linear-gradient(180deg, #606FC7 0%, #5865C1 100%);
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    border: none;
    background: linear-gradient(to bottom, #6371c7, #5563c1);
    border-color: #3f4eae;
    box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
    color: white;
    cursor: pointer;
    padding: 7px 16px;
    min-height: 36px;
    min-width: 36px; }
    .Guide .btn-shopify:active, .Guide .btn-shopify:focus, .Guide .btn-shopify:hover {
      background: linear-gradient(to bottom, #3f4eae, #3f4eae);
      border-color: #38469b;
      box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b; }
  .Guide h1 {
    font-size: 20px;
    line-height: 24px;
    color: #212B36; }
  .Guide .card-block {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    max-width: 619px; }
    .Guide .card-block p {
      font-size: 14px;
      line-height: 17px;
      color: #212B36;
      margin-top: 20px; }
    .Guide .card-block p + p {
      margin-top: 0; }
    .Guide .card-block h1 {
      font-weight: bold;
      font-size: 14px;
      line-height: 17px; }
    .Guide .card-block .actions {
      margin-top: 20px;
      display: flex; }
      .Guide .card-block .actions .link-shopify {
        align-items: center;
        display: flex; }
        .Guide .card-block .actions .link-shopify img {
          margin-right: 8px; }
      .Guide .card-block .actions .link-shopify + .link-shopify {
        margin-left: 26px; }
    .Guide .card-block .input-block {
      display: flex;
      margin-top: 20px; }
      .Guide .card-block .input-block input {
        width: 100%;
        border: 1px solid #C4CDD5;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 10px 12px;
        color: #212B36;
        font-size: 14px;
        line-height: 17px;
        margin-right: 4px; }
    .Guide .card-block .block1 {
      width: 100%;
      margin-top: 20px;
      min-height: 347px;
      position: relative; }
      .Guide .card-block .block1 .header-item {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .Guide .card-block .block1 .header-item .item-left {
          background: #3B3E74;
          width: 36px;
          height: 8px; }
        .Guide .card-block .block1 .header-item .item-right {
          display: flex;
          align-items: center; }
          .Guide .card-block .block1 .header-item .item-right .circle {
            background: #3B3E74;
            width: 17px;
            height: 17px;
            border-radius: 50%; }
          .Guide .card-block .block1 .header-item .item-right .rectangle {
            margin-left: 4px;
            background: #3B3E74;
            width: 47px;
            height: 7px; }
      .Guide .card-block .block1 img {
        width: 100%;
        margin-left: auto;
        display: block;
        margin-top: 10px; }

.AutoConversion {
  width: 100%;
  background: linear-gradient(180deg, #161E53 0%, #1F1031 100%);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px rgba(63, 63, 68, 0.15), 0px 0px 4px rgba(63, 63, 68, 0.05);
  margin-bottom: 20px; }
  .AutoConversion .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px; }
    .AutoConversion .title .text {
      color: #FFFFFF;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px; }
  .AutoConversion img {
    width: 100%;
    margin-bottom: 20px; }
  .AutoConversion .desc {
    font-size: 14px;
    line-height: 17px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    color: #FFFFFF; }
  .AutoConversion .subtitle-text {
    font-size: 14px;
    line-height: 17px;
    margin: 20px;
    color: white;
    display: flex;
    flex-direction: row;
    align-self: flex-start; }
    .AutoConversion .subtitle-text span {
      margin-right: 10px; }
    .AutoConversion .subtitle-text a {
      color: white; }

.CheckboxInput .Polaris-Choice {
  padding: 0; }

.ColorPickerInput {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .ColorPickerInput .none:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background: #FF4953;
    -webkit-transform: rotate(50.53deg);
    -moz-transform: rotate(50.53deg);
    -o-transform: rotate(50.53deg);
    -ms-transform: rotate(50.53deg);
    transform: rotate(50.53deg); }

.ColorPickerInput-color .ColorPickerInput-value {
  width: 30px;
  height: 30px;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center; }

.ColorPickerInput-color {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #C4CDD5;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.ColorPickerInput-block {
  position: absolute;
  top: 0;
  width: 460px;
  display: flex;
  border-radius: 5px;
  background: white;
  left: 40px;
  border: 1px solid #DFE3E8;
  z-index: 99999; }

.ColorPickerInput-hax-input {
  padding: 16px;
  position: relative; }

.ColorPickerInput-hax-input .label {
  position: absolute;
  top: 24px;
  z-index: 99;
  right: 24px;
  font-size: 14px;
  line-height: 17px;
  color: #919EAB; }

.ColorPickerInput-hax-input .Polaris-TextField input {
  padding-left: 35px; }

.ColorPickerInput-hax-input .point {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 99;
  top: 24px;
  left: 24px;
  border-radius: 50%; }

.ColorPickerInput-default {
  border-left: 1px solid #DFE3E8; }

.ColorPickerInput-default-title {
  padding: 0 14px;
  padding-top: 14px;
  color: #919EAB;
  font-size: 14px;
  line-height: 17px; }

.ColorPickerInput-default-items {
  padding: 0 10px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  .ColorPickerInput-default-items .ColorPickerInput-default-item {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 4px;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    align-items: center;
    display: flex; }
    .ColorPickerInput-default-items .ColorPickerInput-default-item:hover {
      border: 2px solid #606fc7; }

.CustomDropDown {
  position: relative;
  width: 100%;
}

.CustomDropDown .drop-wrapper {

  position: absolute;
  z-index: 99;
  /* top: 0; */
  width: 100%;
  background: white;
  border: 1px solid #CECECE;
  /* margin-top: -1px; */
  /* border-radius: 3px; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
} 

.drop-wrapper .drop-item-option{
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
  cursor: pointer;
}

.drop-item-option:hover{
  background: #0078d7;
  font-size: 16px;
  color: #FFFFFF;
}

.drop-item-option.active{
  background: #0078d7;
  font-size: 16px;
  color: #FFFFFF;
}

.CustomDropDown .CustomDropDown-Input{
  display: flex;
  width: 100%;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: initial;
  letter-spacing: initial;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.6rem;
  padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  border: 1px solid #C4CDD5;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
  border-radius: 3px;
  cursor: pointer;
}

.CustomDropDown .CustomDropDown-Input.active{
  border: 1px solid #C4CDD5;
  border-color: #2a6dc9;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(42,109,201,1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(42,109,201,1);
  box-shadow: 0px 0px 1px 1px rgba(42,109,201,1);
}
.Font-Lato{
  font-family: 'Lato', sans-serif;
}

.Font-Arial{
  font-family: 'Arial', sans-serif;
}

.Font-Roboto{
  font-family: 'Roboto', sans-serif;
}

.Font-Raleway{
  font-family: 'Raleway', sans-serif;
}

.Font-Josefin_Slab{
  font-family: 'Josefin Slab', sans-serif;
}

.Font-Open_Sans{
  font-family: 'Open Sans', sans-serif;
}

.Font-Montserrat{
  font-family: 'Montserrat', sans-serif;
}

.Font-Ubuntu{
  font-family: 'Ubuntu', sans-serif;
}

.Font-Bitter{
  font-family: 'Bitter', sans-serif;
}

.Font-Pacifico{
  font-family: 'Pacifico', sans-serif;
}

.Font-Noto_Sans{
  font-family: 'Noto Sans', sans-serif;
}

.Font-Acme{
  font-family: 'Acme', sans-serif;
}

.Font-Archivo{
  font-family: 'Archivo', sans-serif;
}

.Font-Asap{
  font-family: 'Asap', sans-serif;
}

.Font-Barlow{
  font-family: 'Barlow', sans-serif;
}

.Font-Cabin{
  font-family: 'Cabin', sans-serif;
}

.Font-Catamaran{
  font-family: 'Catamaran', sans-serif;
}

.Font-Didact{
  font-family: 'Didact Gothic', sans-serif;
}

.Font-Fjalla{
  font-family: 'Fjalla One', sans-serif;
}

.Font-Fredoka{
  font-family: 'Fredoka One', sans-serif;
}

.Font-Hammersmith{
  font-family: 'Hammersmith One', sans-serif;
}

.Font-Josefin{
  font-family: 'Josefin Sans', sans-serif;
}

.Font-Kalam{
  font-family: 'Kalam', sans-serif;
}

.Font-Lora{
  font-family: 'Lora', sans-serif;
}

.Font-Manjari{
  font-family: 'Manjari', sans-serif;
}

.Font-Mansalva{
  font-family: 'Mansalva', sans-serif;
}

.Font-Notable{
  font-family: 'Notable', sans-serif;
}

.Font-Oswald{
  font-family: 'Oswald', sans-serif;
}

.Font-Overpass{
  font-family: 'Overpass', sans-serif;
}

.Font-Neuton{
  font-family: 'Neuton', sans-serif;
}

.Font-Ultra{
  font-family: 'Ultra', sans-serif;
}

.Font-Vidaloka{
  font-family: 'Vidaloka', sans-serif;
}

.Font-Vollkorn{
  font-family: 'Vollkorn', sans-serif;
}

.Font-Lexend{
  font-family: 'Lexend', sans-serif;
}
.LayoutInput .Polaris-Label {
  margin-bottom: 30px; }

.LayoutInput .Polaris-Choice {
  display: flex;
  align-items: center; }

.LayoutInput .Layout1 {
  display: flex;
  background: #5E6CC5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 8px 9px;
  border: 1px solid #DCE1E6; }
  .LayoutInput .Layout1.not_active {
    background: #C4CDD5;
    border: 1px solid #DCE1E6;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
  .LayoutInput .Layout1 .block1 {
    width: 24px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 5px; }
  .LayoutInput .Layout1 .block2 {
    width: 33px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6); }

.LayoutInput .Layout2 {
  display: flex;
  background: #5E6CC5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: 8px 9px;
  border: 2px solid rgba(255, 255, 255, 0.6); }
  .LayoutInput .Layout2.not_active {
    background: #C4CDD5;
    border: 1px solid #DCE1E6;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid #DCE1E6; }
  .LayoutInput .Layout2 .block1 {
    width: 24px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 5px; }
  .LayoutInput .Layout2 .block2 {
    width: 75px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6); }

.LayoutInput .Layout3 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5E6CC5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center; }
  .LayoutInput .Layout3.not_active {
    background: #C4CDD5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
    .LayoutInput .Layout3.not_active svg {
      fill: #C4CDD5; }
  .LayoutInput .Layout3 svg {
    fill: white; }
  .LayoutInput .Layout3 .block1 {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center; }

.LayoutInput .Layout4 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5E6CC5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center; }
  .LayoutInput .Layout4.not_active {
    background: #C4CDD5;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
    .LayoutInput .Layout4.not_active svg {
      fill: #C4CDD5; }
  .LayoutInput .Layout4 svg {
    fill: white; }
  .LayoutInput .Layout4 .block1 {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center; }


.RadioButton .Polaris-Stack {
  margin-top: -1rem; }

.RadioButton .Polaris-Label {
  margin-bottom: 0.4rem; }

.RadioButton .Polaris-Stack__Item {
  margin-top: 1rem; }

.PlacementInput .icon-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap; }

.PlacementInput .Polaris-ButtonGroup {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr); }
  .PlacementInput .Polaris-ButtonGroup > div {
    max-height: 6.6rem; }
    .PlacementInput .Polaris-ButtonGroup > div:nth-child(3), .PlacementInput .Polaris-ButtonGroup > div:nth-child(4) {
      margin-top: -0.2rem; }
    .PlacementInput .Polaris-ButtonGroup > div > button {
      padding: 0.9rem 1rem 0.8rem; }
  .PlacementInput .Polaris-ButtonGroup div {
    margin-left: var(--p-button-group-item-spacing, -0.1rem); }

.PlacementInput .btn-placement-group {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  margin-bottom: 0.4rem;
  grid-template: repeat(3, 1fr)/repeat(3, 1fr); }
  .PlacementInput .btn-placement-group.b-l div:nth-child(7) {
    background: #212b36; }
  .PlacementInput .btn-placement-group.b-r div:nth-child(9) {
    background: #212b36; }
  .PlacementInput .btn-placement-group.t-l div:nth-child(1) {
    background: #212b36; }
  .PlacementInput .btn-placement-group.t-r div:nth-child(3) {
    background: #212b36; }
  .PlacementInput .btn-placement-group div {
    background: rgba(33, 43, 54, 0.3);
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.05rem; }

.PlacementInput .Polaris-ButtonGroup__Item:nth-child(1) button {
  border-bottom-left-radius: 0; }

.PlacementInput .Polaris-ButtonGroup__Item:nth-child(2) button {
  border-top-right-radius: var(--p-border-radius-base, 3px); }

.PlacementInput .Polaris-ButtonGroup__Item:nth-child(3) button {
  border-bottom-left-radius: var(--p-border-radius-base, 3px); }

.PlacementInput .Polaris-ButtonGroup__Item:nth-child(4) button {
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--p-border-radius-base, 3px); }

.PlacementInput .Polaris-Button.Polaris-Button--primary .btn-placement-group div {
  background: rgba(255, 255, 255, 0.5); }

.PlacementInput .Polaris-Button.Polaris-Button--primary .btn-placement-group.b-l div:nth-child(7) {
  background: #ffffff; }

.PlacementInput .Polaris-Button.Polaris-Button--primary .btn-placement-group.b-r div:nth-child(9) {
  background: #ffffff; }

.PlacementInput .Polaris-Button.Polaris-Button--primary .btn-placement-group.t-l div:nth-child(1) {
  background: #ffffff; }

.PlacementInput .Polaris-Button.Polaris-Button--primary .btn-placement-group.t-r div:nth-child(3) {
  background: #ffffff; }

.SizeInput .input-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .SizeInput .input-block .input {
    display: flex; }
    .SizeInput .input-block .input .Polaris-Labelled__Error {
      display: none; }
    .SizeInput .input-block .input .Polaris-TextField__Input {
      max-width: 54px;
      text-align: right; }
    .SizeInput .input-block .input .Polaris-TextField__Backdrop {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .SizeInput .input-block .input .hint-text {
      height: 36px;
      background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
      border: 1px solid #C4CDD5;
      margin-left: -2px;
      display: flex;
      z-index: 2;
      align-items: center;
      justify-content: center;
      width: 42px; }
      .SizeInput .input-block .input .hint-text.is-error {
        border-color: #bf0711; }

.QuestionMark {
  position: relative;
  /* display: inline-block; */
}

.QuestionMark .tooltiptext {
  visibility: hidden;
  right: 0;
  width: 202px;
  display: flex;
  /* padding: 5px 10px; */
  background-color: #F6F6F6;
  color: #212B36;
  text-align: center;
  border-radius: 6px;
  padding: 9px 10px;
  position: absolute;
  z-index: 1;
  right: -36px;
  bottom: 32px;
  /* right: -78px; */
  /* left: 50%; */
  /* margin-left: ; */
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 99999;
}

.QuestionMark .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 38px;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #F6F6F6 transparent transparent transparent;
}

.QuestionMark:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.CurrenciesListInput {
  margin-bottom: 20px; }
  .CurrenciesListInput .ItemCurrency {
    display: flex;
    align-items: center;
    padding: 4px 0; }
    .CurrenciesListInput .ItemCurrency img {
      height: 20px;
      margin-right: 13px; }
  .CurrenciesListInput .actions {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .CurrenciesListInput .actions button {
      margin-top: 10px; }
    .CurrenciesListInput .actions .CustomDropDown .Polaris-Button {
      width: 100%; }
    .CurrenciesListInput .actions .CustomDropDown .drop-wrapper {
      top: 0; }
  .CurrenciesListInput .list .item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFE3E8; }
    .CurrenciesListInput .list .item .title {
      color: #212B36;
      font-size: 14px;
      line-height: 17px; }
    .CurrenciesListInput .list .item:first-child {
      border-top: 1px solid #DFE3E8; }
  .CurrenciesListInput .list .actions {
    display: flex;
    flex-direction: row;
    margin: 0; }
    .CurrenciesListInput .list .actions img {
      cursor: pointer; }
    .CurrenciesListInput .list .actions img + img {
      margin-left: 16px; }

.PreviewLink {
  display: flex;
  align-items: center;
  color: #007ACE;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer; }
  .PreviewLink svg {
    fill: #007ACE; }

.BoostMobileSales {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .BoostMobileSales .new-label {
    background: linear-gradient(113.89deg, #0AEFDB 0%, #18E6A8 100%);
    border-radius: 2px;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 3px 5px; }
  .BoostMobileSales .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #0CEED3;
    margin-top: 17px; }
  .BoostMobileSales .logo {
    margin-top: 17px; }
  .BoostMobileSales h1 {
    font-size: 20px !important;
    line-height: 24px;
    color: #212B36;
    margin-top: 20px; }
  .BoostMobileSales p {
    font-size: 14px;
    line-height: 17px;
    color: #212B36;
    margin-top: 12px;
    text-align: center;
    padding: 0 16px; }
  .BoostMobileSales a {
    margin-top: 16px; }

.SmartPricing .NumberTwoLabelsInput .input-block {
  display: flex;
  justify-content: space-between; }
  .SmartPricing .NumberTwoLabelsInput .input-block .input-wrap {
    display: flex;
    align-items: center; }
    .SmartPricing .NumberTwoLabelsInput .input-block .input-wrap .input {
      width: 45px; }

.SmartPricing .Polaris-Choice {
  width: 100%; }

.SmartPricing .Polaris-Choice__Label {
  width: 100%; }

.SmartPricing .custom-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.NumberTwoLabelsInput .input {
  width: 35px;
  margin: 0 10px; }
  .NumberTwoLabelsInput .input .Polaris-Labelled__Error {
    display: none; }

.NumberTwoLabelsInput .input-block {
  display: flex;
  align-items: center; }

.CurrencyFormatting .NumberTwoLabelsInput .input-block {
  display: flex;
  justify-content: space-between; }
  .CurrencyFormatting .NumberTwoLabelsInput .input-block .input-wrap {
    display: flex;
    align-items: center; }
    .CurrencyFormatting .NumberTwoLabelsInput .input-block .input-wrap .input {
      width: 45px; }

.CurrencyFormatting .Polaris-Choice {
  width: 100%; }

.CurrencyFormatting .Polaris-Choice__Label {
  width: 100%; }

.CurrencyFormatting .custom-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.CartPageNotification p {
  color: #637381;
  font-size: 14px;
  line-height: 17px; }

.CustomPlacement p {
  font-size: 14px;
  line-height: 17px;
  color: #212B36; }

.CustomPlacement .contant-input {
  border: 1px solid #C4CDD5;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #212B36;
  width: 100%; }

.CustomPlacement .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212B36;
  margin: 20px 0; }

.CustomPlacement .Polaris-Link {
  display: flex;
  align-items: center; }
  .CustomPlacement .Polaris-Link img {
    margin-right: 8px; }

.CustomPlacement .Polaris-Link + .Polaris-Link {
  margin-top: 20px; }

.CartNoticeCustomPlacement p {
  font-size: 14px;
  line-height: 17px;
  color: #212B36; }

.CartNoticeCustomPlacement .contant-input {
  border: 1px solid #C4CDD5;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #212B36;
  width: 100%; }

.CartNoticeCustomPlacement .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212B36;
  margin: 20px 0; }

.CartNoticeCustomPlacement .Polaris-Link {
  display: flex;
  align-items: center; }
  .CartNoticeCustomPlacement .Polaris-Link img {
    margin-right: 8px; }

.CartNoticeCustomPlacement .Polaris-Link + .Polaris-Link {
  margin-top: 20px; }

.BarPreview {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .BarPreview .link {
    display: flex;
    align-items: center;
    color: #637381;
    font-size: 14px;
    line-height: 17px; }
    .BarPreview .link a {
      margin-left: 1rem;
      fill: #007ACE; }
  .BarPreview .widget-container {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 360px;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center; }
    .BarPreview .widget-container .showText {
      width: 100%;
      text-align: center;
      padding: 0 41px;
      font-size: 14px;
      line-height: 17px;
      color: #212B36; }
  .BarPreview .Polaris-ButtonGroup .icon-title {
    display: flex;
    align-items: center; }
    .BarPreview .Polaris-ButtonGroup .icon-title .Polaris-Icon {
      margin-right: 12px; }

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

.tab-settings .Polaris-Layout {
  align-items: stretch; }

.WelcomeModal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column; }
  .WelcomeModal img {
    margin-top: 37px; }
  .WelcomeModal h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px; }
  .WelcomeModal p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    width: 317px;
    text-align: center; }
  .WelcomeModal .Polaris-Button {
    margin-top: 30px; }

.welcomeModalHeader {
  margin: 0px;
  display: flex; }

.welcomeModalHeader > button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #919eab;
  position: absolute;
  right: 6px; }

.refToStickyModalHeader {
  position: absolute;
  right: 6px;
  color: white; }

.refToStickyModalHeader > button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #919EAB; }

.refToStickyModalBody {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  height: 100%;
  width: 400px;
  margin: 10px auto auto auto;
  text-align: center;
  color: white; }

.refToStickyModalBody > svg {
  margin: auto; }

.refToStickyModalBody > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  color: white; }

.refToStickyModalBody > p {
  margin-top: 10px;
  color: white; }

.refToStickyModalBody >
.Polaris-Button--primary {
  max-width: 155px;
  margin: 20px auto 0px auto; }

.reviewPromptSecondaryButton {
  text-decoration: underline;
  cursor: pointer;
  color: #5362B3;
  margin-top: 20px; }

.refToOtherAppStickyAppButton {
  margin-top: 15px; }

