html {
  margin: 0 !important;
}
html body {
  /* For Edge and IE (older versions) */
  /* Optional: Dark theme scrollbars */
}
html body #wpadminbar {
  display: none !important;
}
html body.superbill-page {
  -ms-overflow-style: auto; /* auto, none, or scrollbar */
  /* This CSS creates custom scrollbars that work across browsers */
  /* For Webkit browsers (Chrome, Safari, newer Edge) */
  /* For Firefox */
  /* For all elements inside body that can scroll */
  /* Optional: For Firefox, if you want to customize further */
}
html body.superbill-page::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
  height: 10px; /* height for horizontal scrollbars */
}
html body.superbill-page::-webkit-scrollbar-track {
  background: #F6F7ED; /* color of the tracking area */
  border-radius: 10px;
}
html body.superbill-page::-webkit-scrollbar-thumb {
  background: #F6F7ED; /* scrollbar color */
  border-radius: 10px;
}
html body.superbill-page::-webkit-scrollbar-thumb:hover {
  background: #F6F7ED; /* scrollbar color on hover */
}
html body.superbill-page * {
  scrollbar-width: thin; /* "auto", "thin", or "none" */
  scrollbar-color: #F6F7ED #F6F7ED; /* thumb and track color */
  -ms-overflow-style: auto;
}
@supports (scrollbar-width: thin) {
  html body.superbill-page * {
    scrollbar-width: thin;
    scrollbar-color: #F6F7ED #F1F1F1;
  }
}
html body .sb-scroll {
  scrollbar-width: thin;
  scrollbar-color: #F6F7ED #F6F7ED;
}
html body #superbill-page {
  font-size: 16px;
  line-height: 1.4;
  background: #303136;
  min-height: 100%;
}
html body #superbill-page #superbill-page-inner {
  padding: 22px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  min-height: 100vh;
  margin: 0 auto;
}
html body #superbill-page #superbill-sidebar-wrap {
  display: flex;
  align-items: stretch;
  height: calc(100vh - 44px);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar {
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #1F2024;
  border-radius: 28px 0 0 28px;
  box-shadow: inset -1px 0 rgba(255, 255, 255, 0.04);
}
@media (min-width: 992px) {
  html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar {
    width: 170px;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-sidebar-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 75px);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer #sb-timer-toggle {
  padding: 0;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer #sb-timer-toggle img {
  width: 32px;
  height: 32px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer #sb-timer-toggle img.timer-active-underlay {
  opacity: 0;
  width: 0;
  height: 0;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap {
  padding: 10px 10px 0;
  background: rgba(246, 247, 237, 0.5);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  backdrop-filter: blur(4px);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit svg {
  display: block;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit button {
  font-size: 0;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #timer-minimize {
  background: rgb(40, 193, 49);
  position: relative;
  top: unset;
  right: unset;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #timer-minimize .icon-minimize {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #timer-minimize .icon-maximize {
  display: block;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit .timer-buttons {
  margin: 0;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #superbill_time_seconds {
  text-align: center;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap .sidebar-hide {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu {
  padding: 0 8px;
  list-style: none;
  display: flex;
  flex-direction: column;
  overflow: auto;
  margin: 0;
  gap: 4px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li,
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  text-align: left;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 138px;
  border-radius: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li:hover,
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li:hover {
  color: #FFF;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.sb-has-unread-notifications {
  padding-right: 32px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.sb-has-unread-notifications:after {
  content: "";
  display: block;
  background: #FF7A22;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 122, 34, 0.18);
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.superbill-menu-group {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 2px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.superbill-menu-group:hover {
  background: transparent;
  cursor: default;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 11px 16px 6px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu {
  padding: 0 0 0 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 2px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li {
  font-size: 0.82rem;
  padding: 9px 14px;
  width: 132px;
  border-radius: 12px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile {
  padding: 5px;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  margin-top: 30px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile:hover {
  cursor: pointer;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
html body #superbill-page #superbill-main-wrap {
  flex: 1;
  background: #F4F4F4;
  width: calc(100% - 170px);
  border-radius: 0 28px 28px 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  html body #superbill-page #superbill-main-wrap {
    height: calc(100vh - 44px);
  }
}
html body #superbill-page #superbill-main {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  min-height: 390px;
  position: relative;
}
html body #superbill-page #superbill-main #superbill-menu {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 auto;
  gap: 26px;
}
html body #superbill-page #superbill-main #superbill-menu li {
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #superbill-main #superbill-menu li:hover {
  text-decoration: underline;
  cursor: pointer;
}
html body #superbill-page .sb-header {
  padding: 24px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 14px;
  gap: 20px;
}
@media (min-width: 992px) {
  html body #superbill-page .sb-header {
    height: 72px;
  }
}
html body #superbill-page .sb-header .sb-h-title {
  flex: auto;
}
html body #superbill-page .sb-header .sb-h-title h1 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}
html body #superbill-page .sb-header .sb-h-title h1 #superbill_task_name {
  font-size: 24px;
  padding: 0 8px;
  flex: auto;
  width: auto;
}
html body #superbill-page .sb-header .sb-h-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
html body #superbill-page .sb-header .sb-h-menu a svg {
  width: 32px;
  height: 32px;
}
html body #superbill-page .sb-header .sb-h-menu button {
  margin: 0;
}
html body #superbill-page .sb-body {
  flex: auto;
  overflow: auto;
}
html body #superbill-page.logged-out #superbill-main-wrap {
  width: 350px;
  margin: 20px auto;
}
html body #superbill-page.logged-out #loginform {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body #superbill-page.logged-out #loginform p {
  margin: 0;
}
html body #superbill-page.logged-out #loginform p.login-remember label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
html body #superbill-page.logged-out #loginform p.login-remember label input {
  width: auto;
  height: auto;
  margin: 0;
  order: unset;
}
html body #superbill-page.logged-out #loginform #wp-submit {
  width: auto;
}
html body #superbill-page .flex {
  display: flex;
}
html body #superbill-page .flex-row {
  flex-direction: row;
}
html body #superbill-page .flex-column {
  flex-direction: row;
}
html body #superbill-page .flex-align-center {
  align-items: center;
}
html body #superbill-page .flex-justify-center {
  justify-content: center;
}
html body #superbill-page .gap-10 {
  gap: 10px;
}
html body #superbill-page .gap-20 {
  gap: 20px;
}
html body #superbill-page #superbill-notice {
  color: #2d672d;
  padding: 10px 12px;
  display: none;
  background: rgba(92, 184, 92, 0.14);
  border-radius: 8px;
  margin-bottom: 16px;
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}
html body #superbill-page #superbill-notice:empty {
  display: none;
}
html body #superbill-page #superbill-notice.sb-notice-success {
  color: #2d672d;
  background: rgba(92, 184, 92, 0.14);
}
html body #superbill-page #superbill-notice.sb-notice-error {
  color: #8b211e;
  background: rgba(217, 83, 79, 0.14);
}
html body #superbill-page {
  @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
  /* BUTTON STYLES */
}
html body #superbill-page {
  color: #1F2024;
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-optical-sizing: auto;
}
html body #superbill-page .text-bold {
  font-weight: 700;
}
html body #superbill-page .fw-100 {
  font-weight: 100;
}
html body #superbill-page .text-tiny {
  font-size: 0.65rem;
}
html body #superbill-page .text-small {
  font-size: 0.75rem;
}
html body #superbill-page .text-medium {
  font-size: 0.9rem;
}
html body #superbill-page .text-right {
  text-align: right;
}
html body #superbill-page .font-mono {
  font-family: monospace;
}
html body #superbill-page .negative {
  color: #D9534F;
}
html body #superbill-page .positive {
  color: #5CB85C;
}
html body #superbill-page .neutral {
  color: #FF7A22;
}
html body #superbill-page h1, html body #superbill-page h2, html body #superbill-page h3, html body #superbill-page h4, html body #superbill-page h5, html body #superbill-page h6 {
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: -0.01em;
}
html body #superbill-page .wrap h2.superbill-h2 {
  font-size: 23px;
  font-weight: 400;
  padding: 0 2rem 0.5rem 0 !important;
  width: auto;
  margin: 1rem 0 0.5rem !important;
}
html body #superbill-page .wrap p:first-of-type {
  margin-top: 0.25rem;
}
html body #superbill-page * {
  box-sizing: border-box;
}
html body #superbill-page svg {
  display: block;
}
html body #superbill-page pre {
  color: rgba(250, 250, 250, 0.9803921569);
  font-size: 14px;
  padding: 10px;
  display: block;
  overflow: visible;
  background: #6C6C6C;
  width: 100%;
  height: auto;
  max-height: 100vh;
}
html body #superbill-page .hidden {
  display: none !important;
}
html body #superbill-page #sb-loading {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
html body #superbill-page #sb-loading img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body #superbill-page button.not-button {
  font-size: inherit;
  text-align: left;
  padding: unset;
  height: unset;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
