/* _content/TriggerCountdown.Web/Components/Countdown.razor.rz.scp.css */
.cd_container[b-efau2eaddt]{
    background-color: darkgray;
    width: 150px;
    /*height: 50px;*/
    
    border-radius: 25px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.countdown[b-efau2eaddt]{
    font-size: 3rem;
}
.countdownActive[b-efau2eaddt] {
    color: limegreen;
    font-size: 3rem;
}

.blink[b-efau2eaddt] {
    font-size: 3rem;
    color: red;
    animation: blink-animation-b-efau2eaddt 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation-b-efau2eaddt {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
/* _content/TriggerCountdown.Web/Components/LogIn.razor.rz.scp.css */
.login[b-b1fc2uhx4z]{
    display: flex;
    flex-direction: row;
}

.logout[b-b1fc2uhx4z]{
    display: flex;
    flex-direction: row;
}
/* _content/TriggerCountdown.Web/Components/NavMenu.razor.rz.scp.css */
.topbarnav[b-but2zd3a9r]{
    align-self: end;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
/* _content/TriggerCountdown.Web/Components/TriggerDisplay.razor.rz.scp.css */
.trigger[b-62qy128uxe]{
    width: 100%;
    height: 7rem;
    border: 1px solid white;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trigger[active="False"][b-62qy128uxe]{
    opacity: 0.4;
}

.fields[b-62qy128uxe]{
    padding: 1rem;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr min-content;
    justify-content: end;
    align-items: center;
}

.field[b-62qy128uxe]{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
}
/* _content/TriggerCountdown.Web/Pages/Index.razor.rz.scp.css */
.triggers[b-kh76ajk4he]{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.triggers > .titles[b-kh76ajk4he]{
    padding-inline: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr max-content;
}
/* _content/TriggerCountdown.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-a96335fox3] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 12%);
    height: 100vh;
}

main[b-a96335fox3] {
    padding: 1rem;
}

.top-row[b-a96335fox3] {
    background-color: hsl(0, 2%, 36%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
