/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */



.t-Header-branding {
    background-color: #1A2F3F; /* Updated to PRIMARY_COLOR */
}

#bar_navtabs {
    background-color: #1A2F3F; /* Updated to PRIMARY_COLOR */
}

#t_Body_nav {
    background-color: #1A2F3F; /* Updated to PRIMARY_COLOR */
}

.t-Body-mainContent{
    background-color:#C4CCD4;
}
.t-Body-contentInner {
  padding: 0px;
  background-color:#C4CCD4;
}


.ui-widget {
  font-family: "DefaultFont" !important;
}
.t-Footer-apex {
  display: none;
}

.t-Footer-top {
    border:0;
  background-color: #c4ccd4;
}

.t-Footer {
    border:0;
  background-color: #c4ccd4;
}

:root {
      --rw-palette-branddark-50: #AEC6CF; /* Change to red */
    }

@view-transition {
  navigation: auto;
}

* {
  outline: 2px solid transparent; /* Make the outline invisible */
}

* {
  outline: 2px solid transparent; /* Make the outline invisible */
}
* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent; /* Removes the highlight on mobile devices */
}
/* For links and buttons specifically (optional) */
a, button {
  -webkit-tap-highlight-color: transparent; /* For mobile devices */
}
/* Set initial state for the element */
a, button {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform: scale(1); /* Default size */
  cursor: pointer; /* Change cursor to pointer */
}

/* On click (active state), scale the element */
a:active, button:active {
  transform: scale(1.1); /* Slightly expand the element */
  
}

/* Optional: Add a focus state for accessibility */
a:focus, button:focus {
  outline: none; /* Remove default focus outline */
  transform: scale(1.05); /* Slightly scale when focused for better accessibility */
}

ui-dialog-titlebar-close {
    display: block !important;
}



 div.t-ContentRow-description{
      color:#3A434B !important;
 }