/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
.demo-oracle-icon {
  width: 137px;
  height: 18px
}

.demo-oracle-icon:before {
  content: url("images/oracle_logo.svg")
}

html:not([dir="rtl"]) .demo-oracle-icon {
  padding-right: 4px
}

html[dir="rtl"] .demo-oracle-icon {
  padding-left: 4px
}

.demo-oracle-icon:before {
  display: inline
}

.demo-appheader-avatar {
  width: 24px;
  height: 24px
}

.demo-appheader-avatar:before {
  content: url("images/avatar_24px.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
  .demo-appheader-avatar:before {
    content: url("images/avatar_24px_2x.png");
    -webkit-transform: translate(-25%, -25%) scale(0.5);
    transform: translate(-25%, -25%) scale(0.5)
  }
}

#app-tab-content {
  height: calc(100vh - 110px);
  overflow: auto;
  width: 100%;
}

#quality.oj-navigationlist-item.oj-selected,
#patients.oj-navigationlist-item.oj-selected,
#admin.oj-navigationlist-item.oj-selected,
#contracts.oj-navigationlist-item.oj-selected,
#home.oj-navigationlist-item.oj-selected,
#campaigns.oj-navigationlist-item.oj-selected,
#agent-insights.oj-navigationlist-item.oj-selected,
#administration.oj-navigationlist-item.oj-selected {
  border-color: #ebcd6b;
  color: #fff
}

#quality.oj-navigationlist-item.oj-selected .oj-navigationlist-item-icon,
#patients.oj-navigationlist-item.oj-selected .oj-navigationlist-item-icon,
#admin.oj-navigationlist-item.oj-selected .oj-navigationlist-item-icon,
#administration.oj-navigationlist-item.oj-selected .oj-navigationlist-item-icon {
  color: #fff
}

#app-nav-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #183b4c;
  line-height: 3.5rem;
  /* margin-left: 2rem; */
}

#oracle-brand-menu-btn span {
  color: #ffffff
}

#registriesnavlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

#registriesnavlist .oj-tabbar-item-label {
  font-size: 1rem;
  font-weight: 400;
}

#patient-drawer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  overflow-x: visible;
}

#app-nav-option ul {
  margin-left: 2rem;
}

#app-nav-option .oj-selected>a.oj-navigationlist-item-content>.oj-navigationlist-item-label {
  color: #fff
}

#app-nav-option a.oj-navigationlist-item-content>.oj-navigationlist-item-label,
#app-nav-option a.oj-navigationlist-item-content>.oj-navigationlist-item-icon {
  color: #bcbbbb
}

#app-nav-option .nav-icon-adjust-size {
  font-size: 22px;
}

.divider-image {
  position: absolute;
  z-index: 3;
  height: 12px;
  width: 100%;
  right: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
}

.adjust-content-size {
  height: calc(100vh -300px);
}

.navigation-absolute-position {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  right: 0;
  left: 0;
  margin-top: .5rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
}

.treemap-custom-node {
  position: absolute;
  display: flex;
}

.treemap-content,
.treemap-content h2 {
  color: white;
}

.treemap-content {
  font-weight: 200;
}

.treemap-content .treemap-content-body-sm {
  font-size: 1rem;
}

.num-display {

  white-space: nowrap;
  display: block;

  sup {
    display: inline-block;
    position: relative;
  }

  sub {
    display: inline-block;
    position: relative;
    bottom: 0;
  }

  sup+sub {
    left: -0.75em;
  }

  .tooltip & {
    sub {
      bottom: 0.25em;
      left: -0.75em;
    }
  }
}

.legend-section-height {
  height: 30px;
}

#demo-container .oj-treemap {
  width: 100%;
  height: calc(100vh - 470px);
}

html {
  font-family: 'Oracle Sans', "Helvetica Neue", Arial, sans-serif;
}

.label-adjust-font-family {
  font-family: math;
}

.sub-header-padding {
  padding-bottom: 1rem;
}

.supporting-stats {
  list-style: none;
  padding: 0;
}

#campaign-list-table {
  height: calc(100vh - 250px);
  width: 100%;
}

#patient-list-table,
#providers-table,
#organizations-table,
#performance-by-organizations-table,
#performance-by-providers-table,
#measures-table,
#contracts-table {
  height: calc(100vh - 380px);
  width: 100%;
}

#patient-list-table {
  height: calc(100vh - 360px);
  width: 100%;
}

#patient-drawer-payer-table,
#patient-drawer-provider-table,
#patient-drawer-recent-visits-table,
#patient-drawer-pcp-visits-table,
#patient-drawer-other-visits-table,
#patient-drawer-registries-table,
#patient-drawer-persistent-table,
#patient-drawer-suspected-table,
#patient-drawer-measure-table,
#patient-drawer-contract-table {
  width: 100%;
}

