@font-face {
  font-family: "gilroy-bold";
  src:
    url("https://prescriber.healthxchange.ie/assets/fonts/gilroy-bold.woff2") format("woff2"),
    url("https://prescriber.healthxchange.ie/assets/fonts/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "gilroy-medium";
  src:
    url(".https://prescriber.healthxchange.ie/assets/fonts/gilroy-medium.woff2") format("woff2"),
    url("https://prescriber.healthxchange.ie/assets/fonts/gilroy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "gilroy-regular";
  src:
    url(".https://prescriber.healthxchange.ie/assets/fonts/gilroy-regular.woff2") format("woff2"),
    url("https://prescriber.healthxchange.ie/assets/fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* .hidden-background .page-main {
  background-color: #F7F8F9 !important;
} */

html,
body.page,
body.fresh-ui,
body.hidden-background,
.hidden-background .page-main {
  background-color: #f7f8f9 !important;
  color: #000;
}

.none {
  display: none;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "gilroy-medium", sans-serif;
}

.ui-button__text,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gilroy-bold", sans-serif;
}

h1 {
  font-size: 2rem;
}

.ui-heading {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "gilroy-regular", sans-serif;
}

.ui-heading.small {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.login-card__content .main-card-section > .headings-container .ui-heading,
.login-card__content .main-card-section > .ui-heading,
.login-card__content .main-card-section__header > .headings-container .ui-heading,
.login-card__content .main-card-section__header > .ui-heading {
  font-size: 1.2rem;
}

.ui-button.ui-button--primary:not(:disabled) {
  background-color: #000 !important;
}

.page-container {
  height: auto;
  display: flex;
  flex-direction: column;
}

.page-main {
  width: 100%;
  min-height: calc(100vh - 160px);
}

.page-main .page-content {
  margin: 0 !important;
  max-width: 100%;
  /* max-width: 650px; */
  width: 100%;
  border-radius: 0;
}

.page-main .page-content .main-content {
  max-width: 1240px;
  margin: auto;
  width: 100%;
  min-height: calc(100vh - 171px);
  min-height: calc(100vh - 186px);
  display: flex;
  flex-direction: column;
  height: auto;
}

.logged-out .page-main .page-content .main-content {
  min-height: calc(100vh - 110px);
}

@media (min-width: 800px) {
  .page-main .page-content .main-content {
    height: auto;
  }
}

.main-content > h1 {
  margin-bottom: 2rem;
  text-align: center;
}

#surole-click [data-value="super"] {
  background-color: black;
  color: white;
}

#surole-click.prescriber-selected [data-value="admin"] {
  background-color: black;
  color: white;
}

#surole-click.prescriber-selected [data-value="super"] {
  background-color: transparent;
  color: black;
}

#surole-click [data-value="admin"] {
}

.login-footer,
.login-card__header {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  margin-bottom: 0;
  color: white;
}

.login-footer {
  border-radius: 0;
  padding: 0.85rem;
}

