﻿#joinqueue-confirm-container #dataPrivacyLink {
    text-decoration: underline;
}

#joinqueue-confirm-container .error {
    color: red;
}

#language-picker-outer-wrap .select2-container {
    width: auto !important;
    margin: 0 auto;
}

.select2-container--default .select2-selection--single {
    width: auto;
}

@media only screen and (max-width: 767px) {
    .enter-ticket  {
        padding-top: 20px !important;
    }
}

.userqueue-container .btn-primary {
    background-color: var(--smartwarten-color);
}