/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.paragraph--unpublished{background-color:#fff4f4;}
:root{--selectify-select-border-radius:0.25rem;--selectify-select-padding:0.75rem 0.875rem;--selectify-select-font-size:1rem;--selectify-select-bg:#ffffff;--selectify-select-border-color:#cfd8dc;--selectify-select-color:#37474f;--selectify-select-hover-bg:#f5f5f5;--selectify-select-focus-border:#1976d2;--selectify-select-disabled-bg:#eceff1;--selectify-select-arrow-color:#607d8b;--selectify-dropdown-shadow:0px 4px 12px rgba(0,0,0,0.1);--selectify-option-hover-bg:#e3f2fd;--selectify-option-active-bg:#bbdefb;}body .selectify-select,body .wrapper-selectify{background:transparent;border:none;}body .selectify-select,body .selectify-select *{color:var(--selectify-select-color,var(--r-tx));border-color:var(--selectify-select-border-color,var(--r-br));}body .selectify-select .selectify-selected-one-option{background:transparent;}body .selectify-clear-all,body .selectify-select .selectify-available-display,body .selectify-select .selectify-selected-display{background:var(--selectify-select-bg,var(--r-bg));}body .selectify-select .selectify-selected-display,body .selectify-select .selectify-available-display{cursor:pointer;}body .selectify-clear-all,body .selectify-select .selectify-selected-display{border:1px solid var(--selectify-select-border-color,var(--r-br));}body .selectify-select .search-input input{width:calc(100% - 16px);margin:0 auto;border-radius:0.25rem;border:1px solid var(--selectify-select-border-color,var(--r-br));box-shadow:none!important;}body .dual-available,body .dual-selected{background:var(--selectify-select-bg,var(--r-bg));border:1px solid var(--selectify-select-border-color,var(--r-br));}body .selectify-select .selectify-available-display{border:1px solid var(--selectify-select-border-color,var(--r-br));box-shadow:var(--selectify-dropdown-shadow,unset);}body .selectify-select .search-input+.selectify-selected-one-option{border-top:1px dashed var(--selectify-select-border-color,var(--r-br));}body .selectify-select *:focus{outline:none;border-color:var(--selectify-select-focus-border-color,var(--r-br));box-shadow:var(--selectify-dropdown-shadow,unset);}body .selectify-select:disabled{cursor:not-allowed;background:var(--selectify-select-disabled-bg,var(--r-bg));border-color:var(--selectify-select-border-color,var(--r-br));}body .selectify-available-one-option{background:var(--selectify-select-bg,var(--r-bg));color:var(--selectify-select-color,var(--r-tx));border-bottom:1px solid var(--selectify-select-border-color,var(--r-br));}body .selectify-selected-display:hover{background:var(--selectify-select-hover-bg,var(--r-bg));border-color:var(--selectify-select-focus-border-color,var(--r-br));}body .selectify-clear-all:hover,body .selectify-selected-one-option.dual-item:hover,body .selectify-available-one-option:hover{background:var(--selectify-select-hover-bg,var(--r-bg));border-color:var(--selectify-select-focus-border);transform:translateY(2px);}body .selectify-available-one-option:active{background:var(--selectify-option-active-bg,var(--r-bg));}body .dual-item{border-bottom:1px solid var(--selectify-select-border-color,var(--r-br));}body .selectify-available-one-option.s-selected,body .selectify-available-one-option.s-selected *{font-weight:bold;}.selectify-select:focus,.selectify-select:focus-visible{outline:2px solid var(--selectify-select-focus-border);outline-offset:2px;}.selectify-available-one-option:focus,.selectify-available-one-option:focus-visible{outline:2px solid var(--selectify-select-focus-border);outline-offset:-2px;background:var(--selectify-option-hover-bg);}.selectify-selected-display:focus{outline:2px solid var(--selectify-select-focus-border);outline-offset:2px;}body .dual-available,body .dual-selected,body .selectify-available-display,body .selectify-selected-display{border-radius:var(--selectify-select-border-radius);}body .selectify svg{fill:var(--selectify-select-arrow-color);}
.selectify-radio,.selectify-checkbox,.selectify-radio *,.selectify-checkbox *{--selectify-checkbox-border-color:#d4d4d4;--selectify-checkbox-bg:linear-gradient(180deg,#ffffff 0%,#f5f5f5 50%,#ededed 100%);--selectify-checkbox-check-circle:radial-gradient(circle at 45% 45%,#fcfcfc 0%,#b5b5b5 85%,#a1a1a1 100%);--selectify-checkbox-checked-border-color:#707070;--selectify-checkbox-checked-bg:linear-gradient(180deg,#e5e5e5 0%,#d1d1d1 55%,#a6a6a6 100%);--selectify-checkbox-checked-circle:radial-gradient(circle at 45% 45%,#ffffff 0%,#8a8a8a 65%,#5e5e5e 100%);--selectify-checkbox-disabled-border-color:#bfbfbf;--selectify-checkbox-disabled-bg:linear-gradient(180deg,#f5f5f5 0%,#e8e8e8 50%,#dcdcdc 100%);--selectify-checkbox-disabled-circle:radial-gradient(circle at 45% 45%,#dcdcdc 0%,#bfbfbf 45%,#a8a8a8 100%);--selectify-checkbox-hover-border-color:#b8b8b8;--selectify-checkbox-hover-bg:linear-gradient(180deg,#ffffff 0%,#f7f7f7 60%,#efefef 100%);--selectify-checkbox-active-border-color:#808080;--selectify-checkbox-active-bg:linear-gradient(180deg,#f0f0f0 0%,#e0e0e0 100%);--selectify-checkbox-indeterminate-border-color:#8a8a8a;--selectify-checkbox-indeterminate-bg:linear-gradient(180deg,#f5f5f5 0%,#e5e5e5 100%);--selectify-checkbox-indeterminate-bar:#595959;--selectify-checkbox-invalid-border-color:#ef4444;--selectify-checkbox-invalid-bg:linear-gradient(180deg,#fff5f5 0%,#ffeaea 100%);}.selectify-select,.selectify-select *{--selectify-select-bg:linear-gradient(180deg,#ffffff 0%,#f7f7f7 100%);--selectify-select-hover-bg:linear-gradient(180deg,#f2f2f2 0%,#e5e5e5 100%);--selectify-select-border-color:#d4d4d4;--selectify-select-focus-border:#8a8a8a;--selectify-select-focus-border-color:#8a8a8a;--selectify-select-color:#1a1a1a;--selectify-select-disabled-bg:linear-gradient(180deg,#f5f5f5 0%,#eaeaea 100%);--selectify-select-arrow-color:#707070;--selectify-dropdown-shadow:0px 4px 14px rgba(0,0,0,0.08);--selectify-option-hover-bg:linear-gradient(180deg,#ffffff 0%,#f2f2f2 100%);--selectify-option-active-bg:linear-gradient(180deg,#ededed 0%,#d6d6d6 100%);}
