#edit-category-of-the-product-you-are-bringing-to-the-plugfest--wrapper legend,
label[for="edit-description-of-products-you-are-bringing-to-the-plugfest"],
label[for="edit-what-are-your-goals-for-attending-this-plugfest"],
label[for="edit-power-needs"] {
    font-weight:600;
}

.webform-submission-form h4 span {
    font-weight:10;
    font-size:20px
}
#edit-flexbox-05 {
    display:flex;
    flex-direction:column;
    width:50%;
}

/* third */

#edit-third .form-type-processed-text p:first-child {
    background:#360967;
    color:white;
    padding:15px;
    font-size:18px;
    margin-top:30px;
    margin-bottom:30px;
}


#edit-third .form-type-processed-text p:last-child {
    color:#360967;
    background:white;
    width:fit-content;
    position:relative;
    border:1px solid #c9c9c9;
    padding:14px 20px;
}


#edit-third .form-type-processed-text p:last-child::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(/themes/custom/snia/images/vector-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    right: 3px;
    top: 14px;
    z-index: 99999;
    filter:invert(11%) sepia(90%) saturate(7467%) hue-rotate(265deg) brightness(40%) contrast(108%);
}


.thanks-message {
    background:#29CC6A;
    color:white;
    padding:15px;
    margin-top:40px;
    margin-bottom:40px;
    font-size:17px;
}