#patient-list-table tr td,
#patient-drawer-table tr td,
#providers-table tr td,
#organizations-table tr td,
#performance-by-providers-table tr td,
#performance-by-organizations-table tr td,
#measures-table tr td {
  font-size: .9rem;
}

#contracts-table tr td {
  font-size: .9rem;
}

#patient-list-table tr th .oj-table-column-header-text,
#patient-drawer-table tr th .oj-table-column-header-text,
#providers-table tr th .oj-table-column-header-text,
#organizations-table tr th .oj-table-column-header-text,
#performance-by-providers-table tr th .oj-table-column-header-text,
#performance-by-organizations-table tr th .oj-table-column-header-text,
#measures-table tr th .oj-table-column-header-text {
  font-size: .9rem;
}

#patients-tab-container .adjust-icon-size {
  font-size: 22px;
}

#patients-tab-container .btn-pad-rt {
  padding-right: 1rem;
}

#patients-tab-container .btn-pad-lt {
  padding-left: 1rem;
}

#qr-measure-table {
  height: calc(100vh - 300px);
  width: 100%;
}

#classic-registries span {
  color: #fff;
}

#classic-registries button {
  border-color: #fff;
}

.toolbar-option {
  margin-right: 1rem;
}

#quality-tab,
#patients-tab,
#campaigns-tab,
#home-tab,
#agent-insights-tab,
#administration-tab {
  padding-top: .5rem;
}

#patients-tab {
  padding-top: .7rem;
}

#classic-registries {
  padding-top: .7rem;
  margin-right: 5.5rem;
}

.registries-tab-content {
  margin-top: 1rem
}

.loading-spinner {
  float: left;
  margin-top: .6rem;
}

#campaign-creation-progress-bar {
  width: 15vw;
  background: #16657A;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 16px;
  position: sticky;
  top: 0;
  height: calc(100vh - 160px);
  ;
  align-self: flex-start;
}

#campaign-tab {
  display: flex;
  height: calc(100vh - 110px);
  font-family: var(--oj-typography-body-md-font-family);
}

#campaign-item-container {
  width: 85vw;
  overflow-y: auto;
}

#campaign-information-page {
  position: relative;
  height: 100%;
}

#campaign-buttons {
  position: fixed;
  top: calc(100vh - 145px);
  left: calc(85vw - 85px);
  display: flex;
  transform: translateX(-100%);
}

#campaign-summary-buttons {
  position: fixed;
  top: calc(100vh - 145px);
  left: calc(85vw - 322px);
}

#campaign-patient-buttons {
  position: fixed;
  top: calc(100vh - 145px);
  left: calc(85vw - 350px);
}

#campaign-summary-page {
  position: relative;
  height: 100%;
}

.campaign-flex {
  flex: 2;
}

.campaign-patients-container {
  min-height: 200px;
  max-height: calc(100vh - 475px);
  overflow-y: hidden;
}

#campaign-summary-list .oj-listview-item-layout {

  --oj-collection-list-cell-padding-vertical: var(--oj-core-spacing-1x);
  --oj-list-view-item-padding-horizontal: 0;
}

#registriesnavlist .oj-tabbar-item-label,
#kpi-details-navlist .oj-tabbar-item-label,
#patient-drawer-nav-list .oj-tabbar-item-label {
  margin-top: .7rem;
  margin-bottom: .7rem;
  margin-right: 4rem;
  padding-left: 1rem;
}

#patient-table-menu .pad-left {
  padding-left: 1rem;
}

#patient-table-menu-btn .oj-progress-circle.oj-progress-circle-sm,
#registriesnavlist .oj-progress-circle.oj-progress-circle-sm {
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}

#patient-table-notes-counter {
  float: right;
}

#oracle-brand-menu-btn {
  background: rgb(179, 49, 31);
  height: 72px;
  width: 72px;
  position: fixed;
  bottom: 0;
  left: calc(100% - 90px);
}

#drawer-section-line {
  color: #a26626;
  font-size: 2rem;
}

#otag {
  font-size: 2.5rem;
}

#useravatar {
  line-height: 2.75rem;
  margin-left: .5rem;
}

#oracle-brand-menu .oj-menu-item>a {
  padding: 0;
}

.copyright-text {
  color: #183b4c;
}

.loading-icon {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 48%;
}

.app-message-align {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  justify-items: center;
  overflow: auto;
  width: 100%;
  position: absolute;
}

.app-message-heading {
  font-size: 1.75rem;
}

.app-message-subheading {
  font-size: 1rem;
}

.text-ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.patient-view-dropdown {
  float: right;
}

