.cby-error-page{font-size:xxx-large;font-weight:700;text-align:center}.cby-popup{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.5);width:100%;height:100%;justify-content:center;align-items:center;z-index:10;backdrop-filter:blur(4px)}.cby-popup.active{display:flex}.cby-popup-inner{padding:35px;background-color:#fff;position:relative}.cby-popup-header{display:none;flex-direction:row;align-items:center;gap:20px;justify-content:space-between;margin-bottom:25px;font-size:larger;font-weight:700}.cby-popup-header.active{display:flex}.cby-popup-footer{display:none;flex-direction:row;gap:20px;align-items:center;justify-content:space-around;margin-top:20px}.cby-popup-footer.active{display:flex}.error-code{font-size:x-small}.cby-notification-container{display:flex;flex-direction:column-reverse;align-items:end;position:absolute;right:0;bottom:0;gap:15px}@keyframes cbyNotificationAnimation{0%,80%{opacity:1}100%{opacity:0}}.cby-notification-item{display:none;flex-direction:column;padding:20px;opacity:0;color:#000}.cby-notification-item.active{display:flex}.cby-notification-item.start-animation{animation-name:cbyNotificationAnimation}.cby-notification-item.cby-notification-error{background-color:#f89f9f}.cby-notification-item.cby-notification-info{background-color:#f8e99f}.cby-notification-item.cby-notification-success{background-color:#b4f89f}.cby-notification-item-header{display:flex;flex-direction:row;align-items:center;gap:20px;justify-content:space-between;margin-bottom:20px;font-size:larger;font-weight:700}.cby-image{width:var(--cby-height-l);height:var(--cby-height-l);border-radius:var(--cby-roundness);overflow:hidden;flex-shrink:0}.cby-image-edit{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;width:var(--cby-height-l);height:var(--cby-height-l)}.cby-image-edit-label{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0;opacity:0}.cby-image-edit:hover .cby-image-edit-label{opacity:.6;backdrop-filter:brightness(0.5)}.cby-image-edit-overlay{position:absolute;pointer-events:none;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.cby-image-edit-input{display:none}.cby-search{display:flex;flex-direction:row;width:fit-content;border:1px solid;padding:0 7px}.cby-search .cby-body{display:flex;flex-direction:row;gap:5px}.cby-search-field-container{display:flex;flex-direction:row;width:300px;overflow-y:scroll;align-items:center;height:40px}.cby-search-tag-container{display:flex;flex-direction:row;gap:2px;align-items:center;margin-right:7px}.cby-search-tag{display:flex;flex-direction:row;gap:2px;align-items:center;padding:2px 5px;border:1px solid;height:18px}.cby-search-tag.cby-selected{border:2px solid #f89f9f}.cby-search-clear{align-content:center}.cby-frame{display:none;height:100%;width:100%;justify-content:center;align-items:center}.cby-frame.active{display:flex}.cby-frame iframe{width:100%;height:100%;border:none}.cby-content-back{height:100%;width:100%;display:none;flex-direction:column;align-items:center;justify-content:center;gap:60px}.cby-content-back.active{display:flex}.cby-content-category{max-width:80%;width:900px;display:flex;flex-direction:column;gap:15px}.cby-content-category-title{font-size:xx-large;font-weight:700;text-align:center}.cby-content-category-item-container{display:flex;flex-direction:column;gap:25px}.cby-content-item{display:flex;flex-direction:column;gap:10px}.cby-content-item-title{font-size:x-large}.cby-content-item-input{display:flex;flex-direction:column}.cby-content-item-input .cby-image-edit{max-width:80%;width:200px;height:200px}.cby-content-item-input .cby-image{width:200px;height:200px}.cby-content-list-text-container{display:flex;flex-direction:column;gap:10px}.cby-content-list-text-item{width:fit-content}.cby-content-list-image-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:70px;justify-content:space-between;overflow-y:scroll}.cby-content-list-image-item-controls{display:flex;flex-direction:row;justify-content:space-between}.cby-content-list-image-item-content{display:flex;flex-direction:column;align-items:center}.cby-content-list-text-image-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:70px;justify-content:space-between;overflow-y:scroll}.cby-content-list-text-image-item{align-items:center;display:flex;flex-direction:column}.cby-content-list-text-image-item-controls{width:100%;display:flex;flex-direction:row;justify-content:space-between}.cby-content-list-text-image-item-content{display:flex;flex-direction:column;align-items:center;gap:10px}.cby-draggable{user-select:none;-webkit-user-select:none}.cby-draggable-handle{cursor:grab}.cby-dragging-cursor,.cby-dragging-cursor *{cursor:grabbing!important}.cby-sortable-dragged{visibility:hidden;height:0;width:0;padding:0;margin:0;border:0;opacity:0}.cby-sortable-placeholder-default{box-sizing:border-box;opacity:.1;border-radius:2.1rem;background-color:red}.cby-sortable-placeholder-small{opacity:1;border-radius:0}.cby-sortable-ghost-default{position:fixed;pointer-events:none;top:0;left:0;z-index:999;box-sizing:border-box;opacity:.6;transition:transform 50ms ease-in}.cby-sortable-section-opener{opacity:.6;border-radius:2.1rem;background-color:#515151}.cby-scroll-container{overflow:hidden;position:relative}.cby-scroll-content{overflow:scroll;scrollbar-width:none}.cby-scroll-track{position:absolute;top:0;right:0;width:10px;height:100%;background:0 0;cursor:pointer}.cby-scroll-thumb{position:absolute;top:0;right:0;width:10px;background:rgb(255 0 0);border-radius:99px;pointer-events:auto;cursor:ns-resize;min-height:20px}