:root {
    --line-height: 1.3em;
    --colour-open: #01d122;
    --colour-pending: #f60203;
    --colour-closed: #313041;
    --colour-archived: #a1a0b1;
    --colour-help: #4000ff;
    --colour-help-border: rgba(0, 255, 77, 0.25);
    --colour-idea: #c5a800;
    --help-border: 1px solid var(--colour-help-border);
    --help-box-shadow: 0 0 15px 2px #e8ecf3;
    --overlay-background-start: rgba(255,255,255,0.15);
    --overlay-background-end: rgba(255,255,255,0.9);
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #313041;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #313041;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.sidebar-nav {
  position: fixed;
  z-index: 1000;
  width: 220px;
  height: 100vh;
  background-color: #201f25;
}

.dashboard-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #201f25;
}

.sidebar-logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashborad-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashborad-logo.w--current {
  width: 100%;
}

.sidebar-logo {
  display: block;
  width: 60%;
  text-decoration: none;
}

.sidebar-collapse {
  width: 25px;
  height: 25px;
  margin-left: 0px;
  padding: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.sidebar-menu {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-menu-section {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-menu-section.bottom-diviver {
  overflow: auto;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 12px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid transparent;
  -webkit-transition: border-width 200ms ease, border-color 200ms ease, opacity 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease, opacity 200ms ease;
  text-decoration: none;
}

.sidebar-link:hover {
  opacity: 0.7;
}

.sidebar-link.w--current {
  border-right: 4px solid #fff;
  -webkit-transition: border-color 200ms ease, border-width 200ms ease, opacity 200ms ease;
  transition: border-color 200ms ease, border-width 200ms ease, opacity 200ms ease;
}

.sidebar-link.w--current:hover {
  opacity: 1;
}


.sidebar-link.people {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-link-text {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.sidebar-footer {
  padding-top: 15px;
}

.dashboard-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #201f25;
}

.sidebar-spacer {
  width: 220px;
}

.dashboard-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.dashboard-content.trans {
  background-color: transparent;
}

.dashboard-main-content {
  max-width: 1500px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
}

.dashboard-main-content.trans {
  background-color: transparent;
}

.dashboard-main-content.rel {
  position: relative;
}

.dash-main-container {
  background-color: #fff;
}

.dashboard-nav {
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 20px 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(31, 30, 36, 0.15);
  background-color: #fff;
  box-shadow: none;
}

.nav-spacer {
  height: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new-ticket {
  margin: 3px;
  padding: 12px 20px;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.3px;
}

.new-ticket:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.profile-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #313041;
}

.profile-img {
  width: 100%;
  height: 100%;
  background-color: #313041;
}

.profile-img.hel {
  width: 90%;
}

.profile-img.brand {
  display: none;
  width: 90%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-3 {
  padding: 0px;
}

.dropdown-list {
  right: 0px;
}

.dropdown-list.w--open {
  left: 15px;
  top: 70px;
  right: auto;
  overflow: auto;
  width: 300px;
  max-height: 300px;
  padding: 15px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5dce9;
  border-radius: 5px;
  background-color: #fff;
}

.suggestions-links {
  width: 100%;
  margin-bottom: 0px;
  padding: 12px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #353434;
  text-decoration: none;
}

.suggestions-links:hover {
  background-color: rgba(243, 243, 250, 0.75);
}

.text-block {
  padding-left: 8px;
  color: #201f25;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.descriptive-text {
  margin-top: 5px;
  padding-left: 17px;
  color: #9d9caf;
  font-size: 12px;
  line-height: 1.3em;
}

.dropdown-list-profile {
  right: 0px;
}

.dropdown-list-profile.w--open {
  top: 80px;
  right: 0%;
  width: 150px;
  padding: 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5dce9;
  border-radius: 5px;
  background-color: #fff;
}

.text-block-copy {
  color: #9d9caf;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.menu-divide {
  height: 1px;
  margin: 10px 15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #d5dce9;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background-color: #201f25;
}

.dot.it {
  background-color: #01d122;
}

.dot.content {
  background-color: #ff01d4;
}

.dot.web {
  background-color: #00abe7;
  color: #00abe7;
}

.dot.resource {
  background-color: #f60203;
}

.dot.rec {
  background-color: #8400ff;
}

.dot.gc {
  background-color: #4000ff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3fa;
  text-align: center;
}

.text-block-3 {
  color: #9d9caf;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.dropdown {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.dropdown:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.client-selector.hidden {
  display: none;
}

.sidebaricon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
  background-color: #4c4b5d;
}

.sidebaricon-holder.web {
  background-color: #00abe7;
}

.sidebaricon-holder.it {
  background-color: #01d122;
}

.sidebaricon-holder.social {
  background-color: #ff7300;
}

.sidebaricon-holder.pp {
  background-color: #d4d802;
}

.sidebaricon-holder.suggest {
  background-color: #8400ff;
  color: #8400ff;
}

.sidebaricon-holder.rl {
  background-color: #f60203;
}

.sidebaricon-holder.help {
  background-color: #4c4b5d;
}

.sidebaricon-holder.controlc {
  background-color: #4000ff;
}

.sidebaricon-holder.content {
  background-color: #ff00d4;
}

.sidebaricon-holder.people {
  background-color: #201f25;
}

.sidebaricon-holder.seo {
  background-color: #00bac7;
}

.sidebaricon-holder.performance {
  background-color: #59ec03;
}

.loading-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 4%;
  padding-bottom: 4%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #fff;
}

.div-block-27 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
}

.image-9 {
  height: 55px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-1fr-0-25fr {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr minmax(250px, 0.25fr);
  grid-template-columns: 1fr minmax(250px, 0.25fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-container {
  position: relative;
}

.cta-holder {
  padding: 15px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.2) rgba(31, 30, 36, 0.2) rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.cta-holder._30m {
  position: relative;
  margin-bottom: 2rem;
  border-color: #d5dce9;
}

.cta-top-spacer {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.pulse-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
  background-color: #4c4b5d;
  cursor: pointer;
}

.pulse-cta.suggest {
  background-color: #8400ff;
}

.pulse-cta.resource {
  background-color: #f60203;
}

.cta-abs-icon {
  position: absolute;
  top: -15px;
  right: 15px;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.suggest {
  color: #8400ff;
}

.ticket-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.ticket-slice.headings {
  margin-top: 0px;
  border-style: none;
}

.ticket-slice.headings:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ticket-slice-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.5fr 0.25fr;
  grid-template-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticket-slice-title {
  color: #201f25;
  font-size: 14px;
  line-height: 1.3em;
}

.ticket-slice-title.heading {
  display: inline-block;
  font-weight: 500;
}

.more-ticket-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
}

.more-ticket-view._2 {
  margin-left: 5px;
}

.more-ticket-view-drop {
  padding: 0px;
}

.ticket-view-links {
  width: 100%;
  margin-bottom: 0px;
  padding: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #353434;
  text-decoration: none;
}

.ticket-view-links:hover {
  background-color: rgba(243, 243, 250, 0.75);
}

.ticket-view-more-droplist {
  right: 0px;
}

.ticket-view-more-droplist.w--open {
  top: 25px;
  right: -25%;
  z-index: 1;
  width: 105px;
  padding: 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5dce9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(31, 30, 36, 0.05);
}

.ticket-view-more-droplist.heading.w--open {
  z-index: 1;
  width: 155px;
}

.status-label {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 1000px;
  background-color: #201f25;
  color: #fff;
  font-size: 10px;
  line-height: 1.3em;
}

    .status-label.open {
        background-color: var(--colour-open);
    }

.status-label.pending {
  background-color: var(--colour-pending);
}

.status-label.closed {
  background-color: var(--colour-closed);
}

.status-label.archived {
  background-color: var(--colour-archived);
}

.status-label.idea {
    background-color: var(--colour-idea);
}

.status-label-holder {
  position: absolute;
  left: auto;
  top: -12px;
  right: 60px;
  bottom: auto;
  padding-right: 2px;
  padding-left: 2px;
}

.click-to-ticket-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 1em;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.click-to-ticket-link.images {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-more-holder {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.new-ticket-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newticket2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px 3px 5px;
  padding: 8px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 35px;
  line-height: 0em;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.newticket2:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.company-name {
  padding-right: 8px;
  color: #9d9caf;
}

.header {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.header.centre {
  text-align: center;
}

.inline {
  display: inline-block;
  margin-bottom: 0px;
}

.inline.web {
  color: #9d9caf;
}

.inline.it {
  color: #9d9caf;
}

.inline.all {
  color: #9d9caf;
}

.inline.red {
  color: #f60203;
}

.inline.rec {
  color: #8400ff;
}

.inline.services {
  color: #313041;
}

.inline.grey {
  color: rgba(157, 156, 175, 0.6);
}

.inline.white {
  font-weight: 400;
}

.inline.dark-grey {
  color: #9d9caf;
}

.add-ticket {
  padding: 5px 10px;
  border-radius: 1000px;
  background-color: #f3f3fa;
  color: #4c4b5d;
  font-size: 11px;
}

.client-select-name {
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #353434;
  text-decoration: none;
}

.client-select-name:hover {
  background-color: rgba(243, 243, 250, 0.75);
}

.client-name {
  color: #201f25;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
}

.setup-a-campaign {
  display: block;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201f25;
  text-align: center;
}

.bubble {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.image-11 {
  height: 60px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 1000px;
  background-color: #4000ff;
}

.speech {
  position: relative;
  max-width: 500px;
  padding: 30px 25px;
  border-radius: 5px;
  background-color: #4000ff;
}

.white {
  color: #fff;
}

.speech-bubble-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.speech-bubble-text.centre {
  text-align: center;
}

.div-block-33 {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: -30px;
  width: 30px;
  height: 50px;
  border-radius: 0px 0px 5px;
  background-color: #4000ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button {
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.w--current {
  background-color: #4000ff;
}

.button.margins {
  margin-right: 10px;
  margin-left: 10px;
}

.button.delete {
  background-color: #f60203;
}

.button.edit {
  padding: 6px 12px;
  font-size: 14px;
}

.button.sml-delete {
  padding: 6px 12px;
  background-color: #f60203;
  font-size: 14px;
}

.button.tag {
  padding: 6px 32px 6px 14px;
  border-color: #9d9caf;
  border-radius: 1000px;
  background-color: #fff;
  background-image: url('../images/x.svg');
  background-position: 100% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  color: #9d9caf;
  font-size: 14px;
}

.button.outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #4000ff;
  background-color: #fff;
  color: #4000ff;
}

.button.back {
  padding: 5px 10px 5px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #4000ff;
  background-color: #fff;
  background-image: url('../images/back.svg');
  background-position: 10px 50%;
  background-size: auto 8px;
  background-repeat: no-repeat;
  color: #4000ff;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.button.back:hover {
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

._20px {
  width: 20px;
  height: 20px;
}

.image-12 {
  height: 25px;
}

._10px {
  width: 10px;
  height: 10px;
}

.div-block-34 {
  padding-bottom: 15px;
  text-align: right;
}

.grid-tabs {
  padding-top: 45px;
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-34-copy {
  padding-bottom: 15px;
  text-align: left;
}

.div-block-33-copy {
  position: absolute;
  left: 65px;
  top: auto;
  right: 0px;
  bottom: -30px;
  width: 30px;
  height: 50px;
  border-radius: 0px 0px 5px;
  background-color: #4000ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-field {
  margin-bottom: 0px;
  padding: 12px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 4px;
  background-color: #fff;
  color: #9d9caf;
}

.placehold-text {
  display: inline-block;
  padding: 0px;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 0.3px;
}

.multi-input-field {
  min-height: 150px;
  padding: 12px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 5px;
  background-color: #fff;
  color: #9d9caf;
}

.multi-input-field.tickets {
  padding: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-35 {
  text-align: left;
}

.input-attachments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 12px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 4px;
  background-color: transparent;
  color: #9d9caf;
}

.input-attachments.white {
  color: #fff;
}

.image-13 {
  height: 30px;
  margin-right: 15px;
}

.priority-text {
  margin-bottom: 20px;
  color: #f60203;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
}

._200-spacer {
  width: 200px;
  height: 200px;
}

.how-we-can-help {
  padding-top: 50px;
}

.no-stat {
  font-size: 65px;
  line-height: 1.2em;
  font-weight: 600;
}

.no-stat-holder {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin: 15px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5dce9;
  border-radius: 5px;
  background-color: rgba(213, 220, 233, 0.2);
  color: #201f25;
  text-decoration: none;
}

.no-stat-holder.ac {
  border-color: #4000ff;
  background-color: #4000ff;
  color: #fff;
  text-decoration: none;
}

.no-stat-title {
  font-size: 13px;
  line-height: 1.4em;
}

.stats-label {
  position: absolute;
  left: auto;
  top: -12px;
  right: 30px;
  bottom: auto;
}

._50px {
  width: 50px;
  height: 50px;
}

.no-stat-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-14 {
  width: 100%;
}

.container {
  font-family: Jost, sans-serif;
}

.sign-in-up {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-12-copy {
  height: 35px;
}

.signup-in {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.form-element {
  padding-bottom: 20px;
  cursor: text;
}

.input-tick {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #9d9caf;
}

.input-tick:hover {
  border-width: 1px;
  background-color: rgba(157, 156, 175, 0.2);
}

.input-tick.checked {
  border-color: #4000ff;
  background-color: #4000ff;
  background-image: url('../images/checked.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  color: #4000ff;
}

.sub-form-label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(76, 75, 94, 0.8);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
}

.sub-form-label.w {
  color: #fff;
}

.sub-form-label.w._0m {
  margin-top: 0px;
  margin-bottom: 0px;
}

.new-form-container {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  text-align: left;
}

.normal {
  font-weight: 400;
}

.drop-field {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 4px;
  background-color: #fff;
  color: #9d9caf;
}

.web {
  color: #00abe7;
}

.tippy {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 5px;
  background-image: url('../images/tippy.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.forgot-pw {
  margin-bottom: 20px;
}

.plan-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.plan-slice.headings {
  margin-top: 0px;
  border-style: none;
}

.click-to-plan-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 1em;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.click-to-plan-link.date {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.plan-slice-title {
  color: #201f25;
  font-size: 14px;
  line-height: 1.3em;
}

.plan-slice-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(30px, 30px) 0.75fr 1fr 0.5fr;
  grid-template-columns: minmax(30px, 30px) 0.75fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newplan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px 3px 5px;
  padding: 8px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 35px;
  line-height: 0em;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.newplan:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.new-plan-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-plan {
  padding: 5px 10px;
  border-radius: 1000px;
  background-color: #f3f3fa;
  color: #4c4b5d;
  font-size: 11px;
}

.dropdown-list-choices {
  right: 0px;
}

.dropdown-list-choices.w--open {
  left: 15px;
  top: 70px;
  right: auto;
  overflow: auto;
  width: 300px;
  max-height: 300px;
  padding: 15px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5dce9;
  border-radius: 5px;
  background-color: #fff;
}

.client-response {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px 4px 0px 0px;
  background-color: #9d9caf;
}

.ticket-responses {
  display: inline-block;
  padding: 0px 0px 0px 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
  text-align: left;
  letter-spacing: 0.3px;
}

.ticket-responses.label {
  padding: 0px;
}

.ticket-text {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #4c4b5d;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 0.3px;
}

.image-15 {
  display: block;
}

.download {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gc-response {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px 4px 0px 0px;
  background-color: #4000ff;
}

.ticket-detail-spacer-50 {
  height: 50px;
}

.billable {
  padding-top: 30px;
}

.delete-ticket {
  padding-top: 30px;
}

.new-report-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newreport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px 3px 5px;
  padding: 8px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 35px;
  line-height: 0em;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.newreport:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.add-report {
  padding: 5px 10px;
  border-radius: 1000px;
  background-color: #f3f3fa;
  color: #4c4b5d;
  font-size: 11px;
}

.report-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.click-to-report-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 1em;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.click-to-report-link.date {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.report-slice-title {
  color: #201f25;
  font-size: 14px;
  line-height: 1.3em;
}

.report-slice-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.25fr;
  grid-template-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-16 {
  width: 30px;
  height: 30px;
}

.download-report {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
}

.billable-amounts {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #f60203;
  border-bottom: 1px dashed #f60203;
  color: #f60203;
}

.alert-badge {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 8px 12px 6px;
  border-radius: 1000px;
  background-color: #4c4b5d;
  color: #fff;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
}

.add-recc-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newrecc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px 3px 5px;
  padding: 8px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 35px;
  line-height: 0em;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.newrecc:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.add-recc {
  padding: 5px 10px;
  border-radius: 1000px;
  background-color: #f3f3fa;
  color: #4c4b5d;
  font-size: 11px;
}

.rec-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.res-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.res-slice.headings {
  border-style: none;
}

.res-slice-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.25fr;
  grid-template-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-39 {
  width: 100%;
  height: 150px;
  max-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/IMG_1458.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.images-space-5 {
  width: 5px;
  height: 5px;
}

.add-res-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px 3px 5px;
  padding: 8px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 35px;
  line-height: 0em;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.newres:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.add-res {
  padding: 5px 10px;
  border-radius: 1000px;
  background-color: #f3f3fa;
  color: #4c4b5d;
  font-size: 11px;
}

.control-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.admin-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.div-block-40 {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #9d9caf;
}

.admin-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.control-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

._30px {
  width: 30px;
  height: 30px;
}

.delete-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4000ff;
  color: #fff;
  text-align: center;
}

.billing-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(30px, 30px) 1.25fr 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
  grid-template-columns: minmax(30px, 30px) 1.25fr 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.billing-slice {
  position: relative;
  margin-top: 15px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 30, 36, 0.15);
  border-radius: 5px;
}

.billing-slice.headings {
  margin-top: 0px;
  border-style: none;
}

.click-to-billing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 1em;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.click-to-billing.images {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.empty-tab-button {
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.empty-tab-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.empty-tab-button.w--current {
  left: -10px;
  display: none;
  margin-right: 10px;
  background-color: #4000ff;
}

.empty-tab-button.margins {
  margin-right: 10px;
  margin-left: 10px;
}

.empty-tab-button.delete {
  background-color: #f60203;
}

.button-get-started {
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #4000ff;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 300ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 300ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.button-get-started:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-get-started.w--current {
  display: none;
  background-color: #4000ff;
}

.button-get-started.margins {
  margin-right: 10px;
  margin-left: 10px;
}

.button-get-started.delete {
  background-color: #f60203;
}

.add-new-ticket-header {
  margin-bottom: 15px;
}

.edit-responce {
  display: none;
  text-align: right;
}

.client-service-form {
  margin-bottom: 20px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #9d9caf;
  border-radius: 8px;
}

.error-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f60203;
  color: #fff;
}

.error-field.hide {
  display: none;
}

.error-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.empty-content {
  margin-bottom: 5px;
  color: #9d9caf;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 500;
}

.empty-content-div {
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.empty-content-div.hidden {
  display: none;
}

._15px {
  width: 15px;
  height: 15px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.choices {
  height: 100%;
  padding: 40px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  -webkit-transition: opacity 300ms ease, -webkit-transform 200ms ease;
  transition: opacity 300ms ease, -webkit-transform 200ms ease;
  transition: opacity 300ms ease, transform 200ms ease;
  transition: opacity 300ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.choices:hover {
  opacity: 0.9;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.choices.support {
  border-style: solid;
  border-color: #4000ff;
  background-color: #4000ff;
}

.centre-div {
  text-align: center;
}

.image-ticket {
  height: 25px;
}

._100px {
  width: 100px;
  height: 100px;
}

.link-block {
  text-decoration: none;
}

.right-align {
  text-align: right;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 31, 37, 0.9);
}

.dialog {
  width: 600px;
  height: 400px;
}

.confirm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.confirm-delete {
  display: inline-block;
  padding: 8px;
}

.delete-badge {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 12px 6px;
  border-radius: 1000px;
  background-color: #4c4b5d;
  color: #fff;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 300;
}

.delete-holder {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tifield {
  display: none;
}

.edit-wrapper {
  padding: 100px 45px;
}

.heading-h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #313041;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.3px;
}

.next {
  margin-top: 30px;
  border-color: #d5dce9;
  background-color: #fff;
  color: #4c4b5d;
}

.previous {
  margin-top: 30px;
  border-color: #d5dce9;
  background-color: #fff;
  color: #4c4b5d;
}

.page-count {
  color: #9d9caf;
  font-size: 12px;
}

.nav-menu-scroll-down {
  display: none;
}

.ticket-type-tag {
  display: inline-block;
  padding: 10px;
}

.spacer-element-padding-10px {
  display: inline-block;
  padding: 10px;
}

.tag {
  display: inline-block;
  margin: 5px;
  padding: 4px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #01d122;
  border-radius: 1000px;
  background-color: #01d122;
  color: #fff;
}

.tag.it {
  border-style: none;
}

.tag.social {
  border-style: none;
  background-color: #ff7300;
}

.spacer-element-padding-2px {
  display: inline-block;
  padding: 2px;
}

.spacer-element-padding-5px {
  display: inline-block;
  padding: 5px;
}

.image-17 {
  width: 40px;
  height: 40px;
}

.icon-preview {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #9d9caf;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.loading {
  display: none;
  padding-right: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-hider {
  display: none;
}

.div-block-41 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backholder {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 999;
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.lb-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43 {
  padding: 10px;
}

.ticket-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .sidebar-nav {
    z-index: 999;
    width: 69px;
    height: 69px;
    background-color: #fff;
  }

  .dashboard-sidebar {
    margin-top: 70px;
  }

  .sidebar-logo-section {
    display: none;
  }

  .sidebar-collapse {
    display: none;
  }

  .sidebar-menu {
    height: 420px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar-footer {
    padding-top: 0px;
  }

  .sidebar-button {
    height: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

  .sidebar-button.w--open {
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar-spacer {
    width: 0px;
  }

  .dashboard-main-content.trans {
    min-height: 100vh;
  }

  .dashboard-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 998;
    padding-left: 75px;
  }

  .profile-img.hel {
    display: none;
  }

  .profile-img.brand {
    display: block;
    width: 100%;
  }

  .loading-section {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-1fr-0-25fr {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ticket-slice:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .company-name {
    display: block;
  }

  .no-stat-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .report-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr 0.25fr;
  }

  .res-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.5fr;
    grid-template-columns: minmax(30px, 30px) 1.5fr 0.5fr 0.5fr;
  }

  .div-block-39 {
    width: 150px;
  }

  .billing-grid {
    -ms-grid-columns: minmax(30px, 30px) 1.25fr 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1.25fr 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
  }

  .click-to-billing.id {
    display: none;
  }

  .click-to-billing.ticketstaus {
    display: none;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-scroll-down {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    color: #9d9caf;
    font-size: 8px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .backholder {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-sidebar {
    width: 50%;
  }

  .dashboard-main-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .dot {
    text-align: center;
  }

  .loading-section {
    display: none;
  }

  .image-9 {
    height: 75px;
  }

  .ticket-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr 0.25fr;
  }

  .click-to-ticket-link.client-name {
    display: none;
  }

  .click-to-ticket-link.clocked {
    display: none;
  }

  .click-to-ticket-link.email {
    display: none;
  }

  .company-name {
    display: none;
  }

  .div-block-34 {
    padding-bottom: 0px;
  }

  .grid-tabs {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-34-copy {
    padding-bottom: 15px;
  }

  .no-stat-holder.ac {
    min-width: 0px;
  }

  .drop-field {
    width: auto;
  }

  .click-to-plan-link.des {
    display: none;
  }

  .plan-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr;
  }

  .client-response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gc-response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .click-to-report-link.date {
    display: none;
  }

  .report-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr;
  }

  .res-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr;
  }

  .control-grid {
    -ms-grid-columns: 1fr 1fr 0.5fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.5fr 0.25fr;
  }

  .admin-list {
    -ms-grid-columns: 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.25fr;
  }

  .billing-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr 0.5fr 0.25fr;
  }

  .click-to-billing.id {
    display: none;
  }

  .click-to-billing.client-name {
    display: none;
  }

  .click-to-billing.clocked {
    display: none;
  }

  .click-to-billing.email {
    display: none;
  }

  .click-to-billing.who {
    display: none;
  }

  .click-to-billing.ticketstaus {
    display: none;
  }

  .click-to-billing.direct-bill {
    display: none;
  }

  .click-to-billing.status {
    display: none;
  }

  .click-to-billing.serviceprovider {
    display: none;
  }

  .click-to-billing.sp-name {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .dashboard-sidebar {
    width: 70%;
  }

  .dashboard-main-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .dropdown-list.w--open {
    left: -50px;
    right: auto;
    width: 280px;
  }

  .loading-section {
    display: none;
  }

  .right-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ticket-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ticket-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.25fr;
  }

  .ticket-slice-title.inline.dwnload {
    display: none;
  }

  .status-label-holder {
    right: 15px;
  }

  .click-to-ticket-link.date {
    display: none;
  }

  .click-to-ticket-link.id {
    display: none;
  }

  .view-more-holder {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .header {
    text-align: center;
  }

  .image-11 {
    margin-bottom: 15px;
  }

  .div-block-34-copy {
    padding-bottom: 0px;
  }

  .no-stat {
    font-size: 35px;
  }

  .no-stat-holder {
    min-width: 0px;
  }

  .stats-label {
    right: 15px;
  }

  .no-stat-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .click-to-plan-link {
    padding-right: 0em;
  }

  .plan-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.25fr;
  }

  .tabs-menu {
    display: inline-block;
  }

  .dropdown-list-choices.w--open {
    left: 0px;
    right: auto;
    width: 280px;
  }

  .client-response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gc-response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .report-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .click-to-report-link {
    padding-right: 0em;
  }

  .click-to-report-link.date {
    display: none;
  }

  .report-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr minmax(30px, 30px);
    grid-template-columns: minmax(30px, 30px) 1fr minmax(30px, 30px);
  }

  .rec-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .res-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .res-slice-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.25fr;
  }

  .admin-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .control-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .billing-grid {
    -ms-grid-columns: minmax(30px, 30px) 1fr 0.5fr 0.25fr;
    grid-template-columns: minmax(30px, 30px) 1fr 0.5fr 0.25fr;
  }

  .billing-slice {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .click-to-billing.date {
    display: none;
  }

  .click-to-billing.id {
    display: none;
  }

  .click-to-billing.who {
    display: none;
  }

  .click-to-billing.ticketstaus {
    display: none;
  }

  .click-to-billing.direct-bill {
    display: none;
  }

  .click-to-billing.status {
    display: none;
  }

  .click-to-billing.serviceprovider {
    display: none;
  }

  .click-to-billing.sp-name {
    display: none;
  }

  .empty-content {
    font-size: 35px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-e4b203db-21c3-5f79-3281-2aec2a9ce2dc-2827b423 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1fcc6b90-746b-ced0-5684-07f1f652933d-2827b423 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4b203db-21c3-5f79-3281-2aec2a9ce2dc-52fb3280 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ffb181a-49a7-aaed-c688-bc40beef63da-52fb3280 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4b203db-21c3-5f79-3281-2aec2a9ce2dc-add92d2c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5778e635-2c47-3d9f-bb1d-1fee759733e2-add92d2c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4c5a09b-dac2-a633-930d-4446ba3b507d-ba3b507b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8e8fe247-1a19-b2b2-9f9a-492b222fff2e-df3cdd92 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_20087e2d-5893-4129-85dd-e7a997005377-97005375 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_81b0b318-b2c1-3990-dc65-701f98bdb0bb-97005375 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fd7b039-7f47-7d51-af0a-559caab9afe2-0cfc7209 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_352ab4e6-0212-f1eb-79a2-05515856bdb9-5856bdb7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_352ab4e6-0212-f1eb-79a2-05515856bdc4-5856bdb7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fd7b039-7f47-7d51-af0a-559caab9afe2-97c5b8df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ed4343f2-b9a5-7837-460e-266aa2202ca8-97c5b8df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1db77c89-88fe-80c7-28ca-d9ad8474b541-97c5b8df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_64e660fc-7833-c87a-7163-04c9f4e43c5a-f4e43c58 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_64e660fc-7833-c87a-7163-04c9f4e43c63-f4e43c58 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c73f210-8400-73b3-3840-ce3c9658e655-9658e653 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c73f210-8400-73b3-3840-ce3c9658e65f-9658e653 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50eb9212-df70-6a96-8467-714495de29de-95de29dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50eb9212-df70-6a96-8467-714495de29e9-95de29dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fd7b039-7f47-7d51-af0a-559caab9afe2-673acd18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_80b11c89-d7a9-5abb-1328-2f3ed92051b2-673acd18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e5ba187-5b34-6e6a-a2bf-99962b4bbf59-673acd18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4b82a8a6-760b-99b2-1560-126459512867-673acd18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ffb6b0b7-cf33-1ad8-af1c-f8c189c6d641-89c6d636 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4c0eb9af-ed0c-a1f6-9971-dd1ab119df96-b119df86 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d6fe2d29-25a1-7ead-9c33-1076b8f18048-b8f18037 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fd7b039-7f47-7d51-af0a-559caab9afe2-59fccfcf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fb1bbbf-db9f-8a00-ef5c-72f41226ae23-59fccfcf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9d0ae4ef-a379-f5be-677c-0e20b955c8b2-59fccfcf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4b82a8a6-760b-99b2-1560-126459512867-59fccfcf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


.e-control, .e-css, .e-error, .e-tab-text {
    font-family: Jost, sans-serif !important;
}

.validation-message {
    color: red;
    font-size:18px;
    line-height:18px;
    margin-top:5px;
}

.validation-message::before {
    content:'*';

}