
/* use the site font in all forms */
input, textarea, select {
    font-family:inherit;
}

/* tidy up fields in content editing forms */
select {
    background:none!important;
    min-width:180px;
    height: unset; /*after upgrade*/
    appearance: auto;
}

/*after upgrade*/
select:focus{
    outline: none;
    border: 1px solid #a0a1a2;
}

/*after upgrade*/
.form-actions .button{
    margin-block: unset;
    height: auto;
}
/* after upgrade*/
.form--inline .form-actions {
    margin-top: unset;
}


.sv-product-filter select {
    min-width:100px!important;
}

/* tidy up fields in content editing forms */
.node-book-edit-form select {
    min-width:200px!important;
}

/* contact forms */
.contact-form {
    /* background:#f3f3f3; */
    /* border:1px solid #eee; */
    /* padding:15px; */
    /* margin-bottom:200px; */
}
.contact-form .field--type-entity-reference {
    background:transparent;
    padding:0;
}


#contact-message-report-issue-form {
    padding:8px;
}

.form-item__label.form-required::after{
    background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23FF0000'/%3E%3C/svg%3E");
}


.sv-form-required:after {
    content:"*";
    color:#f44;
    font-size:0.95em;
    margin-left:4px;
    position:relative;
    top:-2px;
}

.contact-form textarea,input,select {
font-family:inherit;
font-size:0.9em;
border:1px solid #a0a1a2;
}
.contact-form textarea {
    height:150px;
}
.contact-form select {
    padding:0.1em;
}

.sv-form-button {
    margin-top:1em;
}
.sv-form-button input {
    padding:8px 15px;
    font-size:14px;
}

.contact-form #submit {
    background:#00AF9F;
    border:none;
    color:#fff;
}
.contact-form #edit-preview {
    display:none;
}


/*after upgrade*/
.form-item {
    margin-block: unset;
    margin-bottom: 1em;
    margin-right: 0.5em;
}

