/* /Components/ActionList/ActionListBi.razor.rz.scp.css */
/* /Components/BlobComponents/BlobDownloader.razor.rz.scp.css */
.blob-downloader-item[b-d2cbx5536e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blob-downloader-item .blob-downloader-title[b-d2cbx5536e] {
  text-decoration: none;
  color: #0366d6 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 370px;
}
.blob-downloader-item .blob-downloader-title:hover[b-d2cbx5536e] {
  color: #35a0d7;
  text-decoration: underline;
}

.dot-flashing[b-d2cbx5536e] {
  position: relative;
  animation: dot-flashing-b-d2cbx5536e 1s infinite linear alternate;
  animation-delay: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
}
.dot-flashing[b-d2cbx5536e]:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-d2cbx5536e 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing[b-d2cbx5536e]:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-d2cbx5536e 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing-b-d2cbx5536e {
  0% {
    background-color: #ff6d41;
  }
  50%, 100% {
    background-color: rgba(255, 127, 88, 0.2);
  }
}
/* /Components/BlobComponents/PlatformFileDownloader.razor.rz.scp.css */
.blob-downloader-item[b-hdpz16c6zi] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blob-downloader-item .blob-downloader-title[b-hdpz16c6zi] {
  text-decoration: none;
  color: #0366d6 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 370px;
}
.blob-downloader-item .blob-downloader-title:hover[b-hdpz16c6zi] {
  color: #35a0d7;
  text-decoration: underline;
}

.dot-flashing[b-hdpz16c6zi] {
  position: relative;
  animation: dot-flashing-b-hdpz16c6zi 1s infinite linear alternate;
  animation-delay: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
}
.dot-flashing[b-hdpz16c6zi]:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-hdpz16c6zi 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing[b-hdpz16c6zi]:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-hdpz16c6zi 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing-b-hdpz16c6zi {
  0% {
    background-color: #ff6d41;
  }
  50%, 100% {
    background-color: rgba(255, 127, 88, 0.2);
  }
}
/* /Components/Common/UploadFile.razor.rz.scp.css */
.file-upload-label[b-q7nzmtx342] {
	display: block;
	width: 100%;
}

#drop-area[b-q7nzmtx342] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	background-color: #f5f7fa;
	border-radius: 10px;
}

	#drop-area.dragging[b-q7nzmtx342] {
		background-color: #cadbf4;
		border-color: #007bff;
	}

.drag-drop-box[b-q7nzmtx342] {
	border: 2px dashed #d3d3d3;
	border-radius: 10px;
	text-align: center;
	padding: 129px 20px;
	width: 100%;
}

.upload-icon[b-q7nzmtx342] {
	width: 50px; /* Adjust the size of the icon if needed */
	margin: 10px auto;
}

.file-support[b-q7nzmtx342] {
	font-size: 14px;
	color: #6c757d;
}
/* /Components/DiagramDialog.razor.rz.scp.css */

#mermaid-b20428a8-37fb-41c7-87e5-ba7cecf50e3f-svg .node .label[b-8do10f7k9y] {
	text-align: left!important;

}
/* /Components/DocumentAttachmentViewer.razor.rz.scp.css */
.pdf-container[b-52h5zrmrw0] {
	width: 100%;
	height: 450px;
}

.pdf-container.full-height[b-52h5zrmrw0] {
	height: calc(100vh - 120px);

}

