body {
  margin: 0;
}

#pagination-container-top {
  margin-bottom: -55px;
}
#content-container .navbar {
  max-width: 75%;
}

.content_main {
}

#content-container {
}

/* Table New */

#table_outer_wrapper {
}

#Tableview tbody {
  border: 1px solid #eee;
}

.table_results {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.table_results th {
  padding: 1.25rem 1rem;
}

.table_results td {
  padding: 0.5rem 1rem;
}

#showresult > thead > tr > th:nth-child(7) {
  min-width: 600px;
}

#showresult > thead > tr > td[id^=desc_] {
  min-width: 600px;
}

#showresult > tbody > tr > td[id^=desc__] {
  min-width: 600px;
}


.table_results > :not(caption) > * > * {
  border-bottom-width: var(--bs-border-width);
}

.table__wrap {
  /* overflow-y: scroll; */
  /* height: calc(70vh); */
  margin-bottom: 5rem;
}

.table__header {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9rem;
  background-color: #eee;
}

.table__link {
  text-decoration: none;
  color: var(--color-primary);
}

.table__row {
  border-bottom: 1px solid #eee;
}

.table__row--last {
  border-bottom: 0;
}

.table__cell {
  padding: 1rem 1.5rem;
  min-width: 200px;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-font-mono {
  font-family: "PT Mono", monospace;
}

.td-cell > div {
  max-height: 120px;
}

/* Table New End */

.savequeryfield {
  width: 560px;
  height: auto;
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
}

.offcanvas-body {
  position: relative;
  z-index: 100;
}

#saveButton {
  position: relative;
  z-index: 10;
}

#addButton {
  position: relative;
  z-index: 10;
}

.savequeryfield .searchtitle_inner {
  padding: 14px 20px;
}

.savequeryfield .inwrapper {
  background-color: #eee;
  padding: 10px;
  width: 70%;
  transform: translateX(42.5%);
  overflow-x: hidden;
}

.savequeryfield .inwrapper input[type="text"] {
  width: 80%;
}

.searchtitle_inner {
  width: 70%;
  transform: translateX(42.5%);
}

#savequerymessage_out {
  background-color: #eee;
  padding: 7px;
}

.searchtitle_inner {
  border-bottom: 1px solid #ddd;
}

#scrollButton {
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: none;
  width: 80px;
  font-size: 10px;
}

#saveButton {
  position: fixed;
  top: 80px;
  right: 50px;
  display: block;
  width: 150px;
  font-size: 10px;
}

#addButton {
  position: fixed;
  top: 80px;
  right: 210px;
  display: block;
  width: 150px;
  font-size: 10px;
}

.scrollDiv {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.searchtitle_inner a {
  font-size: 1rem;
}
.searchtitle_inner #innerlink1 {
  float: left;
}

select.editable {
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

#optionsList {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
}

.custom-pagination-item {
  background-color: lightgrey;
}

.custom-pagination-item:hover {
  background-color: lightgrey;
  text-decoration: none; /* To remove the default underline on hover */
  cursor: default; /* To set the cursor to the default arrow on hover */
}

.searchtitle_inner #innerlink1 .material-symbols-rounded {
  font-size: 35px;
  margin-left: -30px;
  color: #000;
  padding-right: 10px;
}

.searchtitle_inner #innerlink2 {
  float: right;
  margin-top: -20px;
}

.searchtitle_inner::after {
  float: none;
}

#working_bar {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.custom-file-button input[type="file"] {
  margin-left: -2px !important;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

#table_outer_wrapper {
  float: none;
  overflow: hidden;
}

#showresult {
  float: left;
  display: block;
  position: sticky;
  margin-bottom: 2rem;
  top: 0;
  height: 60vh;
  border-collapse: collapse;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-secondary {
  border-bottom: 1px solid #000;
}

.table-results {
  border-bottom: 1px solid #000;
}

#table_outer_wrapper .scrollable-container {
  position: relative;
  max-height: 200px; /* Set the maximum height for the scrollable container */
  overflow: auto; /* Enable both vertical and horizontal scrollbars */
}

/* Style for the top scrollbar */
.top-scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px; /* Adjust the height of the scrollbar */
  background-color: #ddd; /* Background color of the scrollbar */
}

