/* _content/Yellax.EngineeringPlatform.UI.Components/Components/Messages/WarningMessage.razor.rz.scp.css */
.warning-message[b-mt3kf50f4q] {
    background-color: var(--yellow-200);
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.625rem;
    margin-bottom: 0.625rem;
}
/* _content/Yellax.EngineeringPlatform.UI.Components/Components/ValueElements/StaticTag.razor.rz.scp.css */
.static-tag[b-c7kxk3diqa] {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 0.700rem;
    font-weight: 550;
    color: black;
    user-select: none;
    border: 1px solid rgba(32, 32, 32, .2);
}

.static-tag-transparent[b-c7kxk3diqa] {
    background-color: rgba(0,0,0,0.0);
}

.static-tag-red[b-c7kxk3diqa] {
    background-color: #ffd5d5;
}

.static-tag-green[b-c7kxk3diqa] {
    background-color: #d4f7d4;
}

.static-tag-blue[b-c7kxk3diqa] {
    background-color: #d6e9ff;
}

.static-tag-orange[b-c7kxk3diqa] {
    background-color: #ffe2c6;
}

.static-tag-purple[b-c7kxk3diqa] {
    background-color: #ead6ff;
}

.static-tag-teal[b-c7kxk3diqa] {
    background-color: #d2f5f1;
}

.static-tag-yellow[b-c7kxk3diqa] {
    background-color: #fff7b3;
}

.static-tag-pink[b-c7kxk3diqa] {
    background-color: #ffd6e7;
}

.static-tag-cyan[b-c7kxk3diqa] {
    background-color: #d6f7ff;
}

.static-tag-indigo[b-c7kxk3diqa] {
    background-color: #dcd6ff;
}

.static-tag-lime[b-c7kxk3diqa] {
    background-color: #e8ffcc;
}

.static-tag-amber[b-c7kxk3diqa] {
    background-color: #ffe7b0;
}

.static-tag-brown[b-c7kxk3diqa] {
    background-color: #e9d8c4;
}

.static-tag-gray[b-c7kxk3diqa] {
    background-color: #eeeeee;
}

.static-tag-black[b-c7kxk3diqa] {
    background-color: #cccccc;
}