.login-card {
  padding: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ui-button__text {
  font-family: "gilroy-regular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}

.ui-button__text.text-xs {
  font-size: 12px;
}

.login-card button[type="submit"].ui-button {
  margin: 0;
}

a:not(.button),
.login-footer .login-footer__link,
.login-card a:not(.button) {
  text-decoration: underline;
  font-family: "gilroy-medium", sans-serif;
  color: #109dd9 !important;
}

.login-card__content .next-input,
.login-card__content .next-input--stylized,
.login-card__content .next-field__connected-wrapper,
.login-card__content .main-card-section > .headings-container .ui-subheading,
.login-card__content .main-card-section__header > .headings-container .ui-subheading,
.login-card__content .main-card-section > .ui-subheading,
.login-card__content .main-card-section__header > .ui-subheading {
  font-family: "gilroy-medium", sans-serif;
  color: #000 !important;
  font-size: 0.8rem;
}

input {
  font-family: "gilroy-medium", sans-serif;
}

.login-card__content .next-input {
  font-size: 1rem;
  height: 44px;
  max-height: 44px;
}

.login-footer .login-footer__link {
  color: #fff !important;
}

.ccontent {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.cbox {
  width: 100%;
  max-width: 480px;
  min-height: 150px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  line-height: 2;
}
.cdokey {
  display: none;
  background-color: orange;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px;
}
.cerror {
  display: none;
  background-color: tomato;
  color: white;
  padding: 10px;
  font-weight: bold;
}
.cdone {
  display: none;
  background-color: darkgreen;
  color: white;
  padding: 10px;
  font-weight: bold;
}
.chint {
  max-width: 450px;
  margin-left: 2em;
}

.background-red {
  background-color: #fee3e3;
}

.background-silver {
  background-color: #f7f8f9;
}

.background-soft-blue {
  background-color: #dfeaf1;
}

.background-green {
  background-color: #c3e4d9;
}

.background-yellow {
  background-color: #ffc700;
}

.background-purple {
  background-color: #e7dbff;
}

.login-card__content .ui-button:not(.ui-button--link):not(.ui-banner__dismissible-button):not(.passkey-login-button) {
  /* width: auto; */
  margin-bottom: 0;
  background-color: #000 !important;
  transition: 0.3s ease-in-out all !important;
}

.login-card__content .ui-button:not(.ui-button--link):not(.ui-banner__dismissible-button):not(.passkey-login-button):hover {
  background-color: #222222 !important;
}

.pagelognavs__inner {
  padding: 20px;
  background-color: #dfeaf1;
}

.pagelognavs__content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.pagelognavs__content h1 {
  font-size: 1.2rem;
}

.lognleft {
  display: block;
  /* width: 70%; */
  text-align: left;
}
.lognright {
  display: block;
  width: 30%;
  text-align: right;
}

.suselect {
  display: inline-block;
}

#usersummary {
  /* width: 550px;
  min-height: 350px;
  padding: 20px;
  border: 0px solid #ccc;
  margin: 0px auto;
  position: relative;
  padding-bottom: 60px; */
}

.userfrow {
  min-height: 30px;
  margin-top: 15px;
}
.userftitle {
  width: 100px;
  height: 38px;
  line-height: 38px;
}

select {
  background-position: 100% 50%;
}

/* .userffield {
  width: 400px;
  height: 30px;
  float: left;
  line-height: 30px;
}

.userffield input {
  border: 0.0625rem solid #8c9196;
  font-size: 1rem;
  height: 30px;
  max-height: 40px;
  padding: 0.5rem 0.75rem;
  border-radius: var(--p-border-radius-base);
} */

.clear {
  clear: both;
}

/* .uimbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  line-height: 19px;
  padding: 2px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.uimbutton:hover {
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  background-color: #e9e9e9;
} */

/* .uibutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.uibutton:hover {
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  background-color: #e9e9e9;
} */

/* .uibutton.lh {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.uibutton.rh {
  position: absolute;
  right: 0px;
  bottom: 0px;
} */

.rblabel {
  display: block;
  height: 30px;
  float: left;
  line-height: 30px;
  margin-left: 10px;
}
.rbradio {
  display: block;
  height: 30px;
  float: left;
  line-height: 30px;
}

.pending {
  opacity: 0.5;
}

#pageHeader {
  text-align: center;
}

input[type="file"]::file-selector-button {
  height: 25px;
  font-size: 11px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 0.2em;
  background-color: #ececec;
  transition: 1s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #dfeaf1;
  border: 1px solid #00cec9;
}

#nucompany {
  display: none;
}

.chklabel {
  display: block;
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 30px;
  margin-left: 6px;
}
.chklfdd {
  display: block;
  height: 30px;
  float: left;
  line-height: 30px;
}

#newcomp {
  display: none;
}

#emcstat {
  float: left;
}

.cpcok {
  width: 20px;
  height: 20px;
  background: url("/css/ok.png");
  cursor: pointer;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
.cpcnok {
  width: 20px;
  height: 20px;
  background: url("/css/nok.png");
  cursor: pointer;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}

#hnavbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#hnavbar li {
  float: left;
}

#hnavbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#hnavbar li a:hover {
  background-color: #111;
}

a:hover {
  text-decoration: underline;
}

a.button:hover {
  text-decoration: none;
}

#hnavbar .active {
  background-color: #04aa6d;
}

#preslist {
  background: #fff;
  position: relative;
}