html body #superbill-page button.sb-task-view, html body #superbill-page button.sb-client-view {
  color: #1F2024;
}
html body #superbill-page button.delete-task {
  background: #D9534F;
}
html body #superbill-page button,
html body #superbill-page .button {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  padding: 0 18px;
  background: transparent;
  height: 40px;
  border: none;
  border-radius: 999px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page button.button-svg, html body #superbill-page button.button-img,
html body #superbill-page .button.button-svg,
html body #superbill-page .button.button-img {
  padding: 0 4px;
  width: 22px;
}
html body #superbill-page button.button-svg svg, html body #superbill-page button.button-img svg,
html body #superbill-page .button.button-svg svg,
html body #superbill-page .button.button-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
html body #superbill-page button:hover,
html body #superbill-page .button:hover {
  cursor: pointer;
}
html body #superbill-page .button-primary,
html body #superbill-page .button-purple {
  color: #F4F4F4;
  font-weight: 700;
  background: #FF7A22;
  border: none;
  box-shadow: 0 10px 22px rgba(255, 122, 34, 0.28);
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .button-primary:hover, html body #superbill-page .button-primary:focus,
html body #superbill-page .button-purple:hover,
html body #superbill-page .button-purple:focus {
  color: #FFF;
  background: #ff6803;
  outline: none;
  box-shadow: 0 14px 30px rgba(255, 122, 34, 0.36);
}
html body #superbill-page .button-primary:hover svg, html body #superbill-page .button-primary:focus svg,
html body #superbill-page .button-purple:hover svg,
html body #superbill-page .button-purple:focus svg {
  filter: none;
}
html body #superbill-page .button-primary:focus,
html body #superbill-page .button-purple:focus {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(255, 122, 34, 0.35);
}
html body #superbill-page .button-secondary {
  background: #E7E7E4;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .button-secondary:hover, html body #superbill-page .button-secondary:focus {
  background: #cfcfc9;
  box-shadow: 0 16px 36px rgba(31, 32, 36, 0.14);
}
html body #superbill-page .button-positive,
html body #superbill-page .button-neutral,
html body #superbill-page .button-negative {
  color: #FFF !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .button-positive:after,
html body #superbill-page .button-neutral:after,
html body #superbill-page .button-negative:after {
  opacity: 0;
  content: "";
  display: block;
  background: transparent;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .button-positive:hover, html body #superbill-page .button-positive:focus,
html body #superbill-page .button-neutral:hover,
html body #superbill-page .button-neutral:focus,
html body #superbill-page .button-negative:hover,
html body #superbill-page .button-negative:focus {
  background: transparent !important;
  outline: none;
}
html body #superbill-page .button-positive:hover:after, html body #superbill-page .button-positive:focus:after,
html body #superbill-page .button-neutral:hover:after,
html body #superbill-page .button-neutral:focus:after,
html body #superbill-page .button-negative:hover:after,
html body #superbill-page .button-negative:focus:after {
  opacity: 1;
}
html body #superbill-page .button-positive {
  background-color: #5CB85C !important;
}
html body #superbill-page .button-positive:after {
  border: 2px dashed #5CB85C;
}
html body #superbill-page .button-positive:hover, html body #superbill-page .button-positive:focus {
  color: #5CB85C !important;
  border-color: #5CB85C;
}
html body #superbill-page .button-positive:focus {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(92, 184, 92, 0.5);
}
html body #superbill-page .button-neutral {
  background-color: #FF7A22 !important;
}
html body #superbill-page .button-neutral:after {
  border: 2px dashed #FF7A22;
}
html body #superbill-page .button-neutral:hover, html body #superbill-page .button-neutral:focus {
  color: #FF7A22 !important;
  border-color: #FF7A22;
}
html body #superbill-page .button-neutral:focus {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(255, 122, 34, 0.5);
}
html body #superbill-page .button-negative {
  background-color: #D9534F !important;
}
html body #superbill-page .button-negative:after {
  border: 2px dashed #D9534F;
}
html body #superbill-page .button-negative:hover, html body #superbill-page .button-negative:focus {
  color: #D9534F !important;
  border-color: #D9534F;
}
html body #superbill-page .button-negative:focus {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(217, 83, 79, 0.5);
}
html body #superbill-page .button-positive,
html body #superbill-page .button-negative {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
html body #superbill-page .button-positive:hover,
html body #superbill-page .button-negative:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
html body #superbill-page .button-positive.timer,
html body #superbill-page .button-negative.timer {
  text-align: center;
  padding: 0 5px !important;
  min-width: 40px;
}
html body #superbill-page .button-img-swap-hover img,
html body #superbill-page .button-img-swap-hover svg {
  display: block;
}
html body #superbill-page .button-img-swap-hover img + img,
html body #superbill-page .button-img-swap-hover img + svg,
html body #superbill-page .button-img-swap-hover svg + img,
html body #superbill-page .button-img-swap-hover svg + svg {
  display: none;
}
html body #superbill-page .button-img-swap-hover:hover img,
html body #superbill-page .button-img-swap-hover:hover svg {
  display: none;
}
html body #superbill-page .button-img-swap-hover:hover img + img,
html body #superbill-page .button-img-swap-hover:hover img + svg,
html body #superbill-page .button-img-swap-hover:hover svg + img,
html body #superbill-page .button-img-swap-hover:hover svg + svg {
  display: block;
}
html body #superbill-page a {
  color: #1F2024;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page a:hover {
  color: #1F2024;
  text-decoration: underline;
}
html body #superbill-page form .form-sections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
html body #superbill-page form .form-section {
  display: flex;
  flex-direction: column;
}
html body #superbill-page form .form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
html body #superbill-page form .form-row > * {
  flex: 1;
}
html body #superbill-page form .form-row-last {
  margin-top: 8px;
}
html body #superbill-page form .form-row-last button {
  margin: 0 !important;
}
html body #superbill-page form .form-field {
  margin-bottom: 4px;
}
html body #superbill-page form .form-field label {
  font-size: 13px;
}
html body #superbill-page form .form-field .input-surround {
  display: flex;
  flex-direction: column;
  position: relative;
}
html body #superbill-page form .form-field .input-surround label {
  color: #8E8E94;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  -ms-user-select: none; /* IE 10 and IE 11 */
  -webkit-user-select: none; /* Safari */
  user-select: none; /* Standard syntax */
  display: block;
  position: relative;
  order: 1;
  pointer-events: none;
  transition: all 500ms;
  transform: translate(12px, 31px);
  transform-origin: 0 0;
}
html body #superbill-page form .form-field .input-surround input::placeholder,
html body #superbill-page form .form-field .input-surround textarea::placeholder,
html body #superbill-page form .form-field .input-surround select::placeholder {
  color: transparent;
  -ms-user-select: none; /* IE 10 and IE 11 */
  -webkit-user-select: none; /* Safari */
  user-select: none; /* Standard syntax */
  display: none;
}
html body #superbill-page form .form-field .input-surround input:focus, html body #superbill-page form .form-field .input-surround input:not(:placeholder-shown),
html body #superbill-page form .form-field .input-surround textarea:focus,
html body #superbill-page form .form-field .input-surround textarea:not(:placeholder-shown),
html body #superbill-page form .form-field .input-surround select:focus,
html body #superbill-page form .form-field .input-surround select:not(:placeholder-shown) {
  outline: none;
}
html body #superbill-page form .form-field .input-surround input:focus + label, html body #superbill-page form .form-field .input-surround input:not(:placeholder-shown) + label,
html body #superbill-page form .form-field .input-surround textarea:focus + label,
html body #superbill-page form .form-field .input-surround textarea:not(:placeholder-shown) + label,
html body #superbill-page form .form-field .input-surround select:focus + label,
html body #superbill-page form .form-field .input-surround select:not(:placeholder-shown) + label {
  color: #1F2024;
  transform: translateY(5px) scale(0.7);
}
html body #superbill-page form .form-field .input-surround textarea {
  line-height: 1.4;
  padding: 8px 10px;
  height: 70px;
}
html body #superbill-page form .form-field .input-surround .input-error {
  color: #D9534F;
  font-size: 12px;
  display: none;
  order: 99;
}
html body #superbill-page form .form-field .input-surround.form-error .input-error {
  display: block;
}
html body #superbill-page form .form-field .input-surround.time-task label {
  color: #1F2024;
  transform: translateY(5px) scale(0.7);
}
html body #superbill-page form .form-field .input-surround.input-checkbox label {
  display: flex;
  cursor: pointer;
  pointer-events: auto;
  transform: none;
  gap: 6px;
}
html body #superbill-page form .form-field .input-surround.input-checkbox label input {
  width: 18px;
  height: 18px;
  order: 0;
}
html body #superbill-page form .form-field .input-surround .ts-wrapper {
  width: 100%;
  order: 2;
}
html body #superbill-page form .form-field .input-surround .ts-wrapper.single .ts-control {
  padding: 0 36px 0 12px;
  align-items: center;
  min-height: 40px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  box-shadow: none;
}
html body #superbill-page form .form-field .input-surround .ts-wrapper.single .ts-control input {
  font-size: 16px;
  padding: 0;
  display: inline-block;
  width: auto;
  min-width: 0;
  height: auto;
  border: none;
  box-shadow: none;
}
html body #superbill-page form .form-field .input-surround .ts-wrapper.single .ts-control > .item,
html body #superbill-page form .form-field .input-surround .ts-wrapper.single .ts-control > input {
  min-height: 40px;
  display: flex;
  align-items: center;
}
html body #superbill-page form .form-field .input-surround .ts-wrapper.focus .ts-control, html body #superbill-page form .form-field .input-surround .ts-wrapper:hover .ts-control {
  border-color: #DDDDDD;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page form .form-field .input-surround .ts-dropdown {
  overflow: hidden;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page form .form-field .input-surround .ts-dropdown .option {
  padding: 8px 12px;
}
html body #superbill-page form .form-field .sb-checkbox-wrap {
  font-size: 14px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