.patient-drawer-close-button,
.measure-definition-drawer-close-button {
  float: right;
}

.patient-drawer-avatar-pos {
  float: left;
}

.patient-drawer {
  width: 51rem;
}

#patient-drawer {
  width: 51rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#patient-drawer-content {
  overflow-y: auto;
}

.patient-table-layout-menu {
  float: left;
}

#save-view-drawer-bottom-buttons,
#domain-drawer-bottom-buttons {
  float: right;
}

#save-view-drawer-footer,
#drawer-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.common-drawer {
  width: 32rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#column-selection-view-content {
  overflow-y: auto;
}

.non-sortable-column-th-padding {
  padding-inline-end: 0.7rem;
}

.non-sortable-column-th-padding .oj-table-column-header {
  padding-inline-end: 0.7rem;
}

.non-sortable-column-td-padding {
  padding-inline-end: 0rem;
}

.patient-table-container,
.campaign-table-container,
.quality-measure-table-container,
.quality-organization-table-container,
.quality-provider-table-container,
.administration-measure-table-container {
  min-width: 100%;
}

/* Adding this override to handle the overlap of cips on the input field when all applied fitler chips
   are loaded in the conveyer belt which is more than the minimum width available
 */
.oj-sp-smart-search-conveyorBelt {
  overflow-x: auto !important;
}

.error-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: left;
  padding-left: 1rem;
}

#drawer-copy-empi span {
  margin-left: 0;
  color: #00688C;
}

.split-chart-width {
  max-width: 50%;
}

.met-column-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.met-bar-graph {
  width: 70%;
}

.met-bar-graph,
.met-circle-graph {
  margin: 0 auto;
}

.measure-kpi-seperator {
  border-left: solid 1px var(--oj-core-divider-color);
}

#measure-details-section {
  height: calc(100vh - 230px);
  overflow: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/*                                          Contract Performance app Css                                */
/* ---------------------------------------------------------------------------------------------------- */

.date-time-placement {
  position: absolute;
  right: 0;
  font-size: 14px;
  text-align: right;
}

.card-content {
  padding: 0.5rem 0.5rem 1.5rem 0.5rem;
  min-width: 18rem;
}

.card-content-kpi {
  padding: 0.75rem;
  min-width: 100%;
}

.oj-flex-item-75 {
  flex: 0 0 75%;
}

.oj-flex-item-25 {
  flex: 0 0 25%;
}

.non-bold {
  font-weight: normal;
}

.grey-font {
  color: #5C5B5A;
}

.spacing {
  margin-bottom: 20px;
}

.text-section {
  padding: 10px 0 10px 0;
}

.custom-margin {
  margin-bottom: 8px;
}

/*Temp height for beta is set to 40rem*/
.vertical-height {
  height: 40rem;
}

.border-box {
  background: linear-gradient(#ffffff, #ffffff),
    linear-gradient(to bottom, #394469, #8A7F6D, #101E12, #759D61, #9D7D7F, #759D61, #97ABAA, #B09376);
  border: 5px solid transparent;
  background-clip: padding-box, border-box;
  border-radius: 10px;
}

.border-box:hover {
  background: linear-gradient(#F6FAFC, #F6FAFC),
    /* Hover color for inner content */
    linear-gradient(to bottom, #394469, #8A7F6D, #101E12, #759D61, #9D7D7F, #759D61, #97ABAA, #B09376);
  background-clip: padding-box, border-box;
}

.card-hover:hover {
  background-color: #F6FAFC;
  transition: background-color 0.3s ease;
}

.fixed-width {
  width: 240px;
  height: 54px;
}

.fixed-width-kpi {
  min-width: 100%;
  min-height: 3.35rem;
}

.flex-container {
  display: flex;
}

#kpi-separator .oj-toolbar-separator {
  height: 3em;
  padding-right: 20px;
}


.custom-error-head {
  line-height: 1.222;
  font-size: 3rem;
  font-weight: 200;
  padding-bottom: 1rem;
}

#export-err-bnr .oj-messagebanner-content {
  padding-top: .6rem;
  padding-bottom: 0.6rem;
}

#contracts-tab {
  padding-top: .7rem;
}

#kpi-details-conveyer {
  width: 100%;
}

#kpi-details-conveyor .oj-toolbar-separator {
  height: 4em;
}

.centered {
  display: flex;
  justify-content: center;
}

#kpi-details-navlist .oj-tabbar-item-label {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

#kpi-details-navlist .oj-tabbar-listview-container,
#registriesnavlist .oj-tabbar-listview-container,
#patient-drawer-nav-list .oj-tabbar-listview-container {
  --oj-tab-bar-item-margin: 0;
  --oj-tab-bar-item-bg-color-hover: var(--oj-core-bg-color-hover);
}

