.GenerationDetails {
    margin-bottom: 40px;
    &-fieldBox {
        margin: 25px 0;
    }
    &-label {
        display: block;
        margin-bottom: 5px;
    }
    &-error {
        color: $message-error-color;
        font-weight: bold;
        margin-top: 10px;
    }
    &-pdfOptionSelect,
    &-templateOptionSelect {
        width: 150px;
    }
    &-upcs {
        height: 200px;
        width: 600px;
    }
    &-localizedTemplateOptionLabel,
    &-pdfOptionLabel,
    &-templateOptionLabel {
        font-weight: bold;
    }
}