/* Style for the bottom scrollbar */
.bottom-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; /* Adjust the height of the scrollbar */
  background-color: #ddd; /* Background color of the scrollbar */
}

/* Style for the table */

#showresult .active {
  width: 100%;
  border-collapse: collapse;
}

#searchresult .row {
  margin-bottom: 10px !important;
}

.result-left-side {
  float: left;
  width: 30%;
  box-sizing: border-box;
  background-color: #354b54;
  padding: 20px;
  color: white;
}

.result-right-side {
  float: left;
  width: 70%;
  box-sizing: border-box;
  background-color: #bdcad2;
  padding: 20px;
}

.headlineResult {
  font-size: 18px;
  color: white;
  margin-top: 10px;
}

.workingBar {
  font-size: 18px;
  color: white;
  margin-top: 10px;
}

#showresult thead {
  table-layout: fixed;
  position: sticky;
  top: 0;
  bottom: 2rem;
}

#showresult .col-3 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #354b54;
}

#showresult td,
#showresult th {
  table-layout: auto;
  width: 250px !important;
  padding: 0 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  vertical-align: middle;
}

.result-left {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #354b54;
  object-fit: contain;
  text-align: center;
}

.result-left img {
  display: inline-block;
  margin: 0 auto;
  height: 200px;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-relation {
  display: block;
}

.dropdown-content {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: black;
}

.result-right {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #bdcad2;
}

#result {
  background-color: lightgrey;
}

/* #showresult td:nth-child(5), #showresult th:nth-child(5), #showresult td:nth-child(5), #showresult th:nth-child(5) {
  table-layout: auto;
  width: 1000px !important;  
  padding-left: 0.75em;  
  vertical-align: middle; 
}

#showresult td:nth-child(4), #showresult th:nth-child(4), #showresult td:nth-child(4), #showresult th:nth-child(4) {
  table-layout: auto;
  width: 10px;  
  padding-left: 0.75em;  
  vertical-align: middle; 
}

#showresult td:nth-child(39), #showresult th:nth-child(39), #showresult td:nth-child(39), #showresult th:nth-child(39) {
  table-layout: auto;
  width: 700px;  
  padding-left: 0.75em;  
  vertical-align: middle;
} */

.brand-button {
  flex: 0 0 25%; /* 20% width to have 5 buttons in a row */
  box-sizing: border-box;
  padding: 10px;
  margin: 5px;
  border: 2px solid #ccc;
  text-align: center;
  transition: height 0.3s ease-in-out; /* Smooth transition for height */
}

.brand-error-hidden {
  display: none;
}

.navigator-button {
  border-color: #354b54 !important;
  border-radius: 25px;
  width: 150px;
  height: 100px;
  margin-right: 1em;
  padding: 20px;
  color: #000;
  font-size: smaller;
  overflow: hidden;
  white-space: normal;
  vertical-align: top;
  background-color: #bdcad2;
  transition: background-color 0.3s ease; /* Adding transition for a smooth effect */
}

.pdp-image-container-prio {
  background-color: #354b54;
  min-height: 50vh;
  padding: 20px;
  color: white;
  border-radius: 25px;
  margin-bottom: 10px;
}

.pdp-image-container-additional {
  background-color: #bdcad2;
  padding: 20px;
  min-height: 50vh;
  color: white;
  border-radius: 25px;
  margin-bottom: 10px;
}

.pdp-document-container{
  background-color: #bdcad2;
  padding: 20px;
  height: fit-content;
  color: white;
  border-radius: 25px;
  margin-bottom: 10px;
  font-size: 12px;
}

.pdp-doc-header-row{
  background-color: #354b54;
  color:white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.shown-image {
  height: 30vh;
  object-fit: contain;
  text-align: center;
}

.metadata-container-prio {
  height: 30vh;
  object-fit: contain;
  width: 90%;
}

.metadata-container-additional {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

.shown-image img {
  display: inline-block;
  object-fit: contain;
  margin: 0 auto;
  height: 90%;
  width: 90%;
}

.mainInformation {
  padding: 0 auto;
}

.pdp-table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  border-collapse: collapse;
}

.pdp-table > tbody > tr >th[id^=mainAttr] {
  width:200px
}

.pdp-table > tbody > tr >th[id^=addAttr] {
  width:300px
}

.pdp-table, 
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  cursor: auto;
}