.contracts-tab-content,
.administration-tab-content {
  margin-top: 1rem
}

.yellow-section-divider {
  display: inline-block;
  background-color: #F0CC72;
  width: 36px;
  height: 4px;
  margin-bottom: 36px;
}

.horizontal-gauge {
  height: 20px;
  margin: 0 5px 25px 10px;
  padding-right: 40px;
}

.redoc-target-span {
  margin-top: 10px;
}

.list-padding {
  padding-bottom: 20px;
}

.contract-kpis-container {
  --oj-action-card-scale-hover: 1;
}

.contract-kpis-container .oj-actioncard {
  cursor: auto;
}

.contract-kpis-container .oj-actioncard.oj-active {
  box-shadow: none;
}

.contract-kpis-container .oj-actioncard:hover:not(.oj-active) {
  box-shadow: none;
}

/* Overwriting smart search display flex for larger width containers HNVBC-34060 */
.search-container-format {
  padding-right: 20rem;
}

.contract-year-filter {
  width: 6.5rem;
}

.selection-disabled {
  color: gray;
  cursor: not-allowed;
}

.landing-page-greeting {
  font-size: x-large;
}

.landing-page-indicator-icon {
  margin-left: 0.5rem;
}

.center-align {
  vertical-align: middle;
}

#landing-page-container {
  min-width: 45rem;
}

.landing-page-content-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.landing-page-chart-section {
  flex: 1;
  min-width: 30%;
}

.landing-page-sidebar {
  flex: 0 0 25%;
  padding-left: 2rem;
}

.landing-page-charts {
  height: 48vh;
  width: 100%;
  max-width: 100%;
  min-width: 30%;
}

#landing-page-opportunities {
  overflow-y: auto;
  mask: linear-gradient(to bottom,
      black 0%,
      black 85%,
      transparent 100%);
  -webkit-mask: linear-gradient(to bottom,
      black 0%,
      black 85%,
      transparent 100%);
}

#in-app-feedback-icons {
  max-width: fit-content;
}

.in-app-feedback-icon {
  padding: 2px;
  border-radius: 25%;

  &:hover {
    cursor: pointer;
    color: var(--oj-core-text-color-primary);
    background: var(--oj-core-bg-color-active);
  }
}

.achieved-value-center-text {
  height: 100%;
}

#achieved-value-meter {
  margin: 1.5rem 0;
}


.ai-agent-chip {
  background: linear-gradient(#ffffff, #ffffff),
    linear-gradient(to right, #ff7b54, #ffb347, #87ceeb, #5f9ea0, #98fb98);
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  border-radius: 10px;
}

.cgca-chart-section {
  flex: 1;
  max-width: 40%;
  min-width: 200px;
}


#domains-listview {
  border-top: 2px solid black;
}

#contract-navigation {
  background-color: #3f3f3f;
  height: calc(100vh - 68px);
  top: 12px;
  position: absolute;
  right: 0px
}

.cohort-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 565px));
  gap: 1rem;
}

.cohort-card {
  height: 300px;
}

.cohort-sort {
  width: 250px;
}

#notes-list-tertiary {
  font-style: italic;
}

#patient-notes-list {
  height: calc(100vh - 360px);
  width: 100%;
}

#patient-notes-list .oj-listview-item-layout {
  --oj-collection-list-cell-padding-vertical: 0;
}

#patient-notes-create-form {
  height: calc(100vh - 340px);
  width: 100%;
}

.red-warning-icon {
  align-self: center;
  color: var(--oj-core-danger-1);
}

.contract-row-gap {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

#contract-list-container {
  min-width: 700px;
}

#no-overflow {
  text-overflow: clip;
}

#domain-cell {
  text-overflow: ellipsis;
  overflow: clip;
}

.strip-container {
  width: 6px;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}

.color-strip-vertical {
  position: absolute;
  height: 6px;
  width: var(--strip-height, 100px);
  transform: rotate(90deg);
  transform-origin: top left;
  top: 0;
}

#collections-list,
#domains-list {
  max-width: 75%;
}

.scrollbar-height {
  height: calc(100vh - 220px);
  overflow: auto;
}

.scrollbar-height-bookmark {
  max-height: 22vh;
  overflow-y: auto;
  mask: linear-gradient(to bottom,
      black 0%,
      black 85%,
      transparent 100%);
  -webkit-mask: linear-gradient(to bottom,
      black 0%,
      black 85%,
      transparent 100%);
}

.scrollbar-height-domain {
  height: calc(100vh - 150px);
  overflow: auto;
}

#cgca-cohort-chart {
  height: 300px;
}

#ai-trace-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.push-right {
  margin-left: auto;
}

.opportunity-badge-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
