.test {
  color: #488500;
  background: #376600;
}

html {
  margin: 0 !important;
}
html body {
  /* For Edge and IE (older versions) */
}
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: #F7F8F0; /* color of the tracking area */
  border-radius: 10px;
}
html body.superbill-page::-webkit-scrollbar-thumb {
  background: #F7F8F0; /* scrollbar color */
  border-radius: 10px;
}
html body.superbill-page::-webkit-scrollbar-thumb:hover {
  background: #F7F8F0; /* scrollbar color on hover */
}
html body.superbill-page * {
  scrollbar-width: thin; /* "auto", "thin", or "none" */
  scrollbar-color: #F7F8F0 #F7F8F0; /* thumb and track color */
  -ms-overflow-style: auto;
}
@supports (scrollbar-width: thin) {
  html body.superbill-page * {
    scrollbar-width: thin;
    scrollbar-color: #F7F8F0 #F1F1F1;
  }
}
html body .sb-scroll {
  scrollbar-width: thin;
  scrollbar-color: #F7F8F0 #F7F8F0;
}
html body #superbill-page {
  color: #1A1A18;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 34%), radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.08), transparent 20%), radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.045), transparent 26%), linear-gradient(145deg, #242521, #151615 58%, #0F100F);
  min-height: 100%;
  --sb-ink: #1A1A18;
  --sb-muted: #8A8982;
  --sb-canvas: #F7F8F0;
  --sb-panel: #FFFFFF;
  --sb-line: #D9D8D0;
  --sb-soft: #F2F2EF;
  --sb-dark: #1A1A18;
  --sb-dark-hover: #2B2B28;
}
html body #superbill-page #superbill-page-inner {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  background: transparent;
  min-height: 100vh;
  margin: 0 auto;
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-page-inner {
    padding: 12px;
  }
}
html body #superbill-page #superbill-sidebar-wrap {
  display: flex;
  align-items: stretch;
  flex: 0 0 205px;
  height: calc(100vh - 40px);
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-sidebar-wrap {
    flex-basis: 190px;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar {
  padding: 32px 0 22px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background: #FFFFFF;
  width: 205px;
  border-right: 1px solid rgba(26, 26, 24, 0.055);
  border-radius: 20px 0 0 20px;
  box-shadow: 0 30px 90px rgba(26, 26, 24, 0.24);
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar {
    width: 190px;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-brand {
  color: #1A1A18;
  font-size: 22px;
  font-weight: 780;
  line-height: 1;
  text-align: left;
  padding: 2px 30px 34px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-brand {
    padding-right: 22px;
    padding-left: 22px;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-brand #superbill-s {
  color: #1A1A18;
  display: inline-grid;
  background: #B9FF66;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #1A1A18;
  place-items: center;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-sidebar-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  overflow: hidden;
  height: auto;
  min-height: 0;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer {
  display: flex;
  flex-direction: row;
  margin: 0 24px 18px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-timer #superbill_time_edit .timer-buttons button {
  height: 34px;
}
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 18px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  gap: 6px;
  scrollbar-color: rgba(26, 26, 24, 0.28) transparent;
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu {
    padding: 0 12px;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu::-webkit-scrollbar {
  width: 6px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu::-webkit-scrollbar-track {
  background: transparent;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 24, 0.24);
  border-radius: 999px;
}
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: #1A1A18;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.2;
  text-align: left;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 100%;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 10px;
  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 > li:focus,
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li:hover,
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li:focus {
  color: #1A1A18;
  text-decoration: none;
  background: #F1F1EF;
  border-color: rgba(26, 26, 24, 0.045);
  box-shadow: none;
  cursor: pointer;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.sb-has-unread-notifications {
  padding-right: 34px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.sb-has-unread-notifications:after {
  content: "";
  display: block;
  background: #1A1A18;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(26, 26, 24, 0.08);
  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: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  gap: 4px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.superbill-menu-group:hover, html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu > li.superbill-menu-group:focus {
  background: transparent;
  border-color: transparent;
  cursor: default;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label {
  color: #8A8982;
  font-size: 12px;
  font-weight: 560;
  text-transform: none;
  line-height: 1.2;
  padding: 0 12px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label .superbill-menu-group-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label .superbill-menu-group-icon {
  width: 14px;
  height: 14px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label .superbill-menu-group-icon[hidden] {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label[aria-expanded=false] .superbill-menu-group-icon-plus {
  display: block;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label[aria-expanded=false] .superbill-menu-group-icon-minus {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label[aria-expanded=true] .superbill-menu-group-icon-plus {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group-label[aria-expanded=true] .superbill-menu-group-icon-minus {
  display: block;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.22s ease, opacity 0.18s ease, transform 0.22s ease, padding 0.22s ease, margin 0.22s ease, border-color 0.22s ease;
  will-change: max-height, opacity, transform;
  margin: 0;
  gap: 4px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu[hidden] {
  display: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-submenu li {
  font-size: 13px;
  padding: 7px 12px;
  width: 100%;
  min-height: 32px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #superbill-menu .superbill-menu-group.is-collapsed > .superbill-submenu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-sidebar-actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 14px 24px 0;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile,
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  border-radius: 999px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile {
  padding: 4px;
  background: #F7F8F0;
  border: 1px solid rgba(26, 26, 24, 0.08);
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile:hover, html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile:focus {
  background: #EDECE4;
  cursor: pointer;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar #sb-profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications {
  display: flex;
  align-items: center;
  background: transparent;
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications svg {
  width: 22px;
  height: 22px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications.sb-has-unread-notifications {
  background: #B9FF66;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications.sb-has-unread-notifications:hover {
  background: #1A1A18;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-menu-notifications.sb-has-unread-notifications:hover svg path {
  stroke: #FFFFFF;
}
html body #superbill-page #superbill-main-wrap {
  flex: 1 1 auto;
  overflow: hidden;
  background: #FCFCFA;
  width: calc(100% - 226px);
  height: calc(100vh - 40px);
  border-radius: 0 20px 20px 0;
  box-shadow: 0 30px 90px rgba(26, 26, 24, 0.24);
}
@media (max-width: 900px) {
  html body #superbill-page #superbill-main-wrap {
    width: calc(100% - 190px);
  }
}
html body #superbill-page #superbill-main {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  background: #FCFCFA;
  height: 100%;
  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: 30px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F8F0;
  min-height: 108px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.055);
  margin: 0;
  gap: 20px;
}
@media (max-width: 900px) {
  html body #superbill-page .sb-header {
    padding-right: 22px;
    padding-left: 22px;
  }
}
html body #superbill-page .sb-header .sb-h-title {
  flex: auto;
  min-width: 220px;
}
html body #superbill-page .sb-header .sb-h-title h1 {
  color: #1A1A18;
  font-size: 34px;
  font-weight: 640;
  line-height: 1.08;
  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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
html body #superbill-page .sb-header .sb-h-menu .header-selects,
html body #superbill-page .sb-header .sb-h-menu .form-row {
  align-items: flex-end;
  margin: 0;
  gap: 10px;
}
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 {
  padding: 30px 38px 0 38px;
  flex: auto;
  overflow: auto;
  background: #FCFCFA;
}
@media (max-width: 900px) {
  html body #superbill-page .sb-body {
    padding-right: 22px;
    padding-left: 22px;
  }
}
html body #superbill-page.logged-out {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 36%), radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 22%), linear-gradient(145deg, #242521, #151615 58%, #0F100F);
}
html body #superbill-page.logged-out #superbill-page-inner {
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
html body #superbill-page.logged-out #superbill-sidebar-wrap {
  display: none;
}
html body #superbill-page.logged-out #superbill-main-wrap {
  flex: 0 1 390px;
  width: 390px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(26, 26, 24, 0.25);
  margin: 20px auto;
}
html body #superbill-page.logged-out #superbill-main {
  padding: 34px;
}
html body #superbill-page.logged-out #loginform {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html body #superbill-page.logged-out #loginform label {
  color: #8A8982;
  font-weight: 560;
}
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: 100%;
  margin-top: 8px;
}
html body #superbill-page .flex {
  display: flex;
}
html body #superbill-page .flex-row {
  flex-direction: row;
}
html body #superbill-page .flex-column {
  flex-direction: column;
}
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: #1c3300;
  padding: 10px 12px;
  display: none;
  background: #EEF7F1;
  border: 1px solid rgba(72, 133, 0, 0.18);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(26, 26, 24, 0.1);
  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: #1c3300;
  background: #EEF7F1;
}
html body #superbill-page #superbill-notice.sb-notice-error {
  color: #ee2013;
  background: #FFF1F0;
  border-color: rgba(244, 113, 105, 0.18);
}
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: #1A1A18;
  font-family: "Inter", "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-optical-sizing: auto;
}
html body #superbill-page * {
  letter-spacing: 0;
}
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: #F47169;
}
html body #superbill-page .positive {
  color: #488500;
}
html body #superbill-page .neutral {
  color: #1A1A18;
}
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;
}
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: #1A1A18;
}
html body #superbill-page button.delete-task {
  background: #F47169;
}
html body #superbill-page button,
html body #superbill-page .button {
  font-family: "Inter", "Google Sans", sans-serif;
  font-weight: 620;
  letter-spacing: 0;
  padding: 0 18px;
  background: transparent;
  height: 40px;
  border: none;
  border-radius: 10px;
  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,
