:root {
  --kendo-color-primary-active: #0e689a;
  --kendo-font-family: "Inter var", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  font-named-instance: "Italic";
  src: url("/app/assets/fonts/inter/Inter-italic.var.woff2?v=3.18") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 300 900;
  font-stretch: normal;
  src: url("/app/assets/fonts/inter/Inter-roman.var.woff2?v=3.18") format("woff2");
}
input,
button {
  font-feature-settings: "salt";
}
body {
  font-family: "Inter var", Roboto, "Helvetica", Arial, sans-serif;
  font-feature-settings: "salt";
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}
html {
  font-variation-settings: normal;
  scroll-behavior: auto !important;
}
html,
body {
  -webkit-font-smoothing: auto;
  height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.font-bold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-italic {
  font-style: italic;
}
#page-wrapper {
  position: relative !important;
  margin-left: 280px;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(100% - 280px);
}
#page-wrapper.nav-closed {
  margin-left: 76px;
  width: calc(100% - 76px);
}
#page-wrapper.no-nav {
  margin-left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  #page-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
/* Main Navbar Container */
.fuse-navbar {
  display: flex;
  flex-direction: column;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  height: 100dvh;
  min-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #121212;
  transition: width 0.3s ease, min-width 0.3s ease, max-width 0.3s ease;
  color: rgba(255, 255, 255, 0.87);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  /* Navbar Content */
  /* Header */
  /* Logo */
  /* Toggle Button */
  /* Scroll Container */
  /* Navigation List */
  /* Navigation Items */
  /* Icons */
  /* Icons */
  /* Nav Labels */
  /* User Info */
  /* Custom arrow for dropdown menus */
  /* Open state animation for arrow */
  /* Second Level Navigation */
  /* Parent menu items with submenu */
  /* Footer */
  /* Folded State */
  /* Mobile State */
  /* Mobile Open State */
  /* Folded and Open State (hover) */
}
.fuse-navbar .navbar-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .fuse-navbar .navbar-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fuse-navbar .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  min-height: 64px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  /* Needed for z-index to work */
  width: 100%;
}
.fuse-navbar .logo {
  display: flex;
  align-items: center;
}
.fuse-navbar .logo-text {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.fuse-navbar .navbar-toggle-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 3;
  /* Ensure it's above other content */
}
.fuse-navbar .navbar-toggle-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.fuse-navbar .navbar-scroll-container,
.fuse-navbar .fuse-nav-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  /* Prevent horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.fuse-navbar .nav,
.fuse-navbar .fuse-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.fuse-navbar .nav > li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.fuse-navbar .nav > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  min-height: 48px;
}
.fuse-navbar .nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #64b5f6;
}
.fuse-navbar .nav > li.nav-section-header {
  margin-top: 2px;
  padding: 12px 16px 8px;
}
.fuse-navbar .nav > li.nav-section-header .nav-section-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #6bc9f7;
  text-transform: uppercase;
}
.fuse-navbar .nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.fuse-navbar .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.fuse-navbar .nav > li > a > i {
  margin-right: 16px;
  font-size: 20px;
  width: 24px;
  min-width: 24px;
  text-align: center;
  transition: margin-right 0.2s ease;
}
.fuse-navbar .nav > li > a > .nav-icon {
  margin-right: 16px;
  width: 24px;
  min-width: 24px;
  text-align: center;
  transition: margin-right 0.2s ease;
}
.fuse-navbar .nav-label {
  transition: opacity 0.2s ease;
}
.fuse-navbar .user-info {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  box-sizing: border-box;
}
.fuse-navbar .navbar-user-info {
  cursor: pointer;
}
.fuse-navbar .user-details {
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.2s ease;
  justify-content: space-between;
  width: 100%;
}
.fuse-navbar .user-details .user-text-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fuse-navbar .user-details .user-menu-chevron {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.fuse-navbar .user-name {
  font-size: 14px;
  font-weight: 600;
}
.fuse-navbar .user-role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.54);
}
.fuse-navbar .fa.arrow {
  float: right;
  margin-top: 2px;
  margin-left: auto;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.fuse-navbar .fa.arrow.fa-angle-right.down {
  transform: rotate(0deg);
}
.fuse-navbar .fa.arrow.fa-angle-right.right {
  transform: rotate(0deg);
}
.fuse-navbar .nav > li.open > a > .fa.arrow.fa-angle-right.down {
  transform: rotate(90deg);
}
.fuse-navbar .nav-second-level {
  width: 100%;
  display: none;
}
.fuse-navbar .nav-second-level.submenu-open {
  display: block;
}
.fuse-navbar .nav-second-level > li {
  width: 100%;
  height: 40px;
  min-height: 40px;
}
.fuse-navbar .nav-second-level > li > a {
  padding-left: 56px !important;
  height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
}
.fuse-navbar .nav-second-level > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.fuse-navbar .nav-second-level > li.active > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #64b5f6;
}
.fuse-navbar .nav > li.open {
  height: auto !important;
}
.fuse-navbar .nav > li.open .fa.arrow {
  transform: rotate(90deg);
}
.fuse-navbar .navbar-footer {
  height: 80px;
  min-height: 80px;
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.fuse-navbar.folded {
  width: 76px;
  min-width: 76px;
  max-width: 76px;
  overflow-x: hidden;
}
.fuse-navbar.folded .nav-second-level {
  display: none !important;
}
.fuse-navbar.folded .nav > li > a {
  padding: 12px 20px;
  text-align: center;
}
.fuse-navbar.folded .nav > li > a .nav-label,
.fuse-navbar.folded .nav > li > a .fa.arrow {
  display: none;
}
.fuse-navbar.folded .nav > li > a i.nav-icon {
  margin: 0;
}
.fuse-navbar.mobile {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.fuse-navbar.mobile.mobile-open {
  left: 0;
}
.fuse-navbar.folded.folded-open {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.fuse-navbar.folded.folded-open .nav-second-level {
  display: none;
}
.fuse-navbar.folded.folded-open .nav-second-level.submenu-open {
  display: block !important;
}
.fuse-navbar.folded.folded-open .nav > li > a {
  text-align: left;
  padding: 12px 20px 12px 25px;
}
.fuse-navbar.folded.folded-open .nav > li > a .nav-label,
.fuse-navbar.folded.folded-open .nav > li > a .fa.arrow {
  display: inline-block;
}
.fuse-navbar.folded.folded-open .nav > li > a i.nav-icon {
  margin-right: 15px;
}
/* Navbar Toggle Fab (outside of navbar) */
.navbar-toggle-fab {
  width: 40px;
  height: 40px;
  background-color: #1976d2;
  color: white;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s ease;
}
.navbar-toggle-fab:hover {
  background-color: #1565c0;
}
/* Adjust main content area */
#page-wrapper {
  margin-left: 280px;
  min-height: 100vh;
  transition: margin-left 0.3s ease;
}
#page-wrapper.nav-closed {
  margin-left: 76px;
}
/* Mobile adjustments */
@media screen and (max-width: 1023px) {
  .fuse-navbar {
    transform: translateX(-280px);
    transition: transform 0.3s ease;
  }
  .fuse-navbar.mobile-open {
    transform: translateX(0);
  }
  #page-wrapper {
    margin-left: 0;
  }
}
.navbar-overlay {
  display: none;
}
@media screen and (max-width: 1023px) {
  .navbar-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    pointer-events: auto;
    touch-action: none;
  }
}
.navbar-overlay.active {
  display: block;
}
.fuse-nav-content.mobile-scroll {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 100dvh;
  min-height: 0;
  background: inherit;
}
body.navbar-mobile-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  touch-action: none;
}
/* Header */
.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  min-height: 64px;
  padding: 0 16px;
}
.nav.navbar-right > li > a {
  color: #999c9e;
}
.nav > li > a i {
  margin-right: 6px;
}
.navbar {
  border: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}