.hover-effect,
select {
  cursor: pointer;
}

.pdp-table th {
  background-color: #f2f2f2;
}

.hover-effect:hover {
  background-color: #e0e0e0; /* Change the background color on hover */
}

.editable {
  display: none;
}

.noHover {
  pointer-events: none;
}

.image-grid {
  height: 25%;
  padding-top:10px;
  overflow-x: auto;
  overflow-y: hidden;
  object-fit: contain;
  align-items: center;
}

.image-grid img {
  display: inline-block;
  object-fit: contain;
  max-height: 65px;
  padding: 5px;
  border: 2px solid transparent; /* Initially, set a transparent border */
  transition: border-color 0.3s ease; /* Add a smooth transition effect */
}

/* Change the border color on hover */
.image-grid img:hover {
  border-color: white; /* Change the border color to blue on hover */
}

.navigator-button:hover {
  background-color: #897f7f; /* Change the color on hover */
}

.home-container {
  display: flex;
}

.home-button-container {
  float: left;
  box-sizing: border-box;
  padding: 20px;
  color: white;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.button-container {
  margin-top: 10px;
}

.settings-container {
  width: 10%;
}

.table-result-list {
  margin: 10px;
}

.table-result-list td {
  padding: 0.25rem;
}

.result-row {
  padding: 10px;
}

.home-button {
  width: 250px;
  height: 150px;
  background-color: #354b54;
  border: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home-button:hover {
  background-color: #555;
}

.column-max-height {
  max-height: 100px;
  overflow: hidden;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

#showresult td:first-child,
#showresult th:first-child,
#showresult td:nth-child(2),
#showresult th:nth-child(2) {
  table-layout: auto;
  align-content: center;
  text-align: center;
  width: 50px;
  padding: 0.75em;
}

#pdp-overall-information table {
  border-collapse: collapse;
  width: 100%;
}

#pdp-overall-information th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

#pdp-overall-information th {
  background-color: #f2f2f2;
}

#showresult tfoot td {
  height: 5rem;
  background-color: #bdcad2;
}

.column-max-height {
  max-height: 100px;
  overflow: hidden;
}

#working-bar {
  display: inline-block;
  width: 75% !important;
}

.step_back {
  width: auto;
  float: left;
  padding: 0px !important;
}

#form_showresults {
  float: left;
  max-width: 500px;
  width: auto;
}

.step_back span {
  border: 1px solid #eee;
  z-index: 1001;
  box-shadow: #ddd 1px 1px 2px 1px;
}
.step_back span:hover {
  opacity: 0.7;
}

.export {
  z-index: 10000;
  float: right;
  width: fit-content;
  margin-bottom: 0 auto;
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow:
    rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  /*font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";*/
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  list-style: none;
  padding: 6px 16px;
  /*position: fixed;
  bottom: 10px;
  left: 30px; */
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.export:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.export:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.export:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.export:focus {
  outline: 1px transparent;
}

.export:before {
  display: none;
}

.export:-webkit-details-marker {
  display: none;
}

.export a {
  color: black;
}

#choose_value {
  width: 100%;
  margin: 10px 0;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.ct-chart-bar {
  overflow: visible;
  margin: 0 0 30px 0;
}

.ct-chart .ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space: nowrap;
}

.rnd {
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
  border-right: 0px #fff solid !important;
}

.rndbtn {
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-left: 0px #fff solid !important;
}

.searchresult {
  color: #1a0dab;
  font-weight: 700;
}

.resultdatetime {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}

.resultlink {
  color: #1a0dab;
  font-size: 14px;
  text-decoration: none;
}
.noofresults {
  font-size: 14px;
  color: #70757a;
  padding: 10px 0 10px 0;
}

.tab {
  border-bottom: 3px solid #dee2e6;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #dee2e6;
  padding: 0 0px 3px 0px;
}

.active.tab {
  background: #eee;
  border-bottom: 3px solid #5f6368;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #5f6368;
  padding: 0 0px 3px 0px;
}

.custom-alert {
  display: inline-block;
  line-height: 24px;
}
.material-icons,
.icon-text {
  vertical-align: middle;
}

