.vouchercheck-container {    
}

.vouchercheck-header {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

.vouchercheck-subheader {
    text-align: center;
}

.vouchercheckform-container {
    display: flex;
    width: 100%;    
    justify-content: center;
    gap: 5px;
    margin-bottom: 2px;
}

#playvr_vouchercode {    
    flex: 1 1 auto;
    max-width: 300px;    
}

.playvr-vouchercheck-result-section {
    display: none;    
}

.select-wrapper {
    flex: 1 1 auto;    
    max-width: 400px;
    overflow: hidden;
}

#playvr_voucherkeyselect {    
    width: 100%;    
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publicerror-section {
    text-align: center;
    font-size: 16px;

    background-color: white;
    border-radius: 8px;
    border: 2px solid #CB1649;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.public-info-section {
    text-align: center;
    font-size: 16px;
    background-color: white;
    border-radius: 8px;
    border: 2px solid #5fbba2;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#publicinfo_vouchername {
    font-weight: 600;
}

.vouchercheck-admin-section {
    background-color: white;
    border-radius: 8px;
    border: 2px solid #B2B2B2;
    padding: 8px;
    margin-bottom: 8px;
}

.voucherinfo-newsearch-section {
    display: flex;
    justify-content: center;
}