.navbar-top-links li {
  display: inline-block;
  align-self: center;
}
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}
.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}
.nav-header {
  padding: 33px 25px;
  background-color: #2f4050;
  background-image: url("patterns/header-profile.png");
}
.profile-element .dropdown-toggle::after {
  display: none;
}
.pace-done .nav-header {
  transition: all 0.4s;
}
.nav.nav-second-level > li.active {
  border: none;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.nav-header a {
  color: #dfe4ed;
}
.nav-header .text-muted {
  color: #8095a8 !important;
}
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  margin-bottom: 5px;
  width: 200px;
  display: block;
}
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}
.nav.navbar-top-links .dropdown-toggle::after {
  display: none;
}
.navbar.navbar-static-top {
  padding: 0;
  width: 100%;
  align-items: inherit;
}
.navbar-static-top .dropdown-menu {
  right: 0;
  left: auto;
}
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}
.navbar-default .special_link a {
  background: #0e689a;
  color: white;
}
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}
.navbar-default .special_link a span.label {
  background: #fff;
  color: #0e689a;
}
/*
    Common
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
/*
.wizard a,
.tabcontrol a {
    outline: 0;
}
*/
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .step > .title,
.tabcontrol > .content > .step > .title {
  position: absolute;
  left: -999em;
}
/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps .title-step,
.wizard > .steps .title-step:hover,
.wizard > .steps .title-step:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled .title-step,
.wizard > .steps .disabled .title-step:hover,
.wizard > .steps .disabled .title-step:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current .title-step,
.wizard > .steps .current .title-step:hover,
.wizard > .steps .current .title-step:active {
  background: #0e689a;
  color: #fff;
  cursor: default;
  cursor: pointer;
}
.wizard > .steps .done .title-step,
.wizard > .steps .done .title-step:hover,
.wizard > .steps .done .title-step:active {
  background: #72a5d1;
  color: #fff;
  cursor: pointer;
}
.wizard > .steps .error .title-step,
.wizard > .steps .error .title-step:hover,
.wizard > .steps .error .title-step:active {
  background: #ed5565;
  color: #fff;
  cursor: pointer;
}
.wizard > .content {
  background: #f3f3f3;
  border: 1px solid #ccc;
  display: block;
  margin: 5px 5px 10px 5px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard-big.wizard > .content {
  min-height: 320px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .step .body {
  padding: 2.5%;
}
.wizard > .content > .step .body ul {
  list-style: disc !important;
}
.wizard > .content > .step .body ul > li {
  display: list-item;
}
.wizard > .content > .step .body > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.wizard > .content > .step .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .step .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .step .body input[type="checkbox"] {
  display: inline-block;
}
.wizard > .content > .step .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .step .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .step .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions button,
.wizard > .actions button:hover,
.wizard > .actions button:active {
  display: block;
  text-decoration: none;
}
/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > .title-step {
  color: #0e689a;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > .title-step {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .step > .body {
  padding: 2.5%;
}
.tabcontrol > .content > .step > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .step > .body ul > li {
  display: list-item;
}
.profile-picture-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-picture-item {
  display: inline-block;
}
.v-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ffffffe6;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  white-space: normal;
  background-color: #abbccb;
}
.v-avatar.v-avatar_24 {
  width: 24px;
  height: 24px;
}
.v-avatar.v-avatar_28 {
  width: 28px;
  height: 28px;
}
.v-avatar.v-avatar_30 {
  width: 30px;
  height: 30px;
}
.v-avatar.v-avatar_32 {
  width: 32px;
  height: 32px;
}
.v-avatar.v-avatar_34 {
  width: 34px;
  height: 34px;
}
.v-avatar.v-avatar_36 {
  width: 36px;
  height: 36px;
}
.v-avatar.v-avatar_38 {
  width: 38px;
  height: 38px;
}
.v-avatar.v-avatar_40 {
  width: 40px;
  height: 40px;
}
.v-avatar.v-avatar_48 {
  width: 48px;
  height: 48px;
}
.v-avatar.v-avatar_64 {
  width: 64px;
  height: 64px;
}
.v-avatar.v-avatar_100 {
  width: 100px;
  height: 100px;
}
.v-avatar-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #ffffffe6;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  white-space: normal;
  background-color: #abbccb;
}
.v-avatar-square.v-avatar-square_24 {
  width: 24px;
  height: 24px;
}
.v-avatar-square.v-avatar-square_28 {
  width: 28px;
  height: 28px;
}
.v-avatar-square.v-avatar-square_30 {
  width: 30px;
  height: 30px;
}
.v-avatar-square.v-avatar-square_32 {
  width: 32px;
  height: 32px;
}
.v-avatar-square.v-avatar-square_34 {
  width: 34px;
  height: 34px;
}
.v-avatar-square.v-avatar-square_36 {
  width: 36px;
  height: 36px;
}
.v-avatar-square.v-avatar-square_38 {
  width: 38px;
  height: 38px;
}
.v-avatar-square.v-avatar-square_40 {
  width: 40px;
  height: 40px;
}
.v-avatar-square.v-avatar-square_48 {
  width: 48px;
  height: 48px;
}
.v-avatar-square.v-avatar-square_64 {
  width: 64px;
  height: 64px;
}
.v-avatar-square.v-avatar-square_100 {
  width: 100px;
  height: 100px;
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #2a2e34;
}
.k-taskboard-card {
  user-select: none;
}
.k-taskboard .k-loading-image {
  background-image: none;
}
.taskboard-wrapper {
  overflow-x: auto;
  min-width: 1000px;
  height: 100%;
  display: contents;
}
.taskboard-wrapper .k-taskboard {
  min-height: 500px;
  margin-top: 5px;
}
.v-panel-board__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 6px;
}
.v-panel-board__footer_left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
}
.v-panel-board__footer_left .v-subtasks-by-status-popup {
  transform: none;
}
.v-panel-board .v-subtasks-by-status-popup__wrapper {
  margin-right: 22px;
}
.v-subtasks-by-status-popup {
  position: relative;
  display: inline-flex;
  height: 20px;
  margin: 0;
}
.v-subtasks-by-status-popup__wrapper {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  height: 100%;
  padding: 0 2px;
  display: flex;
  align-items: center;
  cursor: default;
  margin-right: 5px;
  transform: translateY(0);
}
.v-panel-board .v-subtasks-by-status-popup__wrapper {
  margin-right: 22px;
}
.v-subtasks-by-status-popup__count {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.v-subtasks-by-status-popup__count-icon {
  width: 16px;
  height: 16px;
  padding: 1px;
  fill: #4f5762;
}
.v-panel-board__header-hierarchy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin: 4px 6px 0px;
}
.v-panel-board__header-hierarchy:hover {
  text-decoration: underline;
}
.v-panel-board__subcategory.space-project {
  margin-right: 3px;
}
.v-subtasks-by-status-popup__count-add:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  left: 4px;
  pointer-events: none;
  background-color: #4f5762;
}
.v-panel-board__subcategory {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  color: #544d61;
}
.v-panel-board__subcategory-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  stroke: transparent;
  fill: #7c828d;
}
.v-panel-board__subcategory {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  color: #544d61;
}
.v-panel-board__header-hierarchy-list {
  display: flex;
  align-items: center;
  min-width: 0;
}
.v-subtasks-by-status-popup:hover .v-subtasks-by-status-popup__count-add {
  display: flex;
}
.v-subtasks-by-status-popup__wrapper,
.v-subtasks-by-status-popup__count-add,
.v-subtasks-by-status-popup__add {
  border-radius: 4px;
  border: 1px solid #4f5762;
  background-color: #fff;
}
.v-subtasks-by-status-popup__count-add-btn {
  width: 20px;
  height: 20px;
  padding: 6px;
  cursor: pointer;
  fill: #4f5762;
  stroke: #4f5762;
  color: #4f5762;
}
.v-subtasks-by-status-popup__wrapper,
.v-subtasks-by-status-popup__count-add,
.v-subtasks-by-status-popup__add {
  border-radius: 4px;
  border: 1px solid #d6d9de;
  background-color: #ffffff;
}
.v-subtasks-by-status-popup__count-add {
  display: none;
  position: absolute;
  right: -24px;
  align-items: center;
  justify-content: flex-end;
  width: 24px;
  height: 20px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-left-width: 0;
}
.v-priorities-view__item {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.v-priorities-view__icon-board {
  width: 14px;
  height: 14px;
  padding: 0;
}
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 3px 20px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0e689a;
  outline: 0;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}
