:root {
    --ut-base-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        /* Success / positive */
    --badge-success-bg: #ecfdf3;
    --badge-success-text: #16a34a;

    /* Danger / negative */
    --badge-danger-bg: #fef2f2;
    --badge-danger-text: #dc2626;

    /* Warning / caution */
    --badge-warning-bg: #fffbeb;
    --badge-warning-text: #d97706;

    /* Info / neutral-blue */
    --badge-info-bg: #eff6ff;
    --badge-info-text: #2563eb;

    /* Neutral / default */
    --badge-neutral-bg: #f3f4f6;
    --badge-neutral-text: #4b5563;
}

/*Dynamic Navigation Menu*/
.show-badges .a-Menu-accel {
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.6rem;
    font-weight: 500;
    background-color: #0076df;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    border-radius: 16px;
}


/* Yes/No Tick Mark CSS*/
.syn-check-J:before,.syn-check-Y:before {
  content: "\f00c";
  color: green;
  font-weight: bold;
}
.syn-check-N:before {
  content: "\f00d";
  color: #ff3a30; /* color: red; */
  font-weight: bold;
}

/*P0_search Bar*/
/*Search Button*/
#P0_SEARCH {
  width: 25px;
  height: 25px;
  border-width: 0px;
  border-radius: 3px !important;
  background-color: transparent;
  color: #fff;
  outline-width: 0;
  margin-top: -6px;
  margin-bottom: -4px;
  margin-left: 5px;
}


/*All Input Items*/
/* Removes borders from items */
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input.password,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer select,
.u-TF-item--text,
.u-TF-item--datepicker,
.u-TF-item--select,
.a-IRR-selectList[size="1"],
.t-Form-inputContainer select.selectlist[size="1"],
.t-Form-inputContainer select.yes_no,
.u-TF-item--select,
.apex-item-select {
   background-color: #fff;
   /*border-top-color: #2494EF;
   border-left-color: #2494EF;
   border-right-color: #2494EF;
   border-bottom-color: #2494EF;
   border-radius: 5px;*/
   border: 0.8px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 30px;
}

.apex-item-display-only{
    width: inherit;
    padding-left: 8px;
  /*border: 1px solid;*/
  border: none;
}

/*Global Success Message WHen Dialog IS closed*/
#successMessage{
  position: fixed;
  top: 12px;
  right: 12px;
  max-width: 480px;
  z-index: 2000;
  opacity: 0.9;
  border-radius: 2px;
  display : none;
} 

/* User Profile */
.image_icon{
/*line-height: 4rem; */
background-size: contain;
background-repeat: no-repeat;
/*border-radius: 50%; */
}

.image_icon a{
	margin-left: 30px;
}	

/* Hide User Icon Imgae on Page 0 */
#P0_USER_ICON{
    display:none;
}


:focus {
    outline: none !important
}

.PROF_DID .t-DialogRegion-buttons{
    background-color: #FBFBFB;
}

.t-Button.t-Button--header:active, .t-Button.t-Button--header:focus:active {
    background-color: rgba(0, 0, 0, 0)  !important;
}

.t-Button.t-Button--header:focus:before, .t-Button.t-Button--header:active:focus:before {
    box-shadow: none !important;
}
.t-Button.t-Button--header:hover {
    background-color: rgba(0,0,0,0);
    box-shadow: none !important;
}



.a-Header-photo {
   background-repeat: none !important;
   background-repeat: no-repeat !important;
   border-radius: 50px;
}

.PROF_DID.ui-widget.ui-dialog {
  right:100px !important;
  left:initial !important;
  float:right !important;
  top:47px !important;
  border-radius:.4rem !important;
  box-shadow:rgba(0,0,0,.1) 0 0.4rem 1.6rem !important;
}



.PROF_DID.ui-dialog{
    width:370px !important;
    height:220px !important;
}

#exitpopup_bg{
     height:250px !important;
}



.PROF_DID.ui-dialog .ui-dialog-titlebar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
}



