body { background: #ffffff !important; }
header {
    background: #eaeaea;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 0px 5px 1px #c3c3c3;
}
header .navbar-brand { font-size: 30px; font-weight: bold; }
header .navbar-nav .nav-link { font-size: 18px; }
.form-control, .form-select { background-color: #ffffff; }
.table-sm { font-size: 11px; }

#content { padding: 40px 0; }

.message-error {
    display: none;
    background: #ffabab;
    color: #790000;
    padding: 4px 10px;
    margin-top: 5px;
    border: 1px solid #ff9999;
    border-radius: 5px;
}

.buttons-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-participante-numero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    color: #000000;
    border-radius: 50%;
}
.container-participante-termo-assinado {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
}

.dealership-color { text-align: center; padding: 5px 10px; border-radius: 5px; }

#fila-information { margin-bottom: 20px; }
#fila-information .qtd-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}
#fila-information .qtd-carros {
    padding: 20px 15px;
    background: #caeaff;
    border: 1px solid #91d3ff;
    border-radius: 5px;
}
#fila-information .qtd-carros h5 { font-weight: bold; color: #00568f; }

#table-qtd-carros {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 5px;
    align-items: center;
}
#table-qtd-carros .car-box-info { text-align: center; }
#table-qtd-carros .car-box-info h6 { font-size: 16px; margin-bottom: 0; }
#table-qtd-carros .car-box-info .car-quantities { font-size: 16px; }

.secondary-thead th { background: #ffffff; }
.table td { background: #ffffff; }
.btn-action-fila {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.btn-subtitles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#overlay-content {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    background: #00000060;
    z-index: 1000000;
}
#overlay-content .overlay-text { margin-left: 10px; }