.mdc-dialog__footer__button.danger {
  background: #ff4081;
  color: #FFF;
}

.mdc-button.mdc-button--compact.success,
.mdc-button--accent.mdc-button--raised.success {
  background: #4CAF50;
  color: #FFF;
}

.col-md-12.section {
  padding-top: 20px;
}

.rt-expander {
  position: relative;
  top: 8px;
}

/* QC result*/

.qcWrapper {
  padding: 10px;
}

.qc {
  display: block;
  width: 100%;
  clear: both;
  border: 1px solid #DDD;
  padding: 5px;
}

.qc.report {
  text-align: center;
}

.qcLabel,
.qcResult {
  display: inline-block;
  width: 40%;
  float: left;
}

.qcReport {
  width: 15%;
  display: inline-block;
  float: left;
}

.qcResult {
  font-weight: bold;
}

.qcResult.Pass,
.qcResult.Passed {
  color: green;
}

.qcResult.Fail,
.qcResult.Failed {
  color: red;
}

.qcResult.Warn {
  color: orange;
}

.btn {
  color: #333;
}

/* Dialogs */

paper-dialog {
  z-index: 999999;
}

.search-text {
  --mdc-theme-primary: var(--theme-primary) !important;
}

.app-header.navbar .nav-item button {
  border-radius: 0 !important;
}

.rt-thead.-filters {
  padding-top: 10px;
}

paper-dialog {
  overflow: visible;
}

ul.stages {
  list-style: none;
  margin: 0px 0 0 0px;
  padding: 0;
}

ul.stages li {
  text-align: left;
}

ul.stages li label {
  text-align: left !important;
}

ul.stages li label,
.data.status label {
  padding: 4px 10px;
  text-align: center;
  font-weight: 400;
  width: 140px;
  border-radius: 5px;
}

.data.status label.status {
  text-align: left;
  width: 100px;
}

ul.stages li label {
  width: 240px;
}

ul.stages li label.SUCCEEDED,
.data.status label.SUCCEEDED {
  background: #2ecc71;
  color: #FFF;
}

ul.stages li label.FAILED,
.data.status label.FAILED {
  background: #e74c3c;
  color: #FFF;
}

ul.stages li label.TIMED_OUT,
.data.status label.TIMED_OUT {
  background: #e67e22;
  color: #FFF;
}

ul.stages li label.ABORTED,
.data.status label.ABORTED {
  background: #bdc3c7;
  color: #FFF;
}

ul.stages li {
  margin: 0;
  padding: 0;
}

ul.stages li label {
  padding: 0;
}

.data.left {
  text-align: left;
}

ul.stages li label {
  font-weight: 400;
}

.btn-sm.action {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

i.fa.prefs {
  color: #f0645a;
  cursor: pointer;
  margin-left: 10px;
}

i.fa.prefs:hover {
  color: #dc281e;
}

#customiseDisplay {
  cursor: pointer;
}

#customiseDisplay:hover {
  color: #323232;
}

.closeDialog {
  z-index: 999999;
  float: right;
  color: #000;
  font-size: 12pt;
  font-weight: 100px;
  /*  cursor: grab;*/
}

.closeDialog:hover {
  opacity: 0.8;
}

aside i.options {
  position: relative;
  top: 3px;
  font-size: 20px;
  width: 15px;
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
  /* Safari */
  transition: width 2s, height 2s, transform 2s;
}

.text-muted a,
.text-muted>button {
  background: transparent;
  border: none;
  text-decoration: none;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
}

.text-muted>button:hover {
  color: #93a6af;
}

aside a.columnOptions i.fa.options:after {
  content: "\f0da";
  font-family: "FontAwesome";
}

aside a.columnOptions.active i.fa.options:after {
  content: "\f0d7";
}

#columnOptionsBox {
  display: block;
  width: 80%;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 65px;
  display: none;
}

#columnOptionsBox.active {
  display: block;
}

#columnOptionsBox i.fa {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

li.theme {
  min-width: 130px;
}

li.theme .react-switch {
  position: relative;
  top: 7px;
}

.app-header.navbar .navbar-brand {
  min-width: 225px;
}