html body #superbill-page input[type=submit].button-primary,
html body #superbill-page #wp-submit {
  color: #1A1A18;
  font-weight: 700;
  background: #B9FF66;
  border: 1px solid #1A1A18;
  box-shadow: none;
  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,
html body #superbill-page input[type=submit].button-primary:hover,
html body #superbill-page input[type=submit].button-primary:focus,
html body #superbill-page #wp-submit:hover,
html body #superbill-page #wp-submit:focus {
  color: #FFFFFF;
  background: #2A2A27;
  border-color: #2A2A27;
  outline: none;
  box-shadow: 0 8px 22px rgba(26, 26, 24, 0.12);
}
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,
html body #superbill-page input[type=submit].button-primary:hover svg,
html body #superbill-page input[type=submit].button-primary:focus svg,
html body #superbill-page #wp-submit:hover svg,
html body #superbill-page #wp-submit:focus svg {
  filter: none;
}
html body #superbill-page .button-primary:focus,
html body #superbill-page .button-purple:focus,
html body #superbill-page input[type=submit].button-primary:focus,
html body #superbill-page #wp-submit:focus {
  box-shadow: 0 0 0 3px rgba(26, 26, 24, 0.16);
}
html body #superbill-page .button-secondary {
  color: #1A1A18 !important;
  background: #F2F2EF !important;
  border: 1px solid rgba(26, 26, 24, 0.13) !important;
  box-shadow: none;
}
html body #superbill-page .button-secondary:after {
  display: none;
}
html body #superbill-page .button-secondary:hover, html body #superbill-page .button-secondary:focus {
  color: #1A1A18 !important;
  background: #E8E8E3 !important;
  border-color: rgba(26, 26, 24, 0.22) !important;
  box-shadow: none;
}
html body #superbill-page .button-primary-alt {
  background: #FF7A3D !important;
}
html body #superbill-page .button-primary-alt:hover {
  background: #ff570a !important;
}
html body #superbill-page .button-positive {
  background-color: #B9FF66 !important;
}
html body #superbill-page .button-positive:hover {
  background-color: #1A1A18 !important;
}
html body #superbill-page .button-neutral {
  background-color: #FFDA00 !important;
}
html body #superbill-page .button-neutral:hover {
  background-color: #ccae00 !important;
}
html body #superbill-page .button-negative {
  background-color: #F47169 !important;
}
html body #superbill-page .button-negative:hover {
  background-color: #f14439 !important;
}
html body #superbill-page .button-positive,
html body #superbill-page .button-neutral,
html body #superbill-page .button-negative,
html body #superbill-page .button-primary-alt {
  color: #1A1A18 !important;
  border: 1px solid #1A1A18 !important;
  box-shadow: none;
  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,
html body #superbill-page .button-primary-alt:after {
  display: none;
}
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,
html body #superbill-page .button-primary-alt:hover,
html body #superbill-page .button-primary-alt:focus {
  color: #1A1A18 !important;
  outline: none;
  box-shadow: none;
  filter: brightness(0.95);
}
html body #superbill-page .button-positive.timer,
html body #superbill-page .button-neutral.timer,
html body #superbill-page .button-negative.timer,
html body #superbill-page .button-primary-alt.timer {
  text-align: center;
  padding: 0 5px !important;
  min-width: 40px;
}
html body #superbill-page .button-positive:hover, html body #superbill-page .button-positive:focus {
  color: #FFFFFF !important;
  background-color: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
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: #1A1A18;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page a:hover {
  color: #1A1A18;
  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-row-last button + button {
  margin-top: 8px;
}
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: #8A8982;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  user-select: none;
  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;
  user-select: none;
  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: #1A1A18;
  transform: translateY(3px) scale(0.8);
}
html body #superbill-page form .form-field .input-surround select + label {
  order: 0;
}
html body #superbill-page form .form-field .input-surround textarea {
  line-height: 1.4;
  height: 70px;
}
html body #superbill-page form .form-field .input-surround .input-error {
  color: #F47169;
  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: #1A1A18;
  transform: translateY(3px) scale(0.8);
}
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 .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: #488500;
  border-color: #111f00;
  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: #F47169;
  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: #FFFFFF;
  width: 13px;
  height: 3px;
  border-radius: 10px;
  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: 10px;
}
html body #superbill-page .input-surround label {
  color: #8A8982;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: 0;
}
html body #superbill-page .input-surround.input-surround-horizontal {
  display: flex;
  align-items: center;
  gap: 10px;
}
html body #superbill-page .input-surround.input-surround-horizontal label {
  color: #8A8982;
  font-size: 13px;
  font-weight: 560;
  white-space: nowrap;
}
html body #superbill-page .input-surround.input-surround-horizontal select {
  background-color: #FCFCFA;
  width: auto;
  min-width: 150px;
  border: 1px solid rgba(26, 26, 24, 0.16);
  border-radius: 12px;
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]),
html body #superbill-page textarea,
html body #superbill-page select,
html body #superbill-page .ts-wrapper .ts-control {
  color: #1A1A18;
  font-family: "Inter", "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-color: #FCFCFA;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(26, 26, 24, 0.16);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  margin: 0;
  order: 2;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden])::placeholder,
html body #superbill-page textarea::placeholder,
html body #superbill-page select::placeholder,
html body #superbill-page .ts-wrapper .ts-control::placeholder {
  color: rgba(26, 26, 24, 0.44);
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):hover,
html body #superbill-page textarea:hover,
html body #superbill-page select:hover,
html body #superbill-page .ts-wrapper .ts-control:hover {
  background-color: #FFFFFF;
  border-color: rgba(26, 26, 24, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):focus,
html body #superbill-page textarea:focus,
html body #superbill-page select:focus,
html body #superbill-page .ts-wrapper .ts-control:focus {
  background-color: #FFFFFF;
  border-color: rgba(26, 26, 24, 0.72);
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 26, 24, 0.055);
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]):disabled, html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden])[readonly],
html body #superbill-page textarea:disabled,
html body #superbill-page textarea[readonly],
html body #superbill-page select:disabled,
html body #superbill-page select[readonly],
html body #superbill-page .ts-wrapper .ts-control:disabled,
html body #superbill-page .ts-wrapper .ts-control[readonly] {
  color: rgba(26, 26, 24, 0.48);
  background-color: #F1F1EE;
  border-color: rgba(26, 26, 24, 0.1);
  box-shadow: none;
  cursor: not-allowed;
}
html body #superbill-page input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=hidden]).no-style,
html body #superbill-page textarea.no-style,
html body #superbill-page select.no-style,
html body #superbill-page .ts-wrapper .ts-control.no-style {
  background: transparent;
  border: none;
  box-shadow: none;
}
html body #superbill-page input[type=checkbox],
html body #superbill-page input[type=radio] {
  accent-color: #1A1A18;
}
html body #superbill-page textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
  min-height: 118px;
}
html body #superbill-page select {
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 16px;
  -webkit-appearance: none;
  appearance: none;
}
html body #superbill-page .ts-wrapper {
  width: 100%;
  order: 2;
}
html body #superbill-page .ts-wrapper .ts-control {
  padding: 0 42px 0 12px;
  align-items: center;
}
html body #superbill-page .ts-wrapper .ts-control input {
  font-size: 16px;
  padding: 0;
  display: inline-block;
  background: transparent;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
html body #superbill-page .ts-wrapper .ts-control input:hover, html body #superbill-page .ts-wrapper .ts-control input:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
}
html body #superbill-page .ts-wrapper .ts-control > .item,
html body #superbill-page .ts-wrapper .ts-control > input {
  display: flex;
  align-items: center;
}
html body #superbill-page .ts-wrapper.focus .ts-control, html body #superbill-page .ts-wrapper:hover .ts-control {
  background-color: #FFFFFF;
  border-color: rgba(26, 26, 24, 0.32);
  box-shadow: 0 0 0 3px rgba(26, 26, 24, 0.045);
}
html body #superbill-page .ts-dropdown {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.16);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(26, 26, 24, 0.12);
}
html body #superbill-page .ts-dropdown .option {
  color: #1A1A18;
  padding: 8px 12px;
  background: #FFFFFF;
}
html body #superbill-page .ts-dropdown .option.active, html body #superbill-page .ts-dropdown .option:hover {
  color: #1A1A18;
  background: #F2F2EF;
}
html body #superbill-page .ts-dropdown .no-results {
  color: #8A8982;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.3;
  padding: 10px 12px;
  background: #FFFFFF;
}
html body #superbill-page #sb-modal {
  display: none;
  background-color: rgba(26, 26, 24, 0.58);
  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: auto;
  background: #F7F8F0;
  background: rgba(243, 248, 248, 0.85);
  max-height: 90vh;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(26, 26, 24, 0.07);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}
