/*
 * Copyright (C) 2013 - 2024, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
.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);
  }
}

.button {
  margin: 0px 4px 0px 4px;
}

.item-container {
  align-items: center;
  justify-content: center;
}

oj-label {
  margin-right: 10px; /* Adjust spacing between label and input/toggle */
}

oj-input-text, oj-switch {
  flex: none; /* Prevent input/toggle from expanding */
}

.border-right {
  border-right: 1px solid #ccc;
}

.result-container {
  background-color: #e8f5e9; /* Light green background */
  padding: 8px;
  border:  2px solid #ccc;
  border-radius: 10px;
  font-size: 19px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.result-container-parent{
  width: inherit;
}

.result-header {
  margin-top: 9px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.label {
  margin-right: 6px;
  font-weight: normal;
}

.value {
  font-weight: 700;
}

.oj-slider.oj-slider-horizontal {
  width: 100%;
}

.inline {
  display: inline-block;
}

.scale-label {
  width: 130px;
  min-width: 130px;
  color: #888888;
  margin-top:10px;
}

.scales-footer {
  margin: 20px 0px;
}

.prop-label {
  padding-top: 10px;
  font-weight: 300;
  color: #888888;
}

.global-label{
  padding-top:10px
}
.scales-table {
  width: 100%;
  margin: 15px 20px;
  gap: 2px;
}

.scale-container {
  width: 100%;
}

.label-container {
  padding-right: 20px;
}

.slider-container {
  padding-right: 20px; 
}

.value-container {
  white-space: nowrap;
  text-align: right; 
}
.custom-form-layout {
  width:50%;
}
.custom-form-layout .oj-input-text {
  margin-bottom: 0.5rem; 
  padding-bottom: 0;
}

.custom-form-layout .oj-form-layout-item {
  margin-bottom: 0.5rem; 
  padding-bottom: 0;
}

.properties-list ul li{
  padding-left: 0px !important;
  padding-top: 0px;
}

.oj-form > .oj-flex > .oj-flex-item:not(.oj-formlayout-nested-formlayout):not(.oj-formlayout-nested-labelvalue) {
  padding: 0 !important; 
}

.center {
  text-align: center;
}

.disbale-slider{
 margin: 5px 5px 0 0;
}

.scrollable-list {
  max-height: 300px; 
  overflow-y: auto;
  overflow-x: hidden; 
  border: 1px solid #ccc; 
  width: 100%;
}

.scrollable-list::-webkit-scrollbar {
  width: 8px;
}

.scrollable-list::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable-list::-webkit-scrollbar-thumb {

  border-radius: 4px;
  border: 2px solid transparent; 
  background-clip: content-box; 
}

.scrollable-list {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.properties-container {
  width: 100%;
  height:100%;
  background: inherit;
}

.graph-props-container{
  max-height: 350px;
  overflow: auto;
  background: inherit;
}

.graph-estimates-container {
  max-height: 400px;
  overflow: hidden;
}

.left {
  text-align: left;
}

.providers-heading {
  margin: 0;
  font-size: 20px;
}

.properties-body {
  margin: 10px 0px 2px 0px;
}

.properties-data-type {
  font-style: italic;
  margin-left: 8px;
  font-weight: 200;
}

.avg-size-width {
  width: 90px;
  height: 15px;
}

.naming-label{
  margin:0px 0px 5px 2px;
  font-weight: 600;
  font-size: 14px;
}

.properties-heading {
  font-weight: 700;
  margin:10px 10px 10px 0px;
}

.scale-input .oj-text-field-input {
  background-color: rgb(174, 214, 241);
}

.scale-multiplier {
  padding-top: 15px;
  margin:0 22px;
  text-align: center;
  max-width: 100px;
}

.max-width-column{
max-width:200px !important;
}

.result-text{
  width:165px;
  margin:auto;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 1000;
  border: 1px solid #ccc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 450px;
  height: 70px;
}

.global-avg-string-lenght{
  width: 100px !important;
}

.properties-name{
  margin:0;
}
  
.oj-message-container {
  flex-direction: row;
  align-items: center;
}

.oj-messages-inline .oj-message-container:not(.oj-message-no-detail) .oj-message-body{
  padding: 8px 0 0 0;
}

.oj-messages-inline .oj-message-header{
  padding-right: 0px;
  width:25px;
}
h6{
  font-weight: 700;
}