: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;
  --red: #f64f59;
  --green: #31ba7e;
  --black: black;
}

.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;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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);
  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: 100000;
  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_1icons8-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_2icons8-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-onboarding {
  background-image: url('../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png');
}

.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: hidden;
}

.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-1_1icons8-inbox-100 (1).png');
}

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

.menu-dropdown-toggle.dropdown-search:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).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_2icons8-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-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 {
  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 {
  margin-bottom: 20px;
  display: block;
}

.card.hide {
  display: none;
}

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

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

.card.archived-tickets-table {
  display: none;
}

.card.archived-tickets-table.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: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

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

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

.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_1icons8-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-100-1_1icons8-search-100 (1).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;
}

.tabs-content.notification-content.inbox.show {
  overflow: visible;
}

.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-tabs.border {
  border: 1px solid var(--white-smoke);
}

.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.inbox {
  padding: 20px;
}

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

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

.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-text {
  max-height: 18px;
  font-size: 12px;
  overflow: hidden;
}

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

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

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

.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: 1fr 4fr 2fr 1fr;
}

.row.table-row.table-header.highlighted.issue, .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.highlighted.statuses {
  grid-template-columns: 4fr 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: 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: 1fr 4fr 2fr 1fr 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.table-header.ticket-object {
  display: none;
}

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

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

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

.row.table-row.table-header.status-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.status-object.home-screen.show {
  grid-template-columns: 1fr 4fr 2fr 1fr;
}

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

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

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

.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 var(--white-smoke);
  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%;
}

.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 {
  display: block;
}

.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/icons8-multiple-devices-100-1_1icons8-multiple-devices-100 (1).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.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-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 {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.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 {
  background-color: #f9f9f9;
  border: 1px solid #ebedf0;
  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-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;
}

.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;
}

.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 {
  filter: invert();
  width: 80px;
  height: 80px;
}

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

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

.div-block-2.no-padding {
  padding: 0;
}

.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;
}

.div-block-3.center {
  justify-content: center;
}

.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;
}

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

.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;
}

.status-filter {
  cursor: pointer;
  padding: 10px 20px;
}

.status-filter.selected {
  color: var(--secondary);
  font-weight: 700;
}

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

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

.form.extents {
  justify-content: space-between;
  align-items: flex-end;
}

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

.dropdown-list-2 {
  z-index: 10000;
  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%;
}

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

.expand-customer-div {
  cursor: pointer;
  width: 24px;
  transition: all .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

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

.hide {
  display: none;
}

.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;
}

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

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

.input-2 {
  color: #1b1d2a;
  background-color: #fff;
  border: 1px solid #0000000d;
  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-2:active, .input-2:focus {
  background-color: #fff;
  border-color: #808292;
}

.input-2::placeholder {
  color: #808292;
  font-weight: 400;
}

.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;
}

.button-2.button-primary.button-block.hide {
  display: none;
}

.button-2.button-primary.full-width {
  display: block;
}

.button-2.button-primary.full-width.hide {
  display: none;
}

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

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

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

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

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

.dropdown-2 {
  width: 100%;
}

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

.dropdown-list-3.w--open {
  background-color: #fff;
  margin-bottom: 20px;
}

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

.text-block {
  color: #325ae7;
  font-weight: 700;
}

.html-embed-3 {
  color: #325ae7;
  width: 16px;
  height: 20px;
  margin-right: 10px;
}

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

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

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

.card-2 {
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
}

.card-2.project-div {
  margin-bottom: 20px;
  display: none;
}

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

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

.card-2.project-div.show {
  margin-bottom: 20px;
  display: block;
}

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

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

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

.open-tickets.hash-key {
  background-color: var(--white-smoke);
  color: var(--red);
  border-radius: 15px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.open-tickets.hash-key.show {
  display: block;
}

.app-main-layout-2 {
  background-color: #f6f7f9;
  flex: 1;
  overflow: hidden;
}

.field-ctrl {
  color: #1cb945;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.field-ctrl.delete.red {
  color: #f64f59;
}

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

.div-block-35.center {
  align-items: center;
}

.delete-webhook {
  color: #f64f59;
  width: 16px;
  height: 20px;
}

.delete-webhook.hash-key {
  cursor: pointer;
}

.app-main-layout-header-2 {
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
}

.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;
}

.add-object-div-2 {
  background-color: #f6f7f9;
  margin-top: 20px;
  padding: 20px;
}

.paragraph-14 {
  margin-top: 20px;
  font-weight: 700;
}

.group-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ebedf0;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 8px 20px;
  display: none;
}

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

.heading-5 {
  margin-top: 40px;
}

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

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

.div-block-27.right {
  justify-content: flex-end;
}

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

.dropdown-toggle-4 {
  border: 1px solid #ebedf0;
  width: 100%;
}

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