.btn-link {
  color: #333 !important;
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login {
  width: 400px;
  background-color: #ffffff;
  margin: 100px auto;
}
.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #34515e;
  color: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.login form input[type="password"],
.login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.login form input[type="password"]:focus,
.login form input[type="text"]:focus {
}

.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #34515e;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 30px;
}


.login form input[type="submit"]:hover {
  background-color: #81c784;
  transition: background-color 0.2s;
  border-radius: 14px;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
}
.bubble {
  background: #000;
  color: #fff;
  padding: 4px 12px;
  position: absolute;
  border-radius: 30px;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}

.pdp-accordion-item {
  width: 100%;
}

.pdp-accordion-button {
  border-color: #354b54;
  background-color: #bdcad2;
}

.pdp-accordion-button:hover {
  background-color: #897f7f; /* Darker green on hover */
}

.pdp-accordion-button.collapsed {
  background-color: #bdcad2; /* Keep the green color for collapsed state */
}

/* *{
	background: #000 !important;
	color: #eee !important;
} */
.active.tab.highlight {
  color: #284463;
  border-color: #284463;
}

.accordion-btn {
  background-color: #28a745; /* Green color */
  color: #fff; /* White text */
}

.innerdiv {
  display: block;
  top: 10px;
  position: absolute;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
}

.staging .innerdiv {
  border: 1px solid #34965e;
  background: #34965e;
}

.production .innerdiv {
  border: 1px solid #284463;
  background: #284463;
}

.usermanagement .innerdiv {
  border: 1px solid #fc821c;
  background: #fc821c;
}

.usermanagement .active.tab.highlight,
.tablerights .active.tab.highlight {
  color: #fc821c;
  border-color: #fc821c;
}

.staging .active.tab.highlight {
  color: #34965e;
  border-color: #34965e;
}

.mgmt input[type="range"] {
  -webkit-appearance: none;
}

.mgmt input[type="range"]::-webkit-slider-runnable-track {
  width: 75px;
  height: 6px;
  background: #ccc;
  border: none;
  border-radius: 0px;
}

.mgmt input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid #666;
  margin-top: -6px;
}

.mgmt .r input[type="range"]::-webkit-slider-thumb {
  border-radius: 0%;
  background: #fff;
}

.mgmt .r0 input[type="range"]::-webkit-slider-thumb {
  border-radius: 10%;
  background: #eee;
}

.mgmt .r1 input[type="range"]::-webkit-slider-thumb {
  border-radius: 20%;
  background: #ddd;
}

.mgmt .r2 input[type="range"]::-webkit-slider-thumb {
  border-radius: 30%;
  background: #ccc;
}
.mgmt .r3 input[type="range"]::-webkit-slider-thumb {
  border-radius: 50%;
  background: #bbb;
}

.mgmt input[type="range"]:focus::-webkit-slider-thumb {
  outline: none;
  background: #fc821c;
}

.mgmt input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}

.chip {
  padding: 0px 2px 5px 20px;
  border-radius: 100px;
  background: #e0e0e0;
  color: #6f6f6f;
  font-weight: 500;
  line-height: 24px;
  margin-right: 10px;
  border: 1px solid #6f6f6f;
}

.sendporttable {
  table-layout: fixed;
  word-wrap: break-word;
}

.sendporttable td {
  /* overflow: auto;*/
  overflow-wrap: anywhere !important;
  white-space: normal;
  word-wrap: break-all !important;
  font-size: 11px;
}

.bg-diy-dark {
  background: #354b54;
}

.bg-diy-dark .btn-outline-secondary {
  border: 1px solid #fff;
  color: #fff !important;
}

a table td {
  color: #000 !important;
}

.sndprtend,
.sndprt {
  width: 40%;
  line-height: 20px;
  position: relative;
  background: #b7dee8;
  text-align: left;
  /* margin:50px auto; */
}
.sndprtend {
  border-right: 5px solid #0070c0;
}