.image-container[b-52h5zrmrw0] {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-container.full-height[b-52h5zrmrw0] {
	height: calc(100vh - 130px);
}

.image-container img[b-52h5zrmrw0] {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
/* /Components/HistoryComparison.razor.rz.scp.css */
.main-container[b-jfkt3qk9bh] {
  position: relative;
  overflow: scroll;
  display: flex;
  width: 100%;
  padding: 0px;
}
.main-container .header-container[b-jfkt3qk9bh] {
  width: 200px;
  max-width: 200px;
  overflow: scroll;
  position: fixed;
  z-index: 10;
  padding: 0 0px 2px 0px;
}
.main-container .header-container .version-header-title-wrapper[b-jfkt3qk9bh] {
  min-height: 36px;
  width: 100%;
  border-bottom: solid lightgray 1px;
}
.main-container .header-container .version-header-title-wrapper .version-header-title[b-jfkt3qk9bh] {
  font-weight: 700;
  font-size: 18px;
  justify-self: center;
  align-self: center;
  height: 41px;
  max-height: 41px;
  padding: 8px 1px 0px 4px;
}
.main-container .header-container .header-title-wrapper[b-jfkt3qk9bh] {
  height: 41px;
  max-height: 41px;
  white-space: nowrap;
  padding: 3px;
  border-bottom: solid lightgray 1px;
  border-right: solid lightgray 1px;
}
.main-container .header-container .header-title-wrapper .header-title[b-jfkt3qk9bh] {
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 1px 0px 4px;
}
.main-container .body-container[b-jfkt3qk9bh] {
  position: relative;
  left: 200px;
  display: flex;
}
.main-container .body-container .dso-object-wrapper[b-jfkt3qk9bh] {
  max-width: 300px;
  min-width: 240px;
  border-bottom: solid lightgray 1px;
  border-right: solid lightgray 1px;
}
.main-container .body-container .dso-object-wrapper .version-wrapper[b-jfkt3qk9bh] {
  min-height: 36px;
  width: 100%;
  border-bottom: solid lightgray 1px;
  display: flex;
}
.main-container .body-container .dso-object-wrapper .version-wrapper .version-text[b-jfkt3qk9bh] {
  font-weight: 700;
  font-size: 18px;
  justify-self: center;
  align-self: center;
  height: 41px;
  max-height: 41px;
  padding: 8px 1px 0px 4px;
}
.main-container .body-container .dso-object-wrapper .item-wrapper[b-jfkt3qk9bh] {
  max-width: 270px;
  overflow-x: scroll;
  max-height: 41px;
  overflow-y: clip;
  border-bottom: solid lightgray 1px;
}
.main-container .body-container .dso-object-wrapper .item-wrapper .item-text[b-jfkt3qk9bh] {
  height: 41px;
  max-height: 41px;
  white-space: nowrap;
  padding: 8px 1px 0px 4px;
}
.main-container .body-container .history-wrapper[b-jfkt3qk9bh] {
  max-width: 300px;
  min-width: 240px;
  border-bottom: solid lightgray 1px;
  border-right: solid lightgray 1px;
}
.main-container .body-container .history-wrapper .version-wrapper[b-jfkt3qk9bh] {
  min-height: 36px;
  width: 100%;
  border-bottom: solid lightgray 1px;
  display: flex;
}
.main-container .body-container .history-wrapper .version-wrapper .version-text[b-jfkt3qk9bh] {
  font-weight: 700;
  font-size: 18px;
  justify-self: center;
  align-self: center;
  height: 41px;
  max-height: 41px;
  padding: 8px 1px 0px 4px;
}
.main-container .body-container .history-wrapper .item-wrapper[b-jfkt3qk9bh] {
  max-width: 270px;
  overflow-x: scroll;
  max-height: 41px;
  overflow-y: clip;
  border-bottom: solid lightgray 1px;
}
.main-container .body-container .history-wrapper .item-wrapper .item-text[b-jfkt3qk9bh] {
  height: 41px;
  max-height: 41px;
  white-space: nowrap;
  padding: 8px 1px 0px 4px;
}
.main-container .body-container .desired-wrapper[b-jfkt3qk9bh] {
  max-width: 300px;
  min-width: 240px;
  border-bottom: solid lightgray 1px;
  border-right: solid lightgray 1px;
}
.main-container .body-container .desired-wrapper .version-wrapper[b-jfkt3qk9bh] {
  min-height: 36px;
  width: 100%;
  border-bottom: solid lightgray 1px;
  display: flex;
}
.main-container .body-container .desired-wrapper .version-wrapper .version-text[b-jfkt3qk9bh] {
  font-weight: 700;
  font-size: 18px;
  justify-self: center;
  align-self: center;
  height: 41px;
  max-height: 41px;
  padding: 8px 1px 0px 4px;
}
.main-container .body-container .desired-wrapper .item-wrapper[b-jfkt3qk9bh] {
  max-width: 270px;
  overflow-x: scroll;
  max-height: 41px;
  overflow-y: clip;
  border-bottom: solid lightgray 1px;
}
.main-container .body-container .desired-wrapper .item-wrapper .item-text[b-jfkt3qk9bh] {
  height: 41px;
  max-height: 41px;
  white-space: nowrap;
  padding: 8px 1px 0px 4px;
}
/* /Pages/WorkflowEditor.razor.rz.scp.css */
table[b-4epta5wx9y], th[b-4epta5wx9y], td[b-4epta5wx9y] {
	border: 1px solid black;
	border-collapse: collapse;
}
th[b-4epta5wx9y] {
	background-color:lightgray;
}
