:root {
    --bs-warning: #ff6b00;
    --bs-warning-rgb: 255, 107, 0;
    --bs-dark-rgb: 30, 35, 45;
}

ol, ul {
    padding-left: 1rem;
}

.grid-receipt {
    gap: .5rem 0.5rem;
    line-height: 1.25;
    font-size: 15px;
    grid-template-columns: 1fr auto auto auto;
}

.grid-receipt .price {
    text-align: right;
    margin-left: 1rem;
}

.receipt-data {
    font-size: 14px;
    line-height: 1.25;
    max-height: 300px;
    overflow: auto;
    background-color: var(--bs-gray-200);
}

.qr-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form-moderate {
    color: white;
    background-color: var(--bs-warning);
    background-color: rgba(var(--bs-warning-rgb), .8) !important;
    border: 0;
    border-radius: var(--bs-border-radius);
    padding: 1.5rem;
    margin-top: 3rem;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.form-sing-in {
    max-width: 400px;
    margin: auto;
    width: 100%;
}

.winners {
    display: flex;
    gap: .5rem;
    text-align: center;
    min-height: 48px;
    align-items: baseline;
    flex-wrap: wrap;
}

.winners a {
    color: #676767;
    font-size: 1.25rem;
}

.winners a:first-child {
    color: black;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-spoiler {
    text-decoration: none;
    border-bottom: 1px dashed white;
    font-size: 14px;
}

.sheet_content {
    border: 1px solid;
    overflow: auto;
    max-height: 400px;
}

.sheet_content table {
    text-align: center;
    width: 100%;
}

.sheet_content table td, .sheet_content table th {
    text-align: left;
    padding: 8px;
    display: table-cell;
    vertical-align: top;
}

.sheet_content table tr:nth-child(even) {
    background-color: #E7E9EB;
}

.form-label{
    font-size: 14px;
}
