body {
  height: 100vh;
}
body.modal-active {
  overflow: hidden;
}

li {
  list-style-type: none;
}

#content {
  position: relative;
}

.language {
  position: relative;
}
.language .current-language {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 2rem;
}
.language .current-language a {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  margin-left: 10px;
}
.language .current-language a img {
  height: 30px;
  width: 40px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.language .language-dropdown {
  position: absolute;
  right: -2px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 180px;
  z-index: 99;
}
.language .language-dropdown ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.language .language-dropdown ul li {
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
.language .language-dropdown ul li a {
  display: block;
  height: 30px;
}
.language .language-dropdown ul li a img {
  height: 30px;
  width: 40px;
  padding: 5px;
}
.language .language-dropdown ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
#header .header-left {
  display: flex;
  align-items: center;
  flex: auto;
}
#header .header-left .logo {
  font-family: "Roboto", sans-serif;
}
#header .header-left .logo a {
  margin-left: 10px;
  display: flex;
  text-decoration: none;
}
#header .header-left .logo a .logo-image {
  width: 36px;
  height: 36px;
}
#header .header-left .logo a .logo-text div {
  font-size: 14px;
  color: #563d7c;
  line-height: 16px;
}
#header .header-left .logo a .logo-text p {
  font-size: 16px;
  color: #563d7c;
  font-weight: 700;
}
#header .header-right {
  display: flex;
  align-items: center;
}
#header .header-right .language {
  margin-right: 15px;
  padding: 2px;
  position: relative;
}
#header .header-right .language .current-language {
  margin-bottom: 0;
}
#header .header-right .language .current-language a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header .header-right .language .current-language a img {
  height: 30px;
  width: 40px;
  padding: 5px;
}
#header .header-right .language .language-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 180px;
}
#header .header-right .language .language-dropdown ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#header .header-right .language .language-dropdown ul li {
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
#header .header-right .language .language-dropdown ul li a {
  display: block;
  height: 30px;
}
#header .header-right .language .language-dropdown ul li a img {
  height: 30px;
  width: 40px;
  padding: 5px;
}
#header .header-right .language .language-dropdown ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-header {
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #e1e3e5;
  padding: 10px 15px 10px;
  position: fixed;
  background: #f4f6f8;
  z-index: 1001;
  width: 100%;
  transform: translateY(-57px);
}
.page-header .language {
  margin-left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2px;
  position: relative;
}
.page-header .language .current-language a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-header .language .current-language a img {
  height: 32px;
  width: 40px;
  padding: 5px;
}
.page-header .language .language-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 180px;
}
.page-header .language .language-dropdown ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-header .language .language-dropdown ul li {
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
.page-header .language .language-dropdown ul li a {
  display: block;
  height: 30px;
}
.page-header .language .language-dropdown ul li a img {
  height: 30px;
  width: 40px;
  padding: 5px;
}
.page-header .language .language-dropdown ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-header #action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
}
.page-header #action-bar .action-left {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.page-header #action-bar .action-left .breadcrumb {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.page-header #action-bar .action-left .breadcrumb a {
  font-size: 16px;
  color: #202223;
  margin-right: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.page-header #action-bar .action-left .breadcrumb a:last-child {
  font-weight: 600;
}
.page-header #action-bar .action-left .breadcrumb span {
  margin-right: 5px;
  color: #202223;
}
.page-header #action-bar .action-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-header #action-bar .action-right .action-buttons {
  display: flex;
  align-items: center;
}
.page-header #action-bar .action-right .action-buttons > div {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page-header {
    height: 75px;
    width: 100%;
  }
  .page-header #action-bar .action-left {
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-bottom: 5px;
  }
  .page-header #action-bar .action-right {
    justify-content: flex-start;
  }
  .page-header .language {
    margin-left: 0;
  }
  .page-header .language .language-dropdown {
    right: unset;
  }
}

.jstree {
  height: 544px;
  overflow-y: auto;
}
@media (max-width: 540px) {
  .jstree {
    height: 200px;
  }
}