.sndprt:after,
.sndprt:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 100%;
}
.sndprt:after {
  bottom: 0;
  background: linear-gradient(to right bottom, #b7dee8 50%, transparent 50%);
}
.sndprt:before {
  top: 0;
  background: linear-gradient(to right top, #b7dee8 50%, transparent 50%);
}

.empty {
  width: 40%;
  line-height: 20px;
  position: relative;
  background: #eee;
  text-align: left;
  /*margin:50px auto;*/
}
.empty:after,
.empty:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 100%;
}
.empty:after {
  bottom: 0;
  background: linear-gradient(to right bottom, #eee 50%, transparent 50%);
}
.empty:before {
  top: 0;
  background: linear-gradient(to right top, #eee 50%, transparent 50%);
}

.rcprt {
  width: 40%;
  line-height: 20px;
  position: relative;
  background: #c4d6a0;
  text-align: left;
  /*margin:50px auto;*/
}
.rcprt:after,
.rcprt:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 100%;
}
.rcprt:after {
  bottom: 0;
  background: linear-gradient(to right bottom, #c4d6a0 50%, transparent 50%);
}
.rcprt:before {
  top: 0;
  background: linear-gradient(to right top, #c4d6a0 50%, transparent 50%);
}

.rcprtstart {
  display: inline-block;
  width: 20px;
  line-height: 50px;
  position: relative;
  background: #c4d6a0;
  text-align: left;
  margin: 50px auto;
  height: 100%;
}
.rcprtstart:after,
.rcprtstart:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  right: 100%;
}
.rcprtstart:after {
  bottom: 0;
  background: linear-gradient(to left bottom, #fff 50%, transparent 50%);
}
.rcprtstart:before {
  top: 0;
  background: linear-gradient(to left top, #fff 50%, transparent 50%);
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transform: translateY(3px);
    color: #354b54;
    opacity: 0.5;
}

.info-icon .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #354b54;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position über dem Icon */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.orcvw {
  width: 40%;
  line-height: 20px;
  position: relative;
  background: #fbd8bb;
  text-align: left;
  /*margin:50px auto;*/
}

#barChartSection {
    transition: all 0.3s ease-in-out;
}

.orcvw:after,
.orcvw:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 100%;
}
.orcvw:after {
  bottom: 0;
  background: linear-gradient(to right bottom, #fbd8bb 50%, transparent 50%);
}
.orcvw:before {
  top: 0;
  background: linear-gradient(to right top, #fbd8bb 50%, transparent 50%);
}

.orcvw a,
.rcprt a,
.sndprt a {
  color: #000;
}

.topcard {
  color: #3c4043;
}

.table-err {
  border-left: 5px solid #dd9d22;
}

.table-sccs {
  border-left: 5px solid #2ecc71;
}

.subkop {
  color: #f07e25;
  font-size: 24px;
}

figcaption {
  font-size: 14px;
  color: #354b54;
  text-align: left;
  font-weight: 300;
  font-style: italic;
}

.sidebar {
  background-color: #bdcad2;
  padding-right: 20px;
  padding-top: 20px;
  min-height: calc(100vh - 86px);
  top: 0px !important;
}

.sidebarleft {
  background-color: #bdcad2 !important;
}

.fixed-bttm {
  position: absolute;
  bottom: 0px;
}

.progressbarbb {
  background: #354b54;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 4px;
  width: 100%;
  z-index: 200;
}

.progressbb {
  animation: load 120s linear forwards;

  background: #becad1 !important;
  height: 2px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#countdown {
  position: relative;
  margin: auto;
  margin-top: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
  color: #354b54;
  display: inline-block;
  line-height: 40px;
}

.svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: #354b54;
  fill: none;
  animation: countdown 120s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

/* Remove default bullets */
ul,
#myUL {
  list-style-type: none;
  padding-left: 24px !important;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
  padding-left: 0px !important;
}

#myUL li a b,
#myUL li a {
  color: #5b707b !important;
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.col-2b {
  flex: 0 0 auto;
  width: 12%;
}

.col-10b {
  flex: 0 0 auto;
  width: 87%;
}

.col-0-5 {
  width: 6.5% !important;
}
.col-1-5 {
  width: 12.5% !important;
}
.col-2-5 {
  width: 20.83333% !important;
}
.col-3-5 {
  width: 29.16667% !important;
}
.col-4-5 {
  width: 37.5% !important;
}
.col-5-5 {
  width: 45.83333% !important;
}
.col-6-5 {
  width: 54.16667% !important;
}
.col-7-5 {
  width: 62.5% !important;
}
.col-8-5 {
  width: 70.83333% !important;
}
.col-9-5 {
  width: 79.16667% !important;
}
.col-10-5 {
  width: 87.5% !important;
}
.col-11-5 {
  width: 95.8333% !important;
}

.img-hover-zoom {
  overflow: hidden;
  position: relative;
}

.img-hover-zoom .material-icons {
  position: absolute;
  left: 4%;
  bottom: 2%;
  color: #ccc;
}
/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
  transform-origin: 50% 50%;
  transition:
    transform 0.5s,
    visibility 0.25s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
  /* 	filter: brightness(150%);*/
  transform: scale(3) rotate(0deg);
}

.table-infinity tr td {
  font-size: 14px;
  font-weight: 400;
  color: #666 !important;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
}

.material-symbols-rounded {
  vertical-align: middle;
}

#SELECTOR_SEARCH {
  width: auto;
}

#SELECTOR_SEARCH:hover,
#FIELD_SEARCH:hover {
  background-color: #f8f8f8;
  box-shadow: 0px 5px 10px #0000001a;
}