html body #superbill-page form .form-field .sb-checkbox-wrap .sb-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
html body #superbill-page form .form-field .sb-checkbox-wrap input {
  display: none;
}
html body #superbill-page form .form-field .sb-checkbox-wrap input:checked + .checkbox-slider .check {
  background: #5CB85C;
  border-color: #357935;
  transform: rotate(360deg);
}
html body #superbill-page form .form-field .sb-checkbox-wrap input:checked + .checkbox-slider .check:before {
  width: 13px;
  transform: rotate(-45deg) translate(-3px, -4px);
}
html body #superbill-page form .form-field .sb-checkbox-wrap input:checked + .checkbox-slider .check:after {
  width: 5px;
  transform: rotate(45deg) translate(-4px, 5px);
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider {
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform-origin: 20% center;
  gap: 6px;
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider *:before,
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider *:after {
  content: "";
  position: absolute;
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider .check {
  display: block;
  background: #D9534F;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #AA0000 #990000 #990000;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider .check:before, html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider .check:after {
  background: #FFF;
  width: 13px;
  height: 3px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider .check:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
html body #superbill-page form .form-field .sb-checkbox-wrap .checkbox-slider .check:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #superbill-page form button {
  display: block;
  border-radius: 8px;
}
html body #superbill-page form .form-row-last button + button {
  margin-top: 8px;
}
html body #superbill-page .input-surround.input-surround-horizontal {
  display: flex;
  align-items: center;
}
html body #superbill-page .input-surround.input-surround-horizontal label {
  white-space: nowrap;
}
html body #superbill-page .input-surround.input-surround-horizontal select {
  background: transparent;
  border: 2px solid #E7E7E4;
  border-width: 0 0 2px 0;
  border-radius: 0;
}
html body #superbill-page .input-surround.input-surround-horizontal select:hover, html body #superbill-page .input-surround.input-surround-horizontal select:focus {
  border-color: #c3c3bc;
  box-shadow: none;
}
html body #superbill-page input,
html body #superbill-page textarea,
html body #superbill-page select {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  vertical-align: text-bottom;
  letter-spacing: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  background: #FFF;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(31, 32, 36, 0.1);
  border-radius: 8px;
  margin: 0;
  order: 2;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page input:focus, html body #superbill-page input:hover,
