.approval-history-icon-circle img{filter:brightness(0) saturate(100%) invert(1)!important}.cost-centers-list{padding:0;margin-top:16px}.cost-centers-list-placeholder{padding:0;text-align:left;color:var(--main-foreground);font-size:var(--text-base-size);opacity:.6}.cost-centers-list-items{display:flex;flex-direction:column;gap:var(--spacing-2);border:1px solid var(--main-separator);border-radius:var(--rounded-3xl);padding:var(--spacing-6)}.cost-centers-list-items-no-border{display:flex;flex-direction:column;gap:var(--spacing-2);padding:0;margin-left:10px}.cost-center-item{display:flex;align-items:center;gap:var(--spacing-2);padding:6px 0;border-radius:var(--rounded-lg);transition:color .2s;text-decoration:none;color:var(--main-foreground)}.cost-center-item:hover,.cost-center-item:hover .cost-center-item-name{color:var(--main-primary)}.cost-center-item-icon{flex-shrink:0;filter:brightness(0) saturate(100%) invert(0);transition:filter .2s}.cost-center-item:hover .cost-center-item-icon{filter:brightness(0) saturate(100%) invert(26%) sepia(27%) saturate(1543%) hue-rotate(120deg) brightness(95%) contrast(92%)}.cost-center-item-name{font-size:var(--text-base-size);font-weight:500;color:var(--main-foreground)}@media (max-width:768px){.cost-centers-list-items{padding:var(--spacing-4)}.cost-center-item{padding:var(--spacing-2-5) var(--spacing-3)}.cost-center-item-name{font-size:var(--text-sm-size)}}.custom-save-buttons-wrapper{display:flex!important;align-items:center!important;gap:var(--spacing-3)!important}.row-action-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999}.row-action-popup{background-color:var(--main-accent);border-radius:var(--rounded-4xl);box-shadow:none!important;min-width:500px;max-width:90vw}.row-action-popup--two-columns{min-width:800px;max-width:1000px}.row-action-popup__header{display:flex;align-items:center;padding:var(--spacing-6) var(--spacing-6);position:relative}.row-action-popup__header h3{margin:0;font-size:18px;font-weight:var(--font-weight-sbold);color:var(--main-foreground)}.row-action-popup__close{background:none;border:var(--border-width-1) solid var(--main-separator);font-size:20px;line-height:1;cursor:pointer;color:var(--main-foreground);padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--rounded-full);transition:all .2s ease;position:absolute;top:var(--spacing-2-5);right:var(--spacing-2-5)}.row-action-popup__content{padding-bottom:var(--spacing-6);padding-left:var(--spacing-6);padding-right:var(--spacing-6)}.row-action-popup__content form{display:flex;flex-direction:column;gap:var(--spacing-5)}.form-group{display:flex;flex-direction:column;gap:var(--spacing-2)}.form-label{font-weight:var(--font-weight-sbold)}.form-label,.form-value{font-size:var(--text-sm-size);color:var(--main-foreground);margin:0}.form-value{padding:var(--spacing-2-5) 14px;background-color:var(--main-hover-bg);border-radius:var(--rounded-lg)}.radio-group{display:flex;gap:var(--spacing-4)}.radio-option{display:flex;align-items:center;gap:var(--spacing-2);cursor:pointer;color:var(--main-foreground);font-size:var(--text-sm-size)}.radio-option input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:var(--main-foreground)}.radio-option span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-textarea{padding:var(--spacing-2-5) 14px;border:var(--border-width-1) solid var(--main-separator);border-radius:var(--rounded-2xl);background-color:var(--main-accent);color:var(--main-foreground);font-size:var(--text-sm-size);font-family:inherit;resize:vertical;min-height:110px;height:116px;transition:border-color .2s ease}.form-textarea:focus{outline:none;border-color:var(--main-foreground)}.form-textarea::placeholder{color:var(--main-foreground);opacity:.5}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:auto;padding-top:var(--spacing-4)}.btn-accept{padding:0 var(--spacing-6);background-color:var(--main-foreground);color:var(--main-accent);border:none;border-radius:var(--rounded-4xl);height:36px;min-width:110px;font-size:var(--text-sm-size);font-weight:var(--font-weight-sbold);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--spacing-2)}.btn-accept:hover{background-color:var(--main-primary);color:var(--main-accent)}.btn-accept:disabled{opacity:.5;cursor:not-allowed}.btn-accept:disabled:hover{background-color:var(--main-foreground);color:var(--main-accent)}.row-action-popup__columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-8);gap:var(--spacing-8)}.row-action-popup__column{display:flex;flex-direction:column;gap:var(--spacing-4)}.row-action-popup__column--left{padding-right:var(--spacing-8);padding-bottom:var(--spacing-8)}.row-action-popup__column--left .form-group{display:grid;grid-template-columns:120px 1fr;grid-gap:var(--spacing-4);gap:var(--spacing-4);align-items:center}.row-action-popup__column--left .form-label{margin:0;white-space:nowrap;text-align:left}.row-action-popup__column--left .form-value{margin:0;padding:0;background-color:transparent}.row-action-popup__column--left .requester-info{margin:0}.row-action-popup__column--right{padding-left:0;gap:0}.requester-info{display:flex;align-items:center;gap:12px;padding:0;background-color:transparent}.requester-photo{border-radius:var(--rounded-full);object-fit:cover}.requester-photo-placeholder{width:var(--spacing-8);height:var(--spacing-8);border-radius:var(--rounded-full);background-color:var(--main-foreground);color:var(--main-accent);display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-sbold);font-size:var(--text-sm-size)}.requester-name{font-weight:400}.form-input,.requester-name{color:var(--main-foreground);font-size:var(--text-sm-size)}.form-input{padding:10px 14px;border:var(--border-width-1) solid var(--main-separator);border-radius:var(--rounded-lg);background-color:var(--main-accent);font-family:inherit;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:var(--main-foreground)}.form-input::placeholder{color:var(--main-foreground);opacity:.5}.btn-cancel{padding:0 var(--spacing-6);background-color:transparent;color:var(--main-foreground);border:var(--border-width-1) solid var(--main-separator);border-radius:var(--rounded-4xl);height:36px;min-width:110px;font-size:var(--text-sm-size);font-weight:var(--font-weight-sbold);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--spacing-2)}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{padding:var(--spacing-10);text-align:center;color:var(--main-foreground);font-size:var(--text-sm-size)}.approval-history{padding:0;margin-top:16px;margin-left:5px}.approval-history-empty,.approval-history-error,.approval-history-loading{padding:var(--spacing-8);text-align:center;color:var(--main-foreground);font-size:var(--text-base-size);opacity:.6}.approval-history-error{color:#ef4444}.approval-history-timeline{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative;padding-left:6px}.approval-history-phase:not(:last-child):after{bottom:-8px}.approval-history-phase:not(:first-child):before,.approval-history-phase:not(:last-child):after{content:"";position:absolute;left:5px;width:2px;height:calc(50% + 8px);background-color:rgba(0,0,0,.1);z-index:0}.approval-history-phase:not(:first-child):before{top:-8px}.approval-history-phase{position:relative;display:flex;gap:var(--spacing-4)}.timeline-dot{flex-shrink:0;width:var(--spacing-3);height:var(--spacing-3);border-radius:50%;border:1px solid var(--main-foreground);background-color:var(--theme-bg);z-index:1;align-self:center;position:relative}.approval-history-phase:first-child .timeline-dot{background-color:var(--main-foreground)}.timeline-content{flex:1 1;display:flex;flex-direction:column;gap:var(--spacing-3)}.phase-header{margin-bottom:8px}.phase-label{font-size:var(--text-lg-size);font-weight:700;color:var(--main-foreground)}.phase-changes{display:flex;flex-direction:column;gap:var(--spacing-4);border:1px solid var(--main-separator);border-radius:var(--rounded-3xl);padding:var(--spacing-6)}.phase-change-item{display:grid;grid-template-columns:120px 1fr;grid-gap:0 16px;gap:0 16px}.change-header{display:contents}.change-date{opacity:.7;font-weight:400;grid-column:1}.change-date,.change-status{font-size:var(--text-base-size);color:var(--main-foreground)}.change-status{font-weight:600;grid-column:2}.change-details{grid-column:2;display:flex;flex-direction:column;gap:4px;margin-top:2px}.change-user{opacity:.85}.change-previous-status,.change-user{font-size:var(--text-sm-size);font-weight:400;color:var(--main-foreground)}.change-previous-status{opacity:.7}.change-comment{font-size:var(--text-sm-size);color:var(--main-foreground);opacity:.75;font-style:italic;white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.approval-history-phase{gap:var(--spacing-3)}.timeline-dot{width:10px;height:10px}.phase-label{font-size:var(--text-base-size)}.phase-change-item{grid-template-columns:1fr;gap:var(--spacing-2)}.change-date,.change-details,.change-status{grid-column:1}.change-status{font-size:var(--text-sm-size)}.change-comment,.change-user{font-size:calc(var(--text-sm-size) * .9)}}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save{background-color:var(--main-foreground)!important;color:var(--main-accent)!important;border-radius:var(--rounded-full)!important;padding:var(--spacing-3) var(--spacing-6)!important;font-family:var(--font-family-base)!important;font-size:var(--text-sm-size)!important;font-weight:var(--font-weight-medium)!important;line-height:1!important;border:none!important;box-shadow:none!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save:hover{background-color:var(--main-primary)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save.btn--disabled,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save:disabled{opacity:1!important;cursor:pointer!important;background-color:var(--main-foreground)!important;color:var(--main-accent)!important;pointer-events:auto!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save.btn--disabled:hover,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save:disabled:hover{background-color:var(--main-primary)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .row__fields:has(>.group-a-column){display:grid!important;grid-template-columns:60% 40%!important;grid-gap:var(--spacing-8)!important;gap:var(--spacing-8)!important;align-items:start!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-a-column,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-b-column{max-height:none!important;overflow:visible!important;padding-right:var(--spacing-2)!important;flex:none!important;width:100%!important;scrollbar-width:none!important;-ms-overflow-style:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-a-column::-webkit-scrollbar,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-b-column::-webkit-scrollbar{display:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) input{border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) select,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) textarea{border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .rs__control.css-cp01gg-control{border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--gutter{border-left:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) [id^=field-_index]{padding-left:0!important;border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field__header{padding:var(--spacing-5) var(--spacing-10)!important;margin-bottom:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0{background-color:rgba(255,255,255,.4)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter{background-color:rgba(255,255,255,.4)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0>.group-field__wrap>.render-fields.render-fields--margins-small,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0>.group-field__wrap>.render-fields.render-fields--margins-small{background-color:var(--main-accent)!important;padding:var(--spacing-10)!important;border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter>.group-field__wrap>.render-fields.render-fields--margins-small{background-color:var(--main-accent)!important;padding:var(--spacing-10)!important;border-radius:var(--rounded-3xl)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field__wrap{background-color:rgba(0,0,0,0)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small .field-label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small .radio-input__label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small input,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small .field-label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small .radio-input__label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small input,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small label{color:var(--main-foreground)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small span:not(.rs__indicator-separator):not(.clear-indicator):not(.dropdown-indicator),body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small span:not(.rs__indicator-separator):not(.clear-indicator):not(.dropdown-indicator){color:var(--main-foreground)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small .field-label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small .radio-input__label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small input,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small label,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small span:not(.rs__indicator-separator):not(.clear-indicator):not(.dropdown-indicator){color:var(--main-foreground)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-0-0 .render-fields.render-fields--margins-small input::placeholder,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #field-_index-0-1-0 .render-fields.render-fields--margins-small input::placeholder,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field--within-row.group-field--gutter .render-fields.render-fields--margins-small input::placeholder{color:var(--main-foreground)!important;opacity:.7!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .rs__control{display:flex!important;flex-wrap:nowrap!important;align-items:center!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .rs__control .value-container{flex:1 1!important;min-width:0!important;flex-wrap:nowrap!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .rs__indicators{flex-shrink:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .relationship--single-value__text{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .field-type.checkbox{width:100%!important;flex:1 1 auto!important;max-width:100%!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:var(--spacing-4)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input .checkbox-input__label{margin-bottom:0!important;flex:1 1!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__input{position:relative!important;width:36px!important;min-width:36px!important;flex-shrink:0!important;height:20px!important;background-color:#d6dbd3!important;border-radius:10px!important;cursor:pointer!important;transition:background-color .3s!important;border:none!important;outline:none!important;display:inline-block!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__input input[type=checkbox]{width:100%!important;height:100%!important;margin:0!important;cursor:pointer!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:rgba(0,0,0,0)!important;border:none!important;outline:none!important;position:absolute!important;top:0!important;left:0!important;z-index:2!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__input:has(input:checked){background-color:var(--main-primary)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__input:before{content:""!important;position:absolute!important;width:16px!important;height:16px!important;border-radius:50%!important;background-color:var(--main-accent)!important;top:2px!important;left:2px!important;transition:transform .3s!important;box-shadow:none!important;z-index:1!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__input:has(input:checked):before{transform:translateX(16px)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .checkbox-input__icon{display:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .field-description{color:var(--main-foreground)!important;opacity:.7!important}@media(max-width:768px){body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .row__fields:has(>.group-a-column){grid-template-columns:1fr!important;gap:var(--spacing-4)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-a-column,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-b-column{max-height:none!important;overflow:visible!important;overflow-y:visible!important;height:auto!important;padding-right:0!important;padding-left:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .field-type.group-field.group-field--within-row.group-a-column{margin-bottom:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .field-type.group-field.group-field--within-row.group-b-column{margin-top:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field__wrap{overflow:visible!important;max-height:none!important;height:auto!important;max-width:100%!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field__wrap>.render-fields{padding:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-field__header{padding:var(--spacing-4) var(--spacing-10)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__wrapper{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__content{display:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__controls-wrapper{margin-top:0!important;margin-right:px!important;padding-right:0!important;height:32px!important;display:flex!important;justify-content:flex-end!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__controls{display:block!important;grid-template-columns:none!important;column-count:1!important;height:100%!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__controls:after{display:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .form-submit{display:flex!important;justify-content:flex-end!important;width:100%!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save{font-size:10px!important;padding:4px 10px!important;height:32px!important;min-height:26px!important;border-radius:32px!important;width:auto!important;min-width:auto!important;max-width:none!important;box-shadow:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save .btn__label{font-size:10px!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) #action-save .btn__content{width:auto!important;min-width:auto!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .collection-edit__main{padding-bottom:100px!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right{padding-left:5px!important;padding-right:5px!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-controls{margin-top:100px!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-header .doc-header__header{padding-bottom:40px!important}}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-controls{position:fixed!important;top:0!important;right:30px!important;z-index:15!important;background:none!important;background-color:rgba(0,0,0,0)!important;padding:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-controls:after,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-controls:before{display:none!important;background:none!important;background-color:rgba(0,0,0,0)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .doc-controls__divider{display:none!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .collection-edit__main-wrapper{margin-top:55px!important}@media(max-width:1024px){body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .row__fields:has(>.group-a-column){grid-template-columns:1fr!important;gap:var(--spacing-4)!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-a-column,body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .group-b-column{max-height:none!important;overflow:visible!important;overflow-y:visible!important;height:auto!important;width:100%!important;max-width:100%!important;padding-right:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-header .doc-header__header{flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;flex-direction:column!important;gap:0!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-header .doc-header__header .doc-header__title{width:100%!important;margin-bottom:var(--spacing-1)!important;flex-shrink:1!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter.gutter--left.gutter--right.doc-header .doc-header__header .doc-tabs{width:auto!important;flex-shrink:1!important}body:has(.collection-edit__auth):not(:has(.users-custom-layout)) .gutter--right.document-fields__edit{padding-right:var(--spacing-6)!important}}.auto-filled-relationship-as-text{margin-bottom:20px}.auto-filled-relationship-as-text .relationship--single-value__text{color:var(--main-foreground)}.auto-filled-relationship-as-text .rs__indicators,.auto-filled-relationship-as-text .rs__placeholder{display:none!important}.row-action-button{background:transparent;border:1px solid #061b1533;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:100%;width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;color:var(--main-foreground);transition:all .2s ease}.row-action-button:hover{background-color:var(--main-hover-bg)}.row-action-button:nth-child(2):hover{background-color:var(--main-success);color:white;border-color:var(--main-success)}.row-action-button:first-child:hover{background-color:var(--main-error);color:white;border-color:var(--main-error)}.row-action-button svg{width:14px;height:14px;display:block}.row-action-buttons{display:grid;grid-template-columns:28px 28px;grid-gap:var(--spacing-1);gap:var(--spacing-1);justify-content:flex-end;align-items:center}.filter-selector-container,.filter-selector__select{display:inline-flex;align-items:center}.filter-selector__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--rounded-3xl);border:1px solid rgb(221,221,221);width:auto;height:var(--pill-small-height,32px);padding:0 var(--spacing-4);padding-right:var(--spacing-9);background-color:transparent;color:var(--theme-elevation-800);cursor:pointer;font-size:1rem;font-weight:var(--font-weight-bold);font-family:var(--font-family-base);outline:none;transition:all .15s ease;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L10 12L6 8' fill='none' stroke='%23333' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:20px 20px;text-align:left;direction:ltr}.filter-selector__select,.filter-selector__select option{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-selector__select option{width:220px}button.reset-preferences-button.reset-preferences-button{height:36px!important;padding-left:var(--spacing-4);padding-right:var(--spacing-4);background-color:var(--main-foreground)!important;color:var(--main-accent)!important;border:1px solid var(--main-primary)!important;border-radius:var(--rounded-full)!important;cursor:pointer!important;font-size:var(--text-sm-size)!important;font-weight:var(--font-weight-medium)!important;font-family:var(--font-family-base)!important}button.reset-preferences-button.reset-preferences-button:hover{background-color:var(--main-primary)!important}.reset-preferences-message{margin-top:var(--spacing-2);padding:var(--spacing-3);border-radius:var(--rounded-lg);font-family:var(--font-family-base)}.reset-preferences-message.success{background-color:var(--status-approved-bg);color:var(--status-approved-text);border:1px solid var(--status-approved-dot)}.reset-preferences-message.error{background-color:var(--status-denied-bg);color:var(--status-denied-text);border:1px solid var(--status-denied-dot)}