#MainMenu {
  height: 100vh;
  font-size: larger;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui.segments > .table.segment {
  width: 100%;
}
#MainMenu .item.active {
  background-color: rgba(0, 0, 255, 0.3);
  border: 1px solid #0000ff;
}
#MainMenu .item {
  border: 1px solid rgba(0, 0, 255, 0);
}
#deleteButton .icon {
  color: transparent;
}
#deleteButton .icon:last-child {
  margin-left: 0.33rem;
}
.delete.button:hover {
  color: white;
  background-color: red;
}
#deleteButton:hover .icon {
  color: yellow;
}
table .medium.width {
  max-width: 30em;
}
.note {
  font-size: smaller;
  color: #c8c8c8;
}
table tr[id]:hover {
  cursor: pointer;
}
.faint {
  opacity: 0.2;
}
.finding.images img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#Vulnerabilities {
  display: table;
}
.ease-background {
  transition: background-color 1s ease;
}
.ui.form input.align-only {
  padding-left: 0;
  border-color: transparent;
}
#loadingErrorText {
  text-align: left;
  white-space: pre-wrap;
  max-width: 75vw;
  max-height: 75vh;
  overflow: auto;
}
#lostSignal {
  display: inline;
}
#findingsColor .risk_Critical {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
}
#findingsColor .risk_High {
  background-color: rgba(255, 105, 6, 0.7);
}
#findingsColor .risk_Medium {
  background-color: rgba(248, 248, 0, 0.5);
}
#findingsColor .risk_Low {
  background-color: rgba(5, 138, 56, 0.5);
}
#findingsColor .risk_Info {
  background-color: rgba(0, 0, 255, 0.3);
}
#findingsColor .risk_Fixed {
  background-color: rgba(64, 64, 64, 0.3);
}
/* This is so the cascade works correctly, rather than !importanting our way out of things */
#findings .risk_Critical {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
}
#findings .risk_High {
  background-color: rgba(255, 105, 6, 0.7);
}
#findings .risk_Medium {
  background-color: rgba(248, 248, 0, 0.5);
}
#findings .risk_Low {
  background-color: rgba(5, 138, 56, 0.5);
}
#findings .risk_Info {
  background-color: rgba(0, 0, 255, 0.3);
}
#findings .risk_Fixed {
  background-color: rgba(64, 64, 64, 0.3);
}
#findings tbody td {
  max-width: 32em;
  word-wrap: break-word;
}
#findings tr.Retracted {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1em, rgba(0, 0, 0, 0.1) 1em, rgba(0, 0, 0, 0.1) 2em);
}
#findings tr.Retracted td {
  text-shadow: 0 0 1px #fff;
}
#findings tr.Mitigated {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.012), rgba(255, 255, 255, 0.012) 2em), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.012), rgba(255, 255, 255, 0.012) 2em);
}
#findings tr.Mitigated td {
  text-shadow: 0 0 1px #fff;
}
#findings tr.Accepted {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.01), rgba(255, 0, 0, 0.03) 0.5em), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.01), rgba(255, 0, 0, 0.03) 0.5em);
}
#findings tr.Accepted td {
  text-shadow: 0 0 1px #fff;
}
.formatters .b {
  font-weight: bold;
}
.formatters .i {
  font-style: italic;
}
.formatters .u {
  text-decoration: underline;
}
.formatters .m {
  font-family: Consolas, monospace;
  font-weight: bolder;
}
#add-edit-finding #residual,
#add-edit-finding #sevRow {
  flex-wrap: wrap;
}
#add-edit-finding #residual .field .emulated-input,
#add-edit-finding #sevRow .field .emulated-input {
  border: none;
}
#add-edit-finding div.ui.message:not(.grammar) {
  white-space: pre-wrap;
}
#add-edit-finding .button_footer.field {
  display: flex;
  justify-content: space-between;
}
#initialLoader .progress .ten {
  width: 10%;
}
#initialLoader .progress .two {
  width: 20%;
}
#initialLoader .progress .three {
  width: 30%;
}
#initialLoader .progress .four {
  width: 40%;
}
#initialLoader .progress .five {
  width: 50%;
}
#initialLoader .progress .six {
  width: 60%;
}
#initialLoader .progress .seven {
  width: 70%;
}
#initialLoader .progress .eight {
  width: 80%;
}
#initialLoader .progress .nine {
  width: 90%;
}
#initialLoader .progress .done {
  width: 100%;
}
#ActivitiesSelector {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#ActivitiesSelector .risk_Critical {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
}
#ActivitiesSelector .risk_High {
  background-color: rgba(255, 105, 6, 0.7);
}
#ActivitiesSelector .risk_Medium {
  background-color: rgba(248, 248, 0, 0.5);
}
#ActivitiesSelector .risk_Low {
  background-color: rgba(5, 138, 56, 0.5);
}
#ActivitiesSelector .risk_Info {
  background-color: rgba(0, 0, 255, 0.3);
}
#ActivitiesSelector .risk_Fixed {
  background-color: rgba(64, 64, 64, 0.3);
}
#page-target {
  margin: 0.33rem;
  background-color: transparent;
  margin-left: 15.33rem;
  /*Menu width+margin*/
}
#page-target a[href] {
  text-decoration: underline;
}
#page-target .kraken {
  background-image: url('/images/header.jpg');
}
#page-target .risk_Critical {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
}
#page-target .risk_High {
  background-color: rgba(255, 105, 6, 0.7);
}
#page-target .risk_Medium {
  background-color: rgba(248, 248, 0, 0.5);
}
#page-target .risk_Low {
  background-color: rgba(5, 138, 56, 0.5);
}
#page-target .risk_Info {
  background-color: rgba(0, 0, 255, 0.3);
}
#page-target .risk_Fixed {
  background-color: rgba(64, 64, 64, 0.3);
}
#page-target div.button.disabled {
  pointer-events: auto !important;
}
#page-target button.disabled {
  pointer-events: auto !important;
}
#page-target .ui.form .fields {
  margin-bottom: 0.33em;
}
#page-target .ui.form .field {
  margin-bottom: 0.33em;
}
#page-target .ui.form .field .unchanged-template-warning {
  background-color: rgba(255, 255, 220, 0.5);
}
#page-target .ui.label > a {
  opacity: 1;
  color: #000;
}
#page-target .needswork {
  margin-right: 0.7em;
}
#page-target .preferWide {
  flex-grow: 1;
  flex-shrink: 0;
}
#page-target .dropdown .menu .filtered + .divider {
  display: none;
}
#page-target #reportLogoPreview {
  margin-bottom: 0.5em;
}
#page-target #reportLogoPreview img {
  max-height: 3cm;
}
#page-target #v2_reportLogoPreview {
  margin-bottom: 10px;
}
#page-target #v2_logoPreview {
  height: 40px;
  width: 40px;
}
#page-target #v2_logoPreview img {
  max-height: 40px;
  max-width: 40px;
}
.risk_Critical {
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
}
.risk_High {
  background-color: rgba(255, 105, 6, 0.7);
}
.risk_Medium {
  background-color: rgba(248, 248, 0, 0.5);
}
.risk_Low {
  background-color: rgba(5, 138, 56, 0.5);
}
.risk_Info {
  background-color: rgba(0, 0, 255, 0.3);
}
.risk_Fixed {
  background-color: rgba(64, 64, 64, 0.3);
}
tr.inactive_project {
  background-color: rgba(200, 0, 0, 0.2);
}
.ui.striped.table tbody tr.inactive_project:nth-child(2n),
.ui.striped.table > tr.inactive_project:nth-child(2n) {
  background-color: rgba(255, 100, 100, 0.2);
}
div.emulated-input {
  padding: 0.785714em;
  border-radius: 0.285714rem;
  border: 1px solid transparent;
  line-height: 1em;
}
.hidden {
  display: none !important;
}
.minwidth_field {
  min-width: 10em;
}
#imageContainer {
  margin-top: 0;
  margin-bottom: 0;
}
#imageContainer .zoomed {
  width: 100vw;
}
#imageContainer .zoomed img {
  width: 100vw;
}
#imageContainer .extra.content button i {
  margin: 0;
}
#imageContainer .extra.content a i {
  margin: 0;
}
.small.description {
  font-size: smaller;
}
.status .button {
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status .button:not(.selected) {
  background-color: #27292a;
}
.selected.BLOCKED {
  background-color: #fa1212;
}
.selected.PROGRESSING {
  background-color: #105364;
}
.selected.QUALIFIED_DONE {
  background-color: #fbbd08;
}
.selected.DONE {
  background-color: #4f1a64;
}
.selected.DEFAULT {
  background-color: #1678c2;
}
.selected.IMPOSSIBLE {
  background-color: #cc6644;
}
#statusBar {
  margin-bottom: 0.33rem;
}
#statusBar :not(:last-child) {
  border-right: 1px solid #105364;
}
#statusBar .button:not(.selected):hover {
  color: #ffffff;
}
#statusBar .BLOCKED:hover:not(.selected) {
  background-color: #fc7676;
}
#statusBar .PROGRESSING:hover:not(.selected) {
  background-color: #1e9cbc;
}
#statusBar .QUALIFIED_DONE:hover:not(.selected) {
  background-color: #fdd86c;
}
#statusBar .DONE:hover:not(.selected) {
  background-color: #8f2fb5;
}
#statusBar .DEFAULT:hover:not(.selected) {
  background-color: #53aaeb;
}
#statusBar .IMPOSSIBLE:hover:not(.selected) {
  background-color: #e2a894;
}
#ListActivities td .status :not(:last-child) {
  border-right: 1px solid #105364;
}
#ListActivities td .status .button:not(.selected):hover {
  color: #ffffff;
}
#ListActivities td .status .BLOCKED:hover:not(.selected) {
  background-color: #fc7676;
}
#ListActivities td .status .PROGRESSING:hover:not(.selected) {
  background-color: #1e9cbc;
}
#ListActivities td .status .QUALIFIED_DONE:hover:not(.selected) {
  background-color: #fdd86c;
}
#ListActivities td .status .DONE:hover:not(.selected) {
  background-color: #8f2fb5;
}
#ListActivities td .status .DEFAULT:hover:not(.selected) {
  background-color: #53aaeb;
}
#ListActivities td .status .IMPOSSIBLE:hover:not(.selected) {
  background-color: #e2a894;
}
#ListActivities tfoot a {
  color: #ffffff;
}
#page-target .toDelete {
  background-color: rgba(255, 64, 64, 0.4);
}
tr.stale td,
#colorNoteBody .staleHint .label {
  background-color: rgba(255, 255, 0, 0.15);
}
tr.stale:nth-child(2n) td,
#colorNoteBody .staleHint .label:nth-child(2n) {
  background-color: rgba(255, 255, 64, 0.15);
}
td.narrower {
  max-width: 20em;
}
.ui.table tfoot tr:first-child td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
[data-tooltip]:hover:after {
  width: 33vw;
  white-space: normal;
}
#components [data-implicit='true'] {
  opacity: 0.3;
}
#stereotype div.ui.label[data-implicit='true'] {
  opacity: 0.3;
}
#buttonWrapper {
  display: flex;
  justify-content: space-between;
}
#buttonWrapper .button:last-child {
  margin-right: 0;
}
.ui.multiple.dropdown .label .icon:last-of-type {
  margin-right: 0;
  margin-left: 0.33rem;
}
.ui.buttons .button:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#activityChecklist {
  /*  .icon:first-child{
        margin-left: 0.33em;
    }*/
}
#activityChecklist .checkbox {
  max-width: 100%;
}
#activityChecklist .checkbox label {
  overflow-wrap: break-word;
}
#activityChecklist .grid {
  margin-top: 0.3rem;
  margin-bottom: 1em;
}
#activityChecklist .selected {
  background-color: rgba(99, 99, 194, 0.2);
}
#activityChecklist .column {
  display: flex;
  justify-content: space-between;
}
#activityChecklist .column:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
#activityChecklist label .note {
  margin-left: 0.5rem;
}
.ui.success.card > .content:first-child {
  background-color: green;
}
.ui.failure.card > .content:first-child {
  background-color: red;
}
.ui.failure.card > .content:first-child > .header {
  color: white;
}
#reviewScreen .tabular .active.item {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  user-select: auto;
}
#reviewScreen #internalNotes {
  height: 100%;
}
#reviewScreen #observation {
  white-space: pre-wrap;
}
.preformatted {
  white-space: pre-wrap;
}
#searchBar {
  min-width: 16em;
}
#searchBar .field {
  padding: 0;
}
#searchBar div.ui.dropdown {
  width: auto;
  min-width: 8em;
}
.ui.message .actions {
  margin-left: 1em;
}
#retryAction {
  margin-top: 0.5em;
}
#noConnectivity {
  min-width: 66vw;
}
#version {
  cursor: copy;
}
.checkerboard_background {
  background-size: 2em 2em;
  background-color: #eee;
  background-position: 0 0, 1em 1em;
  background-image: linear-gradient(45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999), linear-gradient(45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999);
}
.report-emmittor-logo-preview-box {
  padding: 0;
  width: 288px;
  height: 48px;
}
.report-emittor-logo-preview {
  max-width: 288px;
  max-height: 48px;
}
#logoPreview {
  padding: 2em;
}
.ui.table tr td.centeredText {
  text-align: center;
}
#overrideSev {
  float: right;
}
.content .ui.legacy.modal,
.content .ui.legacy.page.dimmer > .ui.modal {
  top: 50vh;
}
.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.right.aligned {
  float: right;
}
.right_aligned {
  float: right;
}
#activityCards {
  margin-top: 0;
  margin-bottom: 0;
}
#activityCards .done.button {
  border-right-width: 2px;
  border-right-color: rgba(0, 0, 0, 0.5);
}
#activityCards .card {
  flex-grow: 1;
}
.flashred {
  background-color: red !important;
  transition: background-color 300ms ease-in-out !important;
}
.flashgreen {
  background-color: rgba(0, 128, 0, 0.3) !important;
  transition: background-color 300ms ease-in-out !important;
}
.heatmap {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.heatmap span {
  flex-grow: 1;
  border: 1px solid rgba(155, 155, 155, 0.308);
}
.heatmap span:hover {
  border: 1px solid rgba(155, 155, 155, 0.8);
}
.heatmap .bin-1 {
  background-color: #ffffff;
}
.heatmap .bin-2 {
  background-color: rgba(37, 37, 187, 0.25);
}
.heatmap .bin-3 {
  background-color: rgba(37, 37, 187, 0.5);
}
.heatmap .bin-4 {
  background-color: rgba(37, 37, 187, 0.75);
}
.heatmap .bin-5 {
  background-color: #2525bb;
}
.heatmap .bin-weekend {
  background-color: #000;
  color: #fff;
}
#projectListor {
  height: 100%;
  display: flex;
}
#projectTableSelector {
  flex-grow: 1;
}
keyboard {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 0.5em;
  padding: 0.1em 0.5em;
  margin: 0 0.2em;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px #fff inset;
  background-color: #f5f5f5;
}
ul {
  padding-inline-start: 0;
}
#settingslisting .item {
  margin: 1em !important;
  padding-bottom: 0;
}
#iconNotes ul {
  list-style: none;
}
#diffViewer {
  width: 100%;
  height: 45em;
}
#historyConainter {
  max-height: 30em;
  overflow-y: auto;
}
#historyOuterConainter {
  padding-top: 1em;
}
.reviewButtons {
  display: inline-block;
}
.dropdown .search {
  flex-grow: 1;
}
div.ui.button:not(.primary) a {
  color: rgba(0, 0, 0, 0.6);
}
div.ui a.button,
div.ui.button a {
  text-decoration: none !important;
}
#edit-reporting .bulleted.list a.item {
  text-decoration: none;
  color: #000;
}
#edit-reporting .bulleted.list a.item:hover {
  text-decoration: underline;
  color: #00f;
}
#edit-reporting #buttons {
  margin-top: 1em;
}
.simultaneous_edit_cover {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.15);
  border: 5px solid red;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
}
.confirm {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 999;
}
.confirm > div:last-of-type {
  padding: 10px 20px;
  background: white;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
  z-index: 1;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 101;
  bottom: 100%;
  left: -10px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#scoringCVSS {
  margin-bottom: 0.5rem;
}
#add-edit-finding {
  transition: margin-right ease-in-out 0.25s;
}
#CVSS {
  width: 20rem;
  height: 100vh;
  position: fixed;
  background: #1b1c1d;
  top: 0;
  right: 0;
  z-index: 1;
  perspective: 1000px;
  transform-origin: right;
  transform: rotateY(90deg);
  transition: transform ease-in-out 0.25s;
  /* Custom styles for Accordion subsections */
}
[data-CVSS='show'] #CVSS {
  transform: rotateY(0deg);
}
#CVSS .item {
  border: 1px solid #2d2e2f;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.92857143em 1.14285714em;
  font-weight: 700;
  position: relative;
}
#CVSS .item.header {
  display: flex;
  justify-content: space-between;
}
#CVSS .item.accordion-wrapper {
  max-height: 100%;
  padding-bottom: 184px;
  overflow-y: scroll;
}
#CVSS .item div.ui.buttons {
  flex-wrap: wrap;
  gap: 0.1rem;
}
#CVSS .item div.ui.buttons::after {
  content: '';
  flex: 99 1 auto;
}
#CVSS .item div.icon.button {
  display: inline-block;
  cursor: pointer;
}
#CVSS .item #copyCvss {
  position: absolute;
  right: 12px;
  top: 82px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity ease-in-out 0.2s;
}
#CVSS .item #copyCvss:hover {
  opacity: 1;
}
#CVSS .item #copyCvss:after {
  content: 'copied';
  position: absolute;
  left: -40px;
  opacity: 0;
}
#CVSS .item #copyCvss:active:after {
  opacity: 1;
}
#CVSS #vector-string {
  margin-top: 0.5rem;
  background: gray;
  padding: 0.1rem;
  font-size: 0.6rem;
  resize: none;
}
#CVSS .accordion .dropdown.icon {
  pointer-events: none;
}
#CVSS .accordion .title {
  margin-top: 0.57rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.8rem;
}
#CVSS .accordion .title span {
  pointer-events: none;
}
#CVSS .accordion .button {
  padding: 0.3rem;
  border-radius: 4px;
  font-size: 0.6rem;
}
#CVSS .accordion .button.active {
  pointer-events: none;
}
#CVSS #resetCvss {
  text-decoration: underline;
  float: right;
  font-weight: 400;
  letter-spacing: 0.7px;
  cursor: pointer;
}
#CVSS #resetCvss:active {
  transform: translateY(1px);
}
#CVSS .subsection {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#CVSS .subsection-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #c8e3d2;
  /* Optional: Adjust the color for better readability */
}
#CVSS .metric-title {
  font-size: 0.9rem;
  /* Adjust the font size to make it smaller */
  font-weight: bold;
  /* Keep it bold for emphasis */
  margin-bottom: 5px;
  /* Add some spacing below the title */
}
#CVSS #cvssScoreBlock {
  margin-top: 0.5rem;
  padding: 0.92857143em 1.14285714em;
}
#CVSS #cvssScoreBlock .cvss-score-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}
#CVSS #cvssScoreBlock .cvss-score-header .expand.icon {
  color: rgba(255, 255, 255, 0.9);
}
#CVSS #cvssScoreBlock .cvss-score-details {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  /* Add additional indentation for the detailed block */
  background-color: gray;
  border: 1px solid #2d2e2f;
  border-radius: 5px;
}
#CVSS #cvssScoreBlock .cvss-score-details.hidden {
  display: none;
}
#CVSS #cvssScoreBlock .cvss-score-details .cvss-macro-vector-block {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  /* Add spacing below the block */
}
#CVSS #cvssScoreBlock .cvss-score-details .cvss-macro-vector-block .cvss-macro-vector-label {
  font-weight: bold;
  margin-right: 0.5rem;
  /* Add spacing between the label and the value */
}
#CVSS #cvssScoreBlock .cvss-score-details .cvss-macro-vector-block #cvssMacroVector {
  color: darkslategray;
  font-weight: bold;
}
#CVSS #cvssScoreBlock .cvss-score-details #severityBreakdown div {
  margin-bottom: 0.3rem;
}
#activityCards {
  margin: 0;
  gap: 0 1em;
}
#activityCards > .card {
  width: auto;
  margin: 0.875em 0;
}
.jira-link {
  margin: 0.1rem;
  font-size: medium;
  color: #4183c4 !important;
}
.paginator {
  display: inline-flex;
  margin-right: 24px;
  align-items: center;
}
.paginator .button {
  padding: 11px;
}
.paginator .button .icon {
  margin: 0 !important;
}
.paginator .pages {
  margin-left: 24px;
}
#riskBar #pageSize_wrap {
  display: inline-block;
  margin-right: 24px;
  min-width: 50px;
}
#riskBar #pageSize_wrap #pageSize {
  min-width: 50px;
}
.unchanged-template-warning {
  background-color: rgba(255, 255, 220, 0.5);
}
#toast-container .message {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 1em;
}
#toast-container .success {
  background-color: #21ba45;
  color: white;
}
#toast-container .error {
  background-color: #db2828;
  color: white;
}
#toast-container .warning {
  background-color: #f2711c;
  color: white;
}
#copyActivityFindingNames {
  position: absolute;
  right: 33px;
  top: 12px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity ease-in-out 0.2s;
}
#copyActivityFindingNames:hover {
  opacity: 1;
}
#copyActivityFindingNames:after {
  content: 'copied';
  position: absolute;
  left: -40px;
  opacity: 0;
}
#copyActivityFindingNames:active:after {
  opacity: 1;
}
.component-findings-wrapper {
  position: relative;
  display: block;
}
#copyComponentFindingNames {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s;
}
#copyComponentFindingNames:hover {
  opacity: 1;
}
#copyComponentFindingNames:after {
  content: 'copied';
  position: absolute;
  left: -40px;
  opacity: 0;
}
#copyComponentFindingNames:active:after {
  opacity: 1;
}