html body #superbill-page textarea:focus,
html body #superbill-page textarea:hover,
html body #superbill-page select:focus,
html body #superbill-page select:hover {
  border-color: rgba(31, 32, 36, 0.24);
  outline: none;
  box-shadow: 0 10px 24px rgba(31, 32, 36, 0.08);
}
html body #superbill-page input.no-style,
html body #superbill-page textarea.no-style,
html body #superbill-page select.no-style {
  background: transparent;
  border: none;
  box-shadow: none;
}
html body #superbill-page select {
  padding-right: 17px;
}
html body #superbill-page #sb-modal {
  display: none;
  background-color: rgba(31, 32, 36, 0.12);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  backdrop-filter: blur(2px);
}
html body #superbill-page #sb-modal #sb-modal-inner {
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow: scroll;
  background: #F6F7ED;
  background: rgba(243, 248, 248, 0.85);
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}
html body #superbill-page #sb-modal #sb-modal-close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2024;
  background: #1F2024;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-close:hover {
  background: #F4F4F4;
  cursor: pointer;
}
html body #superbill-page #sb-modal #sb-modal-close:hover svg {
  filter: invert(100%);
}
html body #superbill-page #sb-modal #sb-modal-close svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-title {
  color: #F6F7ED;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  padding: 0 28px;
  background: #1F2024;
  height: 32px;
  border-radius: 4px 4px 0 0;
}
html body #superbill-page #sb-modal form {
  padding: 10px;
  border-radius: 0 0 8px 8px;
  margin: 0;
}
html body #superbill-page #sb-modal form .button-primary {
  margin-top: 10px;
}
html body #superbill-page #sb-modal form button {
  width: 100%;
}
html body #superbill-page .trumbowyg {
  background: #F4F4F4;
  min-height: unset;
  border: 2px solid #E7E7E4;
  border-radius: 3px;
}
html body #superbill-page .trumbowyg:empty {
  display: none;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane {
  padding: 0;
  border-radius: 3px 3px 0 0;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.0588235294);
  border-bottom: 1px solid hsla(0, 0%, 4%, 0.1);
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group:after {
  display: none;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group button:hover {
  background: #D6D5D5;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group button.trumbowyg-active-button {
  background: #D6D5D5;
}
html body #superbill-page .trumbowyg .trumbowyg-editor {
  padding: 0 10px;
  align-content: center;
  background: #FFF;
  min-height: 54px;
}
html body #superbill-page .trumbowyg .trumbowyg-editor p {
  margin: 10px 0 !important;
}
html body #superbill-page .sb-mention-dropdown {
  display: grid;
  overflow: hidden;
  background: #FFF;
  min-width: 220px;
  max-width: 320px;
  border: 1px solid rgba(31, 32, 36, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(31, 32, 36, 0.14);
  position: absolute;
  z-index: 999999;
}
html body #superbill-page .sb-mention-dropdown[hidden] {
  display: none;
}
html body #superbill-page .sb-mention-option {
  color: #1F2024;
  text-align: left;
  padding: 9px 12px;
  display: grid;
  width: 100%;
  height: auto;
  border-radius: 0;
  gap: 2px;
}
html body #superbill-page .sb-mention-option:hover, html body #superbill-page .sb-mention-option:focus {
  background: rgba(255, 122, 34, 0.1);
  outline: none;
}
html body #superbill-page .sb-mention-name {
  font-size: 0.9rem;
  font-weight: 700;
}
html body #superbill-page .sb-mention-username {
  color: #8E8E94;
  font-size: 0.75rem;
}
html body #superbill-page table {
  display: table;
  border-collapse: collapse;
}
html body #superbill-page table.sb-table-full {
  width: 100%;
}
html body #superbill-page table.sb-table-left th,
html body #superbill-page table.sb-table-left td {
  text-align: left;
}
html body #superbill-page table.sb-table-center th,
html body #superbill-page table.sb-table-center td {
  text-align: center;
}
html body #superbill-page table.sb-table-striped tr:nth-child(even) td {
  background: rgba(31, 32, 36, 0.06);
}
html body #superbill-page table thead,
html body #superbill-page table tbody,
html body #superbill-page table tfoot {
  display: table-row-group;
}
html body #superbill-page table tr {
  display: table-row;
}
html body #superbill-page table th,
html body #superbill-page table td {
  padding: 0 8px;
  display: table-cell;
}
html body #superbill-page table th.text-center,
html body #superbill-page table td.text-center {
  text-align: center;
}
html body #superbill-page table th {
  color: #1F2024;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 4px;
}
html body #superbill-page table td {
  font-size: 0.9rem;
  height: 40px;
}
html body #superbill-page .sb-tab-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.sb-tabs-client {
  padding-bottom: 20px;
  border-bottom: 2px solid #E7E7E4;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs .sb-tab {
  font-size: 16px;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs .sb-tab.selected, html body #superbill-page .sb-tab-wrapper .sb-tabs .sb-tab:hover {
  text-decoration: underline;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs {
  gap: 15px;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab {
  padding: 4px;
  border-radius: 25%;
  box-shadow: 0 0 0 2px #1F2024;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab svg {
  width: 18px;
  height: 18px;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab:hover, html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab.selected {
  background: #1F2024;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab:hover svg, html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab.selected svg {
  filter: grayscale(1) brightness(0) invert(1);
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab:hover {
  box-shadow: 0 16px 36px rgba(31, 32, 36, 0.14);
}
html body #superbill-page .sb-tab-wrapper .sb-tabs.icon-tabs .sb-tab.selected {
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .sb-tab-wrapper .sb-tabs-contents {
  flex: auto;
  height: 100%;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs-contents .sb-tab-content:not(.selected) {
  display: none;
}
html body #superbill-page #superbill_time_edit svg {
  width: 14px;
  height: 14px;
}
html body #superbill-page #superbill_time_edit #timer-minimize {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1F2024;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 34px;
  z-index: 10000;
}
html body #superbill-page #superbill_time_edit #timer-minimize:hover {
  box-shadow: 0 16px 36px rgba(31, 32, 36, 0.14);
}
html body #superbill-page #superbill_time_edit #timer-minimize svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #superbill_time_edit #timer-minimize svg.icon-minimize {
  display: block;
}
html body #superbill-page #superbill_time_edit #timer-minimize svg.icon-maximize {
  display: none;
}
html body #superbill-page #superbill_time_edit #timer-minimize .icon-minimize {
  display: block;
}
html body #superbill-page #superbill_time_edit .timer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
html body #superbill-page #superbill_time_edit .timer-buttons button {
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0;
}
html body #superbill-page .kanban {
  padding: 20px 0 0;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
  height: calc(100% - 18px);
  gap: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body #superbill-page .kanban::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html body #superbill-page .kanban .kanban-col {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  border-radius: 8px;
  position: relative;
}
html body #superbill-page .kanban .kanban-col:not(:last-child):after {
  content: "";
  display: block;
  background: #E7E7E4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  transform: translateX(50%);
}
html body #superbill-page .kanban .kanban-col:nth-child(1):hover .kanban-col-head {
  background-color: rgba(244, 203, 229, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(1) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #F4CBE5;
}
html body #superbill-page .kanban .kanban-col:nth-child(2):hover .kanban-col-head {
  background-color: rgba(185, 194, 237, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(2) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #B9C2ED;
}
html body #superbill-page .kanban .kanban-col:nth-child(3):hover .kanban-col-head {
  background-color: rgba(201, 228, 236, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(3) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #C9E4EC;
}
html body #superbill-page .kanban .kanban-col:nth-child(4):hover .kanban-col-head {
  background-color: rgba(227, 227, 227, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(4) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #E3E3E3;
}
html body #superbill-page .kanban .kanban-col:nth-child(5):hover .kanban-col-head {
  background-color: rgba(214, 243, 206, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(5) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #D6F3CE;
}
html body #superbill-page .kanban .kanban-col:nth-child(6):hover .kanban-col-head {
  background-color: rgba(255, 234, 195, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(6) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #FFEAC3;
}
html body #superbill-page .kanban .kanban-col:nth-child(7):hover .kanban-col-head {
  background-color: rgba(202, 233, 255, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(7) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #CAE9FF;
}
html body #superbill-page .kanban .kanban-col:nth-child(8):hover .kanban-col-head {
  background-color: rgba(206, 239, 227, 0.25);
}
html body #superbill-page .kanban .kanban-col:nth-child(8) .kanban-col-head {
  box-shadow: inset 0 0 0 2px #CEEFE3;
}
html body #superbill-page .kanban .kanban-col-head {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 7px 10px;
  background: #FFF;
  width: 100%;
  min-width: 140px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .kanban .kanban-col-body {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  transition: all 0.3s ease-in-out;
  gap: 20px;
}
html body #superbill-page .kanban .kanban-col-body.is-drag-over {
  background: rgba(31, 32, 36, 0.04);
  outline: 2px dashed rgba(31, 32, 36, 0.18);
  outline-offset: 6px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task {
  opacity: 0.9;
  color: #1F2024;
  word-wrap: break-word;
  background: #FFF;
  width: 310px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  cursor: grab;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task.is-dragging {
  opacity: 0.45;
  cursor: grabbing;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover {
  opacity: 1;
  color: #F4F4F4;
  background: #1F2024;
  border: 2px solid #1F2024;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-title-wrap,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-preview {
  border-bottom: 2px solid #1F2024;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-controls svg {
  filter: invert(0);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-top:hover {
  cursor: pointer;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-assignee,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-title,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-preview,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom {
  padding: 6px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-title-wrap,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-preview {
  border-color: rgba(31, 32, 36, 0.12);
  border-bottom: 2px solid #E7E7E4;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-title-wrap {
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-title-wrap .kanban-task-title {
  text-transform: uppercase;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-preview {
  padding: 12px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-preview .kanban-task-preview-inner {
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info {
  font-size: 0.65rem;
  max-width: calc(100% - 106px);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info .kanban-task-client,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info .kanban-task-project {
  display: flex;
  display: -webkit-box;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls button.add-time svg {
  padding: 4px 0;
  width: 100%;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  filter: invert(100%);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls svg:hover {
  transform: scale(1.25);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls .sb-task-move-left svg,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls .sb-task-move-right svg {
  padding: 0 7.5px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls .sb-task-move-right svg {
  transform: rotate(180deg);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls .sb-task-move-right svg:hover {
  transform: rotate(180deg) scale(1.3);
}
html body #superbill-page .kanban-x-scrollbar {
  padding: 5px;
  user-select: none;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #FFF, rgba(246, 247, 237, 0.65));
  height: 18px;
  border: 1px solid rgba(31, 32, 36, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(31, 32, 36, 0.06), 0 8px 18px rgba(31, 32, 36, 0.06);
  cursor: pointer;
}
html body #superbill-page .kanban-x-scrollbar.is-disabled {
  opacity: 0.55;
  cursor: default;
}
html body #superbill-page .kanban-x-scrollbar.is-dragging .kanban-x-scrollbar-thumb {
  background: #7D2892;
  box-shadow: 0 5px 14px rgba(125, 40, 146, 0.28);
}
html body #superbill-page .kanban-x-scrollbar-thumb {
  background: #1F2024;
  min-width: 56px;
  height: 100%;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(31, 32, 36, 0.18);
  cursor: grab;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
html body #superbill-page .kanban-x-scrollbar-thumb:hover {
  background: #7D2892;
  box-shadow: 0 5px 14px rgba(125, 40, 146, 0.28);
}
.kanban-x-scrollbar.is-dragging html body #superbill-page .kanban-x-scrollbar-thumb {
  cursor: grabbing;
}
html body #superbill-page .sb-filter {
  padding: 12px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
}
html body #superbill-page .sb-filter h3 {
  padding: 0 0 10px;
  border-bottom: 2px solid #E7E7E4;
  margin: 0 0 10px;
}
html body #superbill-page #sb-task-area {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  backdrop-filter: blur(4px);
}
html body #superbill-page #sb-single-task {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #F4F4F4;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}
@media (min-width: 992px) {
  html body #superbill-page #sb-single-task {
    width: 70vw;
    margin: auto;
  }
}
html body #superbill-page #sb-single-task > * {
  padding-left: 20px;
}
html body #superbill-page #sb-single-task .sb-header,
html body #superbill-page #sb-single-task .sb-body {
  padding-right: 20px;
}
html body #superbill-page #sb-single-task .sb-header {
  height: auto;
}
html body #superbill-page #sb-single-task .sb-header .input-surround {
  position: relative;
}
html body #superbill-page #sb-single-task .sb-header .input-surround label {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: none;
}
html body #superbill-page #sb-single-task .sb-header .input-surround:hover label {
  opacity: 1;
}
html body #superbill-page #sb-single-task .sb-h-title span {
  width: 100%;
}
html body #superbill-page #sb-single-task .sb-single-task-assignee-wrap {
  display: flex;
  flex-direction: column;
}
html body #superbill-page #sb-single-task h4 {
  margin: 0 0 6px;
}
html body #superbill-page #sb-single-task hr {
  background: #E7E7E4;
  height: 1px;
  border: none;
}
html body #superbill-page #sb-single-task .sb-title-line-wrap {
  margin-bottom: 4px;
  position: relative;
}
html body #superbill-page #sb-single-task .sb-title-line-wrap hr {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
html body #superbill-page #sb-single-task .sb-title-line-wrap h4 {
  padding: 0 4px;
  display: inline-block;
  background: #F4F4F4;
  width: auto;
  margin: 0;
  position: relative;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