.v-status-checkbox-wrapper {
  display: inline-flex;
}
.v-status-checkbox-menu {
  display: inline-block;
}
.v-status-checkbox-menu .k-menu:not(.k-context-menu) {
  background-color: transparent;
}
.v-status-checkbox-menu .k-popup {
  width: 155px;
}
.v-status-checkbox {
  width: 15px;
  height: 15px;
  display: inline-flex;
  cursor: pointer;
}
.v-status-checkbox-color {
  width: 100%;
  height: 100%;
}
.v-status-checkbox-name {
  margin-left: 4px;
}
.v-task-grid {
  padding-bottom: 150px;
}
.v-task-grid .k-grid td {
  overflow: visible;
}
.v-task-grid .k-grid-content .k-auto-scrollable {
  overflow: visible !important;
  overflow-y: visible !important;
}
.intr-input {
  margin-bottom: 12px;
}
.intr-input-container {
  display: grid;
  column-gap: 6px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.intr-tabs {
  display: flex;
  flex-wrap: wrap;
}
.intr-tab {
  padding: 10px 20px 10px 20px;
  font-weight: 600;
}
.intr-remove-icon:hover {
  color: red;
}
.intr-add-debt {
  color: #3386b0 !important;
}
.intr-tab.active {
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px;
  border-color: #dddddd;
  margin-bottom: -1px;
  background-color: white;
}
.intr-tab-content {
  box-sizing: border-box;
  border: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 16px;
  border-color: #dddddd;
  min-width: 364px;
}
.intr-gray-tab.active {
  background-color: #fbfbfb;
}
.intr-light-gray {
  background-color: #fbfbfb;
}
.intr-payments {
  min-width: 170px;
  padding: 10px;
  border: solid 1px;
  border-color: #dddddd;
  border-radius: 2px;
  margin-top: 24px;
  background-color: white;
}
.intr-interest-periods {
  flex: 1 1 auto;
  min-width: 170px;
  padding: 10px;
  border: solid 1px;
  border-color: #dddddd;
  border-radius: 2px;
  background-color: white;
}
.intr-info-icon {
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.intr-principal-status {
  width: 346px;
  margin: 36px auto;
  padding: 10px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #dddddd;
}
.intr-principal-sum {
  border-top: 2px solid #dddddd;
  min-width: 100px;
  display: inline-block;
}
.intr-border-bottom {
  border-bottom: solid 1px;
  border-color: #676a6c;
}
.intr-border-top {
  border-top: solid 1px;
  border-color: #676a6c;
}
.intr-info {
  padding: 10px;
  border: solid 1px;
  border-color: #dddddd;
  border-radius: 2px;
  margin-bottom: 20px;
}
.intr-summary-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  text-align: right;
}
.intr-summary-title {
  text-align: center;
  font-weight: 500;
}
.intr-content-splitter {
  border-top: 1px solid;
  border-color: #dddddd;
  margin-top: 36px;
  margin-bottom: 36px;
}
.intr-summary-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print {
  .intr-print-black {
    color: black;
    border-color: black;
  }
  .intr-print-avoid-break-inside {
    break-inside: avoid;
  }
  .intr-print-minimal {
    border: none;
    margin: 0;
    padding: 0;
  }
  .intr-summary-table {
    color: black;
    margin-bottom: 0px;
  }
  .intr-summary-header {
    color: black;
  }
  .intr-summary-title {
    font-weight: 600;
    color: black;
  }
  .intr-border-bottom {
    border-color: black;
  }
  .intr-border-top {
    border-color: black;
  }
}
.ocr-page {
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 24px;
}
.ocr-page-image {
  width: 100%;
  user-select: none;
}
.ocr-line {
  transform-origin: 0% 0%;
  position: absolute;
  font-family: monospace;
  color: transparent;
  /* Fully transparent text */
  z-index: 2;
  white-space: nowrap;
  line-height: 1;
}
.ocr-line::selection {
  color: transparent;
  background-color: rgba(0, 0, 255, 0.4);
}
.ocr-line::after {
  content: "\A";
  white-space: pre;
}
@media print {
  .ocr-page {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .ocr-page-image {
    width: 99vw;
    /* Stretch to page width */
    height: 99vh;
    /* Stretch to page height */
    object-fit: contain;
    /* Maintain aspect ratio while filling the page */
  }
}
.odcs-main-option {
  border: 1px solid #cccccc;
  padding: 8px;
  background-color: #ffffff;
}
.odcs-paragraph {
  margin: 4px 0;
}
@media print {
  .container.print-zero,
  .container-sm.print-zero,
  .container-md.print-zero,
  .container-lg.print-zero,
  .container-xl.print-zero,
  .wrapper.print-zero,
  .wrapper-content.print-zero {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .ss-print-wrapper,
  .ss-print-wrapper * {
    box-sizing: border-box;
  }
  .ss-print-wrapper {
    width: auto;
    margin-left: 1in !important;
    margin-right: 1in !important;
    padding-left: 0;
    padding-right: 0;
    color: #000 !important;
    background: transparent !important;
  }
  .ss-print-wrapper .row {
    margin-left: 0;
    margin-right: 0;
  }
  .ss-print-wrapper .col-sm-12,
  .ss-print-wrapper .col-lg-8,
  .ss-print-wrapper .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ss-print-wrapper #sourceHtml {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    width: auto;
  }
  .ss-print-wrapper .WordSection1 {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    page: auto !important;
  }
  .ss-print-wrapper #sourceHtmlContent,
  .ss-print-wrapper .v-source-content,
  .ss-print-wrapper p,
  .ss-print-wrapper li,
  .ss-print-wrapper td,
  .ss-print-wrapper th,
  .ss-print-wrapper blockquote,
  .ss-print-wrapper a,
  .ss-print-wrapper span {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
    color: #000 !important;
  }
  .ss-print-wrapper pre,
  .ss-print-wrapper code {
    white-space: pre-wrap;
    word-break: break-word;
  }
  .ss-print-wrapper table {
    width: 100% !important;
    table-layout: auto !important;
  }
  .ss-print-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .ss-print-wrapper blockquote {
    border: none;
  }
  .ss-print-wrapper .v-law-reference {
    border-bottom: none !important;
    color: inherit;
    /* Inherits the text color from the parent element */
    text-decoration: none;
    /* Removes the underline */
  }
}
/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(5),
.invoice-table tbody > tr > td:nth-child(6) {
  text-align: right;
}
.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(5),
.invoice-table thead > tr > th:nth-child(6) {
  text-align: right;
}
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}
.invoice-total > tbody > tr > td {
  border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #dddddd;
  text-align: right;
  width: 15%;
}
/* INVOICE */
.invoice-edit-table tbody > tr > td:last-child,
.invoice-edit-table tbody > tr > td:nth-child(8),
.invoice-edit-table tbody > tr > td:nth-child(7),
.invoice-edit-table tbody > tr > td:nth-child(6),
.invoice-edit-table tbody > tr > td:nth-child(5) {
  text-align: right;
}
.invoice-edit-table thead > tr > th:last-child,
.invoice-edit-table thead > tr > th:nth-child(8),
.invoice-edit-table thead > tr > th:nth-child(7),
.invoice-edit-table thead > tr > th:nth-child(6),
.invoice-edit-table thead > tr > th:nth-child(5) {
  text-align: right;
}
-- .invoice-edit-table tbody > tr.unselected-row {
  color: #a0a0a0;
  opacity: 0.7;
}
.invoice-edit-table tbody > tr.unselected-row td {
  color: #a0a0a0;
}
/* Styles for write-off amount display */
.text-danger {
  color: #ed5565 !important;
}
.text-success {
  color: #1ab394 !important;
}
.text-warning {
  color: #f8ac59 !important;
}
.total-input {
  font-size: 14px;
}
/* Style for total input placeholder */
.total-input::placeholder {
  color: #6f7070;
  opacity: 0.8;
}
/* For cross-browser compatibility */
.total-input::-webkit-input-placeholder {
  color: #6f7070;
  opacity: 0.8;
}
.total-input::-moz-placeholder {
  color: #6f7070;
  opacity: 0.8;
}
.total-input:-ms-input-placeholder {
  color: #6f7070;
  opacity: 0.8;
}
.total-input::-ms-input-placeholder {
  color: #6f7070;
  opacity: 0.8;
}
.total-input:-moz-placeholder {
  color: #6f7070;
  opacity: 0.8;
}
.v-grid-action-menu > .k-menu {
  background-color: transparent;
}
.v-grid-action-menu > .k-menu > .k-menu-item > .k-menu-link {
  padding: 0;
  gap: 0;
}
.v-grid-action-menu > .k-menu > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
  display: none;
}
.v-grid-action-menu-wrapper {
  display: inline-flex;
}
.grid-action-menu {
  display: inline-block;
}
.grid-action-menu .k-menu:not(.k-context-menu) {
  background-color: transparent;
}
.grid-action-menu .k-popup {
  width: 155px;
}
.v-grid-action-menu-item {
  display: inline-flex;
  cursor: pointer;
}
.v-action-grid {
  padding-bottom: 150px;
}
.v-action-grid .k-grid td {
  overflow: visible;
}
.v-action-grid .k-grid-content .k-auto-scrollable {
  overflow: visible !important;
  overflow-y: visible !important;
}
.k-grid a {
  color: #0e689a;
}
.k-daterange-picker .k-dateinput,
.k-daterangepicker .k-dateinput {
  width: 100%;
}
.k-floating-label-container {
  width: inherit;
}
.k-input-prefix.k-input-prefix-horizontal .k-button-flat {
  height: 100%;
}
.k-input-suffix.k-input-suffix-horizontal .k-button-flat {
  height: 100%;
}
.k-input-inner {
  border: none !important;
}
.k-avatar {
  background-color: transparent;
}
.k-chat .k-chat-bubble {
  white-space: normal;
}
.k-table-td > .k-checkbox-wrap > input.k-select-checkbox {
  height: 15px;
  width: 15px;
}
.k-table-th > .k-checkbox-wrap > input.k-select-checkbox {
  height: 15px;
  width: 15px;
}
/* Hover state for scheduler cells */
.k-scheduler-content .k-scheduler-cell:hover:not(.k-selected) {
  background-color: #e3f2fd !important;
}
/* Hover state for holiday cells specifically */
.k-scheduler-content .holiday-column-cell:hover:not(.k-selected) {
  background-color: #ffe8e8 !important;
}
.k-today.k-scheduler-cell:not(.k-selected) {
  background-color: #fcf8e3;
}
/* Holiday background for non-selected cells */
.k-scheduler-content .holiday-column-cell:not(.k-selected) {
  background-color: #fff5f5 !important;
}
.scheduler-date-header.holiday-column-cell {
  background-color: #fff5f5 !important;
}
.k-scheduler-cell.holiday-cell {
  background-color: #fff5f5 !important;
}
/* Selected cells should show selection color, even on holidays */
/* Selection styling for holiday cells */
.k-scheduler-content .holiday-cell.k-selected {
  background-color: #ffd6d6 !important;
}
.k-scheduler-content .holiday-cell.k-selected.k-nonwork-hour {
  background-color: #ffcccc !important;
}
.holiday-label {
  font-size: 11px;
  color: #d9534f;
  text-align: center;
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 1.2;
}
.badge-success,
.label-success {
  background-color: #1ab394;
  color: #fff;
}
.label-link a:hover {
  color: white;
}
.ibox .label {
  font-size: 11px;
}
.label-default {
  color: #212529;
}
.v-tempo-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-tempo {
  font-size: 95%;
}
.table-tempo > thead > tr > th {
  line-height: 1;
}
.table-tempo > tbody > tr > td {
  line-height: 1;
}
.table-tempo .tempo-cell-weekday {
  background-color: #c9d8f6;
}
.table-tempo .tempo-cell-today {
  background-color: #fcf8e3;
}
.table-tempo .tempo-cell {
  min-width: 30px;
  cursor: pointer;
}
.table-tempo .tempo-cell:hover {
  background-color: #0e689a !important;
  color: white;
}
/* Table view hover styling */
.table-tempo .tempo-cell:hover {
  background-color: #0e689a !important;
  color: white !important;
}
/* Table view holiday cell hover - override the default hover */
.table-tempo .tempo-cell[style*="background-color: rgb(255, 245, 245)"]:hover,
.table-tempo .tempo-cell[style*="background-color: #fff5f5"]:hover {
  background-color: #d32f2f !important;
  color: white !important;
}
.tempo-scheduler.k-scheduler .tempo-scheduler .k-event.v-invoiced-event {
  background-color: #e0e0e0 !important;
  border-color: #c0c0c0 !important;
  cursor: not-allowed;
}
.tempo-scheduler.k-scheduler .tempo-scheduler .k-event.v-invoiced-event .v-event-template {
  color: #666 !important;
}
.tempo-scheduler.k-scheduler .tempo-scheduler .k-event.v-invoiced-event:hover {
  background-color: #d0d0d0 !important;
  border-color: #b0b0b0 !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-table td,
.tempo-scheduler.k-scheduler .k-scheduler-table th {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  padding: 0 !important;
  line-height: 20px !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-table .k-slot-cell {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-times-table td,
.tempo-scheduler.k-scheduler .k-scheduler-times-table th {
  height: 80px !important;
  padding: 0 !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-times-table tr:nth-child(4n + 1) td {
  border-bottom-style: solid;
}
.tempo-scheduler.k-scheduler .k-event {
  font-size: 11px !important;
  line-height: 1.2 !important;
  padding: 2px 4px !important;
  min-height: 18px !important;
}
.tempo-scheduler.k-scheduler .k-event-time {
  display: none !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-content .k-scheduler-table-wrap tr {
  height: 20px !important;
  max-height: 20px !important;
}
.tempo-scheduler.k-scheduler .k-scheduler-table td {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.typeahead-textarea-container {
  width: 100%;
}
.typeahead-textarea-container .typeahead-textarea-wrapper {
  position: relative;
  width: 100%;
}
.typeahead-textarea-container .typeahead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 9px;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.42857143;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  pointer-events: none;
  z-index: 1;
}
.typeahead-textarea-container .typeahead-overlay .typeahead-text-invisible {
  color: transparent;
}
.typeahead-textarea-container .typeahead-overlay .typeahead-suggestion {
  color: #999;
}
.typeahead-textarea-container .typeahead-textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  resize: vertical;
  min-height: 90px;
}
.typeahead-textarea-container .typeahead-textarea.typeahead-active {
  background-color: transparent !important;
}
.typeahead-textarea-container .typeahead-hint {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 11px;
  color: #666;
  background: white;
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #ddd;
  z-index: 10;
  white-space: nowrap;
}
.typeahead-textarea-container .typeahead-touch-controls {
  position: absolute;
  top: -20px;
  left: 0;
  right: 120px;
  display: flex;
  gap: 6px;
  z-index: 11;
}
.typeahead-textarea-container .typeahead-touch-controls button {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 2px 8px;
  border: none;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 22px;
}
.typeahead-textarea-container .typeahead-touch-controls button i {
  font-size: 12px;
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-accept-btn {
  background: #0e689a;
  color: white;
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-accept-btn:hover {
  background: #0c5883;
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-accept-btn:active {
  background: #0a486b;
  transform: scale(0.98);
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-dismiss-btn {
  background: #6c757d;
  color: white;
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-dismiss-btn:hover {
  background: #60686f;
}
.typeahead-textarea-container .typeahead-touch-controls button.typeahead-dismiss-btn:active {
  background: #545b62;
  transform: scale(0.98);
}
@media (max-width: 400px) {
  .typeahead-textarea-container .typeahead-touch-controls button {
    padding: 2px 6px;
    font-size: 10px;
  }
  .typeahead-textarea-container .typeahead-touch-controls button span {
    display: none;
  }
  .typeahead-textarea-container .typeahead-touch-controls button i {
    font-size: 14px;
  }
}
.typeahead-textarea-container .ai-generate-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
  background: #0e689a;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.typeahead-textarea-container .ai-generate-btn:hover,
.typeahead-textarea-container .ai-generate-btn:focus {
  opacity: 1;
  outline: none;
}
.typeahead-textarea-container .ai-generate-btn:focus {
  box-shadow: 0 0 0 2px rgba(14, 104, 154, 0.3);
}
.typeahead-textarea-container .ai-comments-popover {
  position: fixed;
  left: 155px;
  width: 350px;
  max-height: 400px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100002;
  display: flex;
  flex-direction: column;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-header {
  padding: 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-header .ai-popover-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-header .ai-popover-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-header .ai-popover-close:hover {
  color: #333;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-loading {
  text-align: center;
  padding: 20px;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-loading i {
  font-size: 24px;
  color: #007bff;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-loading p {
  margin-top: 10px;
  color: #666;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-empty {
  text-align: center;
  padding: 20px;
  color: #666;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item {
  padding: 8px;
  margin-bottom: 8px;
  background: #f8f9fa;
  border-radius: 6px;
  display: flex;
  align-items: start;
  gap: 8px;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item:last-child {
  margin-bottom: 0;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-text {
  flex: 1;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-actions {
  display: flex;
  gap: 4px;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-actions button {
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px;
  transition: opacity 0.2s;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-actions button:hover {
  opacity: 0.8;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-actions button.ai-comment-apply {
  background: #28a745;
  color: white;
}
.typeahead-textarea-container .ai-comments-popover .ai-popover-content .ai-comments-list .ai-comment-item .ai-comment-actions button.ai-comment-copy {
  background: #6c757d;
  color: white;
}
/**
 * Vergo Window Styles
 * Pure AngularJS window styling (modal and non-modal) that matches Kendo Window appearance
 */
.vergo-window-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 10000;
  /* NO !important - let JavaScript control z-index for stacking */
  animation: vergoBackdropFadeIn 0.2s ease-out !important;
  pointer-events: auto !important;
  /* Ensure backdrop blocks interaction */
}
.vergo-window {
  position: absolute !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  z-index: 10001;
  /* NO !important - let JavaScript control z-index for stacking */
  min-width: 200px !important;
  min-height: 100px !important;
  animation: vergoWindowFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.vergo-window:focus {
  outline: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 0 2px rgba(33, 150, 243, 0.3) !important;
}
.vergo-window-maximized {
  border-radius: 0 !important;
}
.vergo-window-maximized .vergo-window-titlebar {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: default !important;
}
.vergo-window-maximized .vergo-window-resize-handle {
  display: none !important;
}
.vergo-window-titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: move;
  user-select: none;
}
.vergo-window-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  flex: 1;
}
.vergo-window-actions {
  display: flex;
  gap: 4px;
}
.vergo-window-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.vergo-window-action:hover {
  background: rgba(0, 0, 0, 0.1);
}
.vergo-window-action:active {
  background: rgba(0, 0, 0, 0.15);
}
.vergo-window-action span {
  pointer-events: none;
}
.vergo-window-content {
  flex: 1;
  overflow: auto;
  padding: 16px;
  color: #212529;
  position: relative;
}
.vergo-window-init-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #fff !important;
  z-index: 999 !important;
  pointer-events: none !important;
}
.vergo-window .vergo-window-loading {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex;
  /* NO !important - let ng-show control display */
  align-items: center !important;
  justify-content: center !important;
  z-index: 1000 !important;
  pointer-events: all !important;
}
.vergo-window .vergo-window-loading-backdrop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  z-index: 1 !important;
}
.vergo-window .vergo-window-loading-spinner {
  position: relative !important;
  z-index: 2 !important;
}
.vergo-window-loading .sk-spinner-wave,
.vergo-window-content .sk-spinner-wave {
  width: 50px !important;
  height: 40px !important;
  text-align: center !important;
  font-size: 10px !important;
  display: inline-block !important;
}
.vergo-window-loading .sk-spinner-wave .sk-rect1,
.vergo-window-content .sk-spinner-wave .sk-rect1,
.vergo-window-loading .sk-spinner-wave .sk-rect2,
.vergo-window-content .sk-spinner-wave .sk-rect2,
.vergo-window-loading .sk-spinner-wave .sk-rect3,
.vergo-window-content .sk-spinner-wave .sk-rect3,
.vergo-window-loading .sk-spinner-wave .sk-rect4,
.vergo-window-content .sk-spinner-wave .sk-rect4,
.vergo-window-loading .sk-spinner-wave .sk-rect5,
.vergo-window-content .sk-spinner-wave .sk-rect5 {
  background-color: #0e689a !important;
  height: 100% !important;
  width: 6px !important;
  display: inline-block !important;
  margin: 0 1px !important;
  animation: sk-wave 1.2s infinite ease-in-out !important;
}
.vergo-window-loading .sk-spinner-wave .sk-rect2,
.vergo-window-content .sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s !important;
}
.vergo-window-loading .sk-spinner-wave .sk-rect3,
.vergo-window-content .sk-spinner-wave .sk-rect3 {
  animation-delay: -1s !important;
}
.vergo-window-loading .sk-spinner-wave .sk-rect4,
.vergo-window-content .sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s !important;
}
.vergo-window-loading .sk-spinner-wave .sk-rect5,
.vergo-window-content .sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s !important;
}
@keyframes sk-wave {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.vergo-window-resize-handle {
  position: absolute;
  z-index: 90;
}
.vergo-window-resize-n {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: n-resize;
}
.vergo-window-resize-s {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: s-resize;
}
.vergo-window-resize-e {
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: e-resize;
}
.vergo-window-resize-w {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: w-resize;
}
.vergo-window-resize-ne {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}
.vergo-window-resize-nw {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}
.vergo-window-resize-se {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}
.vergo-window-resize-sw {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}
.vergo-window-mobile {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  z-index: 10001 !important;
}
.vergo-window-mobile .vergo-window-titlebar {
  border-radius: 0 !important;
}
.vergo-window-mobile .vergo-window-resize-handle {
  display: none !important;
}
@media (max-width: 767px) {
  body .vergo-window-backdrop {
    position: fixed !important;
    z-index: 10000 !important;
  }
}
@keyframes vergoWindowFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes vergoBackdropFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  font-size: 13px;
}
.text-right {
  text-align: right !important;
}
.container-lg {
  max-width: 1250px;
  margin: 0 auto;
}
.container-xl {
  max-width: 1440px;
  margin: 0 auto;
}
.container-xxl {
  max-width: 1620px;
  margin: 0 auto;
}
.container-3xl {
  max-width: 1920px;
  margin: 0 auto;
}
.v-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.v-stat-main {
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: 45px;
  line-height: 40px;
  margin-top: 17px;
}
.v-stat-sub {
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
  letter-spacing: -0.025em;
  font-size: 12px;
  line-height: 24px;
}
.v-stat-bottom {
  font-size: 11px;
  margin-top: 10px;
}
.v-stat-main-unit {
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: 11px;
  line-height: 12px;
  margin-left: 0px;
  margin-top: 29px;
  position: absolute;
}
.v-color-red {
  color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}
.v-color-yellow {
  color: rgb(255 193 7 / var(--tw-text-opacity, 1));
}
.unselected-row {
  color: #999;
  text-decoration: line-through;
}
.no-payor {
  font-style: italic !important;
  color: #f00 !important;
}
li.active > .nav.nav-second-level {
  display: block;
}
.print-only {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
  @page {
    size: A4;
  }
  .no-print,
  .k-grouping-header {
    display: none !important;
  }
  tr.page-break {
    page-break-after: always;
  }
  .body-element {
    min-width: unset !important;
  }
  .print-zero {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.vergo-facet-list {
  list-style-type: none;
  padding-inline-start: 10px;
}
.vergo-facet-list-parent {
  font-size: 14px;
}
.vergo-facet-list-child {
  font-size: 11px;
}
.v-count-label {
  margin-top: 5px;
}
.v-count-label span {
  cursor: pointer;
}
.v-count-label a {
  color: white;
}
.v-count-label a :hover {
  color: white;
}
.list-group.v-list-menu .list-group-item.active {
  color: #676a6c;
  padding-left: 7px;
  font-weight: bold;
  background-color: #f8f7f7;
  border-left: 7px solid #3386b0;
  border-top: 1px solid #b7b8b9;
  border-right: 1px solid #b7b8b9;
  border-bottom: 1px solid #b7b8b9;
  border-radius: 0px;
}
.list-group.v-list-menu .list-group-item {
  padding-left: 14px;
  border: 1px solid #b7b8b9;
  border-radius: 0px;
  background-color: #f8f7f7;
}
.list-group.v-list-menu a {
  color: #676a6c;
}
.v-law-ref-count-section {
  /*position: absolute;
    left: 34px;*/
  text-align: right;
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.v-law-ref-count-paragraph {
  /*position: absolute;
    */
  text-align: right;
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.v-multiselect-custom {
  border-radius: 0 !important;
  margin-right: 0 !important;
  box-shadow: none !important;
}
.textLayer {
  opacity: 0.4;
}
.v-source-highlight {
  background-color: #b3d2ff;
}
@media screen {
  .v-law-reference {
    text-decoration: none;
    border-bottom: 3px solid #b7deff !important;
    color: black !important;
  }
}
.v-law-reference-pdf {
  border-bottom: 3px solid #005faf !important;
  color: transparent !important;
}
.v-law-reference-json {
  border-bottom: 3px solid rgba(0, 95, 175, 0.4);
  color: transparent;
  background-color: rgba(0, 95, 175, 0.1);
}
.v-law-reference-json:hover {
  color: transparent;
}
.v-grid-labels-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  /* spacing */
}
.v-grid-label {
  cursor: default;
}
.nav-header {
  color: #dfe4ed;
}
.v-dropdown-menu-selected-icon {
  width: 24px;
  height: 24px;
  padding: 6px;
  fill: #4cff00;
}
.v-tab-detail-page {
  width: 100%;
  min-height: 300px;
}
.v-tab-detail-page .k-tabstrip-content.k-content.k-active {
  overflow: visible !important;
  width: 100%;
}
.v-grid-wrapper {
  width: 100%;
  overflow-x: auto;
}
.v-priority-flag {
  display: inline-flex;
}
.v-expand-animation {
  overflow: hidden;
  transition: max-height 500ms ease-in-out;
  /* Adjust the timing to match your speed setting */
}
.v-priority-name {
  margin-left: 4px;
}
.nav-header {
  padding: 33px 25px 10px 25px;
}
.v-law-content h2 {
  font-size: 34px;
  text-align: center;
}
.v-law-content hr {
  border-top: 1px solid #f0ecec;
}
.ibox-title.v-ibox-nav-title {
  padding: 0px 0px 0px 0px;
}
.ibox-title.v-ibox-nav-title .card {
  border-bottom: none;
  border-radius: 0px;
}
.tasks-view-nav .nav > li > a {
  padding: 6px 20px 6px 25px;
}
.v-subtasks-title-icon {
  display: flex;
  width: 27px;
  height: 27px;
  margin-top: 20px;
  margin-left: 3px;
  padding: 1px;
  fill: #4f5762;
}
.k-card-header {
  padding: 6px 12px;
  border-width: 0 0 1px;
  border-style: solid;
  outline: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.v-date-past {
  color: #f50000;
}
.v-date-today {
  color: #f8ae00;
}
.taskboard-wrapper .k-taskboard-content {
  padding: 0;
}
#office_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border: none;
  display: block;
}
.profile-initials {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0e689a;
}
.remove-image-button {
  position: absolute;
  top: -5px;
  right: -5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  transition: opacity 0.2s;
}
.v-keyword-badge {
  cursor: pointer;
  font-size: 12px;
  padding: 10px;
  margin-right: 8px;
  margin-top: 6px;
}
.splashing .splash.audio-wave {
  z-index: 9999999;
}
.splash-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  /* White with slight transparency */
  z-index: 9999;
  /* Ensure it's on top */
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.nav > li > a:focus, .nav > li > a:hover {
background-color: #293846;
}*/
h6 {
  font-size: 13px;
}
#sourceHtml {
  padding-left: 50px;
  padding-right: 50px;
}
#viewerContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.nav-pills .nav-link.active:hover {
  color: #fff;
}
.pdfViewer {
  width: 100%;
}
.pdfViewer .page {
  width: 100%;
  background-clip: content-box;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
  border-image: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
.page-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}
.badge-spacing {
  margin-right: 4px;
}
div.source-nav.card.card-pills {
  width: 100%;
}
.actions.top-right {
  right: 20px;
  top: 8px;
}
.actions {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 5;
}
.actions > li {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 25px;
  color: #0e689a;
}
.v-form-wide-labels .k-edit-label {
  width: 40%;
}
.v-form-wide-labels .k-edit-field {
  width: 58%;
}
.fh-sidebar {
  width: 0;
  transition: 0.5s;
}
.fh-sidebar.open {
  width: 250px;
}
.logo-name {
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
}
a.btn.btn-primary {
  color: white;
}
a.btn.btn-primary:hover {
  color: white;
}
.input-group-custom {
  flex-wrap: nowrap;
}
.bs-example {
  position: relative;
  padding: 5px 15px 15px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.bs-example > p:last-child {
  margin-bottom: 0;
}
.bs-example + .highlight {
  margin-top: -3px;
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.v-tooltip {
  float: right !important;
  margin-right: 12px;
  margin-top: 6px;
}
/*.verdict table tbody td, .verdict table {
    border: none;
}
*/
/*.verdict {
    color: black;
    text-align: justify;*/
/*font-weight: 500;*/
/*font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif*/
/*}*/
.search-main-input .k-button-solid-base {
  border: none;
  width: 35px;
}
.search-main-input .k-input-lg .k-input-inner,
.search-main-input .k-picker-lg .k-input-inner {
  padding: 0.8rem 1rem;
}
.k-list-lg .k-list-item,
.k-list-lg {
  /* padding: .5rem 1rem; */
  width: 100%;
  border-bottom: 1px solid #ccc;
}
/*.source-suggestion-item{
    width: 100%;
    border-bottom: 1px solid #ccc;
}*/
.source-suggestion-title {
  color: #0e689a;
  font-size: 12px;
  font-weight: bold;
}
.v-source-card {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-bottom: none;
}
.v-source-card-header {
  padding-left: 20px;
  padding-right: 20px;
}
.v-source-content {
  font-size: 15px !important;
}
.v-source-content .verdict__reifun {
  background-color: #f7f7f7;
  padding: 40px;
}
.v-source-content .verdict__reifun .text-italic {
  font-style: italic;
}
.v-source-content .verdict__head {
  padding: 42px 82px;
  text-align: center;
}
/*.verdict__reifun, .verdict__body {
}*/
.v-source-content .verdict-head__title {
  text-align: center;
  font-size: 25px !important;
  line-height: 33px !important;
  text-transform: uppercase;
}
.v-source-content .verdict-head__subtitle {
  text-align: center;
  margin: 0;
  padding: 20px 0 20px 0;
  font-style: normal;
  font-size: 22px !important;
  font-weight: normal;
  line-height: 27px !important;
}
.v-source-content .verdict__body h2 {
  margin-top: 30px;
}
/*.v-source-content hr {
    border: none;
}*/
.v-source-content .verdict h1 .verdict-head__title {
  padding: 0 0 24px 0;
  font-size: 32px !important;
  line-height: 40px !important;
  text-align: center;
  font-weight: 400;
}
.v-source-content .verdict h2 .verdict-head__subtitle {
  text-align: center;
  padding: 0 0 0 0;
  font-size: 25px !important;
  line-height: 33px !important;
  font-weight: 400;
}
.v-source-content .verdict .keyword {
  /*padding-bottom: 14px;*/
  font-size: 12px !important;
  /*line-height: 17px !important;*/
  text-transform: uppercase;
}
.v-source-content .keywords {
  margin-bottom: 20px;
}
.v-source-content .keywords ul {
  padding: 0;
}
.v-source-content .keywords li {
  display: inline-block;
  background-color: #0e689a;
  color: white;
  /*cursor: pointer;*/
  font-weight: 400;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 12px !important;
  padding: 5px;
  margin-right: 8px;
  margin-top: 6px;
}
.verdict__keywords ul li {
  margin-right: 20px;
  font-style: normal;
  font-size: 14px !important;
  line-height: 25px !important;
}
.validation-summary-errors > ul {
  list-style-type: none;
  font-weight: bold;
  padding-left: 0;
}
.checkbox-cell {
  text-align: center !important;
  padding: 0 !important;
}
.checkbox-header-cell {
  text-align: center !important;
  padding: 0 !important;
}
.v-col-right {
  text-align: right !important;
}
.v-col-center {
  text-align: center !important;
}
.date-expired {
  color: white;
}
a {
  color: #0e689a;
  text-decoration: none;
  cursor: pointer;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.files-breadcrumb {
  border-radius: 0;
  margin-bottom: 1px;
  height: 36px;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 6px;
  border: 1px solid #bbbbbb;
}
/*.files-breadcrumb li {
color: white;
}

.files-breadcrumb li > a {
color: white;
}

.files-breadcrumb > li + li:before {
color: white;
}*/
.btn-icon {
  padding: 8px 12px 4px 12px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#toolbar {
  position: fixed;
  z-index: 10;
  /*overflow: hidden;*/
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  /* Height of the footer */
  background: #3c454f;
}
.list-vertical {
  list-style-type: none;
  padding: 0;
  margin: 5px 0px 0px 0px;
}
.list-vertical-hover {
  list-style-type: none;
  padding: 0;
  margin: 5px 0px 0px 0px;
}
.list-vertical-hover li:hover {
  background-color: #e1f3fb;
}
.list-horizontal {
  margin-left: -40px;
}
.list-horizontal > li {
  float: left;
  position: relative;
  display: block;
  margin-right: 10px;
}
.list-selectable > li {
  display: block;
  margin-top: 8px;
}
.list-selectable {
  font-size: 12px;
}
.list-selectable .active {
  font-weight: bold;
  color: #0e689a;
}
.projectDetails {
  margin-top: 0;
  padding: 8px;
}
.projectDetails h5 {
  margin-bottom: 2px;
  margin-top: 17px;
}
.projectDetails p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /*margin-bottom: 5px;*/
}
.popover {
  font-size: 16px;
  color: #000;
}
.dropzone {
  position: relative;
  text-align: center;
  top: 10px;
  padding: 40px 0;
  border: 4px dashed #0e689a;
  background-color: #6ac4ea;
  border-radius: 15px;
  color: white;
  font-size: 20px;
}
.on-drag-enter {
  border: 4px solid #0e689a;
  background-color: #6ac4ea;
}
/*#region Angular ng-show dissolve animation */
.fader.ng-hide-remove {
  opacity: 0;
  display: block !important;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fader.ng-hide-remove-active {
  opacity: 1;
}
/*#endregion */
#editor {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  border: 1px solid #c8c3c3;
  z-index: 99999999999999;
}
#progressIndicator {
  display: none;
  position: absolute;
  width: 129px;
  /*image width */
  height: 134px;
  /*image height */
  left: 50%;
  top: 40%;
  margin-left: -64px;
  /*image width/2 */
  margin-top: -67px;
  /*image height/2 */
  /*background: url(spinner-md.gif) no-repeat center;*/
  z-index: 9999999999;
}
.overlay-modal {
  z-index: 10003;
  opacity: 0.8;
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.progress-modal {
  position: absolute;
  display: block;
  /*width: 160px;
height: 50px;*/
  left: 45%;
  top: 40%;
  /*background: url(progress.gif) no-repeat center;*/
  z-index: 9999999999;
}
.center-content {
  display: flex;
  justify-content: center;
}
.btn-toolbar {
  margin-bottom: 5px;
}
.note-color-btn {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 1px;
  cursor: pointer;
  border: 1px solid #000;
}
.toolbar-btn {
  float: left;
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  margin-right: 5px;
  padding: 22px 15px 22px 15px;
}
.toolbar-btn-small {
  float: left;
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  margin-right: 5px;
  padding: 22px 5px 22px 5px;
}
#main-toolbar {
  background-color: transparent;
  border: none;
}
.toolbar-btn > i {
  font-size: 24px;
}
.toolbar-btn:hover,
.toolbar-btn-small:hover {
  background: #525e6c;
}
.file-icon.icon-folder {
  /*color: #ffcf21;*/
  /*display:none;*/
}
.file-icon.icon-file-pdf {
  color: #ee3e3b;
}
.file-icon.icon-file-word {
  color: #2a579a;
}
.file-icon.icon-file-excel {
  color: #1f6f43;
}
.file-icon.icon-file-powerpoint {
  color: #d24525;
}
.file-icon.icon-envelope {
  color: #fec400;
}
.file-icon.icon-file-zip {
  color: #edc03d;
}
.file-icon.icon-image {
  color: #3aa0cc;
}
.icon-music {
  color: #fd9000;
}
.file-icon.icon-film {
  color: #a10000;
}
.pageIndex {
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}
.online {
  color: #43be0e;
}
.offline .icon-circle {
  color: #808080;
}
/*.modal{
display: table;
position: absolute;
top: 10%;
left: 30%;
}
.modal-dialog {
padding: 0px;
}*/
/*.modal {
display: table;
position: absolute;
top: 10%;
left: 30%;
overflow-y: auto;
z-index: 9999999999999;
//margin-left: -280px;
}*/
.modal {
  display: table;
  position: absolute;
  top: 10%;
  left: 30%;
  overflow-y: auto;
  z-index: 9999999999999;
  margin-left: -280px;
}
.modal-dialog {
  padding: 0px;
}
.modal-footer {
  margin-top: 10px;
  padding: 15px 0px 0px 0px;
  height: 40px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0e689a;
  border-color: #0e689a;
}
.cases-priority tbody tr td {
  font-size: 14px;
  line-height: 0.9;
  border: none;
}
.box-bars {
  height: 20px;
  max-width: 100px;
  font-size: 12px;
}
@media (max-width: 28600px) {
  .box > table > tbody > tr > td {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .box > table > tbody > tr > td {
    font-size: 17px;
  }
}
@media (max-width: 1250px) {
  .box > table > tbody > tr > td {
    font-size: 17px;
  }
  .box-bars {
    max-width: 70px;
  }
}
@media (max-width: 1200px) {
  .box > table > tbody > tr > td {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .box > table > tbody > tr > td {
    font-size: 15px;
  }
  .box-bars {
    max-width: 60px;
  }
}
@media (max-width: 991px) {
  .box > table > tbody > tr > td {
    font-size: 17px;
  }
  .box-bars {
    max-width: 40px;
  }
}
.box > i {
  font-size: 38px;
}
.box > h1 {
  padding-bottom: 9px;
  text-align: center;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  /*border-bottom: 1px solid #eeeeee;*/
  font-size: 18px;
}
.box h2 {
  padding-bottom: 12px;
  margin: 0px;
  vertical-align: middle;
  font-size: 24px;
}
.box h4 {
  padding-bottom: 12px;
  margin: 0px;
  vertical-align: middle;
  font-size: 24px;
}
.table-nopadding tbody tr td {
  padding: 0;
  margin: 0;
  height: 1px;
}
.table {
  margin-bottom: 10px;
}
.table th > a {
  cursor: pointer;
}
.pagination {
  margin: 0px 0;
}
.pagination-lg li > a,
.pagination-lg ul > li > span {
  cursor: pointer;
}
.pagination-sm li > a,
.pagination-sm ul > li > span {
  cursor: pointer;
}
.pagination li > a,
.pagination ul > li > span {
  cursor: pointer;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.input-group > .input-group-btn > .btn.btn-group-custom {
  /*height:30px;*/
  width: 110px;
  padding: 4px 12px;
  margin-left: -2px;
}
/* styles for removing the background from form */
.no-color {
  background-color: white;
  border-style: none;
}
.v-horizontal-scroll {
  width: 100%;
  overflow-x: auto;
}
.search-result p {
  font-size: 14px;
  /*margin-top: 5px;*/
}
.m-t-details {
  margin-top: -5px;
}
.m-t-details dt {
  margin-top: 7px;
}
.form-group {
  margin-bottom: 7px;
}
#top-search-list h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0;
}
#top-search-list p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
.worklogButton {
  float: left;
}
/*classes for templates popup editor*/
#templatesTreeView {
  max-width: 36% !important;
  max-height: 300px !important;
  float: left;
  margin-top: 5px;
  overflow-x: hidden;
  margin-left: -10px;
}
.custom-kendo-window {
  overflow: hidden;
}
/* Mobile modal scrolling support */
@media (max-width: 768px) {
  .k-window-maximized-mobile {
    /* Ensure footer is visible and positioned correctly */
  }
  .k-window-maximized-mobile .k-window-content {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    /* Ensure content doesn't push footer off-screen */
    max-height: calc(100vh - 120px) !important;
    /* Reserve space for titlebar + footer */
  }
  .k-window-maximized-mobile .modal-footer,
  .k-window-maximized-mobile .k-window-actions {
    position: sticky !important;
    bottom: 0 !important;
    background: #fff !important;
    z-index: 10 !important;
    border-top: 1px solid #ddd !important;
    padding: 10px 15px !important;
  }
}
/* Price and discount responsive layout */
.price-discount-container {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.price-input-group {
  flex: 2;
  min-width: 180px;
}
.discount-input-group {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.discount-label {
  margin: 0 !important;
  white-space: nowrap;
}
/* Mobile responsive - stack vertically */
@media (max-width: 768px) {
  .price-discount-container {
    flex-direction: column;
    gap: 15px;
  }
  .discount-input-group {
    flex: 1;
    min-width: unset;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .discount-label {
    align-self: flex-start;
  }
}
.pull-right {
  float: right;
}
.middle-box h1 {
  font-size: 100px;
}
/*.pull-right a{
margin-left:2px !important;
}*/
.btn-mrg {
  margin-left: 2px !important;
}
.v-btn-actions {
  height: 30.32px;
}
/*.m-t-md .pull-right{
margin-left:2px !important;
}*/
.dashboard-widget {
  margin-bottom: 12px;
}
.page-heading {
  margin-left: 0;
  margin-right: 0;
}
/* Responsive modal-footer pricing layout */
.modal-footer.v-modal-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-footer-pricing {
  margin-right: auto;
  font-size: 18px;
}
@media (max-width: 576px) {
  .modal {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .modal-dialog {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  /* Mobile: make pricing full width line, buttons stay in one row */
  .modal-footer.v-modal-buttons {
    justify-content: center;
  }
  .modal-footer-pricing {
    flex: 1 1 100% !important;
    margin-bottom: 8px !important;
    order: 0;
    text-align: center;
  }
  .modal-footer.v-modal-buttons > button {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.bottom-border-grouping {
  border-bottom: solid 2px #e9e9e9;
}