.table {
  margin-bottom: 1rem;
}

thead.table-grid-header th,
thead.table-grid-header td {
  font-family: "gilroy-medium", sans-serif;
}

thead.table-grid-header tr {
}

thead.table-grid-header tr th {
  color: var(--primary-text-color);
  vertical-align: bottom;
  z-index: 1;
  text-transform: uppercase;
  padding: 10px;
  border: none;
  border-bottom: 1px solid var(--p-divider);
  border-top: 1px solid var(--p-divider);
  font-weight: 700;
  font-family: "gilroy-bold", sans-serif;
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #6b6c74;
}

.table-grid-component thead.table-grid-header tr.spacer,
.table-grid-component tbody tr.spacer {
  opacity: 0;
  pointer-events: none;
}

thead.table-grid-header tr.spacer th {
  padding: 5px;
  border: none;
}

.table-grid-header th {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.table-grid-component td {
  line-height: 1.2em;
  padding: 10px;
  vertical-align: top;
  word-break: break-word;
  border-top: 1px solid var(--p-divider);
  border: none;
}

.table-grid-component td span {
  line-height: 1.6;
}

.table-grid-component .waiting {
  background-color: #e7dbff;
}

.table-grid-component .rejected {
  background-color: #fee3e3;
}

.table-grid-component .approved {
  background-color: #c3e4d9;
}

.ttttable-grid-component tbody tr {
  display: none;
  opacity: 0;
}

.table-grid-component tbody[data-tab="approved"] tr[data-status="approved"],
.table-grid-component tbody[data-tab="rejected"] tr[data-status="rejected"],
.table-grid-component tbody[data-tab="waiting"] tr[data-status="waiting"] {
  display: table-row;
  opacity: 1;
  transition: 1s all ease-in-out;
}

.table-grid-component td button:not(.button) {
  color: #109dd9;
}

.table-grid-component td.status {
  text-transform: lowercase;
}

.table-grid-component td:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-grid-component td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-grid-component tr.spacer th,
.table-grid-component tr.spacer td {
  border-radius: 0;
  border: none;
  padding: 5px;
}

.table-grid-component button:not(.button) {
  text-decoration: underline;
}

.table-grid-component tbody tr td::before {
  display: none;
  color: #6b6c74;
  pointer-events: none;
}

.table-grid-component tbody tr td::before,
.table-td-label {
  color: var(--primary-text-color);
  vertical-align: bottom;
  z-index: 1;
  text-transform: uppercase;
  padding: 0;
  border: none;
  font-weight: 700;
  font-family: "gilroy-bold", sans-serif;
  letter-spacing: 0.5px;
  font-size: 10px;
  color: #6b6c74;
  display: none;
}

.nav-header,
.tabs-header {
}

.nav-header {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 1240px) {
  .nav-header {
    margin-left: calc(-1 * ((100vw - 77rem) / 2));
    margin-right: calc(-1 * ((100vw - 77rem) / 2));
  }
}

.tabs-header.navbarl .tabs-header__list {
  margin-left: 0;
}

.nav-header__list,
.tabs-header__list {
  display: flex;
  justify-content: center;
  border: 1px solid var(--p-divider);
  border-radius: 50px;
  padding: 3px;
  justify-self: flex-start;
  margin-bottom: 1rem;
  position: relative;
  margin: 0px auto;
}

.nav-header__list {
  max-width: 300px;
}

.tabs-header__list {
  max-width: 600px;
}

.tabs-header__list.small {
  max-width: 450px;
}

.nav-header__list button,
.tabs-header__list button {
  position: relative;
  background: transparent;
  border: none;
}

.tabs-header__list button {
  width: 33.33%;
  flex-grow: 1;
}

.nav-header__list:has(:nth-child(2):last-child) button,
.tabs-header__list:has(:nth-child(3):last-child) button {
  width: 50%;
}

.nav-header__list:has(:nth-child(3):last-child) button,
.tabs-header__list:has(:nth-child(4):last-child) button {
  width: 33.33%;
}

.nav-header__list:has(:nth-child(4):last-child) button,
.tabs-header__list:has(:nth-child(5):last-child) button {
  width: 25%;
}

.nav-header__list a,
.nav-header__list span,
.tabs-header__list button a,
.tabs-header__list button span {
  position: relative;
  z-index: 2;
  border-radius: 9999px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding: 4px 14px;
  tab-size: 4;
  text-align: center;
  transition: color 0.4s ease-in-out;
  font-family: "gilroy-medium", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-header__list a {
  text-decoration: none;
  color: black !important;
}

.nav-header__list button.active {
  background-color: rgb(0, 0, 0) !important;
  border-radius: 50px;
}

.nav-header__list button.active span {
  color: white;
}

.tabs-header__list button span {
  pointer-events: none;
}

.tabs-header__list button[data-active="yes"] span {
  color: rgb(255, 255, 255);
}

/* Active background sliding effect */
.active-bg {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  background-color: rgb(0, 0, 0);
  border-radius: 9999px;
  transition:
    left 0.4s ease-in-out,
    width 0.4s ease-in-out;
  z-index: 1;
}

h2#pageHeader {
  display: inline-block;
  font-size: 1.15rem;
  /* margin-bottom: 24px; */
  vertical-align: middle;
}

/* .prescsummary {
  padding: 1rem;
  margin: 0 0 1rem;
  background-color: #f7f8f9;
  border-radius: 4px;
} */

/* @media (min-width: 649px) {
  .prescsummary {
    padding: 1rem;
  }
} */

.addrow {
  display: block;
  height: auto;
  text-align: left;
}

.prescitems {
  margin-top: 20px;
}

.preccontrols {
  text-align: left;
  margin-top: 24px;
}
.preccontrols > span {
  display: flex;
  justify-content: space-between;
}

.rejectreason {
  width: 100%;
  display: none;
}

.rejectreason > span {
  display: flex;
  justify-content: space-between;
}

#rejreason {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
  height: 90px;
  padding: 10px;
  border: 1px solid #000;
}

