body{
    --bs-body-color: white;
    --bs-card-border-color: white;
}
.fixed-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.3);
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}
.fixed-panel a {
    color: white;
}
input {
    color: white !important;
    padding: 0;
    margin: 0;
}
input:focus{
    border-color: white !important;
    background-color: transparent !important;
}

.consent-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.consent-item input[type="checkbox"] {
    margin-right: 15px;
    transform: scale(1.3);
    margin-top: 5px;
}
select{
    background-color: rgb(52, 58, 64);
}