.draggable-cell {
  cursor: grab;
  transition: box-shadow 0.3s;
}

.dragging {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow to the dragging cell */
}

.drag-hover {
  background-color: #f0f8ff !important; /* Add a background color for the hovered cell */
}

#goBackButton {
  font-size: 35px;
  color: black;
  cursor: pointer;
  width: fit-content;
}

.shiftToLeft {
  transform: translateX(-8rem);
}

#SELECTOR_SEARCH2 {
  width: auto;
}

#SELECTOR_SEARCH2:hover,
#FIELD_SEARCH:hover {
  background-color: #f8f8f8;
  box-shadow: 0px 5px 10px #0000001a;
}

#authenticate {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #ddd;
}

#authenticate .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#authenticate .container .center {
  width: auto;
  text-align: center;
  color: #354b54;
  position: relative;
  background: #fff;
  padding: 50px 40px 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px 2px rgb(88 88 88 / 50%);
}
#authenticate .container .center span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}
#authenticate .container .center .wave {
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #354b54;
  margin: 4px;
  animation: wave 1s linear infinite;
  border-radius: 4px;
  transform: scale(0);
}
#authenticate .container .center .wave:nth-child(2) {
  animation-delay: 0.1s;
}
#authenticate .container .center .wave:nth-child(3) {
  animation-delay: 0.2s;
}
#authenticate .container .center .wave:nth-child(4) {
  animation-delay: 0.3s;
}
#authenticate .container .center .wave:nth-child(5) {
  animation-delay: 0.4s;
}
#authenticate .container .center .wave:nth-child(6) {
  animation-delay: 0.5s;
}
#authenticate .container .center .wave:nth-child(7) {
  animation-delay: 0.6s;
}
#authenticate .container .center .wave:nth-child(8) {
  animation-delay: 0.7s;
}
#authenticate .container .center .wave:nth-child(9) {
  animation-delay: 0.8s;
}
#authenticate .container .center .wave:nth-child(10) {
  animation-delay: 0.9s;
}

.loading {
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #354b54;
  margin: 4px;
  animation: wave 1s linear infinite;
  border-radius: 4px;
  transform: scale(0);
}

.loading .wave:nth-child(2) {
  animation-delay: 0.1s;
}

.loading .wave:nth-child(3) {
  animation-delay: 0.2s;
}

.loading .wave:nth-child(4) {
  animation-delay: 0.3s;
}
.loading .wave:nth-child(5) {
  animation-delay: 0.4s;
}
.loading .wave:nth-child(6) {
  animation-delay: 0.5s;
}
.loading .wave:nth-child(7) {
  animation-delay: 0.6s;
}
.loading .wave:nth-child(8) {
  animation-delay: 0.7s;
}
.loading .wave:nth-child(9) {
  animation-delay: 0.8s;
}
.loading .wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

.caret:hover {
  background-color: #bdcad2;
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.categoryTree {
  display: block;
}

.aiResult{
  border-radius: 25px;
  background-color: #354b54;
  object-fit: contain;
  text-align: center;
}
