.custom-form--resources{display:flex;flex-direction:column}
.custom-form--resources .custom-form__wrapper{flex-grow:1;position:relative;display:flex;align-items:center;justify-content:space-between}
.custom-form--resources .custom-form__form{display:flex;align-items:center}
.custom-form--resources .custom-form__form--align-left{justify-content:space-between;flex-grow:1}
.custom-form--resources .custom-form__form--align-right{justify-content:flex-end}
.custom-form--resources .custom-form__submit{display:none}
.custom-form--resources .custom-form__external{margin-right:20px;min-width:0;flex-grow:1}
.custom-form--resources .custom-form__popup-toggler{cursor:pointer;align-items:center;height:33px;padding:0 15px;color:#282829;display:none}
.custom-form--resources .custom-form__popup-toggler-text{font-size:16px;letter-spacing:.25px}
.custom-form--resources .custom-form__popup-toggler-icon{flex-shrink:0;margin-left:6px;width:10px;height:6px}
.custom-form--resources .custom-form__popup{position:relative;margin-right:20px}
.custom-form--resources .custom-form__popup-content{display:flex;align-items:center;margin-left:-15px}
.custom-form--resources .custom-form__popup-close{position:absolute;display:none;width:17px;height:17px;top:14px;right:14px;color:#282829;cursor:pointer}
.custom-form--resources .custom-form__toggler{cursor:pointer;width:17px;height:17px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.custom-form--resources .custom-form__toggler-icon{color:#282829}
.custom-form--resources .custom-form__toggler-icon--on{width:15px;height:15px}
.custom-form--resources .custom-form__toggler-icon--off{width:17px;height:17px;display:none;z-index:10}
.custom-form--resources .custom-form__dropdown{position:absolute;right:0;top:0;bottom:0;left:0;display:flex;align-items:center;visibility:hidden}
.custom-form--resources .custom-form__end{opacity:0}
.custom-form--resources.custom-form--search-active .custom-form__dropdown{visibility:visible}
.custom-form--resources.custom-form--search-active .custom-form__external,.custom-form--resources.custom-form--search-active .custom-form__external *,.custom-form--resources.custom-form--search-active .custom-form__popup,.custom-form--resources.custom-form--search-active .custom-form__popup-toggler{visibility:hidden}
.custom-form--resources.custom-form--search-active .custom-form__toggler-icon--on{display:none}
.custom-form--resources.custom-form--search-active .custom-form__toggler-icon--off{display:block}
.custom-form--resources .custom-form-select__wrapper{position:relative}
.custom-form--resources .custom-form-select__toggler{display:flex;align-items:center;height:52px;border-radius:26px;padding:0 15px;transform:rotate(0);cursor:pointer;color:#282829}
@media(prefers-reduced-motion:reduce){.custom-form--resources .custom-form-select__toggler{transition:none}
}
@media(prefers-reduced-motion:no-preference){.custom-form--resources .custom-form-select__toggler{transition:transform .2s ease}
}
.custom-form--resources .custom-form-select__toggler:hover{background:#f3f5f6}
.custom-form--resources .custom-form-select__placeholder{font-size:16px;letter-spacing:.25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.custom-form--resources .custom-form-select__icon{flex-shrink:0;margin-left:6px;width:10px;height:6px}
.custom-form--resources .custom-form-select__dropdown{position:absolute;visibility:hidden;opacity:0;transform:translate3d(0,10px,0);top:100%;margin-top:10px;min-width:245px;border-radius:20px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.1);padding:0 18px;z-index:100;max-height:370px;overflow-y:auto}
@media(prefers-reduced-motion:reduce){.custom-form--resources .custom-form-select__dropdown{transition:none}
}
@media(prefers-reduced-motion:no-preference){.custom-form--resources .custom-form-select__dropdown{transition:opacity .2s ease,transform .2s ease,visibility .00001s .2s}
}
.custom-form--resources .custom-form-select[data-dropdown-alignment="left"] .custom-form-select__dropdown{left:0}
.custom-form--resources .custom-form-select[data-dropdown-alignment="right"] .custom-form-select__dropdown{right:0}
.custom-form--resources .custom-form-select__optgroup{padding:8px 0 11px}
.custom-form--resources .custom-form-select__optgroup+.custom-form-select__optgroup{border-top:1px solid rgba(40,40,41,0.2)}
.custom-form--resources .custom-form-select__option{padding:10px 0 10px 26px;position:relative;cursor:pointer;display:block;border-radius:12px}
.custom-form--resources .custom-form-select__option-text{font-size:16px;line-height:18px;color:#676767;margin-left:10px}
.custom-form--resources .custom-form-select__option:hover,.custom-form--resources .custom-form-select__option--hovered{background-color:rgba(43,41,38,0.04)}
.custom-form--resources .custom-form-select__option:hover .custom-form-select__option-text,.custom-form--resources .custom-form-select__option--hovered .custom-form-select__option-text{color:#2b2926;font-weight:500;font-style:normal}
.custom-form--resources .custom-form-select__option--selected .custom-form-select__option-text{color:#2b2926;font-weight:500;font-style:normal}
.custom-form--resources .custom-form-select__option-icon{position:absolute;left:10px;top:50%;transform:translate(0,-50%);width:15px;height:14px;visibility:hidden}
.custom-form--resources .custom-form-select__option--selected .custom-form-select__option-icon{visibility:visible}
.custom-form--resources .custom-form-select__option--default{margin-top:8px;margin-bottom:11px}
.custom-form--resources .custom-form-select__option--default .custom-form-select__option-icon{width:14px;border-radius:50%;color:#282829;border:1px solid;display:flex;align-items:center;justify-content:center;visibility:visible}
.custom-form--resources .custom-form-select__option--default .custom-form-select__option-icon:after{width:8px;height:8px;background:currentColor;border-radius:50%;content:'';visibility:hidden}
.custom-form--resources .custom-form-select__option--default.custom-form-select__option--selected .custom-form-select__option-icon:after{visibility:visible}
.custom-form--resources .custom-form-select__divider{height:1px;background:rgba(40,40,41,0.2);margin-left:26px;margin-bottom:8px}
.custom-form--resources .custom-form-select--active .custom-form-select__toggler{background:#f3f5f6}
.custom-form--resources .custom-form-select--active .custom-form-select__icon{transform:rotate(-180deg)}
.custom-form--resources .custom-form-select--active .custom-form-select__dropdown{visibility:visible;opacity:1;transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){.custom-form--resources .custom-form-select--active .custom-form-select__dropdown{transition:none}
}
@media(prefers-reduced-motion:no-preference){.custom-form--resources .custom-form-select--active .custom-form-select__dropdown{transition:opacity .2s ease,transform .2s ease}
}
.custom-form--resources .custom-form-select+.custom-form-select{margin-left:5px}
.custom-form--resources .custom-form-textfield{flex-grow:1}
.custom-form--resources .custom-form-textfield__wrapper{position:relative;margin:0 -12px}
.custom-form--resources .custom-form-textfield__icon{position:absolute;left:12px;width:16px;height:16px;top:0;bottom:0;margin:auto 0}
.custom-form--resources .custom-form-textfield__input{height:56px;border-radius:28px;width:100%;position:relative;background:transparent;border:0;padding:0 25px 0 52px;font-size:20px;font-weight:500;font-style:normal;color:#2b2926}
.custom-form--resources .custom-form-textfield__input::-webkit-input-placeholder{color:rgba(43,41,38,0.7);text-transform:none;font-weight:400;font-style:normal}
.custom-form--resources .custom-form-textfield__input::-moz-placeholder{color:rgba(43,41,38,0.7);opacity:1;text-transform:none;font-weight:400;font-style:normal}
.custom-form--resources .custom-form-textfield__input:-moz-placeholder{color:rgba(43,41,38,0.7);opacity:1;text-transform:none;font-weight:400;font-style:normal}
.aem-AuthorLayer-Edit .custom-form--resources .custom-form__external{flex-grow:1}
.aem-AuthorLayer-Edit .custom-form--resources .custom-form__dropdown{position:static;visibility:visible}
.aem-AuthorLayer-Edit .custom-form--resources .custom-form__toggler{display:none}
.aem-AuthorLayer-Edit .custom-form--resources .custom-form__popup-content{flex-wrap:wrap}
.aem-AuthorLayer-Edit .custom-form--resources .custom-form__popup-content>.new{flex-basis:100%}
@media only screen and (max-width:1229px){.custom-form--resources .custom-form-select+.custom-form-select{margin-left:0}
}
@media only screen and (max-width:767px){.custom-form--resources .custom-form__popup-overlay{position:fixed;top:-100px;bottom:-100px;right:-100px;left:-100px;background:#000;opacity:.7;display:none;z-index:1000}
.custom-form--resources .custom-form__popup{display:none;position:fixed;top:50%;left:28px;right:28px;transform:translateY(-50%);margin:0;padding:30px 20px 0;background:#fff;z-index:1001}
.custom-form--resources .custom-form__popup-content{max-height:90vh;overflow:auto;display:block;margin:0 -10px;padding:0 10px}
.custom-form--resources .custom-form__popup-close{display:block}
.custom-form--resources .custom-form__popup-toggler{display:flex}
.custom-form--resources.custom-form--popup-active .custom-form__popup,.custom-form--resources.custom-form--popup-active .custom-form__popup-overlay{display:block}
.custom-form--resources .custom-form-select{padding:16px 0}
.custom-form--resources .custom-form-select__toggler{padding:0}
.custom-form--resources .custom-form-select__toggler:hover{background:0}
.custom-form--resources .custom-form-select__dropdown{display:none;visibility:visible;opacity:1;transform:none;transition:none;position:static;box-shadow:none;background:0;margin:0 -18px}
.custom-form--resources .custom-form-select--active .custom-form-select__toggler{background:0}
.custom-form--resources .custom-form-select--active .custom-form-select__dropdown{display:block;transform:none;transition:none}
.custom-form--resources .custom-form-select+.custom-form-select{border-top:1px solid #cbcbcb}
}