.a-MediaBlock.a-Menu-content {
    background: none;
    border: none;
    box-shadow: none;
}
.a-Header-accountDialog .a-MediaBlock-graphic {
    margin-right: 16px;
}
.a-MediaBlock-graphic {
    float: left;
    margin-right: 8px;
}
.a-Header-accountDialog .a-Header-userPhoto--large {
    background-color: #F8F8F8;
}
.a-Header-userPhoto {
    box-shadow: 0 0 0 1px #B0B0B0 inset;
}
.a-Header-userPhoto {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.a-Header-accountDialog.a-Menu .a-Menu-label {
    padding: 0;
}
.a-Header-accountDialog.a-Menu .a-Menu-item {
    display: inherit;
    color: inherit;
    line-height: inherit;
    float: none;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label {
    text-align: center;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label, .a-Menu-content .a-Header-dialogLink.a-Menu-item .a-Menu-label {
    display: block;
    margin-top: 4px;
    color: #146fb8;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label, .a-Header-dialogLink.a-Menu-item .a-Menu-label {
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    border-radius: 2px;
    transition: none;
}
.a-Header-accountDialog .a-MediaBlock-content {
    padding: 4px 0;
}
.a-Header-userPhoto--large, .a-Header-userPhoto--large .a-Icon, .a-Header-userPhoto--large img {
    width: 64px;
    height: 64px;
}
.a-Header-dialogName {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.a-Header-dialogText {
    display: block;
    line-height: 16px;
}
.a-Header-photoPlaceholder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15)inset;
}
.a-Header-accountDialog.a-Menu .a-Menu-item {
    display: inherit;
    color: inherit;
    line-height: inherit;
    float: none;
}
.a-Header-accountDialog.a-Menu .a-MediaBlock-content .a-Menu-item.a-Menu-label {
    cursor: default;
}
.a-Header-dialogUsername {
    font-size: 11px;
    font-weight: 400;
}
.a-Header-dialogLabel, .a-Header-dialogUsername {
    color: #777;
}
.a-Header-dialogLabel {
    margin-top: 16px;
    line-height: 10px;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
}
.a-Header-dialogValue {
    font-size: 12px;
    line-height: 16px;
}
.a-Header-dialogName, .a-Header-dialogValue {
    color: #404040;
}
.profile-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    cursor: pointer;
    border-radius: 100%;
    margin-right: 5px;
}

div#oj-inputsearch-choice-P0_UNIVERSAL_SEARCH_HIDDEN {
    /*background-color: #3794ff;*/
}
div#Search_Body {
    margin-left: 50%;  
    margin-right: -50%;
    width: 30%; 
    position: absolute; 
    transform: translate(-50%, -50%);
}
/*Android Device Specific CSS*/
@supports not (-webkit-touch-callout: none)
{
    div#Search_Body {margin-top: 8.5ex;}
}
/*Apple Mobile Device Specific CSS*/
@supports (-webkit-touch-callout: none) 
{
    div#Search_Body {margin-top: 8.5ex;}
}
/*Safari 11+ Hack to display search correctly*/
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  div#Search_Body {margin-top: 8.5ex;}
}}


/* BEGIN comments/chat region styles */
.t-Chat .t-Chat--own .t-Comments-icon {
  margin-right: 0;
  margin-left: 12px;
}
 
.t-Chat .t-Chat--own {
  flex-direction: row-reverse;
}
 
.t-Chat .t-Chat--own .t-Comments-body {
  align-items: flex-end;
}
 
.t-Chat .t-Chat--own .t-Comments-comment:after {
  border-left-color: var(--ut-comment-chat-background-color);
  border-right-color: rgba(0,0,0,0);
  right: none;
  left: 100%;
}
/* END comments/chat region styles */

:root {
  --ut-nav-width: 20rem!important;
}
li.t-LinksList-item.itm-0.t-linkList-grouped {
    border-bottom-style: none!important;
}
.t-LinksList-item {
    border-bottom-style: none!important;
}
.t-ExpCollIcon {
    font-size: 10px;
    padding-left: 13px;    
    padding-top: 3px;
    color: grey;
}
.p-LeftMenu-GroupTitle {
    width: 220px;
    border: none;
    background-color: #fff;
    cursor: pointer;    
}
a.p-LeftMenu-GroupTitle:hover,
a.p-LeftMenu-GroupTitle:focus,
a.p-LeftMenu-GroupTitle:active {
  text-decoration: none;
}

/* Chart AI */
.t-chart-ai .t-Button-label{
    color: white;
}

.t-chart-ai-img{
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.t-Drawer-page--standard {
        border-radius: 10px !important;
}

/*Global Notification*/
div#globalNotification {
    background-color: lightblue;
}
.global-noti {
	color: rgb(0, 0, 0) !important;
	font-size: 1.4em !important;    
    padding-bottom: 10px;
    padding-top: 10px;    
}


/*Ask Omnia button - start*/
.t-Button.omnia-btn,
a.t-Button.omnia-btn,
button.t-Button.omnia-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 36px;
  padding: 0 18px 0 6px;
  border: 0;
  border-radius: 999px;
  background-color: #0E9AAB !important;                        
  background-color: var(--omnia-btn-color, #0E9AAB) !important;  
  background-image: none !important;                          
  color: #fff !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  animation: omnia-pulse 2.6s ease-out infinite;
}

