/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vl35k8vlez] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vl35k8vlez] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Bunker/Management/Manager.razor.rz.scp.css */
.wrapper[b-x44kow2k42] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(var(--colorscheme-background));
    position: relative;
}

.header[b-x44kow2k42] {
    background-color: rgb(var(--colorscheme-main));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 25px;
}

.container[b-x44kow2k42] {
    align-self: center;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    min-width: 100%;
    flex-grow: 1;    
}

.submitButton[b-x44kow2k42] {
    background-color: rgb(var(--colorscheme-utility));
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    border-color: rgb(var(--colorscheme-utility));
    min-width: 70px;
}

.submitButton:hover[b-x44kow2k42] {
    filter: brightness(90%);
}
/* /Pages/Bunker/Management/ManagerLogin.razor.rz.scp.css */
.wrapper[b-5xd26hxp0l] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(var(--colorscheme-background));
    position: relative;
}

.header[b-5xd26hxp0l] {
    background-color: rgb(var(--colorscheme-main));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 25px;
}

.header-information-container[b-5xd26hxp0l] {
    position: absolute;
    right: 10px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.header-information[b-5xd26hxp0l] {
    background-color: rgb(var(--colorscheme-utility));
    border-color: rgb(var(--colorscheme-utility));
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container[b-5xd26hxp0l] {
    align-self: center;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 100vw;
    height: 100%;
    flex-grow: 1;
}

.panel[b-5xd26hxp0l] {
    text-align: left;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 20%;
    min-width: 250px;
    padding: 25px;
}

.inputField[b-5xd26hxp0l] {
    background: rgb(var(--colorscheme-panel));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
}

.inputField:focus[b-5xd26hxp0l] {
    border-color: #796fa1;
    border-radius: 5px;
    outline: none;
}

.submitButton[b-5xd26hxp0l] {
    background-color: rgb(var(--colorscheme-utility));
    width: 100%;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: Roboto;
    font-family: Roboto;
}

.submitButton:hover[b-5xd26hxp0l] {
    filter: brightness(85%);
}

.error[b-5xd26hxp0l] {
    text-align: center;
    color: #ff4c4c;
    font-family: Roboto;
    animation: horizontalShake-b-5xd26hxp0l 0.5s;
    animation-iteration-count: 1;
    padding-top: 20px;
}

@keyframes horizontalShake-b-5xd26hxp0l {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}
/* /Pages/Bunker/Management/Tabs/CharacteristicManagement.razor.rz.scp.css */
table[b-71jcwirpxu] {
    border-collapse: collapse;
    border-style: hidden;
}

    table td[b-71jcwirpxu], table th[b-71jcwirpxu] {
        border: 1px solid rgb(var(--colorscheme-utility));
        text-align: center;
        padding: 6px;
    }

.grid[b-71jcwirpxu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    max-height: 100%;
}

.panel[b-71jcwirpxu] {
    background-color: rgb(var(--colorscheme-panel));
    padding: 20px;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text[b-71jcwirpxu] {
    color: rgb(var(--colorscheme-text));
    font-family: Roboto;
    margin: 0px;
    align-self: center;    
}

.inputField[b-71jcwirpxu] {
    background: rgb(var(--colorscheme-utility));
    color: rgb(var(--colorscheme-text));
    min-width: fit-content;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
}

    .inputField:hover[b-71jcwirpxu] {
        filter: brightness(90%);
    }

.text-area[b-71jcwirpxu] {
    background: rgb(var(--colorscheme-utility));
    color: rgb(var(--colorscheme-text));
    height: 150px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    resize: none;
    padding: 6px;
}

    .text-area:hover[b-71jcwirpxu] {
        filter: brightness(90%);
    }

.button[b-71jcwirpxu] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    width: fit-content;
}

    .button:hover[b-71jcwirpxu] {
        filter: brightness(90%);
    }

.light-green[b-71jcwirpxu] {
    background-color: seagreen;
    border-color: mediumseagreen;
}

.light-red[b-71jcwirpxu] {
    background-color: indianred;
    border-color: #c94f4f;
}

.alight-right[b-71jcwirpxu] {
    display: inline-block;    
}
/* /Pages/Bunker/Management/Tabs/CharacteristicsManagementTab.razor.rz.scp.css */
.content[b-p8ggvimdww] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.menu[b-p8ggvimdww] {
    background-color: rgb(var(--colorscheme-subpanel));
    padding: 15px;
    width: 15%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.panel[b-p8ggvimdww] {
    padding: 25px;
    width: 85%;
}

.button[b-p8ggvimdww] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
}

.button:hover[b-p8ggvimdww] {
    filter: brightness(90%);
}

.light-green[b-p8ggvimdww] {
    background-color: seagreen;
    border-color: mediumseagreen;
}
/* /Pages/Bunker/Management/Tabs/GameManagementTab.razor.rz.scp.css */
.content[b-s3mlry1fj3] {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 20px;
}

.title[b-s3mlry1fj3] {
    font-family: Roboto;
    font-size: 18px;   
    color: rgb(var(--colorscheme-text));
}

.text-area[b-s3mlry1fj3] {
    background: rgb(var(--colorscheme-utility));
    color: rgb(var(--colorscheme-text));
    min-height: 150px;
    height: fit-content;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    resize: none;
    padding: 6px;
}

.text-area:hover[b-s3mlry1fj3] {
    filter: brightness(90%);
}

[b-s3mlry1fj3]::-webkit-input-placeholder {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
}
/* /Pages/Bunker/Management/Tabs/PlayerManagement.razor.rz.scp.css */
table[b-04alga269q] {
    border-collapse: collapse;
    border-style: hidden;
}

table td[b-04alga269q], table th[b-04alga269q] {
    border: 1px solid rgb(var(--colorscheme-utility));
    text-align: center;
    padding: 6px;
}

.grid[b-04alga269q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    max-height: 100%;
}

.panel[b-04alga269q] {
    background-color: rgb(var(--colorscheme-panel));    
    padding: 20px;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text[b-04alga269q] {
    color: rgb(var(--colorscheme-text));
    font-family: Roboto;
    margin: 0px;
    align-self: center;
}

.inputField[b-04alga269q] {
    background: rgb(var(--colorscheme-utility));
    color: rgb(var(--colorscheme-text));
    min-width: fit-content;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
}

.inputField:hover[b-04alga269q] {
    filter: brightness(90%);
}

.text-area[b-04alga269q] {
    background: rgb(var(--colorscheme-utility));
    color: rgb(var(--colorscheme-text));    
    height: 150px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;    
    resize: none;
    padding: 6px;
}

.text-area:hover[b-04alga269q] {
    filter: brightness(90%);
}

.button[b-04alga269q] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    width: fit-content;
}

.button:hover[b-04alga269q] {
    filter: brightness(90%);
}

.light-green[b-04alga269q] {
    background-color: seagreen;
    border-color: mediumseagreen;
}

.light-red[b-04alga269q] {
    background-color: indianred;
    border-color: #c94f4f;
}
/* /Pages/Bunker/Management/Tabs/PlayersManagementTab.razor.rz.scp.css */
.content[b-gyf5su23ws] {
    display: flex;
    flex-direction: row;    
    height: 100%;
    width: 100%;
    flex-grow: 1;    
}

.menu[b-gyf5su23ws] {
    background-color: rgb(var(--colorscheme-subpanel));
    padding: 15px;
    width: 15%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.panel[b-gyf5su23ws] {
    padding: 25px;
    width: 85%;
}

.button[b-gyf5su23ws] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
}

.button:hover[b-gyf5su23ws] {
    filter: brightness(90%);
}

.light-green[b-gyf5su23ws] {
    background-color: seagreen;
    border-color: mediumseagreen;
}
/* /Pages/Bunker/Management/Tabs/VotingsManagement.razor.rz.scp.css */
.content[b-z8mulrr406] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.menu[b-z8mulrr406] {
    background-color: rgb(var(--colorscheme-subpanel));
    padding: 15px;
    width: 15%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.panel[b-z8mulrr406] {
    padding: 25px;
    width: 85%;
}

.button[b-z8mulrr406] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
}

    .button:hover[b-z8mulrr406] {
        filter: brightness(90%);
    }

.light-green[b-z8mulrr406] {
    background-color: seagreen;
    border-color: mediumseagreen;
}

.text[b-z8mulrr406] {
    color: rgb(var(--colorscheme-text));
    font-family: Roboto;
    margin: 0px;
    align-self: center;
}
/* /Pages/Bunker/Players/Player.razor.rz.scp.css */
table[b-qz9rcfgfyi] {
    border-collapse: collapse;
    border-style: hidden;
}

    table td[b-qz9rcfgfyi], table th[b-qz9rcfgfyi] {
        border: 1px solid rgb(var(--colorscheme-utility));
        text-align: center;
        padding: 5px;
    }

h5[b-qz9rcfgfyi], h6[b-qz9rcfgfyi] {
    margin: 0px;
}

.wrapper[b-qz9rcfgfyi] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(var(--colorscheme-background));
    position: relative;
    overflow-x: hidden;
}

.header[b-qz9rcfgfyi] {
    background-color: rgb(var(--colorscheme-main));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 25px;
}

.header-information-container[b-qz9rcfgfyi] {
    position: absolute;    
    right: 10px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.header-information[b-qz9rcfgfyi] {
    background-color: rgb(var(--colorscheme-utility));
    border-color: rgb(var(--colorscheme-utility));
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.container[b-qz9rcfgfyi] {
    align-self: center;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 100vw;
    height: 100%;
    flex-grow: 1;
}

.panel[b-qz9rcfgfyi] {
    background-color: rgb(var(--colorscheme-panel));
    text-align: left;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: max(340px, 45%);
    padding: 20px;
}

.text[b-qz9rcfgfyi] {
    color: rgb(var(--colorscheme-text));
    font-family: Roboto;
}

.text-box[b-qz9rcfgfyi] {
    background-color: rgb(var(--colorscheme-subpanel));
    padding: 10px;
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    border-color: rgb(var(--colorscheme-subpanel));
}

.text-multiline[b-qz9rcfgfyi] {
    font-family: Roboto;
    font-size: 15px;
    color: rgb(var(--colorscheme-text));
    white-space: pre-line;
}

table[b-qz9rcfgfyi] {
    border-collapse: collapse;
    border-style: hidden;
}

    table td[b-qz9rcfgfyi], table th[b-qz9rcfgfyi] {
        border: 1px solid rgb(var(--colorscheme-utility));
        text-align: center;
        padding: 5px;
    }

.submitButton[b-qz9rcfgfyi] {
    background-color: rgb(var(--colorscheme-utility));
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    border-color: rgb(var(--colorscheme-utility));
    min-width: 70px;
}

    .submitButton:hover[b-qz9rcfgfyi] {
        filter: brightness(90%);
    }
/* /Pages/Bunker/Players/PlayerLogin.razor.rz.scp.css */
.wrapper[b-qzi772sybq] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(var(--colorscheme-background));    
    position: relative;
}

.header[b-qzi772sybq] {
    background-color: rgb(var(--colorscheme-main));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 25px;
}

.header-information-container[b-qzi772sybq] {
    position: absolute;
    right: 10px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.header-information[b-qzi772sybq] {
    background-color: rgb(var(--colorscheme-utility));
    border-color: rgb(var(--colorscheme-utility));
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container[b-qzi772sybq] {
    align-self: center;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 100vw;
    height: 100%;
    flex-grow: 1;
}

.panel[b-qzi772sybq] {    
    text-align: left;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 20%;
    min-width: 200px;
    padding: 25px;
}


.inputField[b-qzi772sybq] {
    background: rgb(var(--colorscheme-panel));
    color: rgb(var(--colorscheme-text));
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
}

.inputField:focus[b-qzi772sybq] {
    border-color: #796fa1;
    border-radius: 5px;
    outline: none;
}

.submitButton[b-qzi772sybq] {
    background-color: rgb(var(--colorscheme-utility));
    width: 100%;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Roboto;
}

.submitButton:hover[b-qzi772sybq] {
    filter: brightness(85%);
}

.error[b-qzi772sybq] {        
    text-align: center;    
    color: #ff4c4c;
    font-family: Roboto;
    animation: horizontalShake-b-qzi772sybq 0.5s;
    animation-iteration-count: 1;
    padding-top: 20px;
}

@keyframes horizontalShake-b-qzi772sybq {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}
/* /Pages/Bunker/View/Game.razor.rz.scp.css */
.background[b-m47shftlit] {
    /*
    background-image: url('/images/bunker/backgrounds/background_7.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */
    width: 100vw;
    height: 100vh;
    background-color: rgb(var(--colorscheme-background))
}

.background-video[b-m47shftlit] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.header[b-m47shftlit] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);   
    grid-template-rows: 1fr;    
    padding: 5px 75px 0 75px;
    height: fit-content;
}

.main[b-m47shftlit] {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.players-rows[b-m47shftlit] {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    margin: 0;
    row-gap: 10px;
    justify-content: center;
    justify-items: center;
}

.players-columns[b-m47shftlit] {
    display: flex;
    flex-direction: row;   
    justify-content: center;
    justify-items: center;
    column-gap: 20px;
}


.player-container[b-m47shftlit] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.player[b-m47shftlit] {
    position: relative;    
    width: 425px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.frame[b-m47shftlit] {    
    position: absolute;
    background: url('/images/bunker/frame.png');
    width: 425px;
    height: 260px;
}

.frame-box[b-m47shftlit] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 260px;
}

.highlighted-frame[b-m47shftlit] {
    position: absolute;
    background: url('/images/bunker/highlight.png');
    width: 425px;
    height: 260px;
}

.dropped-out-video[b-m47shftlit] {
    animation-name: droppedOutVideoAppearance-b-m47shftlit;  
    animation-timing-function: linear;
    object-fit: fill;
    max-width: 425px;
    min-width: 425px;
    max-height: 260px;
    min-height: 260px;
}

.dropped-out-plate[b-m47shftlit] {
    animation-name: droppedOutPlateAppearance-b-m47shftlit;
    animation-timing-function: linear;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url('/images/bunker/dropped-out-plate.png');
    width: 415px;
    height: 250px;
}

.text-box[b-m47shftlit] {
    font-family: Gehaks;
    font-size: 15px;
    text-shadow: -2px -2px 4px #000000ff, 2px -2px 4px #000000ff, -2px 2px 4px #000000ff, 2px 2px 4px #000000ff;
    white-space: pre-line;
}

.information[b-m47shftlit] {
    position: relative;
    width: 425px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.characteristic[b-m47shftlit] {
    font-family: Shobhika;
    font-size: 15px;
    font-weight: bold;
    text-shadow: -2px -2px 4px #000000ff, 2px -2px 4px #000000ff, -2px 2px 4px #000000ff, 2px 2px 4px #000000ff;
    width: 170px;
    height: fit-content;
}

.characteristics-group[b-m47shftlit] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.text-align-left[b-m47shftlit] {
    text-align: left;
}

.text-align-right[b-m47shftlit] {
    text-align: right;
}

.upper-left[b-m47shftlit] {
    position: absolute;
    top: 15px;
    left: 15px;
}

.lower-left[b-m47shftlit] {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.upper-right[b-m47shftlit] {
    position: absolute;
    top: 15px;
    right: 15px;
}

.lower-right[b-m47shftlit] {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@keyframes droppedOutVideoAppearance-b-m47shftlit {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }
}

@keyframes droppedOutPlateAppearance-b-m47shftlit {
    0% {
        opacity: 0;
    }

    96% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Home.razor.rz.scp.css */
header[b-29xki1gukz] {
    background-color: rgb(var(--colorscheme-main));
    color: rgb(var(--colorscheme-text));
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 30px;
    font-family: Roboto
}

.main[b-29xki1gukz] {
    background-color: rgb(var(--colorscheme-background));
    width: 100%;
    height: calc(100vh - 76px);
    margin: 0;
}

.info[b-29xki1gukz] {
    color: rgb(var(--colorscheme-text));
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
/* /Toggle.razor.rz.scp.css */
.toggle[b-ir2rdnh3tj] {
    font-family: Roboto;
    color: rgb(var(--colorscheme-text));
    border-radius: 5px;
    border-width: 1px;
    border: solid;
    min-width: 80px;    
}

.toggle:hover[b-ir2rdnh3tj] {
    filter: brightness(90%);
}

.light-green[b-ir2rdnh3tj] {
    background-color: seagreen;
    border-color: mediumseagreen;
}

.light-red[b-ir2rdnh3tj] {
    background-color: indianred;
    border-color: #c94f4f;
}