#theme-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fcfdfd;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #202223;
}
#theme-placeholder i {
  font-size: 50px;
  margin-bottom: 10px;
}
#theme-placeholder div {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #theme-placeholder {
    height: 370px;
  }
  #theme-placeholder i {
    transform: rotate(90deg);
  }
}

.jscolor {
  background-color: inherit !important;
  color: #212b36 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-container {
  background-color: #fefefe;
  margin: 0 auto;
  transform: translateY(5%);
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 620px;
  border-radius: 8px;
}
.modal .modal-container .modal-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(225, 227, 229);
}
.modal .modal-container .modal-header div {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.modal .modal-container .modal-header .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-container .modal-header .close:hover,
.modal .modal-container .modal-header .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-container .modal-content {
  padding: 20px;
}
@media (max-width: 480px) {
  .modal .modal-container .modal-content {
    overflow-y: auto;
    max-height: 350px;
  }
}
.modal .modal-container .modal-footer {
  border-top: 1px solid rgb(225, 227, 229);
  padding: 16px;
  min-height: 64px;
  display: flex;
  justify-content: flex-end;
}
.modal .modal-container .modal-footer button {
  margin-left: 8px;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Polaris-DataTable__Hooks .Polaris-DataTable__Cell--header {
  min-width: 100px;
}

.font-selector {
  background: linear-gradient(180deg, #fff, #f9fafb);
  border: 1px solid #c4cdd5;
  border-radius: 3px;
  font-weight: 400;
  height: 36px;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  position: relative;
}
.font-selector .font-list {
  display: none;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: linear-gradient(180deg, #fff, #f9fafb);
  z-index: 99;
  border: 1px solid #c4cdd5;
}
.font-selector .font-list div {
  padding: 4px;
}
.font-selector .font-list div:hover {
  background: #ececec;
}
.font-selector.active .font-list {
  display: block;
}
.font-selector .selected-font .Polaris-Select__Icon {
  position: absolute;
  right: 8px;
  top: 8px;
}

.Polaris-App-Content .Polaris-Left {
  margin-bottom: 40px;
}
.Polaris-App-Content .Polaris-Left h4 {
  color: #212326;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.Polaris-App-Content .Polaris-Left p {
  color: #6b7177;
  font-size: 16px;
  margin-bottom: 10px;
}
.Polaris-App-Content .Polaris-Left .Polaris-Review-Container {
  display: flex;
  margin-bottom: 20px;
}
.Polaris-App-Content .Polaris-Left .Polaris-Review-Container svg {
  width: 20px;
  height: 20px;
}
.Polaris-App-Content .Polaris-Left .Polaris-Review-Container a {
  display: inline-block;
  margin-right: 10px;
  color: #212837;
  font-size: 16px;
}
.Polaris-App-Content .Polaris-Left .Polaris-Review-Container span {
  font-size: 16px;
  color: #6b7177;
  display: block;
  margin-bottom: 15px;
}
.Polaris-App-Content .Polaris-Left .description {
  color: #212326;
  font-size: 16px;
  margin-bottom: 20px;
}
.Polaris-App-Content .Polaris-Left .add-app {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background: #212837;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.Polaris-App-Content .Polaris-Right {
  margin-bottom: 40px;
}
.Polaris-App-Content .Polaris-Right .App-Showcase-Image img {
  max-width: 100%;
}
@media (min-width: 1365px) {
  .Polaris-App-Content {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 2rem;
  }
  .Polaris-App-Content .Polaris-Left {
    margin-bottom: 40px;
  }
  .Polaris-App-Content .Polaris-Right {
    margin-bottom: 40px;
  }
}

.Polaris-App-Descriptions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 40px;
}
.Polaris-App-Descriptions .Polaris-App-Description h4 {
  color: #212326;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.Polaris-App-Descriptions .Polaris-App-Description h4 i {
  font-style: normal;
  margin-right: 5px;
}
.Polaris-App-Descriptions .Polaris-App-Description p {
  color: #6b7177;
  font-size: 16px;
  line-height: 24px;
}

.Polaris-App-Features-List {
  margin-bottom: 40px;
}
.Polaris-App-Features-List h4 {
  color: #212326;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.Polaris-App-Features-List h4 i {
  font-style: normal;
  margin-right: 5px;
}
.Polaris-App-Features-List ul {
  padding-left: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 4rem;
}
.Polaris-App-Features-List ul li {
  list-style-type: disc;
  line-height: 30px;
}

.Polaris-App-ScreenShots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem 4rem;
}
.Polaris-App-ScreenShots div img {
  max-width: 100%;
}

@media (max-width: 1008px) {
  .banner-wait {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .Polaris-Layout__Section.Polaris-TemplateSetting__TopBar {
    flex-direction: column;
    align-items: flex-start;
  }
  .Polaris-Layout__Section.Polaris-TemplateSetting__TopBar .Polaris-Select {
    margin: 0 0 2rem 0 !important;
    width: 100%;
  }
  .Polaris-Layout__Section.Polaris-TemplateSetting__TopBar .Polaris-Select:last-child {
    margin: 0 0 !important;
  }
}

#action-log-grid .datatable-empty {
  margin-top: 0;
}

.cke_reset_all .Polaris-Banner {
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  padding: 1.6rem;
  transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
  transition-delay: 0.1s;
  box-shadow: inset 0 3px 0 0 #47c1bf, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  background-color: #f4f6f8;
}
.cke_reset_all .Polaris-Banner * {
  white-space: normal;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #212b36;
}
.cke_reset_all .Polaris-Banner .Polaris-Link {
  cursor: pointer;
  color: #007ace;
}
.cke_reset_all .Polaris-Banner .Polaris-Link:active,
.cke_reset_all .Polaris-Banner .Polaris-Link:focus,
.cke_reset_all .Polaris-Banner .Polaris-Link:hover {
  outline: none;
  color: #084e8a;
}
.cke_reset_all .Polaris-Banner .Polaris-Banner__Ribbon {
  position: relative;
  padding-right: 1.6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.2rem;
  flex: 0 0 3.2rem;
}
.cke_reset_all .Polaris-Banner .Polaris-Banner__Ribbon span {
  display: block;
  height: 2rem;
  width: 2rem;
  max-height: 100%;
  max-width: 100%;
  fill: #00848e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.4rem;
}
.cke_reset_all .Polaris-Banner .Polaris-Banner__Ribbon span svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cke_reset_all .Polaris-Banner .Polaris-Banner__Ribbon span svg circle {
  color: #ffffff;
}

.help-icon {
  color: #637381;
}

.subscription-mode,
.template-preview-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  max-width: 820px !important;
  height: 36px;
}
.subscription-mode .switch,
.template-preview-mode .switch {
  margin: 0 20px;
  cursor: pointer;
}
.subscription-mode .switch .switch-container,
.template-preview-mode .switch .switch-container {
  width: 60px;
  height: 26px;
  padding: 4px;
  border-radius: 18px;
  background: #ffffff;
  position: relative;
}
.subscription-mode .switch .switch-container .switch-button,
.template-preview-mode .switch .switch-container .switch-button {
  width: 20px;
  height: 20px;
  background: #212837;
  border-radius: 50%;
  transition: all ease 0.3s;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.subscription-mode .switch.switch-active .switch-container .switch-button,
.template-preview-mode .switch.switch-active .switch-container .switch-button {
  left: calc(100% - 24px);
}

.subscription-mode {
  max-width: 100% !important;
}

.cke_button__source {
  display: none !important;
}

.templates-heading {
  font-family: Inter, sans-serif;
  margin: 20px auto;
  max-width: 900px;
  text-align: center;
}

.templates-heading h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.templates-heading p {
  font-size: 16px;
}

.showcase {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.showcase img {
  display: block;
  max-width: 100%;
}

.showcase .primary {
  background: #9172f6;
  color: #fff;
  line-height: 40px;
  position: absolute;
  right: -50px;
  text-align: center;
  top: 20px;
  transform: rotate(45deg);
  width: 180px;
}

.showcase .package-type {
  position: absolute;
  left: 10px;
  background: #9172f6;
  color: #fff;
  line-height: 30px;
  right: -50px;
  text-align: center;
  top: 20px;
  max-width: 120px;
  font-weight: bold;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .showcase .package-type {
    width: 90px;
  }
}
.showcase .showcase-inner {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.9);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 100%;
}

.showcase .showcase-inner h2 {
  color: #9172f6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.showcase .showcase-inner div {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.showcase .showcase-inner p {
  color: #212837;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.showcase .showcase-inner .detail-button {
  background: none;
  background: #212837;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  padding: 10px 20px;
}

.showcase:hover .showcase-inner {
  opacity: 1;
  pointer-events: all;
}

.screen-bar-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.screen-bar-logo img {
  height: 40px;
}

@media (max-width: 768px) {
  .screen-bar-logo {
    padding-left: 0;
  }
}
.datatable-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  background: #f9fafb;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #f0f2f4;
}

.datatable-empty i {
  font-size: 6rem;
  color: #919eab;
  margin-bottom: 1.5rem;
}

.status-icon {
  text-decoration: none;
  font-size: 1.6rem;
  color: #919eab;
  margin-right: 0.5rem;
  cursor: default;
}

.status-icon.active {
  color: #212b36;
}

.status-icon.icon-link {
  cursor: pointer;
}

.empty-state-container {
  height: calc(100% - 100px);
}
.empty-state-container .empty-state-content {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 50px;
  min-height: 60%;
}
.empty-state-container .empty-state-content .empty-state-image {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.empty-state-container .empty-state-content .empty-state-image svg {
  height: 200px;
}
.empty-state-container .empty-state-content .empty-state-text .empty-state-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.empty-state-container .empty-state-content .empty-state-text .empty-state-buttons div {
  margin-right: 15px;
}
.empty-state-container .empty-state-content .empty-state-text .empty-state-buttons div:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .empty-state-container .empty-state-content {
    flex-direction: column;
  }
  .empty-state-container .empty-state-content .empty-state-image {
    width: 100%;
    flex: 1;
    margin-bottom: 30px;
  }
  .empty-state-container .empty-state-content .empty-state-image svg {
    height: 100px;
  }
  .empty-state-container .empty-state-content .empty-state-text {
    text-align: center;
  }
  .empty-state-container .empty-state-content .empty-state-text .empty-state-buttons {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .empty-state-container .empty-state-content {
    flex-direction: column;
  }
  .empty-state-container .empty-state-content .empty-state-image {
    flex: 1;
  }
  .empty-state-container .empty-state-content .empty-state-text {
    text-align: center;
  }
  .empty-state-container .empty-state-content .empty-state-text .empty-state-buttons {
    justify-content: center;
  }
}

.Polaris-RateContainer #message-error {
  height: 25px;
  display: block;
}

.custom-invoice-number {
  display: flex;
  align-items: center;
}
.custom-invoice-number a {
  margin-left: 5px;
  color: #a21b00;
}

.Polaris-Button--primary {
  background-color: #212837;
}

.Polaris-Button--primary:hover {
  background-color: #272f41;
}

.Polaris-Checkbox__Icon {
  fill: #212837;
}

.Polaris-ResourceList-CheckableButton.Polaris-ResourceList-CheckableButton__CheckableButton--selected {
  color: #212837;
}

.Polaris-ResourceList-BulkActions__Button:focus {
  border-color: #212837;
  box-shadow: 0 0 0 1px #212837;
}

#chatbase-message-bubbles {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.position-relative {
  position: relative;
}

.overflow-unset {
  overflow: unset;
}

.justify-content-between {
  justify-content: space-between;
}

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

.justify-content-center {
  justify-content: center;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

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