html body #superbill-page #sb-single-task button.add-time {
  padding: 5px;
  width: 32px;
  height: 32px;
}
html body #superbill-page #sb-single-task button.add-time img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body #superbill-page #sb-single-task #single-task-close {
  padding: 0;
  height: unset;
  position: absolute;
  top: 30px;
  right: -14px;
  transform: translateX(100%);
}
html body #superbill-page #sb-single-task #single-task-close .icon-close,
html body #superbill-page #sb-single-task #single-task-close .icon-close-active {
  opacity: 1;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
html body #superbill-page #sb-single-task #single-task-close .icon-close-active {
  opacity: 0;
}
html body #superbill-page #sb-single-task #single-task-close span {
  opacity: 0;
  color: #F4F4F4;
  text-transform: uppercase;
  display: block;
  margin-top: 33px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-single-task #single-task-close:hover .icon-close {
  opacity: 0;
}
html body #superbill-page #sb-single-task #single-task-close:hover .icon-close-active {
  opacity: 1;
}
html body #superbill-page #sb-single-task #single-task-close:hover span {
  opacity: 1;
}
html body #superbill-page #sb-single-task .sb-task-description {
  margin: 0 0 25px;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head h3 {
  font-size: 14px;
  margin: 0;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head button.edit-comment {
  color: #5CB85C;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper {
  background: #FFF;
  min-height: 46px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper .wysiwyg-content {
  padding: 10px;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper .wysiwyg-content p {
  margin-top: 0;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper .wysiwyg-content p:last-child {
  margin-bottom: 0;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper .trumbowyg-box {
  border: none;
}
html body #superbill-page #sb-single-task .task-comment-wrap {
  margin: 0 0 25px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-left {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 0.3em;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-left .sb-tc-author {
  font-weight: 700;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-buttons button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-buttons button.edit-comment {
  color: #5CB85C;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-buttons button.delete-comment {
  color: #D9534F;
}
html body #superbill-page #sb-single-task .task-comment-wrap .wysiwyg {
  background: #FFF;
  min-height: 54px;
  order: 3;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  margin-top: 8px;
  position: relative;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment svg {
  width: 100%;
  position: relative;
  z-index: 10;
  object-fit: cover;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment .sb-tc-attachment-links {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  gap: 20px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment .sb-tc-attachment-links a {
  color: #1F2024;
  font-size: 13px;
  font-weight: 600;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment:hover .sb-tc-attachment-links {
  z-index: 20;
}
html body #superbill-page #sb-single-task .task-comment-wrap img {
  max-width: 100%;
}
html body #superbill-page #sb-single-task .comment-bubble {
  padding: 10px;
  background: #FFF;
  border: 2px solid #E7E7E4;
  border-radius: 3px;
}
html body #superbill-page #sb-single-task .comment-bubble p:first-child {
  margin-top: 0;
}
html body #superbill-page #sb-single-task .comment-bubble p:last-child {
  margin-bottom: 0;
}
html body #superbill-page #sb-single-task .wysiwyg-on-load {
  overflow: hidden;
  max-height: 0;
}
html body #superbill-page #sb-single-task .add-attachment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img {
  white-space: nowrap;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  background: #DEE2E3;
  width: auto;
  height: 32px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  gap: 6px;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img:hover {
  background: #D6D5D5;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response {
  display: flex;
  gap: 4px;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response:empty {
  display: none;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload {
  overflow: hidden;
  background: #ECF0F1;
  width: 30px;
  height: 30px;
  border: 2px solid #E7E7E4;
  border-radius: 3px;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload img,
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload svg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
html body #superbill-page #sb-single-task .sb-body {
  padding-bottom: 20px;
  overflow: auto;
}
html body #superbill-page #sb-single-task .sb-task-footer {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
}
html body #superbill-page #sb-single-task .sb-task-footer .sb-task-delete {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
html body #superbill-page #sb-single-task .sb-task-footer .sb-task-delete label {
  display: flex;
  align-items: center;
  gap: 8px;
}
html body #superbill-page #sb-single-task .sb-task-footer .sb-task-delete label input {
  box-shadow: none !important;
  order: unset;
}
html body #superbill-page #sb-single-task .sb-task-footer .sb-task-delete #delete-task {
  width: 20px;
  order: 0;
}
html body #superbill-page #sb-single-task .sb-task-footer .sb-task-footer-right {
  display: flex;
  gap: 10px;
}
html body #superbill-page .sb-archive-metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body #superbill-page .sb-archive-metrics strong,
html body #superbill-page .sb-archive-metrics small {
  white-space: nowrap;
  display: block;
}
html body #superbill-page .sb-archive-metrics strong {
  color: #1F2024;
  font-weight: 700;
}
html body #superbill-page .sb-archive-metrics small {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
}
html body #superbill-page #form-profile h3 {
  margin-bottom: 0;
}
html body #superbill-page #form-profile .sb-checkbox-wrap {
  margin-top: 10px;
  gap: 20px;
}
html body #superbill-page .sb-body.sb-body-time {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
html body #superbill-page .sb-body.sb-body-client #sb-time-wrap {
  padding: 20px 0;
}
html body #superbill-page #sb-time-wrap,
html body #superbill-page #sb-body-wise-payouts-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
html body #superbill-page #sb-time-wrap .icon-wrap,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
html body #superbill-page #sb-time-wrap .icon-wrap .icon-invoiced,
html body #superbill-page #sb-time-wrap .icon-wrap .icon-paid,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .icon-invoiced,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .icon-paid {
  width: 18px;
  height: 18px;
}
html body #superbill-page #sb-body-wise-payouts-wrap {
  flex-direction: column;
}
html body #superbill-page #sb-body-wise-payouts-wrap #superbill-wise-payout-filters {
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}
html body #superbill-page #sb-body-wise-payouts-wrap #superbill-wise-payout-actions {
  display: flex;
}
html body #superbill-page #sb-time-wrap {
  flex-direction: row;
}
html body #superbill-page .sb-filter.sb-filter-time {
  width: 300px;
}
html body #superbill-page .sb-filter.sb-filter-time #sb-filter-time {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
html body #superbill-page .header-selects {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
html body #superbill-page .header-selects select {
  max-width: 150px;
}
html body #superbill-page .sb-body-tasks .sb-tabs-header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
html body #superbill-page .sb-task-list-filters {
  display: flex;
  align-items: flex-end;
  margin: 0 0 12px;
  gap: 12px;
}
html body #superbill-page .sb-task-list-filters .form-field {
  margin: 0;
}
html body #superbill-page .sb-table-task-list select {
  padding-left: 0;
}
html body #superbill-page .sb-table-task-list button.sb-task-view {
  margin: 4px 0;
}
html body #superbill-page .sb-body-notifications {
  padding-bottom: 32px;
}
html body #superbill-page .sb-notification-list {
  padding: 0;
  list-style: none;
  display: grid;
  margin: 0;
  gap: 10px;
}
html body #superbill-page .sb-notification {
  background: #FFF;
  border: 1px solid rgba(31, 32, 36, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(31, 32, 36, 0.04);
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .sb-notification:hover {
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .sb-notification-unviewed {
  background: rgba(255, 122, 34, 0.08);
  border-color: rgba(255, 122, 34, 0.42);
}
html body #superbill-page .sb-notification-open {
  color: #1F2024;
  padding: 12px 16px;
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 62px;
  grid-template-columns: 10px 1fr;
  gap: 14px;
}
html body #superbill-page .sb-notification-status {
  display: block;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
html body #superbill-page .sb-notification-unviewed .sb-notification-status {
  background: #FF7A22;
}
html body #superbill-page .sb-notification-unviewed .sb-notification-title {
  font-weight: 700;
}
html body #superbill-page .sb-notification-copy {
  display: grid;
  gap: 3px;
}
html body #superbill-page .sb-notification-title,
html body #superbill-page .sb-notification-meta {
  display: block;
}
html body #superbill-page .sb-notification-meta,
html body #superbill-page .sb-notifications-empty {
  color: #8E8E94;
  font-size: 0.75rem;
}
html body #superbill-page .sb-notifications-empty {
  padding: 18px 0;
}
html body #superbill-page .user-edit-access-wrap {
  padding: 8px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  margin: 15px 0;
  position: relative;
}
html body #superbill-page .user-edit-access-wrap:last-of-type {
  margin-bottom: 0;
}
html body #superbill-page .user-edit-access-wrap .user-edit-access-title {
  font-size: 12px;
  white-space: nowrap;
  padding: 0 4px;
  background: #ECF1F1;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
