.container {
    max-width: 960px;
}

label svg {
    margin-top: -.15rem;
    margin-right: .25rem;
}

.form-floating > label {
    padding: 1rem 1.25rem !important;
}

.is-invalid {
    background-color: #fff7f7;
}

.ya-pay-button {
    height: 47px !important;
    border-radius: 5px !important;
}

#ya-pay-button {
    margin-top: 10px;
}

#tickets {
    width: 4.5rem;
}

.was-validated #tickets.form-select:valid:not([multiple]):not([size]) {
    padding-right: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
}
