.RED_STYLE > * {
    fill: #C10037 !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.GREEN_STYLE > * {
    fill: #357d3c !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.ROUTER_STYLE > * {
    fill: #356F7D !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.ROUTER_STYLE span {
    color: white !important;
}

.RGS_SERVICE_STYLE > * {
    fill: #135985 !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.RGS_SERVICE_STYLE span {
    color: white !important;
}

.COMPONENT_STYLE > * {
    fill: #357d3c !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.GAME_STYLE > * {
    fill: #357d3c !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.GAME_STYLE span {
    color: white !important;
}

.PROVIDER_STYLE > * {
    fill: #235228 !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.PROVIDER_STYLE span {
    color: white !important;
}

.COMPONENT_STYLE span {
    color: white !important;
}

.INTEGRATOR_STYLE > * {
    fill: #5E021A !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.INTEGRATOR_STYLE span {
    color: white !important;
}

.CASINO_STYLE > * {
    fill: #C10037 !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.CASINO_STYLE span {
    color: white !important;
}

.ATLAS_STYLE > * {
    fill: #17719e !important;
    stroke-width: 0px !important;
    color: #fff !important;
}

.ATLAS_STYLE span {
    color: white !important;
}

.ATLAS_STYLE_WITH_STROKE > * {
    fill: #17719e !important;
    stroke-width: 1px !important;
    color: #fff !important;
    stroke: #fff !important;
}

.DEV_STYLE > * {
    fill: #007 !important;
    stroke-width: 0 !important;
    color: #fff !important;
}

/*mermaid subgraph background*/
.mermaid .cluster rect {
    fill: #eee6c9 !important;
}

/*mermaid subgraph text*/
.mermaid .cluster span {
    color: black !important;
}

/*mermaid sequence diagram background*/
.mermaid rect.actor {
    fill: #357d3c !important;
}

/*mermaid sequence diagram text*/
.mermaid text.actor>tspan {
    fill:white !important;
}