html body #superbill-page #sb-user-edit-access .form-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
}
html body #superbill-page #sb-user-edit-access .form-body .user-edit-access-wrap {
  width: calc(50% - 10px);
}
html body #superbill-page .sb-client-header-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
html body #superbill-page .sb-client-archive td {
  height: 32px;
}
html body #superbill-page .sb-client-archive .sb-client-archive-metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body #superbill-page .sb-client-archive .sb-client-archive-hours,
html body #superbill-page .sb-client-archive .sb-client-archive-money {
  white-space: nowrap;
  display: block;
}
html body #superbill-page .sb-client-archive .sb-client-archive-hours {
  color: #1F2024;
  font-weight: 700;
}
html body #superbill-page .sb-client-archive .sb-client-archive-money {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-client-header-tools {
    flex-direction: column;
    align-items: stretch;
  }
}
html body #superbill-page .sb-project-archive td {
  height: 32px;
}
html body #superbill-page .sb-body-stats {
  padding-bottom: 28px;
}
html body #superbill-page .sb-stats-range {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  align-self: center;
}
html body #superbill-page .sb-stats-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
html body #superbill-page .sb-stats-currency-control {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}
html body #superbill-page .sb-stats-currency-control label {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stats-currency-control select {
  min-width: 190px;
}
html body #superbill-page .sb-stats-hero {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
html body #superbill-page .sb-stat-card,
html body #superbill-page .sb-stats-panel,
html body #superbill-page .sb-dev-momentum-lead,
html body #superbill-page .sb-dev-momentum-card {
  background: #FFF;
  border: 1px solid rgba(31, 32, 36, 0.06);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .sb-stat-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 136px;
  grid-column: span 2;
}
html body #superbill-page .sb-stat-card.sb-stat-card-wide {
  grid-column: span 3;
}
html body #superbill-page .sb-stat-card span,
html body #superbill-page .sb-stat-card small {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stat-card strong {
  color: #1F2024;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}
html body #superbill-page .sb-dev-momentum {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
html body #superbill-page .sb-dev-momentum-lead,
html body #superbill-page .sb-dev-momentum-card {
  padding: 18px;
  min-width: 0;
}
html body #superbill-page .sb-dev-momentum-lead {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  grid-column: span 2;
  gap: 16px;
}
html body #superbill-page .sb-dev-ghost-value {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body #superbill-page .sb-dev-ghost-value strong {
  color: #1F2024;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0;
}
html body #superbill-page .sb-dev-ghost-value span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-dev-momentum-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 8px 14px;
}
html body #superbill-page .sb-dev-momentum-meta span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-dev-momentum-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  gap: 12px;
}
html body #superbill-page .sb-dev-momentum-card > span,
html body #superbill-page .sb-dev-momentum-card small {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-dev-momentum-card > strong {
  color: #1F2024;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  word-break: break-word;
}
html body #superbill-page .sb-dev-momentum-card .sb-stats-meter {
  margin-top: auto;
}
html body #superbill-page .sb-dev-momentum-queue {
  grid-column: span 2;
}
html body #superbill-page .sb-dev-queue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
html body #superbill-page .sb-dev-queue-grid div {
  padding: 10px;
  background: rgba(31, 32, 36, 0.04);
  border-radius: 8px;
}
html body #superbill-page .sb-dev-queue-grid strong,
html body #superbill-page .sb-dev-queue-grid small {
  display: block;
}
html body #superbill-page .sb-dev-queue-grid strong {
  color: #1F2024;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}
