/* see my issue on d.org - for edit panel button not showing - width to 90% ? */
.region-sticky__items__inner {
    min-width: 0;
    width: 90%;
}
body.user-logged-in.theme-name--subtheme div#system-messages-block .messages--warning {
    display: none;
}
body.gin-login .messages-list {
    display: none;
}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, 
.ck .ck-editor__nested-editable:focus {
    color: black;
    background-color: white;
}

/* for extension -  image field settings */
[class*="admin-theme"] #edit-suggestions,
[class*="admin-theme"] #edit-image-settings #edit-breakpoint-group {
    background-color: green; /* or other color ... */
}
.webform-signature-pad {
    border: solid blue thick;
    border-radius: 1rem;
    background-color: lightblue;
}
.webform-signature-pad input.button {
    color: var(--gin-color-button-text);
}
img, 
img.webform-signature-image {
    background-color: white;
    margin: 1rem;
}
form.webform-submission-form span.fieldset__label.fieldset__label--group.js-form-required.form-required {
    font-size: large;
    font-weight: bolder;
}
form.webform-submission-form span.fieldset__label {
    /* font-size: xx-large; */
    line-height: normal;
}
.form-type-number label.form-item__label {
    display: inline;
}
li.sf-depth-2 {
  background-color: aliceblue;
}
.gin-table-scroll-wrapper,
.gin-table-scroll-wrapper.--is-sticky {
    margin-bottom: unset;
}
hr {
    color: black;
    background-color: black;
    height: 1rem;
    border-radius: 1rem;
}