/* #prescripclose {
  position: absolute;
  top: 10px;
  right: 10px;
} */

strong,
b,
.prescadd .addrow.bold {
  font-family: "gilroy-bold", sans-serif;
  font-weight: 700;
}

.prescadd .status[data-status="waiting"],
.prescadd .status[data-status="rejected"],
.prescadd .status[data-status="approved"] {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
}

.prescadd .status[data-status="waiting"] {
  background-color: #e7dbff;
}

.prescadd .status[data-status="approved"] {
  background-color: #c3e4d9;
}

.prescadd .status[data-status="rejected"] {
  background-color: #fee3e3;
}

.clear {
  clear: both;
}

#dim {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url("/css/dim.png");
  display: none;
  text-align: left;
}

#systempopbox {
  display: none;
  max-width: 700px;
  width: calc(100% - 20px);
  min-height: 500px;
  z-index: 150;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 80px;
  padding-top: 20px;
  max-height: calc(100vh - 150px);
  overflow: scroll;
}

.greyedout {
  opacity: 20%;
  cursor: default !important;
  pointer-events: none;
}

.iconsvg {
  height: 16px;
  width: 16px;
  float: left;
  display: block;
  align-items: center;
}

.iconsvg svg {
  color: black;
  fill: black;
  overflow: visible;
}

.svgbut {
  width: 48px;
  height: 32px;
  line-height: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.svgbut svg {
  fill: white;
}
/* .svgbut:hover {
  background: #fdfdfc;
} */

/* .thbutton {
  border: 1px solid #ccc;
  width: auto;
  height: 25px;
  line-height: 16px;
  background: #ececec;
  float: left;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000 !important;
  text-decoration: none !important;
  margin-right: 10px;
}
.thbutton:hover {
  background: #fdfdfc;
}
.thbutton.selected {
  background: #d6d5d5 !important;
} */

/* .thpbutton {
  border: 1px solid #ccc;
  width: auto;
  height: 25px;
  line-height: 16px;
  background: #ececec;
  float: left;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000 !important;
  text-decoration: none !important;
  margin-right: 10px;
} */

/* .thpbutton:hover {
  background: #fdfdfc;
}
.thpbutton.selected {
  background: #d6d5d5 !important;
} */

/* #sftrfd {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
} */
/* #sftrfdp {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
} */
#searchfilterfield {
  width: 100%;
  display: none;
  float: left;
}