.t-Button.omnia-btn::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("AI2.png");   
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.t-Button.omnia-btn:hover {
  background-color: #0b7d8a !important;                                      
  background-color: color-mix(in srgb, var(--omnia-btn-color, #0E9AAB) 80%, black) !important;
  animation: none;
}

.t-Button.omnia-btn:active {
  background-color: #096873 !important;                                   
  background-color: color-mix(in srgb, var(--omnia-btn-color, #0E9AAB) 65%, black) !important;
}

.t-Button.omnia-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14,154,171,0.45);
  animation: none;
}

.omnia-btn__mark {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("#APP_FILES#AI2.png");
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes omnia-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(14,154,171,0.45); }
  50%      { box-shadow: 0 0 0 10px rgba(14,154,171,0); }
}

@media (prefers-reduced-motion: reduce) {
  .t-Button.omnia-btn { animation: none; }
}

@media (max-width: 1100px) {
  .t-Button.omnia-btn { padding: 0 6px; }
  .omnia-btn__label { display: none; }
}
/*Ask Omnia button - end*/

/* Cards Global*/


/* CARD Region CSS*/
.pr-card {
    background: #fcfcfd;
    border: 1px solid #e4e7eb;
    border-radius: 10px;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
    position: relative;
    /*padding: 18px 20px;*/
}

.pr-card:hover {
    transform: translateY(-3px);
    border-color: #cfd5dc;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.06),
        0 12px 24px rgba(0, 0, 0, 0.12);
}

.pr-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background 0.2s ease;
    z-index: 1;
}

.pr-card:hover::before {
    background: #2563eb;
}

.pr-card .a-CardView-fullLink {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* -------- Header: logo + title + subtitle -------- */
.pr-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.pr-icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-header-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pr-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-subtitle {
    font-size: 12.5px;
    font-weight: 400;
    color: #8a94a3;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------- Body  -------- */
.pr-main-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 14px;
}

.pr-main-content > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.pr-main-content .fa {
    font-size: 13px;
    color: #9aa3b0;
    width: 14px;
    text-align: center;
    margin-top: 2px; /* aligns icon with first line of wrapped address text */
}

.pr-flex-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    border-top: 1px solid #eef0f3;
    font-size: 12.5px;
    color: #6b7280;
}

.pr-currency b {
    color: #1f2937;
    font-weight: 600;
}

.pr-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
    /*padding: 3px 10px;*/
    border-radius: 999px;
}

.pr-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pr-status[data-status="active"] {
    background: #ecfdf3;
    color: #16a34a;
}
.pr-status[data-status="active"] .pr-status-dot {
    background: #16a34a;
}

.pr-status[data-status="inactive"] {
    background: #fef2f2;
    color: #dc2626;
}
.pr-status[data-status="inactive"] .pr-status-dot {
    background: #dc2626;
}

/* -------- Top-right badge  -------- */
.pr-card .a-CardView-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border: none;
}

/* The icon glyph itself sits directly on .a-CardView-badge via the fa- class,
   so just size it consistently */
.pr-card .a-CardView-badge::before {
    font-size: 12px;
}

.pr-card .a-CardView-badgeValue {
    line-height: 1;
}

/* Hide the value span cleanly when BADGE_TEXT is empty/null,
   so icon-only badges don't leave a stray gap */
.pr-card .a-CardView-badgeValue:empty {
    display: none;
}

/* -------- Variants, driven by the class in ICON_CLASS -------- */
.pr-card .a-CardView-badge.pr-badge--danger {
    background: var(--badge-danger-bg);
    color: var(--badge-danger-text);
}

.pr-card .a-CardView-badge.pr-badge--warning {
    background: var(--badge-warning-bg);
    color: var(--badge-warning-text);
}

.pr-card .a-CardView-badge.pr-badge--info {
    background: var(--badge-info-bg);
    color: var(--badge-info-text);
}

.pr-card .a-CardView-badge.pr-badge--success {
    background: var(--badge-success-bg);
    color: var(--badge-success-text);
}

.pr-card .a-CardView-badge.pr-badge--neutral {
    background: var(--badge-neutral-bg);
    color: var(--badge-neutral-text);
}

/*Value Pair Flex*/
.pr-kv-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pr-kv-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
}

.pr-kv-label {
    color: #8a94a3;
    flex-shrink: 0; /* label never gets squeezed */
}

.pr-kv-value {
    color: #1f2937;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* long values truncate instead of wrapping oddly */
}

/* -------- Modern pill badge (overrides default t-Badge look) -------- */
.t-Badge.t-Badge--basic.t-Badge--small {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    /*text-transform: uppercase;*/
    padding: 4px 10px;
    border-radius: 999px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* -------- Colour variants (background + text together) -------- */
.t-Badge.t-Badge--basic.t-Badge--small.u-warning {
    background: var(--badge-warning-bg);
    color: var(--badge-warning-text);
}

.t-Badge.t-Badge--basic.t-Badge--small.u-info {
    background: var(--badge-info-bg);
    color: var(--badge-info-text);
}

.t-Badge.t-Badge--basic.t-Badge--small.u-success {
    background: var(--badge-success-bg);
    color: var(--badge-success-text);
}

.t-Badge.t-Badge--basic.t-Badge--small.u-danger {
    background: var(--badge-danger-bg);
    color: var(--badge-danger-text);
}

.pr-icon-wrap {
    padding: 2px;
    background: linear-gradient(135deg, #6366f1, #3b82f6);
    border-radius: 50%;
}

.pr-icon-img {
    border-radius: 50%;
    border: 2px solid #fff;
}