*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:sans-serif}.container{width:100%;height:100%;padding:0 20px}.settings-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:20px}.settings-wrapper label{font-weight:500;margin-bottom:.25rem}.settings-wrapper input{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.btn{-webkit-user-select:none;user-select:none;background-color:#007bff;color:#fff}.btn:hover{background-color:#0056b3}.btn:disabled,button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.7}button{-webkit-user-select:none;user-select:none;cursor:pointer;padding:12px 24px;font-size:16px;background-color:#007bff;border:none;border-radius:6px;transition:background-color .3s ease}.buttons{display:flex;position:sticky;bottom:0;width:100%;background:#f7f7f7;border-top:solid 1px #ccc;padding:8px;justify-content:space-between}.buttons .btn{margin-left:8px}.editor-wrapper{display:flex;flex-direction:column;height:100vh;padding:20px;gap:10px}.editor-header{height:60px;display:flex;align-items:center;justify-content:center}.editor-header h2{font-size:24px;font-weight:700;margin:0}.editor-header button{margin-left:auto}.editor-content{display:flex;flex-grow:1;height:calc(100vh - 120px);overflow:hidden}.editor-controls{height:60px;display:flex;align-items:center;justify-content:center;padding:10px 40px 0}.editor-container{width:100%;display:flex;margin:0 0 0 8px;overflow:hidden}.vector-editor-container{flex-grow:1;background:#fafafa;border:1px solid #ccc;border-radius:8px;position:relative;overflow:hidden}.loading-wheel:before{position:absolute;top:50%;left:50%;content:"";z-index:1112;display:block;width:var(--wheel-size, 32px);height:var(--wheel-size, 32px);margin:calc(-1*var(--wheel-size,32px)/2) 0 0 calc(-1*var(--wheel-size,32px));border:2px solid rgb(117,117,117);border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:cssload-spin .5s infinite linear;-o-animation:cssload-spin .5s infinite linear;-ms-animation:cssload-spin .5s infinite linear;-webkit-animation:cssload-spin .5s infinite linear;-moz-animation:cssload-spin .5s infinite linear}.loading-wheel:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#fff;z-index:1111;opacity:.9;display:block}.settings-block{width:30%;background-color:#fff;overflow-y:auto;height:100%;border:solid 1px #ccc;border-radius:8px}.surface-title{width:100%;display:flex;justify-content:space-between;align-items:center}.surface-group{margin-left:8px;border-left:5px solid #007bff;padding-left:8px}.surface-group .surface-title{font-weight:700;margin-bottom:4px}.input-group{margin-left:8px}.surface-button{-webkit-user-select:none;user-select:none;cursor:pointer;height:27px;display:inline-flex;padding:4px;overflow:hidden;border-style:solid;border-width:1px;border-radius:4px;flex-direction:row;gap:4px;fill:#000;font-weight:400}.select-input{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23007bff' d='M287 69.4l-14.2-14.3c-4.7-4.7-12.3-4.7-17 0L146.2 165.7 36.6 55c-4.7-4.7-12.3-4.7-17 0L5.4 69.4c-4.7 4.7-4.7 12.3 0 17l128.1 128.2c4.7 4.7 12.3 4.7 17 0l136.5-136.5c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.resource-cliparts-list-item-preview__image{background-color:#000}