html body #superbill-page .sb-dev-queue-grid small {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
html body #superbill-page .sb-stats-panel {
  padding: 18px;
  min-height: 270px;
}
html body #superbill-page .sb-stats-panel.sb-stats-panel-wide {
  grid-column: span 2;
}
html body #superbill-page .sb-stats-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 12px;
}
html body #superbill-page .sb-stats-panel-header h2 {
  font-size: 18px;
  line-height: 1.15;
  margin: 0;
}
html body #superbill-page .sb-stats-panel-header span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
html body #superbill-page .sb-stats-bars {
  display: grid;
  align-items: end;
  height: 190px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
html body #superbill-page .sb-stats-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  height: 100%;
  gap: 8px;
}
html body #superbill-page .sb-stats-bar-item span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
}
html body #superbill-page .sb-stats-bar-track {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: rgba(31, 32, 36, 0.05);
  width: 100%;
  height: 150px;
  border-radius: 8px;
}
html body #superbill-page .sb-stats-bar-fill {
  background: #1F2024;
  width: 100%;
  min-height: 0;
  border-radius: 8px 8px 0 0;
}
html body #superbill-page .sb-stats-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html body #superbill-page .sb-stats-list-row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
}
html body #superbill-page .sb-stats-list-row span {
  color: #1F2024;
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
html body #superbill-page .sb-stats-list-row strong {
  font-size: 0.9rem;
  white-space: nowrap;
}
html body #superbill-page .sb-stats-meter {
  overflow: hidden;
  background: rgba(31, 32, 36, 0.06);
  height: 8px;
  border-radius: 999px;
  grid-column: 1/-1;
}
html body #superbill-page .sb-stats-meter span {
  display: block;
  background: #FF7A22;
  height: 100%;
  border-radius: inherit;
}
html body #superbill-page .sb-stats-money-callout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 170px;
  gap: 10px;
}
html body #superbill-page .sb-stats-money-callout strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}
html body #superbill-page .sb-stats-money-callout span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stats-empty {
  color: #8E8E94;
  font-size: 0.9rem;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stats-hero,
  html body #superbill-page .sb-dev-momentum,
  html body #superbill-page .sb-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body #superbill-page .sb-stat-card,
  html body #superbill-page .sb-stat-card.sb-stat-card-wide,
  html body #superbill-page .sb-dev-momentum-lead,
  html body #superbill-page .sb-dev-momentum-queue,
  html body #superbill-page .sb-stats-panel,
  html body #superbill-page .sb-stats-panel.sb-stats-panel-wide {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-header-tools,
  html body #superbill-page .sb-stats-currency-control {
    flex-direction: column;
    align-items: stretch;
  }
  html body #superbill-page .sb-stats-hero,
  html body #superbill-page .sb-dev-momentum,
  html body #superbill-page .sb-stats-grid {
    grid-template-columns: 1fr;
  }
  html body #superbill-page .sb-stats-bars {
    gap: 6px;
  }
  html body #superbill-page .sb-stat-card {
    min-height: 118px;
  }
  html body #superbill-page .sb-stat-card strong {
    font-size: 34px;
  }
  html body #superbill-page .sb-dev-momentum-lead,
  html body #superbill-page .sb-dev-momentum-card {
    min-height: 160px;
  }
  html body #superbill-page .sb-dev-ghost-value strong {
    font-size: 38px;
  }
  html body #superbill-page .sb-dev-queue-grid {
    grid-template-columns: 1fr;
  }
}
html body #superbill-page .sb-payout-time-ids {
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body #superbill-page .sb-invoice-status-select {
  background: transparent;
  max-width: 115px;
  border: none;
}
html body #superbill-page #sb-invoice-generate-form .sb-invoice-generate-message {
  margin: 0;
}
html body #superbill-page .sb-body-settings {
  padding-bottom: 32px;
}
html body #superbill-page .sb-body-settings table {
  margin-bottom: 18px;
}
html body #superbill-page .sb-body-settings table th {
  vertical-align: top;
  padding-top: 12px;
  width: 160px;
}
html body #superbill-page .sb-body-settings table input,
html body #superbill-page .sb-body-settings table textarea {
  width: 100%;
}
html body #superbill-page .sb-body-settings .sb-settings-logo-preview {
  padding: 12px;
  display: flex;
  align-items: center;
  background: #FFF;
  min-height: 72px;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  margin-bottom: 12px;
}
html body #superbill-page .sb-body-settings .sb-settings-logo-preview img {
  display: block;
  max-width: 220px;
  height: auto;
  max-height: 120px;
}
html body #superbill-page .sb-body-settings .sb-settings-section {
  padding: 24px;
  background: #FFF;
  border: 1px solid rgba(31, 32, 36, 0.06);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
  margin: 0;
}
html body #superbill-page .sb-body-settings .sb-settings-section h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 22px;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs {
  margin-bottom: 18px;
  gap: 20px;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-tabs-header {
  justify-content: flex-start;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-settings-tab-list {
  padding: 4px;
  background: rgba(255, 255, 255, 0.74);
  width: auto;
  border: 1px solid rgba(31, 32, 36, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(31, 32, 36, 0.05);
  gap: 8px;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-tab {
  color: #1F2024;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  background: transparent;
  min-width: 112px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  margin-bottom: -2px;
  cursor: pointer;
  appearance: none;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-tab.selected, html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-tab:hover {
  color: #FFF;
  text-decoration: none;
  background: #1F2024;
  box-shadow: 0 10px 20px rgba(31, 32, 36, 0.14);
}
html body #superbill-page .sb-body-settings .sb-payment-method-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  gap: 8px;
}
html body #superbill-page .sb-body-settings .sb-payment-method-tabs .sb-payment-method-tab.is-active {
  color: #FFF;
  background: #1F2024;
  box-shadow: 0 10px 20px rgba(31, 32, 36, 0.14);
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel {
  padding: 18px;
  display: none;
  background: #F4F4F4;
  border: 1px solid rgba(31, 32, 36, 0.06);
  border-radius: 8px;
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel.is-active {
  display: block;
}
html body #superbill-page .sb-body-settings .sb-payment-currency-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 8px 10px;
}
html body #superbill-page .sb-body-settings .sb-payment-currency-list label {
  color: #c54f00;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  background: #FFF4EA;
  min-height: 32px;
  border: 1px solid rgba(255, 122, 34, 0.18);
  border-radius: 999px;
  cursor: pointer;
  gap: 6px;
}
html body #superbill-page .sb-body-settings .sb-payment-currency-list label:has(input:checked) {
  background: rgba(255, 122, 34, 0.18);
  border-color: rgba(255, 122, 34, 0.4);
}
html body #superbill-page .sb-body-settings .sb-payment-currency-list label input {
  width: auto;
  height: auto;
}
html body #superbill-page .sb-body-email .sb-email-shortcodes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
  gap: 8px;
}
html body #superbill-page .sb-body-email-log .sb-email-log-table small {
  color: #D9534F;
  display: block;
  max-width: 240px;
  margin-top: 4px;
}
html body #superbill-page .sb-body-email-log .sb-email-log-table .sb-email-log-attachment-download {
  font-weight: 700;
}
html body #superbill-page .sb-body-email-log .sb-email-log-status {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  display: inline-flex;
  background: rgba(255, 122, 34, 0.16);
  border-radius: 999px;
}
html body #superbill-page .sb-body-email-log .sb-email-log-status-sent {
  color: #327232;
  background: rgba(92, 184, 92, 0.16);
}
html body #superbill-page .sb-body-email-log .sb-email-log-status-failed {
  color: #c12e2a;
  background: rgba(217, 83, 79, 0.14);
}
html body #superbill-page .sb-body-invoice .sb-invoice-select-cell {
  text-align: center;
  width: 34px;
}
html body #superbill-page .sb-body-invoice .sb-invoice-select-cell input {
  width: auto;
  height: auto;
}
html body #superbill-page .sb-body-invoice .sb-invoice-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}
html body #superbill-page .sb-body-invoice .sb-invoice-email-status {
  color: #8E8E94;
  font-size: 12px;
  flex-basis: 100%;
}
html body #superbill-page .sb-body-invoice .sb-invoice-email-status-failed {
  color: #D9534F;
}
html body #superbill-page .sb-body-invoice .sb-invoice-hidden-label {
  color: #8E8E94;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