html body #superbill-page #sb-modal #sb-modal-close {
  color: #FFFFFF;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A18;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  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, html body #superbill-page #sb-modal #sb-modal-close:focus {
  color: #1A1A18;
  background: #FFFFFF;
  cursor: pointer;
  outline: none;
}
html body #superbill-page #sb-modal #sb-modal-close:hover svg, html body #superbill-page #sb-modal #sb-modal-close:focus svg {
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-close svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  filter: none;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-close svg polyline {
  stroke: currentColor;
}
html body #superbill-page #sb-modal #sb-modal-title {
  color: #F7F8F0;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  padding: 0 28px;
  background: #1A1A18;
  height: 32px;
  border-radius: 5px 5px 0 0;
}
html body #superbill-page #sb-modal form {
  padding: 10px;
  border-radius: 0 0 10px 10px;
  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 #sb-modal #sb-modal-inner.sb-task-edit-modal,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) {
  padding: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 420px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(26, 26, 24, 0.2);
  backdrop-filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close {
  color: #1A1A18;
  background: transparent;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  top: 14px;
  right: 14px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close:hover, html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close:focus,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close:hover,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close:focus {
  color: #FFFFFF;
  background: #1A1A18;
  outline: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close:hover svg, html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close:focus svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close:hover svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close:focus svg {
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-close svg polyline,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner:has(#superbill_task_edit) #sb-modal-close svg polyline {
  stroke: currentColor;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content,
html body #superbill-page #sb-modal #sb-modal-content:has(#superbill_task_edit) {
  overflow: hidden;
  background: #FFFFFF;
  width: 100%;
  max-height: calc(100vh - 46px);
  border-radius: 16px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-title,
html body #superbill-page #sb-modal #sb-modal-content:has(#superbill_task_edit) #sb-modal-title {
  color: #1A1A18;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.2;
  text-align: left;
  padding: 16px 56px 15px 18px;
  display: flex;
  align-items: center;
  background: #F7F8F0;
  height: auto;
  min-height: 54px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 16px 16px 0 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form,
html body #superbill-page #sb-modal #superbill_task_edit {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
  max-height: calc(100vh - 102px);
  border-radius: 0 0 16px 16px;
  margin: 0;
  gap: 10px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .form-row,
html body #superbill-page #sb-modal #superbill_task_edit .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .form-field,
html body #superbill-page #sb-modal #superbill_task_edit .form-field {
  margin: 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .form-field > label,
html body #superbill-page #sb-modal #superbill_task_edit .form-field > label {
  color: #8A8982;
  font-size: 12px;
  font-weight: 680;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  margin: 0 0 5px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround label,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround label {
  color: #8A8982;
  font-size: 12px;
  font-weight: 680;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 5px;
  position: static;
  order: 0;
  transform: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround input,
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround select,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround input,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround select {
  background-color: #FCFCFA;
  min-height: 44px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround select,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround:focus-within input,
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-surround:focus-within select,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround:focus-within input,
html body #superbill-page #sb-modal #superbill_task_edit .input-surround:focus-within select {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.24);
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form .input-error,
html body #superbill-page #sb-modal #superbill_task_edit .input-error {
  margin-top: 5px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form #task-edit-save,
html body #superbill-page #sb-modal #superbill_task_edit #task-edit-save {
  color: #1A1A18 !important;
  font-size: 16px;
  font-weight: 760;
  background: #B9FF66 !important;
  height: 46px;
  border: 1px solid #1A1A18 !important;
  border-radius: 10px;
  margin-top: 2px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form #task-edit-save:hover, html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form #task-edit-save:focus,
html body #superbill-page #sb-modal #superbill_task_edit #task-edit-save:hover,
html body #superbill-page #sb-modal #superbill_task_edit #task-edit-save:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
@media (max-width: 480px) {
  html body #superbill-page #sb-modal #sb-modal-inner.sb-task-edit-modal #sb-modal-content > form,
  html body #superbill-page #sb-modal #superbill_task_edit {
    padding: 16px;
  }
}
html body #superbill-page .trumbowyg {
  overflow: hidden;
  background: #FCFCFA;
  min-height: unset;
  border: 1px solid rgba(26, 26, 24, 0.16);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
html body #superbill-page .trumbowyg:empty {
  display: none;
}
html body #superbill-page .trumbowyg:hover, html body #superbill-page .trumbowyg:focus-within {
  background: #FFFFFF;
  border-color: rgba(26, 26, 24, 0.32);
  box-shadow: 0 0 0 3px rgba(26, 26, 24, 0.045);
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane {
  padding: 0;
  background: #F2F2EF;
  border-bottom-color: rgba(26, 26, 24, 0.1);
  border-radius: 12px 12px 0 0;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  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: 8px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group button:hover, html body #superbill-page .trumbowyg .trumbowyg-button-pane .trumbowyg-button-group button.trumbowyg-active-button {
  background: #FFFFFF;
}
html body #superbill-page .trumbowyg .trumbowyg-editor {
  color: #1A1A18;
  padding: 0 10px;
  align-content: center;
  background: transparent;
  min-height: 54px;
}
html body #superbill-page .trumbowyg .trumbowyg-editor p {
  margin: 10px 0 !important;
}
html body #superbill-page .trumbowyg-editor,
html body #superbill-page .trumbowyg-textarea {
  color: #1A1A18;
  background: transparent;
}
html body #superbill-page .sb-mention-dropdown {
  display: grid;
  overflow: hidden;
  background: #FFFFFF;
  min-width: 220px;
  max-width: 320px;
  border: 1px solid rgba(26, 26, 24, 0.12);
  border-radius: 10px;
  box-shadow: 0 22px 58px rgba(26, 26, 24, 0.12);
  position: absolute;
  z-index: 999999;
}
html body #superbill-page .sb-mention-dropdown[hidden] {
  display: none;
}
html body #superbill-page .sb-mention-option {
  color: #1A1A18;
  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(26, 26, 24, 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: #8A8982;
  font-size: 0.75rem;
}
html body #superbill-page .sb-body table:not(.ui-datepicker-calendar):not(.sb-invoice-items),
html body #superbill-page .sb-email-log-table {
  overflow: hidden;
  background: #FFFFFF;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid rgba(26, 26, 24, 0.12);
  border-radius: 12px;
}
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: #F5F5F2;
}
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 tr:last-child td {
  border-bottom: none;
}
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: #8A8982;
  font-size: 12px;
  font-weight: 650;
  text-transform: none;
  padding-top: 6px;
  padding-bottom: 4px;
}
html body #superbill-page table td {
  color: #1A1A18;
  font-size: 0.9rem;
  height: 40px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
}
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: 1px solid #D9D8D0;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs .sb-tab {
  font-size: 16px;
  border-radius: 10px;
}
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 #1A1A18;
  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: #1A1A18;
}
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.selected {
  box-shadow: 0 18px 50px rgba(26, 26, 24, 0.07);
}
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.sb-tab-content-list {
  overflow: auto;
}
html body #superbill-page .sb-tab-wrapper .sb-tabs-contents .sb-tab-content:not(.selected) {
  display: none;
}
html body #superbill-page .sb-tabs-header button,
html body #superbill-page .sb-tabs-header .sb-tab,
html body #superbill-page .sb-tabs-header .sb-payment-method-tab,
html body #superbill-page .sb-settings-tab-list button,
html body #superbill-page .sb-settings-tab-list .sb-tab,
html body #superbill-page .sb-settings-tab-list .sb-payment-method-tab,
html body #superbill-page .sb-payment-method-tabs button,
html body #superbill-page .sb-payment-method-tabs .sb-tab,
html body #superbill-page .sb-payment-method-tabs .sb-payment-method-tab {
  border-radius: 10px;
}
html body #superbill-page .sb-tab.selected,
html body #superbill-page .sb-settings-tabs .sb-tab.selected,
html body #superbill-page .sb-payment-method-tab.is-active {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  box-shadow: none !important;
}
html body #superbill-page .sb-tab:not(.selected),
html body #superbill-page .sb-payment-method-tab:not(.is-active) {
  color: #1A1A18;
  background: #F2F2EF;
}
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: #1A1A18;
  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 22px 58px rgba(26, 26, 24, 0.12);
}
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 #sb-modal #sb-modal-inner:has(.sb-timer-wrap) {
  padding: 0;
  overflow: visible;
  background: #FFFFFF;
  width: min(90vw, 310px);
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(26, 26, 24, 0.2);
  backdrop-filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close {
  color: #1A1A18;
  background: transparent;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  top: 14px;
  right: 14px;
}
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close:hover, html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close:focus {
  color: #FFFFFF;
  background: #1A1A18;
  outline: none;
}
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close:hover svg, html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close:focus svg {
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner:has(.sb-timer-wrap) #sb-modal-close svg polyline {
  stroke: currentColor;
}
html body #superbill-page #sb-modal .sb-timer-wrap {
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
}
html body #superbill-page #sb-modal .sb-timer-wrap #sb-modal-title {
  color: #1A1A18;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.2;
  text-align: left;
  padding: 16px 88px 15px 18px;
  display: flex;
  align-items: center;
  background: #F7F8F0;
  height: auto;
  min-height: 54px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 16px 16px 0 0;
}
html body #superbill-page #sb-modal .sb-timer-wrap form {
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  margin: 0;
  gap: 12px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .form-row {
  gap: 12px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .form-field {
  margin: 0;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround label {
  color: #8A8982;
  font-size: 12px;
  font-weight: 680;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 6px;
  position: static;
  order: 0;
  transform: none;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround input,
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround select,
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround .ts-control {
  background-color: #FCFCFA;
  min-height: 44px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround .ts-wrapper {
  order: 1;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround .ts-control {
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround .ts-control:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A1A18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround .ts-control input {
  width: auto;
  border-radius: 0;
}
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround:focus-within input,
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround:focus-within select,
html body #superbill-page #sb-modal .sb-timer-wrap .input-surround:focus-within .ts-control {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.38);
}
html body #superbill-page #sb-modal .sb-timer-wrap #superbill_time_seconds {
  color: #1A1A18;
  font-size: 22px;
  font-weight: 640;
  text-align: left;
  background: #F7F8F0;
  font-variant-numeric: tabular-nums;
}
html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize {
  background: transparent;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  top: 14px;
  right: 48px;
}
html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize:hover, html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize:focus {
  background: #1A1A18;
  box-shadow: none;
}
html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize:hover svg, html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize:focus svg {
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page #sb-modal .sb-timer-wrap #timer-minimize svg {
  width: 18px;
  height: 18px;
  filter: grayscale(1) brightness(0);
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons {
  display: flex;
  margin-top: 2px;
  gap: 10px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons button {
  flex: 1;
  font-size: 15px;
  font-weight: 720;
  line-height: 1;
  padding: 0 11px;
  justify-content: center;
  width: 100%;
  height: 42px;
  border-radius: 10px;
  gap: 8px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons button svg {
  width: 16px;
  height: 16px;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-start {
  color: #1A1A18 !important;
  background: #B9FF66 !important;
  border: 1px solid #1A1A18 !important;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-start:hover, html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-start:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-start:hover svg, html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-start:focus svg {
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border: 1px solid #1A1A18 !important;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause:hover, html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause:focus,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save:hover,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save:focus {
  color: #1A1A18 !important;
  background: #B9FF66 !important;
  border-color: #1A1A18 !important;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause:hover svg, html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause:focus svg,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save:hover svg,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save:focus svg {
  filter: grayscale(1) brightness(0);
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-pause svg,
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons #time-edit-save svg {
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-reset {
  color: #1A1A18 !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(26, 26, 24, 0.22) !important;
}
html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-reset:hover, html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons .timer-reset:focus {
  background: #fbcbc8 !important;
  border-color: rgba(244, 113, 105, 0.45) !important;
  filter: none;
}
@media (max-width: 480px) {
  html body #superbill-page #sb-modal .sb-timer-wrap form {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  html body #superbill-page #sb-modal .sb-timer-wrap .form-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  html body #superbill-page #sb-modal .sb-timer-wrap .timer-buttons {
    grid-template-columns: 1fr;
  }
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit {
  padding: 10px;
  background: #B9FF66;
  border: 1px solid #1A1A18;
  border-radius: 10px;
  box-shadow: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #timer-minimize {
  background: #1A1A18;
  border-radius: 8px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit #superbill_time_seconds {
  color: #1A1A18;
  font-size: 18px;
  font-weight: 720;
  background: transparent;
  min-height: 0;
  border: 0;
  box-shadow: none;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit .timer-buttons {
  gap: 8px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit .timer-buttons button {
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  border-radius: 8px;
}
html body #superbill-page #superbill-sidebar-wrap #superbill-sidebar .sb-timer-wrap #superbill_time_edit .timer-buttons button svg {
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page .kanban {
  padding: 24px 0 0;
  display: flex;
  align-items: stretch;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
  height: calc(100% - 20px);
  gap: 28px;
  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;
  flex: 0 0 292px;
  width: 292px;
  min-height: 100%;
  border-radius: 10px;
  position: relative;
}
html body #superbill-page .kanban .kanban-col:not(:last-child):after {
  content: "";
  display: block;
  background: rgba(26, 26, 24, 0.08);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 14px);
  transform: translateX(50%);
}
html body #superbill-page .kanban .kanban-col-head {
  color: #1A1A18;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 9px 14px;
  background: #FFFFFF;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .kanban .kanban-col-body {
  padding: 18px 0 28px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  transition: all 0.3s ease-in-out;
  gap: 16px;
  scrollbar-color: rgba(26, 26, 24, 0.22) transparent;
}
html body #superbill-page .kanban .kanban-col-body.is-drag-over {
  background: rgba(26, 26, 24, 0.035);
  outline: 1px dashed rgba(26, 26, 24, 0.2);
  outline-offset: 7px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task {
  opacity: 1;
  color: #1A1A18;
  word-wrap: break-word;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  width: 100%;
  border: 1px solid rgba(26, 26, 24, 0.18);
  border-radius: 12px;
  box-shadow: none;
  cursor: grab;
  transition: all 0.3s ease-in-out;
  gap: 12px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task.is-dragging {
  opacity: 0.45;
  cursor: grabbing;
  transform: rotate(-1deg);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:nth-child(even) {
  background: #F3F3F1;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover, html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within {
  color: #1A1A18;
  background: #FCFCFA;
  border: 1px solid rgba(26, 26, 24, 0.32);
  box-shadow: 0 10px 22px rgba(26, 26, 24, 0.08);
  transform: translateY(-1px);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-title,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-preview,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-assignee,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-project,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-client, html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-title,
html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-preview,
html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-assignee,
html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-project,
html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-client {
  color: inherit;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-client,
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-assignee, html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-client,
html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-assignee {
  opacity: 1;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task:hover .kanban-task-controls, html body #superbill-page .kanban .kanban-col-body .kanban-task:focus-within .kanban-task-controls {
  opacity: 1;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-top {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
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: 0;
}
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: 0;
  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;
  flex-direction: column;
  gap: 4px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-title-wrap .kanban-task-title {
  color: #1A1A18;
  font-size: 21px;
  font-weight: 650;
  text-transform: none;
  line-height: 1.12;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-project {
  color: #1A1A18;
  font-weight: 560;
  position: relative;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-preview {
  color: #8A8982;
  font-size: 14px;
  line-height: 1.35;
}
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: 3;
}
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 {
  color: #1A1A18;
  font-size: 12px;
  line-height: 1.35;
  max-width: calc(100% - 96px);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info .kanban-task-assignee {
  display: flex;
  align-items: center;
  gap: 4px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info .kanban-task-assignee img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-bottom .kanban-task-info .kanban-task-assignee span {
  color: #8A8982;
  font-size: 12px;
  white-space: nowrap;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls {
  opacity: 0.72;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls button,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls a {
  line-height: 1;
  padding: 0;
  display: grid;
  background: #F4F4EF;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 8px;
  place-items: center;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls button:hover,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls a:hover {
  background: #1A1A18;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls button:hover svg,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls a:hover svg {
  filter: none;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls button.add-time svg {
  padding: 0;
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls svg {
  width: 21px;
  height: 21px;
  transition: all 0.3s ease-in-out;
  transform: none !important;
  filter: grayscale(1) brightness(0);
}
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls svg,
html body #superbill-page .kanban .kanban-col-body .kanban-task .kanban-task-controls svg * {
  stroke-width: 2 !important;
}
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;
}
html body #superbill-page .kanban-x-scrollbar {
  padding: 5px;
  user-select: none;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #FFFFFF, #F1F1EE);
  height: 18px;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(26, 26, 24, 0.05), 0 10px 22px rgba(26, 26, 24, 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: #1A1A18;
  box-shadow: none;
}
html body #superbill-page .kanban-x-scrollbar-thumb {
  background: #1A1A18;
  min-width: 56px;
  height: 100%;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(26, 26, 24, 0.18);
  cursor: grab;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
html body #superbill-page .kanban-x-scrollbar-thumb:hover {
  background: #1A1A18;
  box-shadow: none;
}
.kanban-x-scrollbar.is-dragging html body #superbill-page .kanban-x-scrollbar-thumb {
  cursor: grabbing;
}
html body #superbill-page .sb-filter {
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none;
}
html body #superbill-page .sb-filter h3 {
  color: #1A1A18;
  font-size: 17px;
  font-weight: 650;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  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: #FFFFFF;
  height: 100vh;
  max-height: 100vh;
  border-radius: 16px;
  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;
  border-radius: 16px 16px 0 0;
}
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: #D9D8D0;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #488500;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper {
  background: #FFF;
  min-height: 46px;
  border: 1px solid #D9D8D0;
  border-radius: 10px;
}
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: #488500;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-head .sb-tc-buttons button.delete-comment {
  color: #F47169;
}
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 .task-comment-attachments {
  display: flex;
  gap: 20px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ECF0F1;
  width: 150px;
  height: 150px;
  border: 1px solid #D9D8D0;
  border-radius: 8px;
  margin-top: 8px;
  position: relative;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
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-file-preview {
  text-align: center;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment .sb-tc-file-extension {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 8px;
  background: #1A1A18;
  border-radius: 4px;
}
html body #superbill-page #sb-single-task .task-comment-wrap .sb-tc-attachment .sb-tc-file-name {
  color: #1A1A18;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
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: #1A1A18;
  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: 1px solid #D9D8D0;
  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: 1px solid #D9D8D0;
  border-radius: 10px;
  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 {
  padding-right: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ECF0F1;
  min-width: 30px;
  max-width: 220px;
  min-height: 30px;
  border: 1px solid #D9D8D0;
  border-radius: 3px;
  position: relative;
  gap: 6px;
}
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: 30px;
  height: 30px;
  border-radius: 3px;
  object-fit: cover;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload .taa-file-icon {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 5px;
  background: #1A1A18;
  border-radius: 3px;
  margin-left: 4px;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload .taa-file-name {
  color: #1A1A18;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload .taa-remove-upload {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 24, 0.78);
  width: 16px;
  min-width: 0;
  height: 16px;
  min-height: 0;
  border: 0;
  border-radius: 999px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload .taa-remove-upload:hover, html body #superbill-page #sb-single-task .add-attachment .upload-response .taa-upload .taa-remove-upload:focus {
  background: #1A1A18;
}
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-task-area {
  padding: 22px;
  overflow: auto;
  background: rgba(26, 26, 24, 0.3);
  backdrop-filter: blur(8px);
}
html body #superbill-page #sb-single-task {
  overflow: hidden;
  background: #FFFFFF;
  width: min(82vw, 1280px);
  height: auto;
  min-height: 0;
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(26, 26, 24, 0.2);
}
@media (min-width: 992px) {
  html body #superbill-page #sb-single-task {
    width: min(80vw, 1280px);
    margin: 0 auto;
  }
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task {
    width: 100%;
    max-height: none;
  }
}
html body #superbill-page #sb-single-task > * {
  padding-left: 0;
}
html body #superbill-page #sb-single-task .sb-header,
html body #superbill-page #sb-single-task .sb-body {
  padding-right: 0;
}
html body #superbill-page #sb-single-task .sb-header {
  padding: 18px 24px 17px;
  display: grid;
  align-items: end;
  background: #F7F8F0;
  min-height: 0;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 16px 16px 0 0;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 16px;
}
@media (max-width: 1180px) {
  html body #superbill-page #sb-single-task .sb-header {
    align-items: stretch;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task .sb-header {
    padding-right: 16px;
    padding-left: 16px;
  }
}
html body #superbill-page #sb-single-task .sb-h-title {
  min-width: 0;
}
html body #superbill-page #sb-single-task .sb-h-title h1 {
  display: block;
}
html body #superbill-page #sb-single-task .sb-task-title-field {
  display: block;
  width: 100%;
}
html body #superbill-page #sb-single-task .sb-task-title-field .input-surround {
  width: 100%;
}
html body #superbill-page #sb-single-task .sb-header .input-surround {
  background: #FFFFFF;
  border-color: rgba(26, 26, 24, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
html body #superbill-page #sb-single-task .sb-header .input-surround:focus-within {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.44);
}
html body #superbill-page #sb-single-task .sb-header .input-surround label {
  opacity: 1;
  color: #8A8982;
  font-size: 11px;
  letter-spacing: 0;
}
html body #superbill-page #sb-single-task .sb-header #superbill_task_name {
  font-size: 22px;
  font-weight: 680;
  line-height: 1.1;
  padding: 7px 12px;
  width: 100%;
  height: 44px;
}
html body #superbill-page #sb-single-task .sb-h-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 1180px) {
  html body #superbill-page #sb-single-task .sb-h-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
html body #superbill-page #sb-single-task .sb-h-menu .form-field {
  flex: none;
  min-width: 0;
}
html body #superbill-page #sb-single-task .sb-h-menu .input-surround {
  min-width: 162px;
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task .sb-h-menu .input-surround {
    min-width: min(100%, 220px);
  }
}
html body #superbill-page #sb-single-task .sb-h-menu select {
  font-size: 14px;
  padding: 10px 36px 8px 12px;
  height: 44px;
}
html body #superbill-page #sb-single-task .sb-task-assignee-field .input-surround {
  min-width: 178px;
}
html body #superbill-page #sb-single-task .sb-single-task-icon-button {
  line-height: 1;
  padding: 0 !important;
  display: grid !important;
  flex: 0 0 auto;
  background: #F2F2EF;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  border: 1px solid rgba(26, 26, 24, 0.14);
  border-radius: 10px;
  place-items: center;
}
html body #superbill-page #sb-single-task .sb-single-task-icon-button svg {
  width: 19px !important;
  height: 19px !important;
  filter: grayscale(1) brightness(0);
}
html body #superbill-page #sb-single-task .sb-single-task-icon-button svg,
html body #superbill-page #sb-single-task .sb-single-task-icon-button svg * {
  stroke-width: 2 !important;
}
html body #superbill-page #sb-single-task .sb-single-task-icon-button:hover, html body #superbill-page #sb-single-task .sb-single-task-icon-button:focus {
  background: #1A1A18;
  border-color: #1A1A18;
  outline: none;
  box-shadow: none;
}
html body #superbill-page #sb-single-task .sb-single-task-icon-button:hover svg, html body #superbill-page #sb-single-task .sb-single-task-icon-button:focus svg {
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page #sb-single-task #single-task-close {
  position: static;
  transform: none;
}
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 {
  width: 19px !important;
  height: 19px !important;
  position: static;
  transform: none;
}
html body #superbill-page #sb-single-task #single-task-close .icon-close-active,
html body #superbill-page #sb-single-task #single-task-close span {
  display: none;
}
html body #superbill-page #sb-single-task #single-task-close:hover .icon-close, html body #superbill-page #sb-single-task #single-task-close:focus .icon-close {
  opacity: 1;
}
html body #superbill-page #sb-single-task #single-task-close:hover .icon-close-active, html body #superbill-page #sb-single-task #single-task-close:focus .icon-close-active {
  opacity: 0;
  display: none;
}
html body #superbill-page #sb-single-task .save-task-close {
  color: #1A1A18 !important;
  white-space: nowrap;
  padding: 0 19px;
  background: #B9FF66 !important;
  height: 40px;
  border: 1px solid #1A1A18 !important;
  border-radius: 10px;
}
html body #superbill-page #sb-single-task .save-task-close:hover, html body #superbill-page #sb-single-task .save-task-close:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
html body #superbill-page #sb-single-task .sb-body {
  padding: 24px;
  flex: initial;
  overflow: auto;
  background: #FFFFFF;
  max-height: calc(100vh - 170px);
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task .sb-body {
    padding-right: 16px;
    padding-left: 16px;
  }
}
html body #superbill-page #sb-single-task .sb-task-description {
  margin: 0 0 22px;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head {
  margin-bottom: 10px;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head h3 {
  color: #1A1A18;
  font-size: 15px;
  font-weight: 680;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head button.edit-comment {
  color: #1A1A18;
  font-weight: 680;
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 7px;
}
html body #superbill-page #sb-single-task .sb-task-description .sb-td-head button.edit-comment:hover, html body #superbill-page #sb-single-task .sb-task-description .sb-td-head button.edit-comment:focus {
  color: #FFFFFF;
  background: #1A1A18;
  border-color: #1A1A18;
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper {
  background: #FCFCFA;
  min-height: 66px;
  border: 1px solid rgba(26, 26, 24, 0.14);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper:focus-within {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.38);
}
html body #superbill-page #sb-single-task .sb-task-description .wysiwyg-wrapper .wysiwyg-content {
  font-size: 15px;
  line-height: 1.45;
  padding: 12px 14px;
}
html body #superbill-page #sb-single-task .sb-title-line-wrap {
  display: none;
}
html body #superbill-page #sb-single-task .sb-task-section-heading {
  margin: 0 0 9px;
}
html body #superbill-page #sb-single-task .sb-task-section-heading h4 {
  color: #1A1A18;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.2;
  margin: 0;
}
html body #superbill-page #sb-single-task .task-comments-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  gap: 12px;
}
html body #superbill-page #sb-single-task .task-comment-wrap {
  margin: 0;
}
html body #superbill-page #sb-single-task .task-comment-existing,
html body #superbill-page #sb-single-task .sb-task-composer-panel {
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.12);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(26, 26, 24, 0.025);
}
html body #superbill-page #sb-single-task .task-comment-existing {
  padding: 16px;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-head {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  margin-bottom: 10px;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-left {
  color: #8A8982;
  font-size: 13px;
  line-height: 1.3;
  gap: 8px;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-author {
  color: #1A1A18;
  font-weight: 720;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-date {
  color: #8A8982;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons {
  gap: 8px;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button {
  color: #1A1A18;
  font-size: 13px;
  font-weight: 680;
  padding: 0 10px;
  background: #F7F8F0;
  height: 30px;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 7px;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button.edit-comment, html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button.delete-comment {
  color: #1A1A18;
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button.delete-comment:hover, html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button.delete-comment:focus {
  color: #1A1A18;
  background: #fbcbc8;
  border-color: rgba(244, 113, 105, 0.45);
}
html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button:hover, html body #superbill-page #sb-single-task .task-comment-existing .sb-tc-buttons button:focus {
  color: #FFFFFF;
  background: #1A1A18;
  border-color: #1A1A18;
}
html body #superbill-page #sb-single-task .comment-bubble {
  font-size: 15px;
  line-height: 1.55;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
html body #superbill-page #sb-single-task .comment-bubble.is-empty {
  min-height: 0;
}
html body #superbill-page #sb-single-task .task-comment-attachments {
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 10px;
}
html body #superbill-page #sb-single-task .task-comment-composer {
  margin-top: 2px;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel {
  padding: 10px 10px 12px;
  background: #FCFCFA;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .form-row {
  margin: 0;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .form-field {
  width: 100%;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .wysiwyg-wrapper {
  overflow: hidden;
  background: #FFFFFF;
  min-height: 104px;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 10px;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .wysiwyg-wrapper:focus-within {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.38);
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .trumbowyg-box {
  border: 0;
  border-radius: 0;
  margin: 0;
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .trumbowyg-button-pane {
  background: #F7F8F0;
  border-bottom: 1px solid rgba(26, 26, 24, 0.1);
}
html body #superbill-page #sb-single-task .sb-task-composer-panel .trumbowyg-editor {
  background: #FFFFFF;
  min-height: 62px;
}
html body #superbill-page #sb-single-task .add-attachment {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 8px;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img {
  color: #FFFFFF;
  padding: 0 12px;
  background: #1A1A18;
  height: 38px;
  border: 1px solid #1A1A18;
  border-radius: 10px;
  box-shadow: none;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img svg {
  width: 20px;
  height: 20px;
  filter: invert(1) grayscale(1) brightness(2);
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img svg,
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img svg * {
  stroke-width: 2 !important;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img:hover, html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img:focus {
  color: #1A1A18;
  background: #B9FF66;
  border-color: #1A1A18;
}
html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img:hover svg, html body #superbill-page #sb-single-task .add-attachment button.task-add-attachment.button-img:focus svg {
  filter: grayscale(1) brightness(0);
}
html body #superbill-page #sb-single-task .add-attachment .upload-response {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
html body #superbill-page #sb-single-task .sb-task-footer {
  padding: 13px 24px;
  align-items: center;
  background: #F7F8F0;
  border-top: 1px solid rgba(26, 26, 24, 0.08);
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task .sb-task-footer {
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }
  html body #superbill-page #sb-single-task .sb-task-footer .sb-task-delete,
  html body #superbill-page #sb-single-task .sb-task-footer .sb-task-footer-right {
    justify-content: stretch;
  }
}
html body #superbill-page #sb-single-task .sb-task-footer button {
  padding: 0 19px;
  height: 40px;
  border-radius: 10px;
}
@media (max-width: 782px) {
  html body #superbill-page #sb-single-task .sb-task-footer button {
    flex: 1;
  }
}
html body #superbill-page #sb-single-task .sb-task-footer .button-positive {
  color: #1A1A18 !important;
  background: #B9FF66 !important;
  border: 1px solid #1A1A18 !important;
}
html body #superbill-page #sb-single-task .sb-task-footer .button-positive:hover, html body #superbill-page #sb-single-task .sb-task-footer .button-positive:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
html body #superbill-page #sb-single-task .sb-task-footer .button-neutral {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border: 1px solid #1A1A18 !important;
}
html body #superbill-page #sb-single-task .sb-task-footer .button-neutral:hover, html body #superbill-page #sb-single-task .sb-task-footer .button-neutral:focus {
  color: #1A1A18 !important;
  background: #FFFFFF !important;
  border-color: #1A1A18 !important;
}
html body #superbill-page #sb-single-task .sb-task-footer .delete-task {
  color: #1A1A18;
  background: #F47169;
  border: 1px solid #1A1A18;
}
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: #1A1A18;
  font-weight: 700;
}
html body #superbill-page .sb-archive-metrics small {
  color: #8A8982;
  font-size: 0.75rem;
  font-weight: 700;
}
html body #superbill-page #form-profile {
  padding: 0 20px;
}
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 .invoice-icon,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: help;
}
html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon svg,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon svg {
  pointer-events: none;
}
html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon::before, html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon::after,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon::before,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  z-index: 30;
  pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
}
html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon::before,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon::before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #111827;
  bottom: calc(100% + 3px);
  transform: translate(-50%, 4px);
}
html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon::after,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon::after {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  padding: 4px 8px;
  content: attr(data-tooltip);
  background: #111827;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.18);
  bottom: calc(100% + 12px);
  transform: translate(-50%, 4px);
}
html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon:hover::before, html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon:hover::after, html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon:focus-visible::before, html body #superbill-page #sb-time-wrap .icon-wrap .invoice-icon:focus-visible::after,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon:hover::before,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon:hover::after,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon:focus-visible::before,
html body #superbill-page #sb-body-wise-payouts-wrap .icon-wrap .invoice-icon:focus-visible::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
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 {
  padding-bottom: 8px;
  flex-direction: column;
}
html body #superbill-page #sb-body-wise-payouts-wrap > table {
  white-space: nowrap;
  align-self: flex-start;
  width: max-content;
  min-width: 100%;
}
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-time-wrap table {
  overflow: visible;
}
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 {
  overflow: hidden;
  position: relative;
}
html body #superbill-page .sb-body-tasks .sb-tabs-header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
html body #superbill-page .sb-body-tasks .sb-tab-wrapper,
html body #superbill-page .sb-body-tasks .sb-tabs-contents,
html body #superbill-page .sb-body-tasks .sb-tab-content.selected {
  height: 100%;
  min-height: 0;
}
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(26, 26, 24, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(26, 26, 24, 0.04);
  transition: all 0.3s ease-in-out;
}
html body #superbill-page .sb-notification:hover {
  box-shadow: 0 18px 50px rgba(26, 26, 24, 0.07);
}
html body #superbill-page .sb-notification-unviewed {
  background: rgba(26, 26, 24, 0.08);
  border-color: rgba(26, 26, 24, 0.42);
}
html body #superbill-page .sb-notification-open {
  color: #1A1A18;
  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: #1A1A18;
}
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: #8A8982;
  font-size: 0.75rem;
}
html body #superbill-page .sb-notifications-empty {
  padding: 18px 0;
}
html body #superbill-page .user-edit-access-wrap {
  padding: 14px;
  background: #FCFCFA;
  border: 1px solid rgba(26, 26, 24, 0.12);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  margin: 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 {
  color: #1A1A18;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: 10px;
  position: static;
  transform: none;
}
html body #superbill-page #sb-user-edit-access {
  padding: 0;
  background: #FFFFFF;
  width: 100%;
  border-radius: 0 0 16px 16px;
  margin: 0;
}
html body #superbill-page #sb-user-edit-access .form-body {
  padding: 20px 22px;
  display: grid;
  overflow-y: auto;
  max-height: calc(100vh - 190px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
html body #superbill-page #sb-user-edit-access .form-body .user-edit-access-wrap {
  width: auto;
}
html body #superbill-page #sb-user-edit-access .form-row,
html body #superbill-page #sb-user-edit-access .form-field {
  display: block;
  margin: 0;
}
html body #superbill-page #sb-user-edit-access .form-footer {
  padding: 14px 22px;
  background: #F7F8F0;
  border-top: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 0 0 16px 16px;
}
html body #superbill-page #sb-user-edit-access .form-footer .form-row-last {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
html body #superbill-page #sb-user-edit-access .form-footer .user-edit-access-save {
  color: #1A1A18 !important;
  font-size: 15px;
  font-weight: 760;
  flex: 0 0 auto !important;
  background: #B9FF66 !important;
  width: 158px !important;
  min-width: 138px;
  height: 42px;
  border: 1px solid #1A1A18 !important;
  border-radius: 10px;
  margin: 0 !important;
}
html body #superbill-page #sb-user-edit-access .form-footer .user-edit-access-save:hover, html body #superbill-page #sb-user-edit-access .form-footer .user-edit-access-save:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap + .sb-checkbox-wrap {
  margin-top: 8px;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap .sb-checkbox {
  display: block;
  width: 100%;
  min-width: 0;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap input {
  display: none;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap .checkbox-slider {
  color: #1A1A18;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.25;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  cursor: pointer;
  pointer-events: auto;
  transform: none;
  gap: 10px;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap .check {
  display: block;
  flex: 0 0 24px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(26, 26, 24, 0.22);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  position: relative;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap .check:before {
  opacity: 0;
  content: "";
  background: transparent;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #1A1A18;
  border-left: 2px solid #1A1A18;
  border-radius: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap .check:after {
  display: none;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap input:checked + .checkbox-slider .check {
  background: #B9FF66;
  border-color: #1A1A18;
  transform: none;
}
html body #superbill-page #sb-user-edit-access .sb-checkbox-wrap input:checked + .checkbox-slider .check:before {
  opacity: 1;
  width: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #superbill-page #sb-user-edit-access .form-field > .sb-checkbox-wrap:first-child {
  margin-bottom: 12px;
}
html body #superbill-page #sb-user-edit-access .form-field > .sb-checkbox-wrap:first-child .checkbox-slider {
  font-weight: 700;
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-checkbox {
  min-width: 0;
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .checkbox-slider {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier {
  width: 104px;
  position: relative;
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier input {
  font-size: 13px;
  font-weight: 620;
  padding: 0 10px;
  display: inline-flex;
  background: #FFFFFF;
  width: 100%;
  min-height: 36px;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier label {
  color: #8A8982;
  font-size: 11px;
  font-weight: 720;
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 11px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier input:focus + label,
html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier input:not(:placeholder-shown) + label {
  opacity: 0;
  transform: translateY(-50%) scale(0.96);
}
@media (max-width: 760px) {
  html body #superbill-page #sb-user-edit-access .form-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  html body #superbill-page #sb-user-edit-access .sb-project-access-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  html body #superbill-page #sb-user-edit-access .sb-project-access-row .sb-project-rate-modifier {
    width: 100%;
  }
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal {
  padding: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 1040px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(26, 26, 24, 0.2);
  backdrop-filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close {
  color: #1A1A18;
  background: transparent;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  top: 14px;
  right: 14px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close:hover, html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close:focus {
  color: #FFFFFF;
  background: #1A1A18;
  outline: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close:hover svg, html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close:focus svg {
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-close svg polyline {
  stroke: currentColor;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-content {
  overflow: hidden;
  background: #FFFFFF;
  width: 100%;
  max-height: calc(100vh - 46px);
  border-radius: 16px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #sb-modal-title {
  color: #1A1A18;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.2;
  text-align: left;
  padding: 16px 56px 15px 18px;
  display: flex;
  align-items: center;
  background: #F7F8F0;
  height: auto;
  min-height: 54px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 16px 16px 0 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #superbill_user_edit {
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile {
  padding: 0;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  margin: 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-sections {
  padding: 20px 22px;
  display: grid;
  overflow-y: auto;
  max-height: calc(100vh - 190px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-section {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 12px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile h3 {
  color: #1A1A18;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.2;
  margin: 0 0 2px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row > * {
  min-width: 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-field {
  margin: 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround label {
  color: #8A8982;
  font-size: 12px;
  font-weight: 680;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 5px;
  position: static;
  order: 0;
  transform: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround input,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround select,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround textarea,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround .ts-control {
  font-size: 16px;
  font-weight: 420;
  background-color: #FCFCFA;
  min-height: 44px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround textarea {
  min-height: 126px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround select {
  padding-right: 40px;
  background-position: right 12px center;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround:focus-within input,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround:focus-within select,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround:focus-within textarea,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .input-surround:focus-within .ts-control {
  border-color: rgba(26, 26, 24, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.24);
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox-wrap {
  padding: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox {
  display: block;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox input {
  display: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox .checkbox-slider {
  color: #1A1A18;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.25;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  transform: none;
  gap: 9px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox .check {
  display: block;
  flex: 0 0 24px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(26, 26, 24, 0.22);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  position: relative;
  transition: all 0.3s ease-in-out;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox .check:before {
  opacity: 0;
  content: "";
  background: transparent;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #1A1A18;
  border-left: 2px solid #1A1A18;
  border-radius: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox .check:after {
  display: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox input:checked + .checkbox-slider .check {
  background: #B9FF66;
  border-color: #1A1A18;
  transform: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .sb-checkbox input:checked + .checkbox-slider .check:before {
  opacity: 1;
  width: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .description {
  color: #8A8982;
  font-size: 12px;
  line-height: 1.35;
  margin: 8px 0 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile #superbill-wise-lookup-contact {
  width: auto;
  margin-top: 10px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row-last {
  padding: 14px 22px;
  display: flex;
  justify-content: flex-end;
  background: #F7F8F0;
  border-top: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 0 0 16px 16px;
  margin: 0;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row-last #form-profile-submit {
  color: #1A1A18 !important;
  font-size: 15px;
  font-weight: 760;
  flex: 0 0 auto !important;
  background: #B9FF66 !important;
  width: 158px !important;
  min-width: 138px;
  height: 42px;
  border: 1px solid #1A1A18 !important;
  border-radius: 10px;
  margin: 0 !important;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row-last #form-profile-submit:hover, html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row-last #form-profile-submit:focus {
  color: #FFFFFF !important;
  background: #1A1A18 !important;
  border-color: #1A1A18 !important;
  filter: none;
}
@media (max-width: 820px) {
  html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-sections,
  html body #superbill-page #sb-modal #sb-modal-inner.sb-user-edit-modal #form-profile .form-row {
    grid-template-columns: 1fr;
  }
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) {
  padding: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 1040px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 44px);
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(26, 26, 24, 0.2);
  backdrop-filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close {
  color: #1A1A18;
  background: transparent;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  top: 14px;
  right: 14px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close:hover, html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close:focus,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close:hover,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close:focus {
  color: #FFFFFF;
  background: #1A1A18;
  outline: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close:hover svg, html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close:focus svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close:hover svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close:focus svg {
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close svg,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close svg {
  stroke: currentColor;
  width: 18px;
  height: 18px;
  filter: none;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-close svg polyline,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close svg path,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close svg circle,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close svg line,
html body #superbill-page #sb-modal #sb-modal-inner:has(#sb-user-edit-access) #sb-modal-close svg polyline {
  stroke: currentColor;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-content,
html body #superbill-page #sb-modal #sb-modal-content:has(#sb-user-edit-access) {
  overflow: hidden;
  background: #FFFFFF;
  width: 100%;
  max-height: calc(100vh - 46px);
  border-radius: 16px;
}
html body #superbill-page #sb-modal #sb-modal-inner.sb-user-access-modal #sb-modal-title,
html body #superbill-page #sb-modal #sb-modal-content:has(#sb-user-edit-access) #sb-modal-title {
  color: #1A1A18;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.2;
  text-align: left;
  padding: 16px 56px 15px 18px;
  display: flex;
  align-items: center;
  background: #F7F8F0;
  height: auto;
  min-height: 54px;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 16px 16px 0 0;
}
html body #superbill-page .sb-client-header-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-client-header-tools {
    flex-direction: column;
    align-items: stretch;
  }
}
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: #1A1A18;
  font-weight: 700;
}
html body #superbill-page .sb-client-archive .sb-client-archive-money {
  color: #8A8982;
  font-size: 0.75rem;
  font-weight: 700;
}
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: #8A8982;
  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;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-header-tools {
    flex-direction: column;
    align-items: stretch;
  }
}
html body #superbill-page .sb-stats-currency-control {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-currency-control {
    flex-direction: column;
    align-items: stretch;
  }
}
html body #superbill-page .sb-stats-currency-control label {
  color: #8A8982;
  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;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stats-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-hero {
    grid-template-columns: 1fr;
  }
}
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(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none;
}
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;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stat-card {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stat-card {
    min-height: 118px;
  }
}
html body #superbill-page .sb-stat-card.sb-stat-card-wide {
  grid-column: span 3;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stat-card.sb-stat-card-wide {
    grid-column: auto;
  }
}
html body #superbill-page .sb-stat-card span,
html body #superbill-page .sb-stat-card small {
  color: #8A8982;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stat-card strong {
  color: #1A1A18;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stat-card strong {
    font-size: 34px;
  }
}
html body #superbill-page .sb-dev-momentum {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-dev-momentum {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-dev-momentum {
    grid-template-columns: 1fr;
  }
}
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;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-dev-momentum-lead {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-dev-momentum-lead {
    min-height: 160px;
  }
}
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: #1A1A18;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-dev-ghost-value strong {
    font-size: 38px;
  }
}
html body #superbill-page .sb-dev-ghost-value span {
  color: #8A8982;
  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: #8A8982;
  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;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-dev-momentum-card {
    min-height: 160px;
  }
}
html body #superbill-page .sb-dev-momentum-card > span,
html body #superbill-page .sb-dev-momentum-card small {
  color: #8A8982;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-dev-momentum-card > strong {
  color: #1A1A18;
  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;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-dev-momentum-queue {
    grid-column: auto;
  }
}
html body #superbill-page .sb-dev-queue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-dev-queue-grid {
    grid-template-columns: 1fr;
  }
}
html body #superbill-page .sb-dev-queue-grid div {
  padding: 10px;
  background: rgba(26, 26, 24, 0.04);
  border-radius: 10px;
}
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: #1A1A18;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}
html body #superbill-page .sb-dev-queue-grid small {
  color: #8A8982;
  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;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-grid {
    grid-template-columns: 1fr;
  }
}
html body #superbill-page .sb-stats-panel {
  padding: 18px;
  min-height: 270px;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stats-panel {
    grid-column: auto;
  }
}
html body #superbill-page .sb-stats-panel.sb-stats-panel-wide {
  grid-column: span 2;
}
@media (max-width: 1180px) {
  html body #superbill-page .sb-stats-panel.sb-stats-panel-wide {
    grid-column: auto;
  }
}
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: #8A8982;
  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;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-stats-bars {
    gap: 6px;
  }
}
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: #8A8982;
  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(26, 26, 24, 0.05);
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
html body #superbill-page .sb-stats-bar-fill {
  background: #1A1A18;
  width: 100%;
  min-height: 0;
  border-radius: 10px 10px 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: #1A1A18;
  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(26, 26, 24, 0.06);
  height: 8px;
  border-radius: 999px;
  grid-column: 1/-1;
}
html body #superbill-page .sb-stats-meter span {
  display: block;
  background: #1A1A18;
  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: #8A8982;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
html body #superbill-page .sb-stats-empty {
  color: #8A8982;
  font-size: 0.9rem;
}
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-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: #FFFFFF;
  min-height: 72px;
  border: 1px solid #D9D8D0;
  border-radius: 10px;
  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: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none;
  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(26, 26, 24, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(26, 26, 24, 0.05);
  gap: 8px;
}
html body #superbill-page .sb-body-settings .sb-settings-tabs .sb-tab {
  color: #1A1A18;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  background: transparent;
  min-width: 112px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  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: #FFFFFF;
  text-decoration: none;
  background: #1A1A18;
  box-shadow: none;
}
html body #superbill-page .sb-body-settings .sb-payment-method-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
  gap: 8px;
}
html body #superbill-page .sb-body-settings .sb-payment-method-tabs .sb-payment-method-tab.is-active {
  color: #FFFFFF;
  background: #1A1A18;
  box-shadow: none;
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel {
  padding: 22px;
  display: none;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none;
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel.is-active {
  display: block;
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel .form-sections {
  align-items: flex-start;
}
html body #superbill-page .sb-body-settings .sb-payment-method-panel .form-section {
  padding: 18px;
  background: #F7F7F4;
  border: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 10px;
}
html body #superbill-page .sb-body-settings .sb-payment-method-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
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: black;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  background: #F2F2EF;
  min-height: 32px;
  border: 1px solid rgba(26, 26, 24, 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(26, 26, 24, 0.18);
  border-color: rgba(26, 26, 24, 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: #F47169;
  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(26, 26, 24, 0.16);
  border-radius: 999px;
}
html body #superbill-page .sb-body-email-log .sb-email-log-status-sent {
  color: #0b1500;
  background: rgba(72, 133, 0, 0.16);
}
html body #superbill-page .sb-body-email-log .sb-email-log-status-failed {
  color: #f03b30;
  background: rgba(244, 113, 105, 0.14);
}
html body #superbill-page .sb-email-log-preview-modal {
  overflow: auto;
  background: #FFFFFF;
  width: min(860px, 86vw);
  max-height: 82vh;
  border-radius: 10px;
}
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: #1A1A18;
  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;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.13);
  border-radius: 12px;
  box-shadow: none;
}
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 .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: #8A8982;
  font-size: 12px;
  flex-basis: 100%;
}
html body #superbill-page .sb-body-invoice .sb-invoice-email-status-failed {
  color: #F47169;
}
html body #superbill-page .sb-body-invoice .sb-invoice-hidden-label {
  color: #8A8982;
  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-invoice-status-select {
  background-color: 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-invoice-public-actions {
  padding: 24px 0;
}
html body #superbill-page.superbill-invoice-public {
  background: #F7F8F0;
  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;
  justify-content: center;
}
html body #superbill-page.superbill-invoice-public #superbill-main-wrap {
  flex: 0 1 1060px;
  background: transparent;
  width: min(100%, 1060px);
  height: auto;
  min-height: calc(100vh - 40px);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(26, 26, 24, 0.1);
}
html body #superbill-page.superbill-invoice-public #superbill-main {
  padding: 40px 24px;
  background: transparent;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  html body #superbill-page.superbill-invoice-public #superbill-main {
    padding: 20px 12px;
  }
}
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: #1A1A18;
  padding: 36px;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 12px;
  box-shadow: none;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document {
    padding: 22px;
  }
}
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: 1px solid #D9D8D0;
  margin-bottom: 28px;
  gap: 24px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-document-header {
    flex-direction: column;
  }
}
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;
}
@media (max-width: 760px) {
  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-title-block h2 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
}
html body #superbill-page .sb-invoice-document .sb-invoice-status,
html body #superbill-page .sb-invoice-document .sb-email-log-status {
  border-radius: 999px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-status {
  color: black;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  background: rgba(26, 26, 24, 0.18);
  min-height: 28px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-status.sb-invoice-status-paid {
  color: #030600;
  background: rgba(72, 133, 0, 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;
}
@media (max-width: 760px) {
  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-currency-control label {
  color: #8A8982;
  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;
}
@media (max-width: 760px) {
  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-item span {
  color: #8A8982;
  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;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-meta-large {
    grid-column: auto;
  }
}
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 #D9D8D0;
}
html body #superbill-page .sb-invoice-document .sb-invoice-items th {
  color: #8A8982;
  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-items td small {
  color: #8A8982;
  font-size: 0.75rem;
  display: block;
  margin-top: 2px;
}
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;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-summary {
    align-items: stretch;
  }
}
html body #superbill-page .sb-invoice-document .sb-invoice-summary div {
  display: flex;
  justify-content: space-between;
  min-width: 280px;
  gap: 20px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-summary div {
    min-width: 0;
  }
}
html body #superbill-page .sb-invoice-document .sb-invoice-payments {
  padding-top: 24px;
  border-top: 1px solid #D9D8D0;
  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: #F5F5F2;
  border: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 10px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-method {
    padding: 18px;
  }
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-method h4 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 18px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-wise-pay-link {
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1A1A18 !important;
  width: auto;
  border: 1px solid #1A1A18;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 20px;
}
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;
}
@media (max-width: 760px) {
  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 {
  color: rgba(26, 26, 24, 0.72);
  line-height: 1.15;
  display: block;
}
@media (max-width: 760px) {
  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-weight: 700;
  line-height: 1.48;
  display: block;
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  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 a {
  color: #1A1A18;
  text-decoration: underline;
  text-underline-offset: 3px;
}
html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail small {
  color: rgba(26, 26, 24, 0.55);
  font-size: 25px;
  line-height: 1.35;
  display: block;
  margin-top: 2px;
}
@media (max-width: 760px) {
  html body #superbill-page .sb-invoice-document .sb-invoice-payment-detail small {
    font-size: 18px;
  }
}
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: #1A1A18;
  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: #488500;
}
@media print {
  html body #superbill-page.superbill-invoice-public {
    background: #FFFFFF;
  }
  html body #superbill-page.superbill-invoice-public #superbill-page-inner {
    padding: 0;
  }
  html body #superbill-page.superbill-invoice-public #superbill-main-wrap {
    width: 100%;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
  }
  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;
}

html body #superbill-page .sb-accounting-filters .form-row .form-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