.grid-3.add-status {
  grid-template-columns: 1fr 1fr;
}

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

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

.field-parent {
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr 2fr 1fr;
  margin-bottom: 10px;
}

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

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

.paragraph-9.name {
  color: #000;
  margin-top: 10px;
}

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

.field-label {
  margin-top: 10px;
}

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

.dropdown-4 {
  width: 100%;
}

.footer-2 {
  border-top: 1px solid #ebedf0;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-32 {
  width: 100%;
}

.description {
  margin-bottom: 0;
}

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

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

.delete-account {
  color: #f64f59;
  width: 16px;
  height: 20px;
}

.delete-account.hash-key {
  cursor: pointer;
}

.footer-link-2 {
  color: #808292;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #404250;
}

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

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

.div-block-37.account-div.show {
  border-top: 1px solid var(--white-smoke);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-37.account-div.show:hover {
  background-color: var(--white-smoke);
  margin-bottom: 10px;
}

.div-block-37.webhook-div {
  border-top: 1px solid var(--white-smoke);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.div-block-37.webhook-div:hover {
  background-color: var(--white-smoke);
}

.div-block-37.webhook-div.show {
  display: flex;
}

.div-block-37.status-div {
  display: none;
}

.div-block-37.status-div.show {
  border-top: 1px solid var(--white-smoke);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-37.status-object {
  border-top: 1px solid var(--white-smoke);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.div-block-37.status-object:hover {
  background-color: var(--white-smoke);
}

.div-block-37.status-object.show {
  display: flex;
}

.div-block-31 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.project-component-number-2 {
  color: #325ae7;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.project-component-number-2.align-right.total-accounts {
  margin-bottom: 0;
}

.image-5 {
  width: 26px;
}

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

.div-block-26.group-object-div {
  display: none;
}

.div-block-26.group-object-div.show {
  padding-left: 0;
  display: block;
}

.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: #fff;
}

.project-component-2.vertical.padding-bottom {
  padding-bottom: 10px;
}

.update-project-input {
  color: #000;
}

.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');
}

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

.add-field-input, .add-field-input.required, .add-field-input.type {
  margin-bottom: 0;
}

.paragraph-16 {
  color: #808292;
  margin-bottom: 0;
}

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

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

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

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

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

.field-label-2 {
  margin-top: 20px;
}

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

.add-status-grid.add-status {
  grid-template-columns: 1fr 1fr;
}

.delete-status {
  color: #f64f59;
  width: 16px;
  height: 20px;
}

.delete-status.hash-key {
  cursor: pointer;
}

.delete-status-disabled {
  color: var(--grey-text);
  cursor: not-allowed;
  width: 16px;
  height: 20px;
}

.delete-status-disabled.hash-key {
  cursor: pointer;
}

.div-block-38 {
  margin-top: 10px;
}

.image-6 {
  width: 24px;
}

.tabs {
  margin-top: 40px;
}

.tabs-content-2 {
  border-top: 1px solid var(--white-smoke);
}

.tabs-content-2.show {
  overflow: visible;
}

.tabs-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tickets-tab {
  width: 100%;
}

.tickets-tab.w--current {
  background-color: var(--black);
  color: var(--white);
}

.padding {
  padding: 0 20px 20px;
}

.tickets-tab-pane {
  border: 1px solid var(--white-smoke);
}

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

.div-block-40 {
  display: flex;
}

.date {
  margin-bottom: 0;
}

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

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

@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, .image-3 {
    width: 60px;
    height: 60px;
  }

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

@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;
  }

  .card-2 {
    padding: 30px 20px 20px;
  }

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

@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-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;
  }

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

  .button-2.button-primary.button-block.hide {
    display: none;
  }
}

#w-node-_652693bb-7bba-97bf-9601-64bb3be49118-ed9848d1, #w-node-d1a57103-8c4a-e87e-5614-739feb6728ab-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728ae-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728b1-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728b4-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728bb-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728be-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728c1-36670f28, #w-node-d1a57103-8c4a-e87e-5614-739feb6728c4-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae98fb-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae98fe-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae9901-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae9904-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae990b-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae990e-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae9911-36670f28, #w-node-_0fac4059-bbac-171a-c82f-f994e4ae9914-36670f28, #w-node-_299589f7-e75b-4f3f-4963-3afea4c47168-36670f28, #w-node-acd95243-f0ae-c5b0-9a99-1461d7f7b0d4-36670f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd95243-f0ae-c5b0-9a99-1461d7f7b0dc-36670f28 {
  grid-area: Area;
}

#w-node-_08695c75-3bf6-c300-9ca0-53e983f36da9-36670f28, #w-node-_08695c75-3bf6-c300-9ca0-53e983f36dad-36670f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08695c75-3bf6-c300-9ca0-53e983f36db1-36670f28 {
  grid-area: Area;
}