html body #superbill-page .sb-body-invoice .sb-invoice-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  gap: 10px;
}
html body #superbill-page .sb-body-invoice .sb-invoice-bulk-action-form {
  display: flex;
  gap: 10px;
}
html body #superbill-page .sb-body-invoice .sb-invoice-bulk-action-form select {
  order: unset;
}
html body #superbill-page .sb-email-log-preview-modal {
  overflow: auto;
  background: #F4F4F4;
  width: min(860px, 86vw);
  max-height: 82vh;
  border-radius: 8px;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta,
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-body,
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-attachments,
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-headers,
html body #superbill-page .sb-email-log-preview-modal .description {
  margin: 18px;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta div {
  min-width: 0;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta strong,
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta span {
  display: block;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta strong {
  color: #FF7A22;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-meta span {
  overflow-wrap: anywhere;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-body {
  padding: 18px;
  border: 1px solid rgba(31, 32, 36, 0.08);
  border-radius: 8px;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-body p:first-child {
  margin-top: 0;
}
html body #superbill-page .sb-email-log-preview-modal .sb-email-log-preview-body p:last-child {
  margin-bottom: 0;
}
html body #superbill-page .sb-email-log-preview-modal pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
html body #superbill-page.superbill-invoice-public {
  background: #F6F7ED;
  min-height: 100vh;
}
html body #superbill-page.superbill-invoice-public #superbill-page-inner,
html body #superbill-page.superbill-invoice-public #superbill-main-wrap,
html body #superbill-page.superbill-invoice-public #superbill-main {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 0;
}
html body #superbill-page.superbill-invoice-public #superbill-page-inner {
  padding: 0;
}
html body #superbill-page.superbill-invoice-public #superbill-main-wrap {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
html body #superbill-page.superbill-invoice-public #superbill-main {
  padding: 40px 24px;
  max-width: 980px;
  margin: 0 auto;
}
html body #superbill-page.superbill-invoice-public .sb-header {
  display: none;
}
html body #superbill-page.superbill-invoice-public .sb-invoice-public-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
html body #superbill-page .sb-invoice-document {
  color: #1F2024;
  padding: 36px;
  background: #FFF;
  border: 2px solid #E7E7E4;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 32, 36, 0.08);
}
html body #superbill-page .sb-invoice-document .sb-invoice-document-header {
  padding-bottom: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #E7E7E4;
  margin-bottom: 28px;
  gap: 24px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-company-logo {
  flex: 0 0 auto;
}
html body #superbill-page .sb-invoice-document .sb-invoice-company-logo img {
  display: block;
  max-width: 180px;
  height: auto;
  max-height: 96px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-title-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  gap: 10px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-title-block h2 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
}
html body #superbill-page .sb-invoice-document .sb-invoice-status {
  color: #a24000;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 122, 34, 0.18);
  min-height: 28px;
  border-radius: 999px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-status.sb-invoice-status-paid {
  color: #2d672d;
  background: rgba(92, 184, 92, 0.14);
}
html body #superbill-page .sb-invoice-document .sb-invoice-currency-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 24px;
  gap: 10px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-currency-control label {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-invoice-document .sb-invoice-currency-control select {
  width: auto;
  min-width: 240px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-meta-grid {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 28px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-meta-item span {
  color: #8E8E94;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-meta-item strong {
  font-size: 1.1rem;
  display: block;
}
html body #superbill-page .sb-invoice-document .sb-invoice-meta-item p {
  margin: 4px 0 0;
}
html body #superbill-page .sb-invoice-document .sb-invoice-meta-large {
  grid-column: span 2;
}
html body #superbill-page .sb-invoice-document h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 28px 0 12px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-items {
  width: 100%;
  border-collapse: collapse;
}
html body #superbill-page .sb-invoice-document .sb-invoice-items th,
html body #superbill-page .sb-invoice-document .sb-invoice-items td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #E7E7E4;
}
html body #superbill-page .sb-invoice-document .sb-invoice-items th {
  color: #8E8E94;
  font-size: 0.75rem;
  text-transform: uppercase;
}
html body #superbill-page .sb-invoice-document .sb-invoice-items th:nth-child(n+2),
html body #superbill-page .sb-invoice-document .sb-invoice-items td:nth-child(n+2) {
  text-align: right;
}
html body #superbill-page .sb-invoice-document .sb-invoice-summary {
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 18px;
  gap: 8px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-summary div {
  display: flex;
  justify-content: space-between;
  min-width: 280px;
  gap: 20px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payments {
  padding-top: 24px;
  border-top: 2px solid #E7E7E4;
  margin-top: 32px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-list {
  display: grid;
  gap: 20px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-method {
  padding: 28px;
  background: #F6F7ED;
  border: 1px solid rgba(31, 32, 36, 0.08);
  border-radius: 8px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-method h4 {
  display: none;
}
html body #superbill-page .sb-invoice-document .sb-invoice-wise-pay-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: auto;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  gap: 20px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail span {
  color: rgba(31, 32, 36, 0.72);
  line-height: 1.15;
  display: block;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail strong {
  font-weight: 700;
  line-height: 1.48;
  display: block;
  overflow-wrap: anywhere;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail small {
  color: rgba(31, 32, 36, 0.55);
  font-size: 25px;
  line-height: 1.35;
  display: block;
  margin-top: 2px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-copy {
  flex: 1;
}
html body #superbill-page .sb-invoice-document .sb-copy-payment-detail {
  color: #183B0D;
  padding: 8px;
  flex: 0 0 40px;
  background: transparent;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
html body #superbill-page .sb-invoice-document .sb-copy-payment-detail svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
html body #superbill-page .sb-invoice-document .sb-copy-payment-detail.is-copied {
  color: #5CB85C;
}
@media (max-width: 760px) {
  html body #superbill-page.superbill-invoice-public #superbill-main {
    padding: 20px 12px;
  }
  html body #superbill-page .sb-invoice-document {
    padding: 22px;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-document-header {
    flex-direction: column;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-title-block {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-currency-control {
    flex-direction: column;
    align-items: stretch;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-meta-grid {
    grid-template-columns: 1fr;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-meta-large {
    grid-column: auto;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-summary {
    align-items: stretch;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-summary div {
    min-width: 0;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-method {
    padding: 18px;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail {
    gap: 14px;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail span {
    font-size: 20px;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail strong {
    font-size: 23px;
  }
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail small {
    font-size: 18px;
  }
}
@media print {
  html body #superbill-page.superbill-invoice-public {
    background: #FFF;
  }
  html body #superbill-page.superbill-invoice-public #superbill-main {
    padding: 0;
    max-width: none;
  }
  html body #superbill-page.superbill-invoice-public .sb-invoice-public-actions {
    display: none;
  }
  html body #superbill-page.superbill-invoice-public .sb-invoice-document {
    border: none;
    box-shadow: none;
  }
}
body.superbill-pdf-capture #superbill-page .sb-invoice-document input,
body.superbill-pdf-capture #superbill-page .sb-invoice-document select,
body.superbill-pdf-capture #superbill-page .sb-invoice-document textarea,
body.superbill-pdf-capture #superbill-page .sb-invoice-document button,
body.superbill-pdf-capture #superbill-page .sb-invoice-document form,
body.superbill-pdf-capture #superbill-page .sb-invoice-document .sb-invoice-currency-control,
body.superbill-pdf-capture #superbill-page .sb-invoice-document .sb-copy-payment-detail {
  display: none !important;
}
