﻿body {
    /*font-size: 1rem !important;*/
    font-size: 14px !important; /* Override default theme font size here, so we don't mess with theme css'*/
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.animated-400 {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.draw-numbers {
    width: auto;
}

.ball-wrapper {
    display: block;
    position: relative;
    z-index: 0;
}

.ball {
    display: block;
    float: left;
    position: relative;
    margin: 1px;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    border-radius: 50%;
    background-image: radial-gradient(circle at 35% 35%,#fff 14%,#d8d8d8 60%);
    cursor: default;
    flex-shrink: 0;
}

/*.ball:nth-child(6n+1) {
    clear: left;
}*/

.ball.gold {
    background-image: radial-gradient(circle at 35% 35%,#fff7b7 14%,#c38c39 60%);
}

.ball.gold .num {
    color: #6c6c6c;
    font-weight: bold;
}