@media (max-width: 768px) {
  .app-header .btn-group {
    height: 93%;
  }

  .app-header.navbar .nav-item {
    height: 93%;
  }

  .app-header.navbar .navbar-brand {
    min-width: 225px;
  }

  .nav {
    flex-wrap: nowrap;
  }
}

.notification .notification-title {
  font-family: openSansLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ErrorHandler.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 50px;
  margin-left: -250px;
  margin-top: -25px;
}

/* Edits Processmonk */

/* header */
.userRoles {
  z-index: 9999 !important;
}

.app-header.navbar .brand {
  width: 350px;
}

.app-header.navbar .topMenu {
  width: 50% !important;
}

.sidebar-hidden .main {
  margin-left: 10px !important;
}

.app-body .main {
  margin-left: 210px !important;
  margin-top: 125px;
}

.button {
  background: #DC281E;
  padding: 7px 30px;
  color: #fff;
}

.links {
  text-decoration: none;
  color: #dc281e;
}

.page_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.page_header_left_wrapper {
  display: flex;
}

.page-heading {
  padding-right: 40px;
}

.headingLable {
  margin-bottom: 0;
  font-size: 14px;
}

.search_input {
  padding: 2.5px 15px;
  min-width: 250px;
}

.search_button {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.card-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tenantDetailPageHeading {
  color: #dc281e;
  font-size: 20px;
  padding-bottom: 15px;
}

.tenant-card-wrapper a {
  text-decoration: none;
  color: #969696;
}

.tenant-card-wrapper a:hover,
.tenant-card-wrapper a:visited {
  color: #313131;
}

.tenantDetailsListWrapper {
  padding: 15px;
}

.cardList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.TenantCard {
  min-width: 250px;
  max-width: 250px;
  margin: 10px;
  padding: 15px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.TenantCard .heading {
  font-size: 20px;
  font-weight: 800;
}

.headingLinks {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #dc281e;
}

.headingLinks:hover {
  color: #dc281e;
}

.expand_button {
  position: absolute;
  right: 30px;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.expand_button:hover {
  text-decoration: none;
}

.OrchProfileCard .detailHeading {
  font-weight: bold;
  padding-right: 10px;
}

.OrchProfileCard .detailwrapper {
  padding-bottom: 5px;
  display: flex;
}

.tenantDetailsListHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tenantDetailsListHeaderLeftWrap {
  padding-left: 8px;
  padding-bottom: 5px;
  display: flex;
}

.tenantDetailsListHeading {
  padding-right: 40px;
}

.tenantDetailsItemWrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.tenantDetailsItem {
  padding-right: 30px;
}

.tenantDetailsLable {
  font-weight: bold;
}

.triggerDetailsItemWrap {
  column-count: 2;
  margin-bottom: 10px;
}

.triggerDetailsItem {
  display: flex;
  padding-bottom: 10px;
}

.triggerDetailsLable {
  font-weight: bold;
  padding-right: 15px;
  flex: 1;
}

.triggerDetailsValue {
  flex: 2;
}

.ExcludeTable {
  margin-top: 20px;
}

.triggerExcludeIsRegexCol {
  width: 11%;
  text-align: center;
}

.triggerExcludeRemove {
  width: 7%;
}

.triggerExcludeIdentifier {
  width: 41%;
}

.triggerExcludeExtensions {
  width: 42%;
}

.triggerExcludeExtensions .react-tag-input {
  font-size: 14px !important;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2.375em;
  padding: .1875em .375em;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.triggerExcludeExtensions .react-tag-input__tag {
  position: relative;
  display: flex;
  align-items: center;
  font-size: .85em;
  line-height: 1;
  background: #e1e1e1;
  border-radius: 3px;
  min-height: 25px;
}

.triggerExcludeExtensions .react-tag-input>* {
  margin: .1875em;
}

.triggerExcludeExtensions .react-tag-input * {
  box-sizing: border-box;
}

.triggerExcludeExtensions .react-tag-input__tag__content {
  outline: 0;
  border: none;
  white-space: nowrap;
  padding: 0 .46875em;
}

.triggerExcludeExtensions .react-tag-input__tag__remove {
  position: relative;
  height: 2em;
  width: 2em;
  font-size: .85em;
  cursor: pointer;
  background: #d4d4d4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.triggerExcludeExtensions .react-tag-input__input {
  width: auto;
  flex-grow: 1;
  height: 1.875em;
  padding: 0 0 0 .1875em;
  margin: 0 .1875em;
  font-size: 1em;
  line-height: 1;
  background: transparent;
  color: #333;
  border: none;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.triggerExcludeExtensions .react-tag-input__tag__remove:before,
.triggerExcludeExtensions .react-tag-input__tag__remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  height: .9em;
  width: .15em;
  background-color: #333;
}

.triggerExcludeExtensions .react-tag-input__tag__remove:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.triggerExcludeExtensions .react-tag-input__tag__remove:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.triggerExcludeBtnWrap {
  text-align: right;
}

.triggerExcludeDisbled input {
  background-color: #fff !important;
  border: 0;
  box-shadow: unset;
}

.triggerExcludeDisbled .react-tag-input {
  border: 0;
}

.triggerExcludeDisbled>tr:hover {
  background-color: #fff !important;
}

.triggerExcludeDisbled .react-tag-input__tag__remove {
  display: none;
}

.OrchProfileCardHeading {
  font-size: 16px;
  font-weight: 500;
  color: #0073bb;
}

.OrchProfileCard:nth-child(3n+2) {
  border-right: 1px solid #DEE2E3;
  border-left: 1px solid #DEE2E3;
}

.searchWrapper {
  margin-right: 15px;
}

.searchWrapper input {
  font-size: 1.5rem;
}

.form-check {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  padding: 15px;
  justify-content: space-between;
  min-height: 120px;
}

/* .orch_diagram_wrapper .nodes {
  fill: darkgray;
} */

.nodes text {
  color: #3b4f5a;
  cursor: pointer;
}

/* .orch_diagram_wrapper .path {
  stroke: black;
  fill: black;
  stroke-width: 1.5px;
} */

.path {
  stroke: black;
  fill: black;
  stroke-width: 1.5px;
}

.sidebar .inner {
  text-align: center;
  margin-top: 42px;
}

.sidebar_btn_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  overflow: hidden;
  min-height: 70vh;
}

.sidebar_separator {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

.sidebar_experimental_label {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding-left: 14px;
  margin: 12px 0 8px;
}

.sidebar_top {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sidebar_bottom {
  display: flex;
  flex-direction: column; 
  flex-shrink: 0;
}

.sidebar_btn {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  color: #3B4F5A;
  font-size: 16px;
}

.sidebar_btn:hover {
  color: #dc281e;
}

.sidebar_btn.active_menu {
  color: #dc281e;
}

.detailsHeaderWrapper {
  padding: 0 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
}
.orch_diagram_wrapper {
  background: #f5f5f5;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

/* diagram style*/
.node-label-start-end {
  color: #3b4f5a;
}

.node-label {
  color: #3b4f5a;
  cursor: pointer;
}

.node rect {
  cursor: pointer;
}

.node:hover rect {
  fill: #c2c2c2 !important;
}

.form_page_header {
  margin-top: 30px;
}

.node_parameters_object_textarea {
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  width: 100%;
}

.ErrorMessage {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 100px;
}


/* Node details */
.node_details_close {
  display: flex;
  justify-content: flex-end;
}

.node_details_item {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 510px;
  overflow: scroll;
  padding-top: 0px;
}

.node_details_name {
  font-size: 14px;
  color: #dc281e;
  flex: 3;
}

.node_param_key {
  font-weight: bold;
}

.paramsHeading {
  font-size: 13px;
  background: #f2f2f2;
  padding: 10px;
}

.node_param_wrap_inner_params {
  border: 1px solid #ccc;
}

.Parameter_values {
  padding: 10px;
}

.node_parameter_key {
  font-weight: bold;
  font-size: 12px;
}

.node_param_value {
  font-size: 12px;
}

.node_other_params_key_value_wrap.object,
.node_other_params_key_value_wrap.array {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  margin: 5px 0;
}

.node_other_params_key_value_wrap.keyvalue {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 5px 10px;
}

.node_other_params_key_value_wrap.object .other_params_key,
.node_other_params_key_value_wrap.array .other_params_key {
  font-weight: bold;
  padding-left: 10px;
}

.non_params_button {
  border: 0;
}

.node_detail_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  word-break: break-all;
}

.node_detail_header_button {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.node_detail_header_btn {
  background-color: #DC281E !important;
}

.node_detail_header_btn_link:hover {
  text-decoration: none;
}

.node_details_headingLable {
  font-size: 12px;
  font-weight: 400;
  color: #3b4f5a;
  display: flex;
}

.doc_link a {
  padding-left: 5px;
  color: #3b4f5a;
}

.node_params_key_value_wrap.keyvalue {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

.node_params_key_value_wrap.object,
.node_params_key_value_wrap.array {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.node_params_icon_btn {
  background: none;
  border: none;
  padding: 0;
}

.Parameter_values>div:last-child .node_params_key_value_wrap {
  border: 0;
  padding-bottom: 0;
}

.stageDataHidden {
  height: 0 !important;
  width: 0;
  opacity: 0;
}

.copy_btn_wrap {
  align-self: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}

.copy_btn_wrap_popup {
  position: absolute;
  right: 21px;
  top: 35px;
}

.node_details_item .modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.node_details_wrapper {
  top: 0;
  right: 0;
  width: 50%;
  position: absolute;
}

.errorWrapper {
  margin-top: 15px;
}

.errorWrapper pre {
  border: 1px solid #dc281e;
}

.TenantdetailsHeaderWrapper {
  display: flex;
  padding: 15px 0;
}

.ExternalDocsWrap{
  display: flex;
}

.orch_backlink_heading {
  display: flex;
  color: #dc281e;
  align-items: center;
  font-size: 20px;
  margin-bottom: 15px;
  text-decoration: none;
}

.orch_backlink_heading:hover,
.orch_backlink_heading:focus {
  color: #dc281e;
}

#tenant-select {
  padding: 10px;
  padding-right: 20px;
}

.copy_btn_wrap svg,
.delete_icon_btn svg {
  width: 25px;
  height: 25px;
}

label.showFailureRoutes_label {
  font-size: 12px;
  color: #3B4F5A;
}

.non-clickable-table .soln-table tr {
  cursor: default;
}

/* soln-table.css */
.soln-table {
  width: 100%;
  border-collapse: separate;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.force-underline {
  color: #07326a;
  text-decoration: underline !important;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;  
}

.soln-table th {
  background: #f8f9fa;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid #ddd;
}

.soln-table td {
  padding: 10px;
  text-align: left;
  font-size: 13px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  border-bottom: 1px solid #eee; /* Soft divider */
}

.soln-table tr:nth-child(even) {
  background-color: #f9fafb;
}

.soln-table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Hover Effect */
/* Clickable Row */
.soln-table tr {
  cursor: pointer;
  transition: background 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
}

.soln-table tr:hover {
  background: rgba(0, 0, 0, 0.05) !important; 
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); 
  transform: translateY(-1px);
}

.soln-table tr:hover .clickable-text {
  text-decoration: underline !important;
  color: #007bff;
}

.soln-table tr::after {
  font-size: 12px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.soln-table tr:hover::after {
  opacity: 1;
}

/* Mapping Table – no hover/row click styles */
.soln-table-mapping {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  table-layout: fixed;
}

.soln-table-mapping th {
  background: #f4f6f8;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid #ddd;
}


.soln-table-mapping td:nth-child(2) {
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.soln-table-mapping td {
  padding: 10px;
  text-align: left;
  font-size: 13px;
  color: #444;
  vertical-align: top;
  word-break: break-word;
  white-space: normal;
  border-bottom: 1px solid #eee;
}

.soln-table-mapping tr:nth-child(even) {
  background-color: #f9fafa;
}

.soln-table-mapping tr:nth-child(odd) {
  background-color: #ffffff;
}

/* ✅ No hover styles or clickable row styles */
.soln-table-mapping tr {
  cursor: default;
  transition: none;
}

.soln-table-mapping tr:hover {
  background: inherit;
  box-shadow: none;
  transform: none;
}

/* Clickable links inside cells */
.soln-table-mapping .clickable-link {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
