﻿/*this print class only works when NOT printing. The print setting is overiding in the print.css file.*/
.print-show {
    display: none;
}

:root {
    --rz-primary: rgba(21,101,192,1);
    --rz-primary-lighter: rgba(21,101,192,.2);   
}

.sapphire-mudcard-override {
    background-color: #0D1C29;
    border: 1px solid #64A9F5;
}