<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">}

#mainContainer {
   position:absolute;
   right:5%;
   left:5%;
   height:100%;
}

#headerContainer {
   width:100%;
   position:fixed;
   height:31px;  
}

#footerContainer {
   position:fixed;
   bottom:0;
   width:100%;
   height:31px;
}  
  
.rf-workflow .rf-workflow-nav ul a {
  color: #9146ff;
}
  
  
.rf-workflow .rf-workflow-nav ul a:hover {
  color: #ff6905;
}  
  
.mdBtnR-primary {
    background-color: #9146ff;
    border-color: #9146ff;

}  
  
  
.mdBtnR-primary:hover {
    background-color: #9146ff;
    border-color: #9146ff;

}    

.rfSI svg {
    fill: #9146ff;
    
}

.rfSI svg:hover {
    fill: #ff6905;
    
}

.mdBtnR-outline-primary {
   color: #9146FF;
   border-color: #9146FF;
}
.mdBtnR-outline-primary .mdBtnR-text {
   color: #9146FF;
}
.mdBtnR-outline-primary svg {
   fill: #9146FF;
}
.mdBtnR-outline-primary:hover {
   color: #9146FF;
   border-color: #9146FF;
}
.mdBtnR-outline-primary .mdBtnR-text:hover {
   color: #9146FF;
}
.mdBtnR-outline-primary svg:hover {
   fill: #9146FF;
  
}
</pre></body></html>