:root {
  --dark-blue: #1b1d2a;
  --primary: #325ae7;
  --secondary: #456aeb;
  --grey-heading: #404250;
  --grey: #f6f7f9;
  --grey-text: #808292;
  --black-opacity: #0000000d;
  --white: white;
  --white-opacity-10: #ffffff0d;
  --white-smoke: #ebedf0;
  --grey-link: #54576f;
  --green: #31ba7e;
  --red: #f64f59;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
}

a:hover {
  color: var(--secondary);
  text-decoration: none;
}

ul, ol {
  color: var(--grey-heading);
  width: 800px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

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

blockquote {
  border-left: 3px solid var(--primary);
  background-color: var(--grey);
  color: var(--grey-text);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 20px;
}

figure {
  margin-bottom: 10px;
}

.body {
  color: var(--grey-text);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.app-layout {
  min-height: 100vh;
}

.app-main-layout-container {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 54px;
  display: flex;
}

.app-nav-layout {
  z-index: 10000;
  border-bottom: 1px solid var(--black-opacity);
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  height: 54px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.sidebar-navbar {
  background-color: #0000;
}

.sidebar-navbar-container {
  flex-direction: column;
}

.sidebar-navbar-link {
  opacity: .8;
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/icons8-dashboard-100_1icons8-dashboard-100.png');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 39px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  font-weight: 400;
  transition: background-color .1s ease-in-out, opacity .1s ease-in-out;
  display: block;
  overflow: hidden;
}

.sidebar-navbar-link:hover {
  background-color: var(--white-opacity-10);
  opacity: 1;
  color: var(--white);
}

.sidebar-navbar-link.w--current {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.sidebar-navbar-link.link-style-guide {
  background-image: url('../images/icons8-user-manual-100_1icons8-user-manual-100.png');
}

.sidebar-navbar-link.link-fonts {
  background-image: url('../images/icons8-ocr-100_1icons8-ocr-100.png');
}

.sidebar-navbar-link.link-typo {
  background-image: url('../images/icons8-text-100_1icons8-text-100.png');
}

.sidebar-navbar-link.link-color {
  background-image: url('../images/icons8-paint-palette-100_1icons8-paint-palette-100.png');
}

.sidebar-navbar-link.link-button {
  background-image: url('../images/icons8-button-100_1icons8-button-100.png');
}

.sidebar-navbar-link.link-list {
  background-image: url('../images/icons8-bulleted-list-100_1icons8-bulleted-list-100.png');
  background-repeat: no-repeat;
  background-size: 25px;
}

.sidebar-navbar-link.link-form {
  background-image: url('../images/icons8-form-100_1icons8-form-100.png');
}

.sidebar-navbar-link.link-tab {
  background-image: url('../images/icons8-tab-100_1icons8-tab-100.png');
}

.sidebar-navbar-link.link-help {
  background-image: url('../images/icons8-help-100_1icons8-help-100.png');
}

.sidebar-navbar-link.link-image {
  background-image: url('../images/icons8-full-image-100_1icons8-full-image-100.png');
}

.sidebar-navbar-link.link-utils {
  background-image: url('../images/icons8-maintenance-100_1icons8-maintenance-100.png');
}

.sidebar-navbar-link.link-logout {
  background-image: url('../images/icons8-logout-rounded-left-100_1icons8-logout-rounded-left-100.png');
}

.sidebar-navbar-link.link-profile {
  background-image: url('../images/icons8-male-user-100_1icons8-male-user-100.png');
}

.sidebar-navbar-link.link-setting {
  background-image: url('../images/icons8-settings-100-1_1icons8-settings-100 (1).png');
}

.sidebar-navbar-link.link-search {
  background-image: url('../images/icons8-search-more-100_1icons8-search-more-100.png');
}

.sidebar-navbar-link.link-password {
  background-image: url('../images/icons8-password-100_1icons8-password-100.png');
}

.sidebar-navbar-link.link-404 {
  background-image: url('../images/icons8-road-closure-100_2icons8-road-closure-100.png');
}

.sidebar-navbar-link.link-payment {
  background-image: url('../images/icons8-wallet-100_1icons8-wallet-100.png');
}

.sidebar-navbar-link.link-modal {
  background-image: url('../images/icons8-new-window-100-1_1icons8-new-window-100 (1).png');
}

.sidebar-navbar-link.link-progress {
  background-image: url('../images/icons8-loading-bar-100-1_1icons8-loading-bar-100 (1).png');
}

.sidebar-navbar-link.link-inbox {
  background-image: url('../images/icons8-sms-100_1icons8-sms-100.png');
}

.sidebar-navbar-link.link-contacts {
  background-image: url('../images/icons8-address-book-2-100_1icons8-address-book-2-100.png');
}

.sidebar-navbar-link.link-projects {
  background-image: url('../images/icons8-launchpad-100_1icons8-launchpad-100.png');
}

.sidebar-navbar-link.link-login {
  background-image: url('../images/icons8-login-100_1icons8-login-100.png');
}

.sidebar-navbar-link.link-accounts {
  background-image: url('../images/icons8-restart-100_1icons8-restart-100.png');
}

.sidebar-navbar-link.link-signup {
  background-image: url('../images/icons8-create-100_1icons8-create-100.png');
}

.sidebar-navbar-link.link-home {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
}

.sidebar-navbar-link.link-home.current {
  background-color: var(--secondary);
  opacity: 1;
  color: var(--white);
}

.sidebar-navbar-link.link-onboarding {
  background-image: url('../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png');
}

.sidebar-navbar-link.folder {
  background-image: url('../images/icons8-tab-100_1icons8-tab-100.png');
}

.sidebar-navbar-link.folder.current {
  background-color: var(--secondary);
  opacity: 1;
  color: var(--white);
}

.sidebar-navbar-menu {
  float: none;
  background-color: var(--dark-blue);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 260px;
  margin-top: 54px;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.sidebar-navbar-brand {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 10px 20px;
  transition: opacity .1s ease-in-out;
  display: flex;
}

.sidebar-navbar-brand:hover {
  opacity: .8;
}

.sidebar-navbar-brand-logo {
  text-align: center;
  width: 36px;
  height: 36px;
}

.sidebar-navbar-heading {
  z-index: 100;
  border-bottom: 1px solid var(--white-opacity-10);
  background-color: var(--dark-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 54px;
  display: flex;
  position: relative;
}

.sidebar-navbar-toggle-button {
  background-color: #0000;
  background-image: url('../images/icons8-open-pane-100_1icons8-open-pane-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  align-self: center;
  height: 39px;
  padding: 10px 0;
  transition: background-color .2s ease-in-out;
  display: block;
}

.sidebar-navbar-toggle-button:hover {
  background-color: var(--white-opacity-10);
}

.app-main-layout {
  background-color: var(--grey);
  flex: 1;
  overflow: hidden;
}

.app-main-layout-mask {
  width: 260px;
}

.sidebar-navbar-footer {
  border-top: 1px solid var(--white-opacity-10);
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-navbar-footer.nav-toggle {
  background-color: var(--white-opacity-10);
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-navbar-body {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}

.sidebar-navbar-body-container {
  overflow: auto;
}

.app-navbar-container {
  flex: 1;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sidebar-navbar-brand-logo-small {
  width: 20px;
  display: none;
}

.app-navbar-menu {
  align-self: center;
  align-items: center;
  display: flex;
}

.menu-dropdown-toggle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  transition: background-color .1s ease-in-out;
}

.menu-dropdown-toggle:hover {
  background-color: var(--white-opacity-10);
  border-radius: 50%;
}

.menu-dropdown-toggle.w--open {
  background-color: var(--white-opacity-10);
}

.menu-dropdown-toggle.dropdown-notification {
  background-image: url('../images/icons8-notification-100_1icons8-notification-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-notification:hover {
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-notification.w--open {
  background-color: var(--white-opacity-10);
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message {
  background-image: url('../images/icons8-inbox-100_1icons8-inbox-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-message:hover, .menu-dropdown-toggle.dropdown-message.w--open {
  background-image: url('../images/icons8-inbox-100_updated_1icons8-inbox-100_updated.png');
}

.menu-dropdown-toggle.dropdown-search {
  background-image: url('../images/icons8-search-100_2icons8-search-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-search:hover {
  background-image: url('../images/icons8-search_1icons8-search.png');
}

.navbar-dropdown-avatar {
  background-color: #fff;
  background-image: url('../images/lucas-sankey-bXq8pVfP-fY-unsplash_1lucas-sankey-bXq8pVfP-fY-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: inset 0 0 0 2px #ffffffb3;
}

.menu-dropdown-list.w--open {
  border: 1px solid var(--black-opacity);
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  min-width: 320px;
  display: flex;
  inset: 43px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.menu-dropdown-list.search {
  background-color: #0000;
  border-style: none;
  height: 34px;
  top: 0;
  overflow: hidden;
}

.menu-dropdown-list.search-dropdown-list.w--open {
  box-shadow: none;
}

.app-navbar-menu-item {
  margin-left: 10px;
  display: inline-block;
}

.dropdown-notification {
  background-image: url('../images/icons8-notification-100_2icons8-notification-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-message {
  background-image: url('../images/icons8-inbox-100_2icons8-inbox-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-search {
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.utility-page-wrap {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-content.card {
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.caption {
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.button {
  background-color: var(--grey);
  color: var(--grey-link);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 3px;
  height: 44px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 42px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--white-smoke);
  color: var(--grey-heading);
  text-decoration: none;
}

.button.w--current {
  background-color: var(--grey);
  color: var(--secondary);
}

.button.button-small {
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 28px;
}

.button.button-group-item.button-block {
  width: auto;
  display: block;
}

.button.button-group-item.button-block.button-primary {
  padding-left: 20px;
  padding-right: 20px;
}

.button.button-large {
  height: 46px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
  line-height: 44px;
}

.button.button-primary {
  background-color: var(--primary);
  color: #fff;
}

.button.button-primary:hover {
  background-color: var(--secondary);
  color: #fff;
}

.button.button-primary.hash-key {
  display: inline-block;
}

.button.button-primary.save-code.saving {
  background-color: var(--grey-text);
}

.button.button-primary.save-code.saved {
  background-color: var(--green);
}

.button.button-primary.run-workflow.running {
  background-color: var(--grey-link);
}

.button.button-primary.run-workflow.success {
  background-color: var(--green);
}

.button.button-primary.run-workflow.error, .button.button-primary.delete-content-btn, .button.button-primary.delete-group-btn {
  background-color: var(--red);
}

.button.button-outline {
  border-color: var(--white-smoke);
  background-color: #0000;
}

.button.button-outline:hover {
  background-color: var(--white-smoke);
  color: var(--grey-heading);
}

.button.button-block {
  width: 100%;
}

.button.button-google {
  border-color: var(--black-opacity);
  background-color: var(--white);
  background-image: url('../images/icons8-google.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
}

.button.button-google:hover, .button.secondary.add-code {
  border-color: var(--grey-text);
}

.bold {
  font-weight: 700;
}

.style-guide-item {
  margin-top: 10px;
}

.medium {
  font-weight: 500;
}

.text-large {
  font-size: 16px;
}

.app-main-layout-wrapper {
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 4% 0;
  display: flex;
}

.app-main-layout-wrapper.header {
  padding-top: 30px;
}

.hint {
  font-size: 12px;
}

.hint.inline {
  margin-right: 5px;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.colors-row {
  margin-bottom: 50px;
}

.button-group {
  margin-left: -5px;
  margin-right: -5px;
}

.button-group.change-plan-button, .button-group.cancel-subscription, .style-guide-content {
  margin-top: 20px;
}

.help-link {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.style-color {
  border-radius: 5px;
  width: 150px;
  height: 50px;
  display: inline-block;
}

.style-color.grey {
  background-color: var(--grey);
}

.style-color.blue {
  background-color: var(--primary);
}

.style-color.primary {
  background-color: var(--secondary);
}

.style-color.grey-link {
  background-color: var(--grey-link);
}

.style-color.white-smoke {
  background-color: var(--white-smoke);
}

.style-color.grey-heading {
  background-color: var(--grey-heading);
}

.style-color.grey-text {
  background-color: var(--grey-text);
}

.style-color.red {
  background-color: var(--red);
}

.style-color.green {
  background-color: var(--green);
}

.card {
  box-shadow: 0 1px 5px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 30px;
  position: relative;
}

.card.text-center.promo {
  background-color: var(--primary);
}

.card.no-padding {
  padding: 0;
}

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

.card.project-div {
  display: none;
}

.card.project-div.show {
  display: block;
}

.card.hide {
  display: none;
}

.card.margin-bottom {
  margin-bottom: 20px;
}

.card.margin-top {
  margin-top: 20px;
}

.card.margin-top.no-shadow {
  box-shadow: none;
}

.card.max-width {
  width: 100%;
}

.card.delete-content {
  display: none;
}

.card.delete-content.show {
  display: block;
}

.card.delete-group {
  display: none;
}

.card.delete-group.show {
  display: block;
}

.page-heading {
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-heading.with-button {
  display: flex;
}

.page-heading.flex.left {
  justify-content: flex-start;
}

.style-guide-section-title {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 20px;
  padding: 60px 0 0;
}

.style-guide-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card-heading.small {
  margin-bottom: 20px;
}

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

.card-heading.vertical {
  flex-direction: column;
}

.card-heading.vertical.left {
  align-items: flex-start;
}

.style-guide-section {
  max-width: 800px;
}

.heading {
  background-color: #0000;
}

.link {
  color: var(--primary);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.custom-link {
  color: var(--primary);
  cursor: pointer;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 20px;
  text-decoration: none;
  transition: padding .1s ease-in-out, background-position .1s ease-in-out;
  display: inline-block;
}

.custom-link:hover {
  color: var(--primary);
  background-position: 100%;
  padding-right: 25px;
}

.sidebar-navbar-dropdown-list {
  position: static;
}

.sidebar-navbar-dropdown-list.w--open {
  background-color: #0000;
}

.sidebar-navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.search {
  margin-bottom: 0;
}

.search-input {
  border: 1px solid var(--black-opacity);
  border-radius: 3px;
  height: 34px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 35px;
}

.search-input:active, .search-input:focus {
  border-color: var(--grey-text);
}

.search-input::placeholder {
  color: var(--grey-text);
  font-weight: 400;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/icons8-search-100_2icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 34px;
  height: 34px;
  font-size: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-button:hover {
  background-image: url('../images/icons8-search_1icons8-search.png');
}

.footer {
  border-top: 1px solid var(--white-smoke);
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-right {
  text-align: right;
}

.footer-link {
  color: var(--grey-text);
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--grey-heading);
}

.switcher-wrapper {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 50px;
  width: 40px;
  padding: 2px;
}

.switcher-button {
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.label {
  color: var(--grey-heading);
  font-size: 12px;
  font-weight: 500;
}

.input {
  border: 1px solid var(--black-opacity);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 3px;
  height: 44px;
  min-height: 44px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 40px;
  transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
}

.input:active, .input:focus {
  border-color: var(--grey-text);
  background-color: #fff;
}

.input::placeholder {
  color: var(--grey-text);
  font-weight: 400;
}

.input.search-result {
  margin-bottom: 0;
  margin-right: 10px;
}

.textarea {
  border: 1px solid var(--black-opacity);
  color: var(--grey-heading);
  border-radius: 3px;
  min-width: 100%;
  max-width: 100%;
  min-height: 76px;
  max-height: 116px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.textarea:active, .textarea:focus {
  border-color: var(--grey-text);
  background-color: #fff;
}

.textarea::placeholder {
  color: var(--grey-text);
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  display: none;
}

.success-message.show {
  display: block;
}

.error-message {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  display: none;
}

.error-message.show {
  display: block;
}

.tabs-menu {
  border-bottom: 1px solid var(--white-smoke);
}

.tabs-menu.notification-menu {
  display: flex;
}

.tabs-menu.notification-menu.inbox {
  border-top: 1px solid var(--white-smoke);
}

.tab-link {
  color: var(--grey-heading);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.tab-link:hover {
  color: var(--secondary);
}

.tab-link.w--current {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  font-weight: 500;
}

.tab-link.notification-tab {
  text-align: center;
  flex: 1;
  margin-right: 0;
  padding: 10px 20px;
}

.tab-link.notification-tab:hover {
  color: var(--primary);
}

.tab-link.notification-tab.w--current {
  background-color: var(--grey);
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content.notification-content {
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-content.notification-content.inbox {
  min-height: auto;
}

.button-group-item {
  margin-left: 5px;
  margin-right: 5px;
}

.menu-dropdown-link-icon {
  position: absolute;
  inset: 1px auto auto 0%;
}

.menu-dropdown-link {
  color: var(--grey-heading);
  padding: 12px 20px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .1s ease-in-out;
  display: block;
}

.menu-dropdown-link:hover {
  background-color: var(--grey);
}

.premium-switcher {
  float: right;
}

.premium-text {
  float: left;
  color: var(--primary);
}

.premium-container {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  color: var(--secondary);
  padding: 20px;
  font-weight: 500;
}

.munu-dropdown-link-container {
  padding-left: 30px;
  position: relative;
}

.notification-tabs.inbox {
  margin-bottom: -30px;
  margin-left: -30px;
  margin-right: -30px;
}

.notification-icon {
  margin-bottom: 5px;
}

.notification-content-heading {
  border-bottom: 1px solid var(--white-smoke);
  color: var(--grey-heading);
  padding: 10px 20px;
  font-weight: 500;
}

.notification-content-body {
  max-height: 270px;
  padding: 10px 20px;
  overflow: auto;
}

.notification-content-body.inbox {
  padding: 0;
}

.notification-content-footer {
  border-top: 1px solid var(--white-smoke);
  padding: 10px 20px;
}

.notification-item {
  border-bottom: 1px solid var(--grey);
  color: var(--grey-text);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.notification-item.last {
  border-bottom-style: none;
}

.notification-item.last.inbox.timestamp-object {
  display: none;
}

.notification-item.last.inbox.timestamp-object.show {
  display: flex;
}

.notification-item.last.inbox.activity-object {
  display: none;
}

.notification-item.last.inbox.activity-object.show {
  display: flex;
}

.notification-item.last.inbox.connection-object {
  display: none;
}

.notification-item.last.inbox.connection-object.show {
  display: flex;
}

.notification-item.inbox {
  padding: 20px;
}

.notification-item.inbox.response-object {
  display: none;
}

.notification-item.inbox.response-object.show {
  display: flex;
}

.notification-item.inbox.step-object {
  display: none;
}

.notification-item.inbox.step-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.notification-item.inbox.connection-object {
  display: none;
}

.notification-item.inbox.connection-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.notification-item.inbox.code-object {
  display: none;
}

.notification-item.inbox.code-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.notification-item.inbox.file-object {
  width: 100%;
  display: none;
}

.notification-item.inbox.file-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.notification-item-icon {
  background-color: var(--grey);
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.notification-item-icon._1 {
  background-image: url('../images/michael-dam-mEZ3PoFGs_k-unsplash_1michael-dam-mEZ3PoFGs_k-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._2 {
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._3 {
  background-image: url('../images/jared-sluyter-das6NrjLoM0-unsplash_1jared-sluyter-das6NrjLoM0-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._4 {
  background-image: url('../images/gabriel-silverio-u3WmDyKGsrY-unsplash_1gabriel-silverio-u3WmDyKGsrY-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.notification-item-icon._5 {
  background-image: url('../images/alex-blajan-QDPFWFCHes4-unsplash_1alex-blajan-QDPFWFCHes4-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._6 {
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash_1christopher-campbell-rDEOVtE7vOs-unsplash.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
}

.notification-item-icon._7 {
  background-color: var(--secondary);
  background-image: url('../images/icons8-shopping-basket-100_1icons8-shopping-basket-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.notification-item-icon._8 {
  background-color: var(--green);
  background-image: url('../images/icons8-paypal-100_1icons8-paypal-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.notification-item-title {
  color: var(--grey-heading);
  font-weight: 500;
}

.notification-item-title.description, .notification-item-title.key.display {
  width: 100%;
}

.notification-item-text {
  max-height: 18px;
  font-size: 12px;
  overflow: hidden;
}

.notification-item-text.response, .notification-item-text.association {
  white-space: pre-wrap;
  max-height: none;
  overflow: visible;
}

.notification-item-text.code {
  width: 100%;
}

.notification-item-date {
  color: var(--primary);
  flex: none;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 500;
}

.notification-item-body {
  flex: 1;
  width: 100%;
  padding-top: 2px;
}

.notification-item-body.code-object-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
}

.hint-bold {
  color: var(--grey-heading);
  font-weight: 700;
}

.notification-item-time {
  color: var(--secondary);
  flex: none;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.grey-text {
  color: var(--grey-text);
}

.dropdown-list {
  box-shadow: 0 0 20px 0 var(--black-opacity);
  margin-top: 5px;
  overflow: hidden;
}

.dropdown-list.w--open {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
}

.dropdown-link {
  color: var(--grey-link);
  cursor: pointer;
  background-color: #fff;
  transition: background-color .1s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--grey);
  color: var(--secondary);
}

.dropdown {
  z-index: 1;
}

.sidebar-navbar-dropdown-content {
  padding-right: 40px;
  display: inline-block;
  position: relative;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.table-row {
  border-bottom: 1px solid var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.row.table-row.table-header {
  color: var(--grey-heading);
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  font-size: 14px;
  font-weight: 500;
}

.row.table-row.table-header.highlighted {
  background-color: var(--grey);
  border-bottom-style: none;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 4fr 2fr 1fr;
}

.row.table-row.table-header.highlighted.issue {
  grid-template-columns: .5fr 1fr 4fr 2fr 1fr 1fr;
}

.row.table-row.table-header.highlighted.feature {
  grid-template-columns: 1fr 4fr 2fr 1fr 1fr;
}

.row.table-row.table-header.highlighted.customer {
  grid-template-columns: 4fr 1fr;
}

.row.table-row.table-header.highlighted.administrator {
  grid-template-columns: 2fr 2fr 1fr 1fr;
}

.row.table-row.table-header.highlighted.no-select {
  grid-template-columns: 1fr 4fr 2fr 1fr;
}

.row.table-row.table-header.question-object {
  display: none;
}

.row.table-row.table-header.question-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 4fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.question-object.home-screen.show {
  grid-template-columns: 1fr 4fr 2fr 1fr;
}

.row.table-row.table-header.issue-object {
  display: none;
}

.row.table-row.table-header.issue-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 4fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.feature-object {
  display: none;
}

.row.table-row.table-header.feature-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 4fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.customer-object {
  display: none;
}

.row.table-row.table-header.customer-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.admin-object {
  display: none;
}

.row.table-row.table-header.admin-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.customer-object-copy {
  display: none;
}

.row.table-row.table-header.customer-object-copy.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.table-header.company-follower-object {
  display: none;
}

.row.table-row.table-header.company-follower-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.table-row.flex-center.single-row, .row.table-row.last {
  border-bottom-style: none;
}

.row.padding {
  margin-left: -10px;
  margin-right: -10px;
}

.row.radio-block-container {
  margin-left: -5px;
  margin-right: -5px;
}

.row.margin {
  border: 1px solid #ebedf0;
  border-radius: 4px;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.row.margin.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.row.margin.padding.full-width {
  width: 100%;
}

.row.margin.padding {
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.col.table-col {
  padding-left: 0;
  padding-right: 10px;
}

.col.table-col.left-padding {
  padding-left: 10px;
}

.col.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.col.col-border-right {
  border-right: 1px solid var(--white-smoke);
}

.col.create-select-code-parent {
  display: none;
}

.col.create-select-code-parent.show, .col.code-backups-parent, .col.code-backups-parent.show {
  display: block;
}

.col.code-backups-parent.hide {
  display: none;
}

.section {
  margin-bottom: 20px;
}

.section.section-center {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.chart-symbols {
  margin-top: 20px;
}

.chart-color {
  background-color: var(--grey);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.chart-color.green {
  background-color: var(--green);
}

.chart-color.blue {
  background-color: var(--primary);
}

.chart-symbols-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.chart-symbols-item-name {
  flex: 1;
}

.flex {
  display: flex;
}

.key-price-value {
  color: var(--dark-blue);
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
}

.data-status {
  justify-content: center;
  align-items: center;
  display: flex;
}

.data-status.up {
  color: var(--green);
}

.data-status.down {
  color: var(--red);
}

.data-status-icon {
  margin-right: 5px;
}

.data-status-text {
  font-size: 12px;
  font-weight: 500;
}

.single-data-image {
  margin-top: 40px;
}

.progress-outer {
  background-color: var(--white-smoke);
  border-radius: 10px;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.progress-outer.with-number {
  height: 18px;
}

.progress-inner {
  background-color: var(--primary);
  border-radius: 10px;
  height: 6px;
}

.progress-inner._50 {
  width: 50%;
  height: 6px;
}

.progress-inner.with-number {
  text-align: center;
  border-radius: 0;
  height: 18px;
}

.progress-inner._40 {
  width: 40%;
}

.progress-inner._15 {
  width: 15%;
}

.progress-inner.green {
  background-color: var(--green);
}

.progress-inner._10 {
  width: 10%;
}

.progress-inner.red {
  background-color: var(--red);
}

.progress-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

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

.flex-center.profile-about-row {
  display: block;
}

.progress-circle-container {
  margin-bottom: 20px;
  position: relative;
}

.budget-circle-text {
  color: var(--primary);
  font-size: 20px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.page-tabs-menu {
  margin-bottom: -1px;
}

.page-tab-link {
  color: var(--grey-link);
  background-color: #0000;
  margin-right: 30px;
  padding: 12px 5px 12px 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.page-tab-link:hover {
  color: var(--dark-blue);
}

.page-tab-link.w--current {
  border-bottom: 2px solid var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.page-tab-link.traffic {
  background-image: url('../images/icons8-increase-100_1icons8-increase-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.revenue {
  background-image: url('../images/icons8-coins-100_1icons8-coins-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.crypto {
  background-image: url('../images/icons8-exchange-bitcoin-100_1icons8-exchange-bitcoin-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.projects {
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.general-settings {
  background-image: url('../images/icons8-settings-100-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.notification {
  background-image: url('../images/icons8-topic-push-notification-100_1icons8-topic-push-notification-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.devices {
  background-image: url('../images/64f017e0389a1bfd6ce306c5_icons8-multiple-devices-100_164f017e0389a1bfd6ce306c5_icons8-multiple-devices-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.payment-details {
  background-image: url('../images/icons8-credit-card-100_1icons8-credit-card-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.subscription {
  background-image: url('../images/icons8-money-box-100_1icons8-money-box-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.price-plans {
  background-image: url('../images/icons8-tags-100_1icons8-tags-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.receipt {
  background-image: url('../images/icons8-receipt-100_1icons8-receipt-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.align-right {
  text-align: right;
}

.chart-tab-content {
  margin-top: 20px;
}

.card-icon-header-image {
  margin-top: -12px;
  margin-left: 5px;
  margin-right: -12px;
}

.inline {
  display: inline-block;
}

.status-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.revenue-value {
  color: var(--dark-blue);
  font-size: 30px;
  font-weight: 500;
}

.revenue-description {
  margin-top: 10px;
}

.text-green {
  color: var(--green);
}

.text-red {
  color: var(--red);
}

.table.wide {
  min-width: 400px;
  padding-bottom: 10px;
}

.table.extra-wide {
  min-width: 600px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.table.extra-wide.single {
  padding-bottom: 0;
}

.table-wrapper {
  max-width: 100%;
  margin-top: 40px;
  transition: all .4s;
  display: none;
  overflow: auto;
}

.table-wrapper.show {
  display: block;
  position: relative;
}

.chart-switcher {
  margin-bottom: 20px;
}

.chart-crypto-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.chart-crypto-heading.with-dropdown {
  flex: 1;
  padding-right: 30px;
}

.currency-container {
  align-items: center;
  display: flex;
}

.currency-logo {
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.currency-logo.bitcoin {
  background-color: #ffb041;
  background-image: url('../images/icons8-bitcoin-100-1_1icons8-bitcoin-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  flex: none;
  margin-right: 10px;
}

.currency-logo.bitcoin-cash {
  background-color: #77d52f;
  background-image: url('../images/icons8-bitcoin-100-1_1icons8-bitcoin-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.currency-logo.ethereum {
  background-color: #8587fa;
  background-image: url('../images/icons8-ethereum-100_1icons8-ethereum-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.currency-price {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 500;
}

.currency-short-name {
  margin-bottom: 0;
}

.currency-chart-image {
  margin-top: 20px;
}

.crypto-stat-item {
  margin-left: 10px;
  display: inline-block;
}

.balance-list {
  margin-top: 20px;
}

.currency-balance-text {
  color: var(--grey-heading);
  font-weight: 500;
}

.currency-balance-item, .transaction-type {
  align-items: center;
  display: flex;
}

.transaction-icon {
  background-color: var(--grey);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.transaction-icon.sent {
  background-image: url('../images/icons8-up-100-1_1icons8-up-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  flex: none;
  margin-right: 10px;
}

.transaction-icon.receive {
  background-image: url('../images/icons8-down-arrow-100-1_1icons8-down-arrow-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 10px;
}

.project-component {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-component.status-object {
  display: none;
}

.project-component.status-object.show {
  display: block;
}

.project-component.vertical {
  flex-direction: column;
  text-decoration: none;
}

.project-component-logo {
  background-color: var(--grey);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.project-component-logo.project {
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-logo.project.usage {
  background-image: url('../images/icons8-credit-card-100_1icons8-credit-card-100.png');
}

.project-component-logo.project.accounts {
  background-image: url('../images/icons8-team-100_1icons8-team-100.png');
}

.project-component-logo.project.files {
  background-image: url('../images/icons8-attach-100_1icons8-attach-100.png');
}

.project-component-logo.team {
  background-image: url('../images/icons8-team-100_1icons8-team-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-logo.task {
  background-image: url('../images/icons8-todo-list-100_1icons8-todo-list-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-title {
  margin-bottom: 0;
}

.project-component-title.margin-bottom {
  margin-bottom: 10px;
}

.project-component-number {
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.project-component-number.align-right.status-count {
  text-align: left;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.project-component-number.align-right.total-count.total-open-questions {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.project-component-number.align-right.total-count.total-open-issues, .project-component-number.align-right.total-count.total-open-features {
  margin-bottom: 0;
}

.budget-symbols {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.project-balance-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.status {
  background-color: var(--grey);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.status.green {
  color: var(--green);
  background-color: #31ba7e26;
}

.status.blue {
  color: var(--primary);
  background-color: #325ae71a;
}

.status.red {
  color: var(--red);
  background-color: #f64f5926;
}

.status.communication {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 20px;
}

.avatar {
  background-image: url('../images/lucas-sankey-bXq8pVfP-fY-unsplash_1lucas-sankey-bXq8pVfP-fY-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: inset 0 0 0 2px #ffffffb3;
}

.avatar.big {
  background-image: url('../images/lucas-sankey-bXq8pVfP-fY-unsplash-2.jpg');
  flex: none;
  width: 130px;
  height: 130px;
  box-shadow: inset 0 0 0 2px #ffffffb3;
}

.avatar-container {
  display: inline-block;
}

.profile-bg {
  background-image: url('../images/christian-perner-UKLIuV8rAks-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 150px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.profile-info {
  margin-top: -50px;
  margin-bottom: 10px;
  display: flex;
}

.edit-profile-bg {
  background-color: #fff;
  background-image: url('../images/icons8-edit-100_1icons8-edit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 3px;
  width: 34px;
  height: 34px;
  transition: background-color .1s ease-in-out;
  position: absolute;
  inset: 10px 10px auto auto;
}

.edit-profile-bg:hover {
  background-color: var(--grey);
}

.profile-details {
  flex: 1;
  margin-top: 65px;
  margin-left: 20px;
}

.profile-name {
  margin-bottom: 4px;
}

.upload-photo {
  align-items: center;
  display: flex;
}

.upload-photo-icon {
  margin-right: 5px;
}

.radio {
  margin-left: 1px;
}

.profile-follow {
  order: 1;
  margin-top: 65px;
}

.profile-info-heading {
  color: var(--grey-link);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 500;
}

.devider {
  background-color: var(--white-smoke);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.devider.transparent {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-about-row {
  margin-bottom: 10px;
}

.app-main-layout-content {
  flex: 1;
}

.input-group {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.input-group-item-left {
  flex: 1;
  margin-right: 10px;
}

.account-login-text {
  max-width: 100%;
  overflow: hidden;
}

.card-heading-small {
  margin-bottom: 20px;
}

.card-heading-small.flex {
  justify-content: space-between;
  align-items: center;
}

.modal-close {
  background-color: var(--grey);
  cursor: pointer;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background-color .2s ease-in-out;
  position: absolute;
  inset: 10px 10px auto auto;
}

.modal-close:hover {
  background-color: var(--white-smoke);
}

.modal {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0006;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-container {
  z-index: 1000;
  box-shadow: 0 0 5px 0 var(--black-opacity);
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 50px 30px 30px;
  position: relative;
}

.modal-mask {
  z-index: 901;
  position: absolute;
  inset: 0%;
}

.style-guide-modal-note {
  margin-top: 40px;
}

.sg-modal-example {
  margin-top: 20px;
}

.modal-title {
  margin-bottom: 40px;
}

.button-block {
  margin-bottom: 10px;
}

.card-setting-container {
  border-bottom: 1px solid var(--white-smoke);
  justify-content: space-around;
  padding: 20px;
  display: flex;
}

.card-setting-text {
  flex: 1;
  order: -1;
  padding-right: 10px;
}

.card-setting-text.caption {
  margin-bottom: 0;
}

.card-setting-switcher {
  order: 1;
}

.device-container {
  align-items: flex-start;
  display: flex;
}

.device-info {
  flex: 1;
  padding-right: 10px;
}

.device-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 25px;
}

.device-info-heading {
  color: var(--grey-heading);
  margin-bottom: 5px;
}

.primary-text {
  color: var(--primary);
}

.section-inner {
  margin-bottom: 20px;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-left: 5px;
  margin-right: 5px;
  transition: background-color .1s ease-in-out;
}

.social-link:hover {
  background-color: var(--grey);
}

.social-link.fb {
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-link.twitter {
  background-image: url('../images/icons8-twitter-100-1_1icons8-twitter-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.social-link.insta {
  background-image: url('../images/icons8-instagram-100-1_1icons8-instagram-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.profile-social {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.profile-card-columns {
  border-top: 1px solid var(--white-smoke);
  margin: 10px -30px -30px;
}

.profile-card-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-card-col-number {
  color: var(--primary);
  margin-bottom: 3px;
}

.friend-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.friend-photo {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.friend-photo-container {
  flex: none;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.online-status {
  border: 2px solid var(--white);
  background-color: var(--white-smoke);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.online-status.on {
  background-color: var(--green);
}

.online-status.off {
  background-color: var(--red);
}

.text-heading-grey {
  color: var(--grey-heading);
}

.post-author {
  border-bottom: 1px solid var(--white-smoke);
  align-items: center;
  padding: 10px;
  display: flex;
}

.post-content {
  border-bottom: 1px solid var(--white-smoke);
  padding: 10px;
}

.post-feedback {
  border-bottom: 1px solid var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  display: flex;
}

.post-feedback-item {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.post-feedback-icon {
  margin-right: 2px;
}

.post-form {
  padding: 10px;
}

.payment-method-tabs {
  margin-top: 20px;
}

.payment-method-tab-menu {
  justify-content: flex-start;
}

.payment-method-tab {
  border: 2px solid var(--white-smoke);
  background-color: var(--white);
  color: var(--grey-heading);
  background-image: url('../images/select.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 10px 10px 55px;
  font-weight: 400;
  display: flex;
}

.payment-method-tab.w--current {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--white);
  background-image: url('../images/selected.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: space-between;
}

.payment-method-content {
  margin-top: 20px;
}

.current-method-container {
  align-items: center;
  display: flex;
}

.current-method-icon {
  margin-right: 10px;
}

.current-method-details {
  flex: 1;
}

.edit-current-method {
  background-color: var(--grey);
  background-image: url('../images/icons8-edit-100-2_1icons8-edit-100 (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.edit-current-method:hover {
  background-color: var(--white-smoke);
}

.form-block {
  margin-bottom: 0;
}

.select-price-plan-wrapper {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.select-price-plan-icon {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.radio-label-default {
  display: none;
}

.price-plan-select {
  border: 1px solid var(--white-smoke);
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.price-plan-select:hover {
  border-color: var(--grey-heading);
}

.price-plan-select.last {
  margin-bottom: 20px;
}

.select-price-plan-price {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
}

.app-main-layout-header {
  border-bottom: 1px solid var(--black-opacity);
  background-color: var(--white);
}

.switcher-tab {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  color: var(--grey-text);
  text-align: center;
  background-color: #0000;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 400;
}

.switcher-tab:hover {
  background-color: var(--white-smoke);
}

.switcher-tab.w--current {
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.switcher-tab.right {
  border-right: 1px solid var(--white-smoke);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.switcher-tab.right.w--current {
  border-right-color: var(--primary);
}

.switcher-tab.left {
  border-left: 1px solid var(--white-smoke);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.switcher-tab.left.w--current {
  border-right-color: #0000;
  border-left-color: var(--primary);
}

.mb-0 {
  margin-bottom: 0;
}

.button-dropdown {
  border: 1px solid var(--white-smoke);
  color: var(--grey-text);
  background-color: #0000;
  border-radius: 3px;
  padding: 9px 40px 9px 30px;
  font-size: 12px;
}

.button-dropdown:hover {
  background-color: var(--white-smoke);
}

.button-dropdown.w--open {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.total-balance-image {
  padding-right: 20px;
}

.unlink-device {
  margin-top: 10px;
}

.select-price-plan {
  margin-top: 20px;
}

.price-plan-row {
  color: var(--grey-heading);
  margin-top: 20px;
}

.receipt-download {
  background-color: var(--grey);
  background-image: url('../images/icons8-download-100_1icons8-download-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: block;
}

.receipt-download:hover {
  background-color: var(--white-smoke);
}

.receipt-download.hidden {
  opacity: 0;
}

.receipt-row {
  border-bottom: 1px solid var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.create-message {
  background-color: var(--grey);
  background-image: url('../images/icons8-plus-math-100_1icons8-plus-math-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: block;
}

.create-message:hover {
  background-color: var(--white-smoke);
}

.reply-message {
  background-color: var(--grey);
  background-image: url('../images/icons8-reply-arrow-100_1icons8-reply-arrow-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.reply-message:hover {
  background-color: var(--white-smoke);
}

.delete-message {
  background-color: var(--grey);
  background-image: url('../images/icons8-trash-100_1icons8-trash-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.delete-message:hover {
  background-color: var(--white-smoke);
}

.message-actions {
  text-align: right;
}

.message-author {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.message-author-avatar {
  background-color: var(--grey);
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.message-date {
  text-align: right;
  flex: 1;
  order: 1;
}

.message-date.hint {
  margin-left: 5px;
}

.message-content {
  margin-top: 20px;
}

.message-content.issue-info.description, .message-content.question-info.description, .message-content.question-info.question {
  margin-bottom: 20px;
  font-size: 18px;
}

.message-content.question-info.assigned, .message-content.question-info.title {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.message-content.feature-info.description, .message-content.title-object.description, .message-content.title-object.question {
  margin-bottom: 20px;
  font-size: 18px;
}

.message-content.title-object.assigned, .message-content.title-object.title, .message-content.title-object.description {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.message-content.title-object.workflow-info.name {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.message-content.title-object.customer-information-text {
  font-size: 18px;
  font-weight: 700;
}

.message-content.title-object.workflow-info-copy.name {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.message-content.title-object.project-info.name {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

.message-content.workflow-info.created, .message-content.workflow-info.description {
  margin-bottom: 20px;
}

.message-footer-actions {
  margin-top: 20px;
}

.reply-header {
  align-items: center;
  display: flex;
}

.label-item {
  border: 1px solid var(--white-smoke);
  background-color: var(--grey);
  color: var(--grey-text);
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 400;
  display: inline-block;
}

.reply-header-text {
  margin-right: 10px;
}

.reply-content {
  margin-top: 20px;
}

.reply-content.hide.add-content-group {
  border: 1px solid var(--white-smoke);
  background-color: #f9f9f9;
  padding: 20px;
}

.reply-actions {
  text-align: right;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.attach-file {
  background-color: var(--grey);
  background-image: url('../images/icons8-attach-100_1icons8-attach-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

.attach-file:hover {
  background-color: var(--white-smoke);
}

.attach-image {
  background-color: var(--grey);
  background-image: url('../images/icons8-full-image-100_2icons8-full-image-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

.attach-image:hover {
  background-color: var(--white-smoke);
}

.contacts-avatar {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.contact-profile {
  align-items: center;
  min-width: 200px;
  text-decoration: none;
  display: flex;
}

.contact-profile:hover {
  opacity: .8;
}

.contact-profile-info {
  flex: none;
}

.call-contact {
  background-color: var(--grey);
  background-image: url('../images/icons8-call-100_1icons8-call-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.call-contact:hover {
  background-color: var(--white-smoke);
}

.message-contact {
  background-color: var(--grey);
  background-image: url('../images/icons8-comments-100-1_1icons8-comments-100 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.message-contact:hover {
  background-color: var(--white-smoke);
}

.contact-actions {
  justify-content: flex-end;
  display: flex;
}

.projects-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 50%;
  position: relative;
}

.projects-bg.single {
  margin: -30px -30px 40px;
  padding-top: 40%;
}

.project-content {
  padding: 20px 20px 10px;
}

.projects-title {
  height: 20px;
  overflow: hidden;
}

.projects-description {
  height: 60px;
  overflow: hidden;
}

.projects-people-avatar {
  border: 2px solid var(--white);
  object-fit: cover;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: block;
}

.projects-people-avatar-item {
  margin-left: -10px;
  display: inline-block;
}

.projects-people-avatar-list {
  margin-bottom: 10px;
  padding-left: 10px;
}

.projects-people-avatar-list.single {
  margin-bottom: -10px;
}

.projects-due-date {
  margin-top: 5px;
  margin-bottom: 20px;
}

.projects-status {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: 10px 10px auto auto;
}

.contacts-actions {
  text-align: center;
  margin-top: 10px;
}

.contacts-actions.button-group {
  margin-top: 20px;
}

.contacts-status {
  text-align: center;
  margin-top: 10px;
}

.single-layout {
  min-height: 100vh;
}

.single-layout.fixed-height {
  height: 100vh;
}

.single-layout-row {
  min-height: 100vh;
  display: flex;
}

.single-layout-col {
  min-height: 100vh;
  padding: 30px;
}

.single-layout-col.left {
  background-color: var(--dark-blue);
  display: flex;
  left: -1px;
}

.single-layout-col.right {
  background-color: var(--grey);
  flex-direction: column;
  display: flex;
}

.single-layout-col.right.fixed-height {
  height: 100vh;
  overflow: auto;
}

.white {
  color: var(--white);
}

.white.text-large {
  opacity: .8;
}

.single-layout-logo {
  position: absolute;
  inset: 0% auto auto 0%;
}

.single-layout-left {
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.single-layout-left.steps {
  align-items: center;
  width: 100%;
  padding-top: 100px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.single-layout-right {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.single-layout-right.block {
  display: block;
}

.mb-40 {
  margin-bottom: 40px;
}

.single-layout-right-content {
  width: 100%;
}

.checkbox {
  border: 1px solid var(--grey-text);
  background-color: var(--white);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.checkbox-field {
  padding-left: 30px;
  position: relative;
}

.checkbox-field.mb-40 {
  padding-left: 25px;
}

.single-layout-right-header {
  text-align: right;
  margin-bottom: 10px;
}

.single-layout-logo-right {
  text-align: center;
  margin-bottom: 20px;
}

.account {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.account-user-icon {
  border-radius: 40px;
  width: 40px;
  margin-right: 20px;
}

.account-user-datails {
  flex: 1;
}

.account-item {
  border-left: 3px solid var(--white);
  box-shadow: 0 1px 5px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
}

.account-item:hover {
  border-left-color: var(--primary);
  opacity: .9;
}

.search-2 {
  align-items: center;
  display: flex;
}

.search-result-item {
  border-left: 3px solid var(--white);
  box-shadow: 0 1px 5px 0 var(--white-smoke);
  color: var(--grey-link);
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
}

.search-result-item:hover {
  border-left-color: var(--primary);
  opacity: .9;
  color: var(--grey-link);
}

.onboarding-steps {
  color: var(--grey-heading);
  background-image: url('../images/step-line.svg'), url('../images/step-default.svg');
  background-position: 9px 25px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 2px, 20px;
  min-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
  overflow: hidden;
}

.onboarding-steps:hover {
  color: var(--grey-text);
}

.onboarding-steps.w--current {
  color: var(--white-smoke);
  background-image: url('../images/step-line.svg'), url('../images/step-active.svg');
}

.onboarding-steps.passed {
  background-image: url('../images/step-line.svg'), url('../images/step-passed.svg');
}

.onboarding-steps.last {
  background-image: url('../images/step-default.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.onboarding-steps.last.w--current {
  background-image: url('../images/step-active.svg');
}

.onboarding-steps-container {
  width: 100%;
}

.radio-block {
  text-align: center;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  position: relative;
}

.radio-block.vertical {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 90px;
}

.radio-block-icon {
  border-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-block-icon:hover {
  border-color: var(--grey-text);
}

.radio-block-icon.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  border-radius: 3px;
}

.radio-block-image {
  position: absolute;
  inset: 20px auto auto 20px;
}

.overview-bg {
  border: 1px solid var(--black-opacity);
  border-radius: 3px;
  padding-top: 60%;
}

.overview-bg._1 {
  background-image: url('../images/art-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
}

.overview-bg._2 {
  background-image: url('../images/art-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._3 {
  background-image: url('../images/art-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._4 {
  background-image: url('../images/art-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._5 {
  background-image: url('../images/art-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._6 {
  background-image: url('../images/art-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._7 {
  background-image: url('../images/art-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._8 {
  background-image: url('../images/art-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._9 {
  background-image: url('../images/art-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._10 {
  background-image: url('../images/art-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._11 {
  background-image: url('../images/art-14.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._12 {
  background-image: url('../images/art-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._13 {
  background-image: url('../images/art-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._14 {
  background-image: url('../images/art-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._15 {
  background-image: url('../images/art-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._16 {
  background-image: url('../images/art-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._17 {
  background-image: url('../images/art-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._18 {
  background-image: url('../images/art-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._19 {
  background-image: url('../images/art-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._20 {
  background-image: url('../images/art-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._21 {
  background-image: url('../images/art-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._22 {
  background-image: url('../images/art-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._23 {
  background-image: url('../images/art-26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-bg._24 {
  background-image: url('../images/art-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overview-content {
  margin-top: 5px;
}

.overview-item {
  color: var(--grey-heading);
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.overview-item:hover {
  opacity: .9;
}

.div-block {
  background-color: var(--grey-heading);
  color: var(--white);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  font-size: 20px;
  line-height: 20;
}

.image {
  filter: invert();
  width: 80px;
  height: 80px;
}

.image.invert {
  filter: none;
}

.image-2 {
  width: 80px;
  height: 80px;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 36px;
}

.div-block-2 {
  padding: 10px;
}

.div-block-3 {
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-3.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.paragraph-2 {
  margin-bottom: 0;
}

.paragraph-2.tier {
  background-color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 13px;
  padding: 4px 20px;
  font-size: 12px;
}

.hash-key {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.issue-info.status.big {
  padding: 10px 20px;
  font-size: 18px;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-4.full-width {
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.div-block-4.left {
  justify-content: flex-start;
}

.follower-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}

.follower-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  border-top: 1px solid var(--white-smoke);
  padding-top: 10px;
}

.question-info.status.big {
  padding: 10px 20px;
  font-size: 18px;
}

.question-info.status.big.workflow-info.created {
  margin-bottom: 0;
}

.question-submitted-by {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: grid;
}

.question-submitted-by.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.name {
  margin-bottom: 0;
  position: relative;
}

.html-embed {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.feature-info.status.big {
  padding: 10px 20px;
  font-size: 18px;
}

.view-all {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.customer-name-title.customer-info.name, .heading-2 {
  margin-right: 20px;
}

.folder-filter {
  cursor: pointer;
}

.folder-filter.selected {
  color: var(--secondary);
}

.dropdown-toggle {
  border: 1px solid var(--white-smoke);
}

.form {
  align-items: center;
  display: flex;
}

.text-field {
  margin-bottom: 0;
  margin-right: 40px;
  padding: 28px 20px;
}

.dropdown-list-2 {
  background-color: var(--white-smoke);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.div-block-10 {
  margin-right: 20px;
}

.div-block-11 {
  width: 100%;
  display: flex;
}

.select-field {
  margin-bottom: 0;
  margin-right: 10px;
}

.select-field.no-margin {
  margin-right: 0;
}

.text-field-2 {
  margin-bottom: 0;
  margin-right: 10px;
}

.div-block-12 {
  width: 50%;
}

.customer-info.hash-key.no-block {
  display: inline-block;
}

.form-block-2 {
  margin-top: 20px;
}

.expand-project-div {
  color: var(--primary);
  cursor: pointer;
  width: 24px;
  transition: all .4s;
  transform: rotate(270deg);
}

.expand-project-div.show {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.add-project-input.token-input {
  display: none;
}

.add-project-input.no-margin, .paragraph-4 {
  margin-bottom: 0;
}

.paragraph-5 {
  text-align: center;
}

.hide {
  display: none;
}

.question-assign.admins-list.hash-key, .question-assign.hash-key {
  color: var(--black);
}

.email.hash-key {
  display: inline-block;
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-14 {
  margin-top: 20px;
}

.company-follower {
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
}

.company-follower.show {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 24px;
  padding: 4px 20px;
  transition: all .4s;
  display: inline-block;
}

.company-follower.show:hover {
  background-color: var(--grey-text);
}

.company-follower.show.selected {
  background-color: var(--primary);
  color: var(--white);
}

.paragraph-6 {
  margin-bottom: 0;
}

.paragraph-6.email, .two-factor-form {
  display: none;
}

.two-factor-form.show {
  display: block;
}

.two-factor-form-parent {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  display: none;
}

.two-factor-form-parent.show {
  display: block;
}

.text-field-3 {
  margin-top: 10px;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
}

.html-embed-2 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.select-object {
  background-color: var(--white-smoke);
  color: var(--black);
  cursor: pointer;
  border-radius: 14px;
  margin-bottom: 0;
  padding: 4px 20px;
  transition: all .4s;
}

.select-object:hover {
  background-color: var(--grey-text);
  color: var(--white);
}

.select-object.tier {
  background-color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 13px;
  padding: 4px 20px;
  font-size: 12px;
}

.select-object.selected {
  background-color: var(--secondary);
  color: var(--white);
}

.global-command-parent {
  display: none;
  position: fixed;
  inset: 0%;
}

.global-command-parent.show {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-command-fade {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  background-color: var(--white);
  width: 80%;
  max-height: 80vh;
  padding: 40px;
  position: relative;
  overflow: auto;
}

.selected-question-count {
  color: var(--primary);
  font-weight: 700;
}

.global-ctrl-parent {
  z-index: 10000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.global-ctrl-parent.show {
  display: flex;
}

.customer.name {
  margin-bottom: 0;
}

.div-block-16 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0 4px 10px;
  display: flex;
}

.div-block-17.workflow-div {
  display: none;
}

.div-block-17.workflow-div.show {
  display: flex;
}

.div-block-17.workflow-div.hash-key.show {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.div-block-17.account-div {
  display: none;
}

.div-block-17.account-div.show {
  display: flex;
}

.div-block-17.account-div.hash-key.show {
  margin-bottom: 10px;
}

.div-block-17.file-div {
  display: none;
}

.div-block-17.file-div.show {
  display: flex;
}

.paragraph-8 {
  color: var(--grey-text);
  margin-bottom: 0;
}

.paragraph-8.hash-key {
  display: inline-block;
}

.selected-issue-count, .selected-feature-count {
  color: var(--primary);
  font-weight: 700;
}

.header-logo.smaller {
  width: 36px;
}

.workflow-name {
  color: var(--grey-text);
  margin-bottom: 0;
}

.workflow-name.name {
  color: var(--grey-link);
  font-weight: 700;
}

.workflow-name.hash-key {
  display: inline-block;
}

.link-block-2 {
  width: 100%;
}

.link-block-2.key {
  border-bottom: 1px solid var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-9 {
  margin-bottom: 0;
}

.paragraph-9.key {
  text-decoration: none;
}

.paragraph-9.filename {
  align-items: center;
  display: flex;
}

.paragraph-9.name {
  color: var(--black);
  margin-top: 10px;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-18.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--primary);
  font-weight: 700;
}

.html-embed-3 {
  color: var(--primary);
  width: 16px;
  height: 20px;
  margin-right: 10px;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  margin-bottom: 20px;
}

.div-block-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-3 {
  width: 100%;
  margin-top: 20px;
}

.dropdown-toggle-3 {
  border: 1px solid var(--grey);
  width: 100%;
}

.dropdown-toggle-3.w--open {
  border: 1px solid var(--grey);
}

.dropdown-list-4 {
  position: static;
}

.dropdown-list-4.w--open {
  background-color: var(--grey);
  padding: 20px;
}

.grid-3 {
  grid-template-areas: ". ."
                       "Area Area";
}

.grid-1-column {
  grid-template-columns: 1fr;
}

.update-project-input {
  color: var(--black);
}

.add-object-div {
  background-color: var(--grey);
  margin-top: 20px;
  padding: 20px;
}

.add-object-ctrl {
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
}

.heading-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.workflow-input-div {
  display: none;
}

.workflow-input-div.show {
  display: block;
}

.project-information-div {
  display: none;
}

.project-information-div.show {
  display: block;
}

.link-block-3 {
  text-decoration: none;
}

.workflow-link.hash-key {
  flex-direction: column;
  align-items: flex-start;
}

.select-field-2 {
  color: var(--black);
}

.simplified-schedule {
  display: none;
}

.simplified-schedule.show {
  display: block;
}

.div-block-21 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-21.no-margin {
  margin-bottom: 0;
}

.connection-step-object {
  display: none;
}

.connection-step-object.show {
  display: block;
}

.description {
  margin-bottom: 0;
}

.div-block-22 {
  margin-bottom: 20px;
}

.div-block-23 {
  color: var(--red);
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.delete-step {
  width: 16px;
}

.delete-step.hash-key {
  cursor: pointer;
  display: block;
}

.delete-step.hash-key.deleting {
  color: var(--grey-text);
}

.delete-connection {
  width: 16px;
}

.delete-connection.hash-key {
  cursor: pointer;
  display: block;
}

.delete-connection.hash-key.deleting {
  color: var(--grey-text);
}

.workflow-information {
  color: var(--grey-text);
  margin-bottom: 0;
}

.workflow-information.hash-key {
  display: inline-block;
}

.workflow-information.hash-key.hide, .code-connection-object {
  display: none;
}

.code-connection-object.show {
  display: block;
}

.html-embed-4 {
  width: 16px;
}

.edit-code {
  justify-content: flex-end;
  display: flex;
}

.code-file {
  margin-bottom: 0;
}

.textarea-2 {
  width: 100%;
}

.form-2 {
  border: 1px solid var(--grey-text);
}

.question-assign-copy.admins-list.hash-key, .question-assign-copy.hash-key {
  color: var(--black);
}

.html-embed-5 {
  border: 1px solid #bbb;
  padding: 9px 15px;
}

.delete-code {
  justify-content: flex-end;
  display: flex;
}

.delete-code.key.deleting {
  color: var(--grey-text);
}

.delete-code.key {
  color: #f64f59;
  cursor: pointer;
}

.connection-input {
  color: var(--black);
}

.download-file, .delete-file {
  justify-content: flex-end;
  display: flex;
}

.delete-file.key.deleting {
  color: var(--grey-text);
}

.delete-file.key {
  color: #f64f59;
  cursor: pointer;
}

.div-block-24 {
  justify-content: space-between;
  display: flex;
}

.div-block-24.hide {
  display: none;
}

.paragraph-11 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.project-info.hash-key.no-block {
  margin-left: 10px;
  display: inline-block;
}

.folder-object {
  display: none;
}

.folder-object.show {
  display: block;
}

.form-block-3 {
  width: 100%;
}

.workflow-info-copy.hash-key.no-block {
  margin-left: 20px;
  display: inline-block;
}

.tabs {
  width: 100%;
}

.create-folder-file.inbox {
  width: 100%;
  margin-top: 20px;
}

.dropdown-4 {
  width: 100%;
}

.dropdown-toggle-4 {
  border: 1px solid var(--white-smoke);
  width: 100%;
}

.dropdown-list-5 {
  position: static;
}

.link-block-4 {
  width: 100%;
}

.link-block-4.formatted-key {
  border-bottom: 1px solid #ebedf0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.div-block-25 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-25.margin-bottom {
  margin-bottom: 20px;
}

.div-block-25.margin-bottom.margin-top {
  margin-top: 20px;
}

.div-block-25.margin-bottom.margin-top.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.project-component-logo-2 {
  background-color: #f6f7f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.project-component-logo-2.project {
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-logo-2.project.files, .project-component-logo-2.project.group {
  background-image: url('../images/icons8-attach-100_1icons8-attach-100.png');
}

.project-component-2 {
  background-color: #f6f7f9;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-component-2.vertical {
  flex-direction: column;
  text-decoration: none;
}

.project-component-2.vertical.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.project-component-2.vertical.no-padding.white-bg {
  background-color: var(--white);
}

.project-component-number-2 {
  color: #325ae7;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0 4px 10px;
  display: flex;
}

.div-block-26.file-div, .div-block-26.backup-object {
  display: none;
}

.div-block-26.backup-object.hash-key.show {
  text-decoration: none;
  display: block;
}

.div-block-26.backup-object.show {
  display: block;
}

.div-block-26.file-object {
  display: none;
}

.div-block-26.file-object.hash-key.show {
  text-decoration: none;
  display: block;
}

.div-block-26.file-object.show {
  display: block;
}

.div-block-26.list-files-object {
  display: none;
}

.div-block-26.list-files-object.hash-key.show {
  text-decoration: none;
  display: block;
}

.div-block-26.list-files-object.show {
  display: block;
}

.div-block-26.group-object-div {
  display: none;
}

.div-block-26.group-object-div.hash-key.show {
  text-decoration: none;
  display: block;
}

.div-block-26.group-object-div.show {
  padding-left: 0;
  display: block;
}

.backups-title {
  margin-bottom: 40px;
}

.file-object-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.file-object-div.formatted-key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf0;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: grid;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27.right {
  justify-content: flex-end;
}

.div-block-27.right.top, .div-block-27.top {
  align-items: flex-start;
}

.div-block-27.left {
  justify-content: flex-start;
}

.image-3 {
  filter: hue-rotate(119deg);
}

.content-group-settings.hash-key.top {
  align-items: flex-start;
}

.row-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.active-overlay {
  opacity: 0;
  background-color: #7474bf;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  box-shadow: -3px 0 3px #7474bf59;
}

.column-2 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.toggle {
  z-index: 2;
  background-color: #dae2f8;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  inset: 0;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.toggle-wrap {
  background-color: #fff;
  border-radius: 25px;
  width: 70px;
  max-width: 70px;
  height: 38px;
  max-height: 38px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.form-wrapper {
  margin-bottom: 0;
}

.heading-4 {
  color: #7474bf;
  align-self: center;
  font-size: 2em;
  line-height: 1em;
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  transform: rotate(45deg);
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.container {
  text-align: center;
  background-color: #dae2f8;
  border-radius: 5px;
  flex: 1;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  transform: translate(0, -50%);
  box-shadow: 0 0 50px #00000040;
}

.toggle-label {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0;
}

.form-block-4 {
  background-color: #fffffe;
  border-radius: 3px;
  max-width: 480px;
  margin-bottom: 0;
  overflow: hidden;
}

.form-4 {
  border: 1px solid var(--grey-text);
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  display: flex;
}

.public-code-checkbox-parent {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.public-code-checkbox {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  cursor: pointer;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
}

.public-code-checkbox.w--redirected-checked {
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #8bc794;
}

.checkbox-label {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

.dropdown-toggle-5 {
  background-color: var(--primary);
  border-radius: 3px;
  align-items: center;
  height: 44px;
  padding: 0 10px;
  display: flex;
}

.icon {
  color: var(--white);
  margin-right: 0;
  position: static;
}

.dropdown-5 {
  border-radius: 3px;
  margin-left: 10px;
}

.dropdown-list-6 {
  inset: 0% 0% 0% auto;
}

.dropdown-list-6.w--open {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  inset: 44px 0% auto auto;
}

.public-code-selector {
  border: 1px solid var(--grey-text);
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.public-code-selector:hover {
  background-color: var(--grey-text);
  color: var(--black);
}

.public-code-selector.public {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.public-code-selector.public:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.paragraph-12 {
  margin-bottom: 0;
}

.paragraph-13 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.public-url {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.public-url.hide {
  display: none;
}

.public-url-value {
  margin-bottom: 0;
  margin-left: 10px;
}

.staging-url {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.staging-url.hide {
  display: none;
}

.staging-url-value {
  margin-bottom: 0;
  margin-left: 10px;
}

.text-field-4 {
  margin-bottom: 0;
  margin-right: 40px;
  padding: 28px 20px;
}

.dropdown-toggle-6 {
  border: 1px solid #ebedf0;
}

.dropdown-list-7 {
  background-color: #ebedf0;
}

.form-block-5 {
  margin-bottom: 0;
}

.group-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 8px 20px;
  display: none;
}

.group-object.formatted-key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf0;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: grid;
}

.group-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-29 {
  justify-content: flex-end;
  display: flex;
}

.paragraph-14 {
  margin-top: 20px;
  font-weight: 700;
}

.field-parent {
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr 2fr 1fr;
  margin-bottom: 10px;
}

.field-parent.group-info.fields {
  display: none;
}

.field-parent.group-info.fields.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-field-input, .add-field-input.type, .add-field-input.required {
  margin-bottom: 0;
}

.add-project-input-copy.token-input {
  display: none;
}

.add-project-input-copy.no-margin {
  margin-bottom: 0;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-cell {
  align-items: center;
  padding: 10px;
  font-size: 14px;
  display: block;
}

.table-cell.flex {
  width: 100%;
  display: flex;
}

.table-cell.flex.right {
  justify-content: flex-end;
}

.field-ctrl {
  color: #1cb945;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.field-ctrl.delete.red {
  color: var(--red);
}

.div-block-31 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-31.right {
  justify-content: flex-end;
}

.div-block-32 {
  width: 100%;
}

.add-group-input.token-input {
  display: none;
}

.add-group-input.no-margin {
  margin-bottom: 0;
}

.group-info.hash-key.no-block {
  margin-left: 10px;
  display: inline-block;
}

.group-info.public {
  background-color: var(--red);
  border-radius: 22px;
  padding: 4px 8px;
  display: none;
}

.group-info.public.false {
  display: inline-block;
}

.group-info.public.rest-api-endpoint-text.false {
  color: var(--red);
  background-color: #f64f5900;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: block;
}

.project-info-copy.hash-key.no-block {
  margin-left: 10px;
  display: inline-block;
}

.update-group-input.token-input {
  display: none;
}

.update-group-input.no-margin {
  margin-bottom: 0;
}

.update-group-input.group-info.description {
  margin-top: 10px;
}

.content-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 8px 20px;
  display: none;
}

.content-object.formatted-key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf0;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: grid;
}

.content-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.update-field-input, .update-field-input.type, .update-field-input.required {
  margin-bottom: 0;
}

.field-object {
  display: none;
}

.field-object.show {
  width: 100%;
  display: block;
  overflow: hidden;
}

.field-input {
  border: 1px solid var(--white-smoke);
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 16px;
  display: none;
}

.field-input.show {
  display: block;
}

.field-input.checkbox.show, .field-input.association-checkbox.show {
  width: 20px;
}

.field-input.association-checkbox.id.show {
  margin-left: 0;
}

.warning {
  color: var(--red);
  font-size: 12px;
}

.div-block-33 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.required-flag {
  display: none;
}

.required-flag.show {
  display: block;
}

.required-flag.red-warning.show {
  color: var(--red);
}

.grid-4 {
  grid-template-columns: 1fr;
}

.div-block-34 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.published-input {
  border: 1px solid var(--white-smoke);
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 16px;
  display: none;
}

.published-input.show {
  display: block;
}

.image-4 {
  margin-top: 10px;
}

.image-5 {
  width: 26px;
}

.code-editor {
  width: 100%;
  display: none;
}

.code-editor.show {
  display: block;
}

.code-editor-parent {
  border: 1px solid var(--white-smoke);
  margin-top: 0;
  display: none;
}

.code-editor-parent.show {
  width: 100%;
  margin-top: 0;
  display: block;
  overflow: auto;
}

.show-editor-btns {
  display: none;
}

.show-editor-btns.show {
  display: flex;
}

.show-rte-btn {
  background-color: var(--white-smoke);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.show-rte-btn:hover {
  background-color: var(--grey);
}

.show-rte-btn.selected {
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
}

.paragraph-15 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.show-ce-btn {
  background-color: var(--white-smoke);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.show-ce-btn:hover {
  background-color: var(--grey);
}

.show-ce-btn.selected {
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
}

.rt-editor-parent {
  display: none;
}

.rt-editor-parent.show {
  display: block;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-16 {
  color: #808292;
  margin-bottom: 0;
}

.project-component-logo-3 {
  background-color: #f6f7f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.project-component-logo-3.project {
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-logo-3.project.accounts {
  background-image: url('../images/icons8-team-100_1icons8-team-100.png');
}

.add-object-div-2 {
  background-color: #f6f7f9;
  margin-top: 20px;
  padding: 20px;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0 4px 10px;
  display: flex;
}

.div-block-36.account-div {
  display: none;
}

.div-block-36.account-div.show {
  border-top: 1px solid var(--white-smoke);
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-36.webhook-div {
  display: none;
}

.div-block-36.webhook-div.show {
  border-top: 1px solid var(--white-smoke);
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.button-2 {
  color: #54576f;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #f6f7f9;
  border: 1px solid #0000;
  border-radius: 3px;
  height: 44px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 42px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: inline-block;
}

.button-2:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button-2.w--current {
  color: #456aeb;
  background-color: #f6f7f9;
}

.button-2.button-primary {
  color: #fff;
  background-color: #325ae7;
}

.button-2.button-primary:hover {
  color: #fff;
  background-color: #456aeb;
}

.paragraph-17 {
  margin-bottom: 0;
}

.paragraph-17.bold {
  margin-right: 10px;
}

.paragraph-17.bold.upper {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.delete-account {
  color: var(--red);
  width: 16px;
  height: 20px;
}

.delete-account.hash-key {
  cursor: pointer;
}

.heading-5 {
  margin-top: 40px;
}

.delete-webhook {
  color: var(--red);
  width: 16px;
  height: 20px;
}

.delete-webhook.hash-key {
  cursor: pointer;
}

.alt-text-input-label {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  display: none;
}

.alt-text-input-label.show {
  display: block;
}

.alt-text-input {
  border: 1px solid var(--white-smoke);
  width: 100%;
  padding: 9px 16px;
  display: none;
}

.alt-text-input.show {
  display: block;
}

.field-label {
  margin-top: 10px;
}

.duplicate-dropdown {
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 0;
}

.dropdown-toggle-7 {
  background-color: #325ae7;
  border-radius: 3px;
  align-items: center;
  height: 44px;
  padding: 0 10px;
  display: flex;
}

.icon-2 {
  color: #fff;
  margin-right: 0;
  position: static;
}

.dropdown-list-8 {
  inset: 0% 0% 0% auto;
}

.dropdown-list-8.w--open {
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 3px;
  padding: 20px;
  inset: 44px 0% auto auto;
}

.tos-info {
  text-align: center;
}

.tos-info.title {
  font-size: 32px;
  line-height: 1.75;
}

.tos-info.terms {
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}

.paragraph-18 {
  text-align: center;
}

.html-embed-6 {
  border: 1px solid #bbb;
  padding: 9px 15px;
}

.connection-input-2 {
  color: #000;
}

.div-block-37 {
  color: #f64f59;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-38 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-38.left {
  justify-content: flex-start;
}

.div-block-39 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-39.no-margin {
  margin-bottom: 0;
}

.tab-link-2 {
  color: #404250;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.tab-link-2:hover {
  color: #456aeb;
}

.tab-link-2.w--current {
  color: #325ae7;
  background-color: #0000;
  border-bottom: 2px solid #325ae7;
  font-weight: 500;
}

.tab-link-2.notification-tab {
  text-align: center;
  flex: 1;
  margin-right: 0;
  padding: 10px 20px;
}

.tab-link-2.notification-tab:hover {
  color: #325ae7;
}

.tab-link-2.notification-tab.w--current {
  background-color: #f6f7f9;
}

.card-2 {
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
}

.card-2.margin-top {
  margin-top: 20px;
}

.card-2.margin-top.no-shadow {
  box-shadow: none;
}

.card-2.project-div {
  display: none;
}

.card-2.project-div.show {
  margin-bottom: 20px;
  display: block;
}

.div-block-40 {
  margin-bottom: 20px;
}

.tabs-menu-2 {
  border-bottom: 1px solid #ebedf0;
}

.tabs-menu-2.notification-menu {
  display: flex;
}

.tabs-menu-2.notification-menu.inbox {
  border-top: 1px solid #ebedf0;
}

.notification-item-title-2 {
  color: #404250;
  font-weight: 500;
}

.notification-item-title-2.key.display, .notification-item-title-2.description {
  width: 100%;
}

.html-embed-7 {
  width: 16px;
}

.notification-item-2 {
  color: #808292;
  border-bottom: 1px solid #f6f7f9;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.notification-item-2.inbox {
  padding: 20px;
}

.notification-item-2.inbox.code-object, .notification-item-2.inbox.step-object {
  display: none;
}

.notification-item-2.inbox.file-object {
  width: 100%;
  display: none;
}

.notification-item-2.inbox.connection-object {
  display: none;
}

.margin-top {
  margin-top: 20px;
}

.field-item {
  display: none;
}

.field-item.show {
  display: block;
}

.field-select.name, .field-select-2.name {
  margin-bottom: 10px;
}

.rest-api-endpoint-container {
  display: none;
}

.rest-api-endpoint-container.show {
  display: block;
}

.error-fields {
  display: none;
}

.error-fields.show {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  display: block;
}

.heading-6 {
  margin-top: 40px;
}

.heading-6.no-margin {
  margin-top: 0;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0 4px 10px;
  display: flex;
}

.div-block-41.api-div {
  display: none;
}

.div-block-41.api-div.show {
  border-top: 1px solid var(--white-smoke);
  display: flex;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-component-logo-4 {
  background-color: #f6f7f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.project-component-logo-4.project {
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.project-component-logo-4.project.accounts {
  background-image: url('../images/icons8-team-100_1icons8-team-100.png');
}

.api-key-title {
  margin-bottom: 0;
}

.api-key-title.name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.add-object-div-3 {
  background-color: #f6f7f9;
  margin-top: 20px;
  padding: 20px;
}

.delete-api-key {
  color: #f64f59;
  width: 16px;
  height: 20px;
}

.delete-api-key.hash-key {
  cursor: pointer;
}

.delete-content-item {
  color: #f64f59;
  width: 16px;
  height: 20px;
  margin-left: 10px;
}

.delete-content-item.hash-key {
  cursor: pointer;
}

.delete-content-item.hash-key.deleting {
  color: var(--grey-text);
}

.integation-api-endpoint-container {
  display: none;
}

.integation-api-endpoint-container.show {
  display: block;
}

.highlighted {
  color: var(--red);
  font-weight: 700;
}

.event {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.endpoint {
  text-transform: lowercase;
  margin-bottom: 0;
}

.content-editor-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 8px 0;
  display: none;
}

.content-editor-object.formatted-key {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf0;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: grid;
}

.content-editor-object.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-association-field {
  padding-left: 0;
}

.togglebutton {
  background-color: #e9e9e947;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebutton.frosted-glass {
  background-color: #e9e9e9;
}

.togglebuttongreen {
  background-color: #50e461;
  border-radius: 50px;
  width: 100px;
  height: 40px;
  position: absolute;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.buttontext-off {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.paragraph-19 {
  color: var(--grey-text);
}

.paragraph-20 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.div-block-45 {
  border: 1px solid var(--white-smoke);
  width: 100%;
  padding: 20px;
}

.form-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .app-main-layout-container {
    margin-left: 0;
    display: block;
  }

  .sidebar-navbar-container {
    justify-content: center;
  }

  .sidebar-navbar-link {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-navbar-menu {
    width: 100%;
    min-width: 100%;
    max-height: 100vh;
    margin-top: 54px;
    padding-top: 0;
    padding-bottom: 70px;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .sidebar-navbar-brand {
    display: none;
  }

  .sidebar-navbar-heading {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
  }

  .sidebar-navbar-menu-button {
    background-image: url('../images/header-menu.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 20px;
    padding: 0;
  }

  .sidebar-navbar-menu-button:hover {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-menu-button.w--open {
    opacity: 1;
    background-color: #0000;
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-toggle-button {
    display: none;
  }

  .app-main-layout {
    min-height: 100vh;
  }

  .app-main-layout-mask {
    display: none;
  }

  .sidebar-navbar-footer {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-navbar-footer.nav-toggle {
    display: none;
  }

  .sidebar-navbar-body {
    padding-bottom: 0;
  }

  .utility-page-wrap, .app-main-layout-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-navbar-dropdown-list, .sidebar-navbar-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .row.table-row.table-header.feature-object.show, .row.table-row.table-header.customer-object.show, .row.table-row.table-header.admin-object.show, .row.table-row.table-header.customer-object-copy.show, .row.table-row.table-header.company-follower-object.show {
    grid-template-columns: 4fr 2fr 1fr;
  }

  .projects-bg.single {
    padding-top: 50%;
  }

  .single-layout-col {
    padding: 20px;
  }

  .single-layout-logo {
    text-decoration: none;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
  }

  .image {
    filter: invert();
    width: 80px;
    height: 80px;
  }

  .image-2 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .sidebar-navbar-brand-logo {
    display: none;
  }

  .sidebar-navbar-menu-button {
    z-index: 100;
  }

  .sidebar-navbar-menu-button:hover, .sidebar-navbar-menu-button.w--open {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-navbar-brand-logo-small {
    display: block;
  }

  .menu-dropdown-list.w--open {
    border-bottom: 1px solid var(--white-smoke);
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 54px;
    padding-bottom: 54px;
    position: fixed;
    top: 53px;
    left: 0;
    overflow: auto;
  }

  .menu-dropdown-list.search-dropdown-list.w--open {
    padding: 20px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .colors-row {
    margin-bottom: 0;
  }

  .card {
    padding: 30px 20px 20px;
  }

  .page-heading.with-button {
    flex-direction: column;
  }

  .search {
    position: relative;
  }

  .footer {
    text-align: center;
  }

  .footer-right {
    text-align: center;
    margin-top: 10px;
  }

  .notification-tabs.inbox {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-center.project-balance {
    flex-direction: column;
  }

  .col {
    margin-bottom: 20px;
  }

  .col.table-col, .section {
    margin-bottom: 0;
  }

  .section.section-center {
    margin-bottom: 20px;
  }

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

  .page-tabs-menu {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .page-tab-link, .page-tab-link.w--current, .page-tab-link.price-plans, .page-tab-link.receipt {
    flex: none;
  }

  .chart-crypto-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .currency-container {
    margin-bottom: 10px;
  }

  .crypto-stat-item {
    margin-left: 0;
    margin-right: 10px;
  }

  .avatar.big {
    width: 100px;
    height: 100px;
  }

  .profile-bg {
    height: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .profile-info {
    margin-top: -40px;
  }

  .profile-details, .profile-follow {
    margin-top: 50px;
  }

  .devider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-card-columns {
    margin-bottom: -40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .switcher-tab {
    border-style: none solid;
    border-right-width: 1px;
    border-right-color: var(--white-smoke);
    border-left-width: 1px;
    border-left-color: var(--white-smoke);
    display: block;
  }

  .switcher-tab.w--current {
    border-right-color: var(--primary);
    border-left-color: var(--primary);
  }

  .switcher-tab.right {
    border-bottom-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .switcher-tab.left {
    border-top-style: solid;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }

  .switcher-tab.left.w--current {
    border-right-color: var(--primary);
  }

  .total-balance-image {
    padding-right: 0;
  }

  .contact-profile {
    min-width: 200px;
  }

  .contact-profile-info {
    flex: none;
  }

  .projects-bg.single {
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40%;
  }

  .single-layout-row {
    flex-direction: column;
  }

  .single-layout-col.left {
    display: none;
  }

  .account-item, .search-result-item {
    padding: 20px;
  }

  .create-folder-file.inbox {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 1.8em;
  }

  .container {
    width: 80%;
  }

  .card-2 {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-dropdown-list.w--open {
    background-color: #fff;
    border-bottom-style: solid;
    border-radius: 0;
    height: auto;
    position: fixed;
    left: 0;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button.button-primary.button-block.hide {
    display: none;
  }

  .button.button-growth-none {
    width: auto;
    display: inline-block;
  }

  .button-group {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card.no-padding.receipt-table {
    overflow: auto;
  }

  .search {
    position: relative;
  }

  .input.search-result {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tabs-menu {
    border-bottom-style: none;
  }

  .tabs-menu.notification-menu {
    border-bottom-style: solid;
  }

  .tabs-menu.notification-menu.inbox {
    overflow: auto;
  }

  .tab-link {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.w--current {
    background-color: var(--grey);
    border-bottom-style: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.notification-tab.w--current {
    border-bottom-style: solid;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-group-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown {
    width: 100%;
  }

  .row.flex-center.project-balance {
    flex-direction: column;
  }

  .avatar.big {
    margin-left: auto;
    margin-right: auto;
  }

  .profile-info {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .profile-details {
    margin-top: 0;
    margin-left: 0;
  }

  .profile-follow {
    margin-top: 10px;
  }

  .devider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price-plan-select {
    padding: 15px 10px;
  }

  .select-price-plan-description {
    text-align: left;
  }

  .select-price-plan-price {
    text-align: right;
    padding-left: 20px;
    font-size: 20px;
  }

  .receipt-row {
    min-width: 500px;
  }

  .reply-actions {
    flex-direction: column;
  }

  .reply-additional-actions {
    margin-bottom: 10px;
  }

  .projects-bg.single {
    padding-top: 60%;
  }

  .search-2 {
    flex-direction: column;
  }

  .heading-4 {
    font-size: 1.5em;
  }

  .container {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    width: 100%;
    display: block;
  }

  .tab-link-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-2.w--current {
    background-color: #f6f7f9;
    border-bottom-style: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-2.notification-tab.w--current {
    border-bottom-style: solid;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    border-bottom-style: none;
  }

  .tabs-menu-2.notification-menu {
    border-bottom-style: solid;
  }

  .tabs-menu-2.notification-menu.inbox {
    overflow: auto;
  }
}

#field-3.w-node-_72a2e82f-836c-0bfa-ef6d-2082a6a0b444-75768dce, #field-2.w-node-_72a2e82f-836c-0bfa-ef6d-2082a6a0b445-75768dce, #w-node-_72a2e82f-836c-0bfa-ef6d-2082a6a0b446-75768dce, #w-node-a7ae4286-a075-0bd1-897f-61e1b118eee4-75768dce, #w-node-f98d14bb-59c1-81b6-05e2-e0125c72849f-75768dce, #w-node-f98d14bb-59c1-81b6-05e2-e0125c7284a3-75768dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f98d14bb-59c1-81b6-05e2-e0125c7284a7-75768dce {
  grid-area: Area;
}

#w-node-c9cb2799-6873-1ddc-b4de-6f96e8730008-75768dce, #w-node-c9cb2799-6873-1ddc-b4de-6f96e873000c-75768dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9cb2799-6873-1ddc-b4de-6f96e8730010-75768dce {
  grid-area: Area;
}

#field-3.w-node-cddde0a3-3c5e-b7de-6900-e1bcfb7d1eb0-35842d4b, #field-2.w-node-cddde0a3-3c5e-b7de-6900-e1bcfb7d1eb1-35842d4b, #w-node-cddde0a3-3c5e-b7de-6900-e1bcfb7d1eb2-35842d4b, #field-3.w-node-_23afafd2-db21-591b-90ec-06d1a6c6c72e-35842d4b, #field-2.w-node-_23afafd2-db21-591b-90ec-06d1a6c6c72f-35842d4b, #w-node-_23afafd2-db21-591b-90ec-06d1a6c6c730-35842d4b, #w-node-_23afafd2-db21-591b-90ec-06d1a6c6c747-35842d4b, #w-node-_3b1c88e0-432d-40a4-7516-d134ef5ecc4f-5d51dcd1, #w-node-_0bbe05b3-f2bd-0a74-be2c-b6313aa2f9d3-5d51dcd1, #w-node-e55319fb-7486-8bd1-4712-1ab8e216948b-5d51dcd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}




/* ============================== */
/* Content Dashboard & Filter Styles */
/* ============================== */

.content-dashboard-header {
  background: linear-gradient(135deg, #f8f9fc 0%, #eef1f7 100%);
  border: 1px solid var(--white-smoke);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  width: 100%;
}

.content-stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
}

.content-stats-primary {
  display: flex;
  align-items: center;
  gap: 16px;
}

.content-stats-icon {
  width: 48px;
  height: 48px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.content-stats-text {
  display: flex;
  flex-direction: column;
}

.content-stats-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.content-stats-number {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}

.content-filter-count-container {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: white;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid var(--white-smoke);
}

.content-filter-count {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.content-filter-count.mismatch {
  color: #f59e0b;
}

.content-filter-count-label {
  font-size: 14px;
  color: #6b7280;
}

.group-fields-structure {
  background: white;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid var(--white-smoke);
}

.group-fields-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.group-fields-title {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.group-fields-count {
  font-size: 12px;
  color: #6b7280;
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 12px;
}

.group-fields-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.group-field-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
}

.group-field-item .field-name {
  font-weight: 600;
  color: #1e293b;
}

.group-field-item .field-type {
  color: #64748b;
  font-size: 12px;
}

.group-field-item .field-required {
  color: #ef4444;
  font-size: 11px;
  font-weight: 500;
}

/* Filter Panel */
.content-filter-panel {
  border: 1px solid var(--white-smoke);
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #fafbfc;
}

.content-filter-panel .filter-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}

/* Search Input */
.search-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

.content-search-input {
  width: 100%;
  padding: 12px 40px 12px 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: white;
}

.content-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.search-clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #9ca3af;
  border-radius: 4px;
  display: none;
}

.search-clear-btn:hover {
  background: #f3f4f6;
  color: #6b7280;
}

.search-clear-btn.show {
  display: block;
}

/* Field Filters Section */
.field-filters-section {
  margin-bottom: 20px;
}

.field-filters-header {
  margin-bottom: 12px;
}

.field-filters-label {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

.field-filter-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.field-filter-group {
  display: grid;
  grid-template-columns: 1fr 140px 1fr 40px;
  gap: 10px;
  align-items: center;
}

.field-filter-group select,
.field-filter-group input {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  background: white;
}

.field-filter-group select:focus,
.field-filter-group input:focus {
  outline: none;
  border-color: var(--primary);
}

.filter-remove-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fee2e2;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #ef4444;
  transition: background 0.2s;
}

.filter-remove-btn:hover {
  background: #fecaca;
}

.add-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: white;
  border: 1px dashed #d1d5db;
  border-radius: 6px;
  color: #6b7280;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}

.add-filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #f8faff;
}

/* Active Filters */
.active-filters-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 20px;
}

.active-filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.active-filters-label {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

.clear-all-filters-btn {
  background: none;
  border: none;
  color: #ef4444;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}

.clear-all-filters-btn:hover {
  background: #fee2e2;
}

.active-filters-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 16px;
  padding: 5px 10px 5px 12px;
  font-size: 12px;
  color: #4338ca;
}

.filter-tag.search-tag {
  background: #fef3c7;
  border-color: #fcd34d;
  color: #92400e;
}

.filter-tag-remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: inherit;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

.filter-tag-remove:hover {
  opacity: 1;
}

/* Sort Controls */
.sort-container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sort-label {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

.sort-field-select,
.sort-direction-select {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  min-width: 140px;
}

.sort-field-select:focus,
.sort-direction-select:focus {
  outline: none;
  border-color: var(--primary);
}

/* Count Update Animation */
@keyframes countUpdate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    color: var(--primary);
  }
  100% {
    transform: scale(1);
  }
}

.content-stats-number.updating,
.content-filter-count.updating {
  animation: countUpdate 0.3s ease-out;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .content-stats-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-filter-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .field-filter-group .filter-remove-btn {
    justify-self: end;
  }

  .sort-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sort-field-select,
  .sort-direction-select {
    width: 100%;
  }
}


/* ============================== */
/* Content Item Button Spacing */
/* ============================== */

.div-block-27.right.top {
  gap: 16px;
}

.content-group-settings.hash-key.top {
  padding: 8px;
  border-radius: 6px;
  transition: background 0.2s;
}

.content-group-settings.hash-key.top:hover {
  background: #f3f4f6;
}

.delete-content-item.hash-key {
  padding: 8px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  color: #9ca3af;
  width: auto;
  height: auto;
}

.delete-content-item.hash-key svg {
  width: 18px;
  height: 18px;
  display: block;
}

.delete-content-item.hash-key:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* ============================== */
/* Filter Dropdown Text Fix */
/* ============================== */

.filter-field-select,
.filter-operator-select,
.filter-value-input,
#sort-field-select,
#sort-direction-select {
  padding: 10px 12px;
  font-size: 14px;
  min-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field-filter-group select {
  padding-right: 30px;
  background-position: right 8px center;
}

/* Ensure dropdowns have enough width */
.filter-field-select {
  min-width: 120px;
}

.filter-operator-select {
  min-width: 110px;
}

/* Fix for content object field display */
.content-object .fields-elem p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.content-object .fields-elem p strong {
  color: #374151;
}

/* ============================== */
/* Deletion Modal */
/* ============================== */

.deletion-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.deletion-modal.show {
  display: flex;
}

.deletion-modal-content {
  background: white;
  padding: 40px 60px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.deletion-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top-color: var(--primary);
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.deletion-status-text {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

/* ============================== */
/* Bulk Selection Controls */
/* ============================== */

.content-list-header {
  justify-content: space-between !important;
  width: 100%;
}

.bulk-actions-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.select-all-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #4b5563;
  user-select: none;
}

.select-all-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary);
}

.delete-selected-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.delete-selected-btn:hover:not(:disabled) {
  background: #fecaca;
  border-color: #f87171;
}

.delete-selected-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.delete-selected-btn svg {
  flex-shrink: 0;
}

/* ============================== */
/* Content Object Checkbox */
/* ============================== */

.content-object.show {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 20px;
}

.content-checkbox-label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 2px;
}

.content-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary);
}

.content-object.show .fields-elem {
  flex: 1;
  min-width: 0;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.content-object.show .div-block-27.right.top {
  flex-shrink: 0;
  margin-left: auto;
}

.content-object.selected {
  background: #f0f9ff;
}

/* Hide the prototype/template element */
.content-object:not(.show) {
  display: none !important;
}

/* Hide delete button when nothing selected */
.delete-selected-btn.hidden {
  display: none !important;
}

/* ============================== */
/* Load More Button */
/* ============================== */

.load-more-container {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.load-more-btn {
  padding: 12px 32px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.load-more-btn:hover {
  background: #4338ca;
}

.load-more-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