.srchshow {
  display: inline !important;
}

.navbarl {
  width: 620px;
  height: 30px;
  margin-bottom: 10px;
  float: left;
}
.navbarr {
  width: 50px;
  height: 30px;
  margin-bottom: 10px;
  float: left;
}

.cpcok {
  width: 20px;
  height: 20px;
  background: url("/css/ok.png");
  cursor: pointer;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}

.pwrerrors {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pwerror {
  display: block;
  width: 100%;
  height: 20px;
  background: url("/css/nok.png");
  cursor: pointer;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 30px;
}

@media (min-width: 641px) {
  .none-tablet-up {
    display: none;
  }
}

@media (min-width: 1023px) {
  .none-large-up {
    display: none;
  }
}

@media (max-width: 1024px) {
  .none-large-down {
    display: none;
  }
}

@media (max-width: 640px) {
  .none-mobile {
    display: none;
  }

  #prescripclose {
    top: 5px;
    right: 20px;
  }

  #systempopbox {
    padding: 5px;
    padding-top: 10px;
  }

  h1 {
    font-size: 1.25rem;
  }

  .pagelognavs__content h1 {
    font-size: 1rem;
  }

  .navbarl {
    width: 100%;
    float: none;
  }

  #searchfilterfield {
    display: inline;
  }

  #togglbtn,
  .navbarr {
    display: none;
  }

  .tabs-header__list button span {
    font-size: 10px;
  }
  .main-content > h1 {
    margin-bottom: 1.5rem;
  }
  table {
    display: flex;
  }

  thead {
    /* display: none; */
  }

  .table-grid-component tbody tr td::before,
  .table-td-label {
    display: block;
    /* position: absolute;
    left: 0; */
  }

  tbody {
    width: 100%;
  }

  tbody tr {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
  }

  tbody tr {
    /* border-bottom: 1px solid var(--p-divider); */
    /* border-bottom: 1px solid #6b6c74; */
  }

  /* tbody tr:nth-child(1) {
    border-top: none;
  } */

  td {
    border: none;
    /* padding: 0 0 16px 90px; */
    padding: 0 0 16px;
  }

  .table-grid-component {
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
  }

  /* .table-grid-component::after {
    content: "";
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  } */

  .table-grid-component thead.table-grid-header {
    /* display: none; */
  }

  .table-grid-header {
    width: 100%;
  }

  .table-grid-header > tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .table-grid-header > tr.flex-col-reverse-mobile {
    flex-direction: column-reverse;
  }

  .table-grid-component tbody {
    width: 100%;
    /* max-height: calc(100vh - 410px);
    overflow-y: scroll; */
    padding-bottom: 1rem;
  }

  .table-grid-component tbody tr {
    padding: 1rem 0.5rem;
    flex-direction: column;
    margin-bottom: 1rem;
    border-radius: 4px;
  }

  .table-grid-component tbody tr td {
    font-size: 12px;
    padding: 3px 10px;
  }

  .table-grid-component tbody tr td.company::before {
    content: "Company";
  }

  .table-grid-component tbody tr td.name::before {
    content: "Name";
  }

  .table-grid-component tbody tr td.date::before {
    content: "Date";
  }

  .table-grid-component tbody tr td.order-number::before {
    content: "Order number";
  }

  .table-grid-component tbody tr td.view::before {
    /* content: "View"; */
  }

  .table-grid-component tbody tr td.status::before {
    content: "Status";
  }

  .table-grid-component tbody tr td.email::before {
    content: "Email";
  }

  .table-grid-component tbody tr td.profession::before {
    content: "Profession";
  }

  .table-grid-component tbody tr td.regnumber::before {
    content: "Regnumber";
  }

  .table-grid-component tbody[data-tab="approved"] tr[data-status="approved"],
  .table-grid-component tbody[data-tab="rejected"] tr[data-status="rejected"],
  .table-grid-component tbody[data-tab="waiting"] tr[data-status="waiting"] {
    display: flex;
  }

  .hidden-mobile,
  .table-grid-component thead.table-grid-header tr.spacer,
  .table-grid-component tbody tr.spacer {
    display: none !important;
  }
}
