@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";*{font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:#eff1f1}::-webkit-scrollbar-thumb{background-color:#c9cdd2;border-radius:9999px;-webkit-transition:background-color linear .1s;transition:background-color linear .1s}::-webkit-scrollbar-thumb:hover{background-color:#b2b7be}.cw-btn-loading{pointer-events:none!important;opacity:.5}.cw-btn-loading *:not(.cw-btn-loading-spinner){opacity:0}.cw-btn-loading-spinner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cw-btn-loading-spinner .cw-loading-icon{opacity:1!important;animation:cw-rotation 1s linear infinite}.cw-btn-loading-spinner .cw-loading-icon *{opacity:1!important}@keyframes cw-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cw-label{font-weight:500;font-size:14px;line-height:20px;margin-bottom:4px}.cw-dropdown-label{display:inline-block}.cw-avatar{position:relative;width:var(--cw-avatar-length, 32px);height:var(--cw-avatar-length, 32px);font-size:var(--cw-avatar-font-size, 14px);font-weight:var(--cw-avatar-font-weight, 600);line-height:var(--cw-avatar-line-height, 20px);border-radius:var(--cw-avatar-border-radius, 4px)}.cw-avatar svg{width:var(--cw-avatar-svg-length, 18px);height:var(--cw-avatar-svg-length, 18px)}.cw-avatar.avatar-r-default{border-radius:var(--cw-avatar-border-radius, 4px)}.cw-avatar.avatar-s-xs{--cw-avatar-length: 18px;--cw-avatar-border-radius: 3px;--cw-avatar-font-size: 8px;--cw-avatar-line-height: 12px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 9px}.cw-avatar.avatar-s-sm{--cw-avatar-length: 24px;--cw-avatar-border-radius: 4px;--cw-avatar-font-size: 12px;--cw-avatar-line-height: 16px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 12px}.cw-avatar.avatar-s-md{--cw-avatar-length: 32px;--cw-avatar-border-radius: 4px;--cw-avatar-font-size: 14px;--cw-avatar-line-height: 20px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 18px}.cw-avatar.avatar-s-lg{--cw-avatar-length: 40px;--cw-avatar-border-radius: 6px;--cw-avatar-font-size: 16px;--cw-avatar-line-height: 24px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 24px}.cw-avatar.avatar-s-xl{--cw-avatar-length: 48px;--cw-avatar-border-radius: 8px;--cw-avatar-font-size: 18px;--cw-avatar-line-height: 28px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 32px}.cw-avatar.avatar-s-2xl{--cw-avatar-length: 56px;--cw-avatar-border-radius: 12px;--cw-avatar-font-size: 20px;--cw-avatar-line-height: 28px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 40px}.cw-avatar.avatar-s-3xl{--cw-avatar-length: 64px;--cw-avatar-border-radius: 12px;--cw-avatar-font-size: 22.86px;--cw-avatar-line-height: 32px;--cw-avatar-font-weight: 600;--cw-avatar-svg-length: 45.71px}.cw-avatar.avatar-r-full{--cw-avatar-border-radius: 9999px}.cw-avatar.initials{background-color:#04f;color:#fff;display:flex;align-items:center;justify-content:center}.cw-avatar.image .avatar-image{max-width:100%;max-height:100%;border-radius:var(--cw-avatar-border-radius, 4px)}.cw-avatar.icon{background-color:#f8f9f9;display:flex;align-items:center;justify-content:center}.cw-avatar .avatar-status{width:12px;height:12px;border:2px solid #FFFFFF;border-radius:100%;position:absolute;right:-2px;top:-2px}.cw-avatar .avatar-status.online{background-color:#02b48c}.cw-avatar .avatar-status.away{background-color:#f58859}.cw-avatar .avatar-status.busy{background-color:#d32f2f}.cw-avatar .avatar-status.offline{background-color:#c9cdd2}.cw-badge{box-sizing:border-box;font:inherit;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;height:var(--cw-badge-height, 24px);width:var(--cw-badge-width, auto);border-radius:var(--cw-badge-border-radius, 4px);border-width:var(--cw-badge-border-width, 0);border-style:solid;border-color:var(--cw-badge-border-color, transparent);padding:var(--cw-badge-padding, 4px 8px);gap:var(--cw-badge-gap, 4px)}.cw-badge .badge-content{font-size:var(--cw-badge-font-size, 12px);font-weight:var(--cw-badge-font-weight, 500);line-height:var(--cw-badge-line-height, 16px)}.cw-badge.badge-t-success{background:#f3faf3;color:#204724}.cw-badge.badge-t-success.filled{background:#2e7d32;color:#fff}.cw-badge.badge-t-success.rounded{--cw-badge-border-radius: 999px}.cw-badge.badge-t-success.outlined{--cw-badge-border-color: #9BDA9E;--cw-badge-border-width: 1px}.cw-badge.badge-t-info{background:#f0f9ff;color:#0c496e}.cw-badge.badge-t-info.filled{background:#0288d1;color:#fff}.cw-badge.badge-t-info.rounded{--cw-badge-border-radius: 999px}.cw-badge.badge-t-info.outlined{--cw-badge-border-color: #7DD1FC;--cw-badge-border-width: 1px}.cw-badge.badge-t-warning{background:#fff9ec;color:#81380d}.cw-badge.badge-t-warning.filled{background:#ed6c02;color:#fff}.cw-badge.badge-t-warning.rounded{--cw-badge-border-radius: 999px}.cw-badge.badge-t-warning.outlined{--cw-badge-border-color: #F8A779;--cw-badge-border-width: 1px}.cw-badge.badge-t-error{background:#fdf3f3;color:#7a2222}.cw-badge.badge-t-error.filled{background:#e74c4c;color:#fff}.cw-badge.badge-t-error.rounded{--cw-badge-border-radius: 999px}.cw-badge.badge-t-error.outlined{--cw-badge-border-color: #F8A9A9;--cw-badge-border-width: 1px}.cw-badge.badge-s-small{--cw-badge-padding: 2px 2px;--cw-badge-border-radius: 6px;--cw-badge-gap: 4px;--cw-badge-height: 20px;--cw-badge-font-size: 12px;--cw-badge-line-height: 16px;--cw-badge-font-weight: 500}.cw-badge.badge-s-default{--cw-badge-padding: 4px 8px;--cw-badge-border-radius: 4px;--cw-badge-gap: 4px;--cw-badge-height: 24px;--cw-badge-font-size: 12px;--cw-badge-line-height: 16px;--cw-badge-font-weight: 500}.cw-chip{box-sizing:border-box;font:inherit;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;height:var(--cw-badge-height, 24px);width:var(--cw-badge-width, auto);border-radius:var(--cw-badge-border-radius, 4px);border-width:var(--cw-badge-border-width, 0);border-style:solid;border-color:var(--cw-badge-border-color, transparent);padding:var(--cw-badge-padding, 4px 8px);gap:var(--cw-badge-gap, 4px)}.cw-chip .close-icon{cursor:pointer}.cw-chip .chip-content{font-size:var(--cw-badge-font-size, 12px);font-weight:var(--cw-badge-font-weight, 500);line-height:var(--cw-badge-line-height, 16px)}.cw-chip.chip-t-default{background:#eff1f1;color:#232427}.cw-chip.chip-t-with-avatar{background:#f0f9ff;color:#0c496e}.cw-chip.chip-t-with-leading-icon{background:#fff9ec;color:#81380d}a.cw-btn{max-width:-moz-max-content;max-width:max-content}.cw-btn{box-sizing:border-box;font:inherit;text-decoration:none;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;overflow:hidden;height:var(--cw-btn-height, 40px);width:var(--cw-btn-width, auto);cursor:pointer;border-radius:var(--cw-btn-border-radius, 8px);border-width:var(--cw-btn-border-width, 0);border-style:solid;border-color:var(--cw-btn-border-color, transparent);padding:var(--cw-btn-padding, 8px 16px);gap:0}.cw-btn .button-content{color:inherit;font-size:var(--cw-btn-font-size, 16px);font-weight:var(--cw-btn-font-weight, 500);line-height:var(--cw-btn-line-height, 24px);padding:var(--cw-btn-content-padding, 0 8px)}.cw-btn.btn-t-primary{background:#02b48c;color:#fff}.cw-btn.btn-t-primary:hover{box-shadow:inset 0 0 9999px #23242714}.cw-btn.btn-t-primary:focus{outline:2px solid #F58859;outline-offset:2px}.cw-btn.btn-t-primary.pressing{box-shadow:inset 0 0 9999px #23242724}.cw-btn.btn-t-primary:disabled{opacity:.5;pointer-events:none}.cw-btn.btn-t-secondary{background:#232427;color:#fff}.cw-btn.btn-t-secondary:hover{background-color:#4b4e53}.cw-btn.btn-t-secondary:focus{outline:2px solid #232427;outline-offset:2px}.cw-btn.btn-t-secondary.pressing{background-color:#3a3c3f}.cw-btn.btn-t-secondary:disabled{background-color:#e5e7e8;color:#81868f;opacity:.5;pointer-events:none}.cw-btn.btn-t-outlined{--cw-btn-border-width: 1px;--cw-btn-border-color: #E5E7E8;background:#fff;color:#232427}.cw-btn.btn-t-outlined:hover{background-color:#f8f9f9}.cw-btn.btn-t-outlined:focus{outline:2px solid #02B48C;outline-offset:2px}.cw-btn.btn-t-outlined.pressing{background-color:#eff1f1}.cw-btn.btn-t-outlined:disabled{background-color:#e5e7e8;color:#81868f;opacity:.5;pointer-events:none}.cw-btn.btn-t-destructive{background:#d32f2f;color:#fff;--cw-btn-border-color: #D32F2F;--cw-btn-border-width: 1px}.cw-btn.btn-t-destructive:hover{background:#e74c4c;--cw-btn-border-color: #E74C4C}.cw-btn.btn-t-destructive:focus{outline:2px solid #D32F2F;outline-offset:2px}.cw-btn.btn-t-destructive.pressing{background:#b12424;--cw-btn-border-color: #E5E7E8}.cw-btn.btn-t-destructive:disabled{opacity:.5;color:#81868f;background:#fde3e3;--cw-btn-border-color: #E5E7E8;pointer-events:none}.cw-btn.btn-s-small{--cw-btn-padding: 4px 8px;--cw-btn-border-radius: 6px;--cw-btn-content-padding: 0 4px;--cw-btn-height: 28px;--cw-btn-font-size: 14px;--cw-btn-line-height: 20px;--cw-btn-font-weight: 500}.cw-btn.btn-s-default{--cw-btn-padding: 8px 8px;--cw-btn-border-radius: 8px;--cw-btn-content-padding: 0 8px;--cw-btn-height: 36px;--cw-btn-font-size: 14px;--cw-btn-line-height: 20px;--cw-btn-font-weight: 500}.cw-btn.btn-s-large{--cw-btn-padding: 8px 16px;--cw-btn-border-radius: 8px;--cw-btn-content-padding: 0 8px;--cw-btn-height: 40px;--cw-btn-font-size: 16px;--cw-btn-line-height: 24px;--cw-btn-font-weight: 500}.cw-btn.btn-s-icon-small{--cw-btn-padding: 8px 8px;--cw-btn-border-radius: 8px;--cw-btn-height: 36px;--cw-btn-width: 36px}.cw-btn.btn-s-icon-default{--cw-btn-padding: 10px 10px;--cw-btn-border-radius: 8px;--cw-btn-height: 40px;--cw-btn-width: 40px}a.cw-text-btn{max-width:-moz-max-content;max-width:max-content}.cw-text-btn{box-sizing:border-box;font:inherit;text-decoration:none;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;overflow:hidden;height:var(--cw-text-btn-height, 40px);width:var(--cw-text-btn-width, auto);cursor:pointer;background-color:transparent;border-radius:var(--cw-text-btn-border-radius, 8px);border-width:var(--cw-text-btn-border-width, 0);border-style:solid;border-color:var(--cw-text-btn-border-color, transparent);padding:var(--cw-text-btn-padding, 0);gap:var(--cw-text-btn-gap, 0px)}.cw-text-btn .button-content{position:relative;color:inherit;font-size:var(--cw-text-btn-font-size, 16px);font-weight:var(--cw-text-btn-font-weight, 500);line-height:var(--cw-text-btn-line-height, 24px);padding-left:8px;padding-right:8px}.cw-text-btn.textBtn-t-default{position:relative;background-color:transparent;color:#232427}.cw-text-btn.textBtn-t-default:hover:after{position:absolute;width:100%;height:1px;left:0;bottom:0;content:"";background-color:#e5e7e8}.cw-text-btn.textBtn-t-default:focus{outline:2px solid #02B48C;outline-offset:2px}.cw-text-btn.textBtn-t-default.pressing{opacity:.75}.cw-text-btn.textBtn-t-default:disabled{opacity:.5;pointer-events:none}.cw-text-btn.text-btn-s-small{--cw-text-btn-padding: 0;--cw-text-btn-border-radius: 4px;--cw-text-btn-gap: 4px;--cw-text-btn-height: 20px;--cw-text-btn-font-size: 14px;--cw-text-btn-line-height: 20px;--cw-text-btn-font-weight: 500}.cw-text-btn.text-btn-s-default{--cw-text-btn-padding: 0;--cw-text-btn-border-radius: 4px;--cw-text-btn-gap: 8px;--cw-text-btn-height: 36px;--cw-text-btn-font-size: 16px;--cw-text-btn-line-height: 24px;--cw-text-btn-font-weight: 500}.cw-text-btn.text-btn-s-large{--cw-text-btn-padding: 0;--cw-text-btn-border-radius: 4px;--cw-text-btn-gap: 8px;--cw-text-btn-height: 40px;--cw-text-btn-font-size: 20px;--cw-text-btn-line-height: 28px;--cw-text-btn-font-weight: 500}.cw-text-btn.text-btn-s-icon-small{--cw-text-btn-padding: 2px 4px;--cw-text-btn-border-radius: 4px;--cw-text-btn-height: 20px;--cw-text-btn-width: 24px}.cw-text-btn.text-btn-s-icon-default{--cw-text-btn-padding: 0;--cw-text-btn-border-radius: 4px;--cw-text-btn-height: 20px;--cw-text-btn-width: 24px}.cw-breadcrumb .cw-breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;gap:2px}.cw-breadcrumb .cw-breadcrumb-list .cw-breadcrumb-item .cw-breadcrumb-item-label{color:#81868f;text-decoration:none;font-weight:600;font-size:14px;line-height:20px}.cw-breadcrumb .cw-breadcrumb-list .cw-breadcrumb-item:last-child .cw-breadcrumb-item-label{pointer-events:none;color:#232427}.cw-breadcrumb .cw-breadcrumb-list .cw-breadcrumb-item .slash{width:20px;height:20px;margin-left:12px;color:#e5e7e8;font-weight:500;font-size:20px;line-height:20px}.cw-breadcrumb .cw-breadcrumb-list .cw-breadcrumb-item.home-item{width:20px;height:20px}.cw-breadcrumb .ellipsis-wrapper{position:relative;display:flex;flex-direction:row;align-items:center}.cw-breadcrumb .ellipsis-wrapper svg{cursor:pointer}.cw-breadcrumb .ellipsis-wrapper .slash{width:20px;height:20px;margin-left:12px;color:#e5e7e8;font-weight:500;font-size:20px;line-height:20px}.cw-breadcrumb .ellipsis-wrapper .ellipsis-popover{min-width:140px;background-color:#fff;position:absolute;top:110%;right:-100%;transform:translate(50%);display:flex;flex-direction:column;gap:2px;border:1px solid #E5E7E8;border-radius:6px;padding:4px;z-index:10;max-height:186px;overflow-y:auto;box-shadow:0 4px 6px -2px #0000000d,0 10px 15px -3px #0000001a}.cw-breadcrumb .ellipsis-wrapper .ellipsis-popover .ellipsis-popover-item{color:#232427;text-decoration:none;font-weight:600;font-size:14px;line-height:20px;padding:12px}.cw-breadcrumb .ellipsis-wrapper .ellipsis-popover .ellipsis-popover-item:hover{background-color:#f8f9f9}.cw-input-component{--cw-input-leading-icon-padding: 0px;--cw-input-trailing-icon-padding: 0px;--cw-input-ai-icon-padding: 0px}.cw-input-component .cw-input-wrapper{position:relative}.cw-input-component .cw-input-wrapper .cw-input{border:1px solid var(--cw-input-border-color, #E5E7E8);color:var(--cw-input-color, #232427);font-size:14px;line-height:20px;font-weight:500;padding-top:7px;padding-right:calc(12px + var(--cw-input-trailing-icon-padding) + var(--cw-input-ai-icon-padding));padding-bottom:7px;padding-left:calc(12px + var(--cw-input-leading-icon-padding));border-radius:8px;outline:none;background-color:#fff;width:100%}.cw-input-component .cw-input-wrapper .cw-input.has-leading-icon{--cw-input-leading-icon-padding: 28px}.cw-input-component .cw-input-wrapper .cw-input.has-trailing-icon{--cw-input-trailing-icon-padding: 28px}.cw-input-component .cw-input-wrapper .cw-input.has-ai-icon{--cw-input-ai-icon-padding: 28px}.cw-input-component .cw-input-wrapper .cw-input:hover{background-color:#f8f9f9}.cw-input-component .cw-input-wrapper .cw-input:focus{border:1px solid #232427}.cw-input-component .cw-input-wrapper .cw-input::-moz-placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-input-component .cw-input-wrapper .cw-input::placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-input-component .cw-input-wrapper .cw-input-leading-icon{position:absolute;content:"";left:12px;top:8px}.cw-input-component .cw-input-wrapper .cw-input-trailing-icon{position:absolute;content:"";right:12px;top:8px}.cw-input-component .cw-input-wrapper .cw-input-ai-icon{position:absolute;content:"";right:41px;top:10px;border:2px solid rgba(35,36,39,.08);background-color:#fff;padding:2px;border-radius:4px;--cw-input-ai-icon-padding: 28px}.cw-input-component .cw-input-helper-text{display:flex;align-items:center;gap:4px;margin:4px 0 0;padding:0;box-sizing:border-box;color:#81868f;font-size:12px;font-weight:400;line-height:16px}.cw-input-component.disabled{opacity:.5}.cw-input-component.disabled *{pointer-events:none}.cw-input-component.error{--cw-input-border-color: #D32F2F}.cw-input-component.error svg{fill:#d32f2f}.cw-input-component.error .cw-input-helper-text{color:#d32f2f}.cw-input-component.error:focus{--cw-input-border-color: #D32F2F}.cw-input-component.cw-ai-input .cw-input-wrapper .cw-input{background:linear-gradient(90deg,#0044ff0d,#efefef0d);width:100%}.cw-input-component.cw-ai-input .cw-input-wrapper .cw-input:focus{border:1px solid #0044FF}.cw-numeric-input-component .cw-numeric-input-wrapper{position:relative;display:flex;align-items:center;border:1px solid #E5E7E8;border-radius:8px;overflow:hidden}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input-button{border:none;background-color:#fff;width:36px;height:34px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input-button.minus-button{border-right:1px solid #E5E7E8}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input-button.plus-button{border-left:1px solid #E5E7E8}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input{border:none;color:var(--cw-input-color, #232427);font-size:14px;line-height:20px;font-weight:500;padding:7px 12px;border-radius:0;outline:none;background-color:#fff;flex:1;max-width:calc(100% - 58px)}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input::-moz-placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-numeric-input::placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-input-leading-icon{position:absolute;content:"";left:12px;top:8px}.cw-numeric-input-component .cw-numeric-input-wrapper .cw-input-trailing-icon{position:absolute;content:"";right:12px;top:8px}.cw-numeric-input-component .cw-numeric-input-wrapper:hover *{background-color:#f8f9f9}.cw-numeric-input-component .cw-numeric-input-helper-text{display:flex;align-items:center;gap:4px;margin:4px 0 0;padding:0;box-sizing:border-box;color:#81868f;font-size:12px;font-weight:400;line-height:16px}.cw-numeric-input-component.disabled .cw-numeric-input-wrapper *{pointer-events:none;background-color:#eff1f1}.cw-numeric-input-component.read-only *{pointer-events:none}.cw-numeric-input-component.read-only .cw-numeric-input-wrapper .cw-numeric-input-button{background-color:#eff1f1}.cw-numeric-input-component.error .cw-numeric-input-wrapper{border-color:#d32f2f}.cw-numeric-input-component.error .cw-numeric-input-helper-text{color:#d32f2f}.cw-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px}.cw-pagination.cw-pagination-loading{pointer-events:none;opacity:.5}.cw-pagination .cw-pagination-left-side{display:flex;align-items:center;justify-content:space-between;gap:8px}.cw-pagination .cw-pagination-left-side .cw-pagination-content{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:center}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button{border:none;background:none;display:flex;justify-content:center;align-items:center;width:32px;height:32px;color:#000;border-radius:6px;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;position:relative}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button:hover{background-color:#f8f9f9}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button:disabled{cursor:no-drop}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button:disabled svg{fill:#c9cdd2}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button.active{width:32px;height:32px;background-color:#02b48c;color:#fff}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-button svg{fill:#232427}.cw-pagination .cw-pagination-left-side .cw-pagination-content .pagination-summary .pagination-summary-text{font-weight:500;font-size:14px;line-height:20px;color:#81868f}.cw-pagination .cw-pagination-left-side .cw-pagination-offset{font-size:14px;font-weight:500;line-height:20px;color:#81868f}.cw-pagination .cw-pagination-right-side,.cw-pagination .cw-pagination-right-side .cw-pagination-rows-per-page{display:flex;align-items:center;justify-content:space-between;gap:8px}.cw-pagination .cw-pagination-right-side .cw-pagination-rows-per-page .cw-pagination-rpp-text{font-size:14px;font-weight:500;line-height:20px;color:#81868f}.cw-pagination .cw-pagination-right-side .cw-pagination-rows-per-page .cw-pagination-rpp-dropdown{width:72px!important;min-width:72px!important;background:#fff!important}.cw-pagination .cw-pagination-right-side .cw-pagination-rows-per-page .cw-pagination-rpp-dropdown .cw-dd-options{width:72px!important;max-width:72px!important;min-width:72px!important}.ellipsis-wrapper{position:relative}.ellipsis-wrapper .ellipsis-popover{background-color:#fff;position:absolute;bottom:2.5rem;left:-75%;transform:translate(50%);display:flex;flex-direction:column;gap:2px;border:1px solid #E5E7E8;border-radius:6px;padding:4px;box-shadow:0 4px 6px -2px #0000000d 0 10px 15px -3px #0000001a;z-index:10;max-height:136px;overflow-y:auto;overflow-x:hidden}.cw-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.cw-empty-state .empty-state-icon{margin-bottom:8px}.cw-empty-state .empty-state-title{font-weight:700;font-size:20px;line-height:28px}.cw-empty-state .empty-state-description{font-weight:400;font-size:16px;line-height:24px;color:#81868f}.cw-empty-state .empty-state-buttons{display:flex;flex-direction:row;gap:8px;align-items:center}.cw-dp-container{position:relative;width:16rem;font-family:Arial,sans-serif}.cw-dp-container.cw-dp-disabled{pointer-events:none;opacity:.5}.cw-datepicker{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:0;height:36px;border:1px solid #E5E7E8;border-radius:8px;cursor:pointer}.cw-datepicker.cw-dp-ai{background:linear-gradient(90deg,#0044ff0d,#efefef0d)}.cw-datepicker .cw-dp-ai-icon{position:absolute;content:"";right:12px;top:8px;border:2px solid rgba(35,36,39,.08);background-color:#fff;padding:2px;border-radius:4px;width:20px;height:20px;box-sizing:border-box}.cw-datepicker .cw-dp-date-section{padding:8px;flex:1;display:flex;align-items:center}.cw-datepicker .cw-dp-date-section .cw-dp-value{padding:0 0 0 8px;font-weight:500;font-size:14px;line-height:20px;flex:1;color:#232427}.cw-datepicker .cw-dp-date-section .cw-dp-value .cw-dp-placeholder{color:#81868f}.cw-datepicker .cw-dp-clearButton{display:flex;align-items:center;justify-content:center;padding:8px}.cw-datepicker .cw-dp-clearButton:hover svg{transition:fill .1s linear;fill:#232427}.cw-dp-dropdown{position:absolute;z-index:10;background-color:#fff;border:1px solid #E5E7E8;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f,0 4px 6px -1px #0000001a;padding:0;margin-top:8px;display:grid;grid-template-areas:"calendar" "footer";grid-template-columns:4.2fr;gap:0}.cw-dp-dropdown.cw-dp-shortcuts{grid-template-areas:"shortcuts calendar" "shortcuts footer";grid-template-columns:1fr 4.2fr}.cw-dp-dropdown.cw-dp-single .cw-dp-calendar .cw-dp-calendar-wrapper{border:none!important}.cw-dp-dropdown.cw-dp-single .cw-dp-footer{background-color:#f8f9f9;padding:14px}.cw-dp-sidebar{grid-area:shortcuts;min-width:157px;max-width:157px;padding:24px 16px;background-color:#f8f9f9;overflow-y:auto;max-height:100%;display:flex;flex-direction:column;gap:8px;border-radius:12px 0 0 12px}.cw-dp-sidebar:empty{display:none}.cw-dp-shortcutOption{cursor:pointer;width:-moz-max-content;width:max-content;border-radius:9999px}.cw-dp-shortcutOption.cw-dp-disabled{opacity:.5;cursor:not-allowed}.cw-dp-shortcutOption:hover{background-color:#f3f4f6}.cw-dp-singleCalendarContainer{grid-area:calendar;display:block;border-radius:12px;box-sizing:border-box;border:1px solid transparent}.cw-dp-dualCalendarContainer{grid-area:calendar;display:flex;gap:16px;padding:16px;border-radius:12px}.cw-dp-calendar{width:312px;background-color:#fff;border-radius:.5rem}.cw-dp-calendar-title{font-size:14px;line-height:20px;font-weight:600;color:#81868f;margin-bottom:8px}.cw-dp-calendar-wrapper{border:1px solid #E5E7E8;border-radius:8px;padding:16px}.cw-dp-calendarHeader{display:flex;justify-content:space-between;align-items:center}.cw-dp-header{text-align:center;font-weight:700;margin-bottom:.5rem}.cw-dp-headerSpan{cursor:pointer;font-weight:500;font-size:14px;line-height:20px;display:flex;flex-direction:row;align-items:center;gap:4px;border-radius:4px;padding:2px 6px}.cw-dp-headerSpan:hover{background-color:#f8f9f9}.cw-dp-headerSpan.cw-dp-active{background-color:#eff1f1}.cw-dp-headerSpan .cw-dp-caret-box{display:flex;align-items:center;justify-content:center}.cw-dp-headerSpan .cw-dp-caret-box svg{transition:transform .1s linear}.cw-dp-headerSpan .cw-dp-caret-box.cw-dp-rotate svg{transform:rotate(180deg)}.cw-dp-navButton{padding:.25rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#6b7280}.cw-dp-navButton:disabled{color:#d1d5db;cursor:not-allowed;opacity:.5}.cw-dp-yearGridContainer{display:flex;align-items:center;gap:.5rem;margin:12px 0}.cw-dp-yearGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem;text-align:center;flex:1}.cw-dp-monthGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 0;text-align:center;margin:12px 0;padding:0 32px}.cw-dp-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}.cw-dp-dayGrid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 0;text-align:center;padding:2px 0 1px;width:280px}.cw-dp-dayHeader{font-weight:600;font-size:12px;line-height:16px;color:#6b7280;width:40px;height:24px;display:flex;align-items:center;justify-content:center}.cw-dp-dayButton{position:relative;width:40px;height:40px;background-color:transparent;border:none;font-weight:500;font-size:14px;line-height:20px;color:#232427;border-radius:8px}.cw-dp-dayButton.cw-dp-today:after{content:"";position:absolute;width:4px;height:4px;border-radius:9999px;background-color:#232427;bottom:6px;left:calc(50% - 2px)}.cw-dp-dayButton.cw-dp-normal:hover{background-color:#f8f9f9}.cw-dp-dayButton.cw-dp-selected{background-color:#02b48c;color:#fff;border-radius:8px}.cw-dp-dayButton.cw-dp-inRange{background-color:#eff1f1;color:#232427;border-radius:0}.cw-dp-dayButton.cw-dp-disabled{color:#81868f;text-decoration:line-through;cursor:not-allowed}.cw-dp-dayButton:focus-visible{outline:2px solid #B2B7BE}.cw-dp-dayButton.cw-dp-otherMonth:not(.disabled){color:#81868f}.cw-dp-dayButton.cw-dp-otherMonth.normal:hover{background-color:#f3f4f6}.cw-dp-dayButton.cw-dp-startDate{background-color:#02b48c;color:#fff!important;border-radius:8px 0 0 8px}.cw-dp-dayButton.cw-dp-startDate.cw-dp-today:after{background-color:#fff}.cw-dp-dayButton.cw-dp-endDate{background-color:#02b48c;color:#fff!important;border-radius:0 8px 8px 0}.cw-dp-dayButton.cw-dp-endDate.cw-dp-today:after{background-color:#fff}.cw-dp-dayButton.cw-dp-startDate.cw-dp-endDate{background-color:#02b48c;color:#fff!important;border-radius:8px}.cw-dp-dayButton.cw-dp-startDate.cw-dp-endDate.cw-dp-today:after{background-color:#fff}.cw-dp-optionButton{padding:4px 14px;border-radius:9999px;background:none;border:none;cursor:pointer;font-weight:500;font-size:14px;line-height:20px;transition:background-color .2s;color:#444}.cw-dp-optionButton.cw-dp-normal:hover{background-color:#f3f4f6}.cw-dp-optionButton.cw-dp-selected{background-color:#02b48c;color:#fff}.cw-dp-optionButton.cw-dp-disabled{color:#d1d5db;cursor:not-allowed;border-color:#e5e7eb}.cw-dp-footer{grid-area:footer;display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px;border-radius:0 0 12px 12px;box-sizing:border-box;border:1px solid transparent}.cw-dp-footer .cw-dp-footer-left-side .cw-dp-rangeDisplay{display:flex;flex-direction:row;gap:8px;align-items:center}.cw-dp-footer .cw-dp-footer-left-side .cw-dp-rangeDisplay .cw-dp-rangeDisplayBox{border:1px solid #E5E7E8;border-radius:8px;padding:8px 12px;font-weight:500;font-size:14px;line-height:20px;color:#232427}.cw-dp-footer .cw-dp-footer-right-side{display:flex;flex-direction:row;align-items:center;gap:8px}.cw-dp-footer .cw-dp-footer-right-side .cw-dp-button-content{padding:0 8px}.cw-dp-cancelButton{padding:.5rem 1rem;background-color:#fff;color:#ef4444;border:1px solid #ef4444;border-radius:.375rem;cursor:pointer;margin-right:.5rem}.cw-dp-cancelButton:hover{background-color:#fee2e2}.cw-dp-cancelButton:disabled{color:#d1d5db;border-color:#d1d5db;cursor:not-allowed}.cw-dp-applyButton{padding:.5rem 1rem;background-color:#22c55e;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.cw-dp-applyButton:hover{background-color:#16a34a}.cw-dp-applyButton:disabled{background-color:#d1d5db;cursor:not-allowed}.cw-dp-dayButton .cw-tooltip{top:-35px}.cw-dp-shortcutOption .cw-tooltip{top:-40px}.cw-dp-navButton .cw-tooltip{top:-30px}.cw-yp-container{position:relative;width:16rem;font-family:Arial,sans-serif}.cw-yearpicker{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:0;height:36px;border:1px solid #E5E7E8;border-radius:8px;cursor:pointer;max-width:-moz-max-content;max-width:max-content;min-width:125px}.cw-yearpicker .cw-yp-date-section{padding:8px;flex:1;display:flex;align-items:center}.cw-yearpicker .cw-yp-date-section .cw-yp-value{padding:0 8px;font-weight:500;font-size:14px;line-height:20px;flex:1;color:#232427}.cw-yearpicker .cw-yp-date-section .cw-yp-value .cw-yp-placeholder{color:#81868f}.cw-yearpicker .cw-yp-clearButton{display:flex;align-items:center;justify-content:center;padding:8px 8px 8px 0}.cw-yearpicker .cw-yp-clearButton:hover svg{transition:fill .1s linear;fill:#232427}.cw-yp-dropdown{position:absolute;z-index:10;background-color:#fff;border:1px solid #E5E7E8;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f,0 4px 6px -1px #0000001a;padding:0;margin-top:8px}.cw-yp-dropdown.cw-yp-single .cw-yp-calendar .cw-yp-calendar-wrapper{border:none!important}.cw-yp-dropdown.cw-yp-single .cw-yp-footer{background-color:#f8f9f9;padding:14px}.cw-yp-singleCalendarContainer{padding:16px;display:block;border-radius:12px;box-sizing:border-box;border:1px solid transparent}.cw-yp-calendar{background-color:#fff;border-radius:.5rem}.cw-yp-calendar-title{font-size:14px;line-height:20px;font-weight:600;color:#81868f;margin-bottom:8px}.cw-yp-calendarHeader{display:flex;justify-content:space-between;align-items:center}.cw-yp-header{text-align:center;font-weight:700;margin-bottom:.5rem}.cw-yp-headerSpan{font-weight:500;font-size:14px;line-height:20px;display:flex;flex-direction:row;align-items:center;gap:4px;border-radius:4px;padding:2px 6px}.cw-yp-navButton{padding:.25rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#6b7280;border-radius:8px}.cw-yp-navButton:hover{background-color:#f8f9f9}.cw-yp-navButton:disabled{color:#d1d5db;cursor:not-allowed;opacity:.5}.cw-yp-yearGridContainer{display:flex;align-items:center;gap:.5rem;margin:12px 0}.cw-yp-yearGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 0;text-align:center;flex:1}.cw-yp-yearCell{z-index:0;width:70px;overflow:hidden;position:relative}.cw-yp-monthGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 0;text-align:center;margin:12px 0;padding:0 32px}.cw-yp-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}.cw-yp-optionButton{padding:4px 14px;border-radius:9999px;background:none;border:none;cursor:pointer;font-weight:500;font-size:14px;line-height:20px;transition:background-color .2s;color:#444}.cw-yp-optionButton.cw-yp-normal:hover{background-color:#f3f4f6}.cw-yp-optionButton.cw-yp-selected{background-color:#02b48c;color:#fff}.cw-yp-optionButton.cw-yp-selected.cw-yp-inRange{color:#444;background-color:#eff1f1}.cw-yp-optionButton.cw-yp-selected.cw-yp-inRange:before{content:"";position:absolute;top:0;left:-20px;width:200%;height:100%;pointer-events:none;background-color:#eff1f1;z-index:-1}.cw-yp-optionButton.cw-yp-selected.cw-yp-startDate:before{content:"";position:absolute;top:0;left:50%;width:100%;height:100%;pointer-events:none;background-color:#02b48c;z-index:-1}.cw-yp-optionButton.cw-yp-selected.cw-yp-endDate:before{content:"";position:absolute;top:0;left:-50%;width:100%;height:100%;pointer-events:none;background-color:#02b48c;z-index:-1}.cw-yp-optionButton.cw-yp-selected.cw-yp-startDate.cw-yp-endDate:before{display:none}.cw-yp-optionButton.cw-yp-disabled{color:#d1d5db;cursor:not-allowed;border-color:#e5e7eb}.cw-yp-navButton .cw-tooltip{top:-30px}.cw-mp-container{position:relative;width:16rem;font-family:Arial,sans-serif}.cw-monthpicker{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:0;height:36px;border:1px solid #E5E7E8;border-radius:8px;cursor:pointer}.cw-monthpicker .cw-mp-date-section{padding:8px;flex:1;display:flex;align-items:center}.cw-monthpicker .cw-mp-date-section .cw-mp-value{padding:0 0 0 8px;font-weight:500;font-size:14px;line-height:20px;flex:1;color:#232427}.cw-monthpicker .cw-mp-date-section .cw-mp-value .cw-mp-placeholder{color:#81868f}.cw-monthpicker .cw-mp-clearButton{display:flex;align-items:center;justify-content:center;padding:8px}.cw-monthpicker .cw-mp-clearButton:hover svg{transition:fill .1s linear;fill:#232427}.cw-mp-dropdown{position:absolute;z-index:10;background-color:#fff;border:1px solid #E5E7E8;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f,0 4px 6px -1px #0000001a;padding:0;margin-top:8px;display:grid;grid-template-areas:"calendar" "footer";grid-template-columns:4.2fr;gap:0}.cw-mp-dropdown.cw-mp-shortcuts{grid-template-areas:"shortcuts calendar" "shortcuts footer";grid-template-columns:1fr 4.2fr}.cw-mp-dropdown.cw-mp-single .cw-mp-calendar .cw-mp-calendar-wrapper{border:none!important}.cw-mp-dropdown.cw-mp-single .cw-mp-footer{background-color:#f8f9f9;padding:14px}.cw-mp-sidebar{grid-area:shortcuts;min-width:157px;max-width:157px;padding:24px 16px;background-color:#f8f9f9;overflow-y:auto;max-height:100%;display:flex;flex-direction:column;gap:8px;border-radius:12px 0 0 12px}.cw-mp-sidebar:empty{display:none}.cw-mp-shortcutOption{cursor:pointer;width:-moz-max-content;width:max-content;border-radius:9999px}.cw-mp-shortcutOption.cw-mp-disabled{opacity:.5;cursor:not-allowed}.cw-mp-shortcutOption:hover{background-color:#f3f4f6}.cw-mp-singleCalendarContainer{grid-area:calendar;display:block;border-radius:12px;box-sizing:border-box;border:1px solid transparent}.cw-mp-dualCalendarContainer{grid-area:calendar;display:flex;gap:16px;padding:16px;border-radius:12px}.cw-mp-calendar{width:312px;background-color:#fff;border-radius:.5rem}.cw-mp-calendar-title{font-size:14px;line-height:20px;font-weight:600;color:#81868f;margin-bottom:8px}.cw-mp-calendar-wrapper{border:1px solid #E5E7E8;border-radius:8px;padding:16px}.cw-mp-calendarHeader{display:flex;justify-content:space-between;align-items:center}.cw-mp-header{text-align:center;font-weight:700;margin-bottom:.5rem}.cw-mp-headerSpan{cursor:pointer;font-weight:500;font-size:14px;line-height:20px;display:flex;flex-direction:row;align-items:center;gap:4px;border-radius:4px;padding:2px 6px}.cw-mp-headerSpan:hover{background-color:#f8f9f9}.cw-mp-headerSpan.cw-mp-active{background-color:#eff1f1}.cw-mp-headerSpan .cw-mp-caret-box{display:flex;align-items:center;justify-content:center}.cw-mp-headerSpan .cw-mp-caret-box svg{transition:transform .1s linear}.cw-mp-headerSpan .cw-mp-caret-box.cw-mp-rotate svg{transform:rotate(180deg)}.cw-mp-navButton{padding:.25rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#6b7280}.cw-mp-navButton:disabled{color:#d1d5db;cursor:not-allowed;opacity:.5}.cw-mp-yearGridContainer{display:flex;align-items:center;gap:.5rem;margin:12px 0}.cw-mp-yearGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem;text-align:center;flex:1}.cw-mp-monthGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 0;text-align:center;margin:12px 0;padding:0 32px}.cw-mp-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}.cw-mp-dayGrid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 0;text-align:center;padding:2px 0 1px;width:280px}.cw-mp-dayHeader{font-weight:600;font-size:12px;line-height:16px;color:#6b7280;width:40px;height:24px;display:flex;align-items:center;justify-content:center}.cw-mp-dayButton{position:relative;width:40px;height:40px;background-color:transparent;border:none;font-weight:500;font-size:14px;line-height:20px;color:#232427;border-radius:8px}.cw-mp-dayButton.cw-mp-today:after{content:"";position:absolute;width:4px;height:4px;border-radius:9999px;background-color:#232427;bottom:6px;left:calc(50% - 2px)}.cw-mp-dayButton.cw-mp-normal:hover{background-color:#f8f9f9}.cw-mp-dayButton.cw-mp-selected{background-color:#02b48c;color:#fff;border-radius:8px}.cw-mp-dayButton.cw-mp-inRange{background-color:#eff1f1;color:#232427;border-radius:0}.cw-mp-dayButton.cw-mp-disabled{color:#81868f;text-decoration:line-through;cursor:not-allowed}.cw-mp-dayButton:focus-visible{outline:2px solid #B2B7BE}.cw-mp-dayButton.cw-mp-otherMonth:not(.disabled){color:#81868f}.cw-mp-dayButton.cw-mp-otherMonth.normal:hover{background-color:#f3f4f6}.cw-mp-dayButton.cw-mp-startDate{background-color:#02b48c;color:#fff!important;border-radius:8px 0 0 8px}.cw-mp-dayButton.cw-mp-startDate.cw-mp-today:after{background-color:#fff}.cw-mp-dayButton.cw-mp-endDate{background-color:#02b48c;color:#fff!important;border-radius:0 8px 8px 0}.cw-mp-dayButton.cw-mp-endDate.cw-mp-today:after{background-color:#fff}.cw-mp-dayButton.cw-mp-startDate.cw-mp-endDate{background-color:#02b48c;color:#fff!important;border-radius:8px}.cw-mp-dayButton.cw-mp-startDate.cw-mp-endDate.cw-mp-today:after{background-color:#fff}.cw-mp-optionButton{padding:4px 14px;border-radius:9999px;background:none;border:none;cursor:pointer;font-weight:500;font-size:14px;line-height:20px;transition:background-color .2s;color:#444}.cw-mp-optionButton.cw-mp-normal:hover{background-color:#f3f4f6}.cw-mp-optionButton.cw-mp-selected{background-color:#02b48c;color:#fff}.cw-mp-optionButton.cw-mp-disabled{color:#d1d5db;cursor:not-allowed;border-color:#e5e7eb}.cw-mp-footer{grid-area:footer;display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px;border-radius:0 0 12px 12px;box-sizing:border-box;border:1px solid transparent}.cw-mp-footer .cw-mp-footer-left-side .cw-mp-rangeDisplay{display:flex;flex-direction:row;gap:8px;align-items:center}.cw-mp-footer .cw-mp-footer-left-side .cw-mp-rangeDisplay .cw-mp-rangeDisplayBox{border:1px solid #E5E7E8;border-radius:8px;padding:8px 12px;font-weight:500;font-size:14px;line-height:20px;color:#232427}.cw-mp-footer .cw-mp-footer-right-side{display:flex;flex-direction:row;align-items:center;gap:8px}.cw-mp-footer .cw-mp-footer-right-side .cw-mp-button-content{padding:0 8px}.cw-mp-cancelButton{padding:.5rem 1rem;background-color:#fff;color:#ef4444;border:1px solid #ef4444;border-radius:.375rem;cursor:pointer;margin-right:.5rem}.cw-mp-cancelButton:hover{background-color:#fee2e2}.cw-mp-cancelButton:disabled{color:#d1d5db;border-color:#d1d5db;cursor:not-allowed}.cw-mp-applyButton{padding:.5rem 1rem;background-color:#22c55e;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.cw-mp-applyButton:hover{background-color:#16a34a}.cw-mp-applyButton:disabled{background-color:#d1d5db;cursor:not-allowed}.cw-mp-dayButton .cw-tooltip{top:-35px}.cw-mp-shortcutOption .cw-tooltip{top:-40px}.cw-mp-navButton .cw-tooltip{top:-30px}.cw-tooltip-wrapper{position:relative;display:inline-block}.cw-tooltip{position:absolute;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;pointer-events:none;max-width:240px;word-break:break-word}.cw-tooltip.cw-tooltip-dark{background-color:#232427;color:#fff;padding:4px 8px;--cw-tooltip-arrow-color: #232427 }.cw-tooltip.cw-tooltip-light{padding:8px 14px;border-radius:8px;border:1px solid #E5E7E8;box-shadow:0 0 5px #0000000f,0 0 5px #0000001a;background-color:#fff;--cw-tooltip-arrow-color: #E5E7E8 }.cw-tooltip-top{top:-30px;left:50%;transform:translate(-50%)}.cw-tooltip-top:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--cw-tooltip-arrow-color) transparent transparent transparent}.cw-tooltip-bottom{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.cw-tooltip-bottom:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent var(--cw-tooltip-arrow-color) transparent}.cw-tooltip-left{right:calc(100% + 10px);top:50%;transform:translateY(-50%)}.cw-tooltip-left:after{content:"";position:absolute;left:100%;top:50%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent transparent transparent var(--cw-tooltip-arrow-color)}.cw-tooltip-right{left:calc(100% + 10px);top:50%;transform:translateY(-50%)}.cw-tooltip-right:after{content:"";position:absolute;right:100%;top:50%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent var(--cw-tooltip-arrow-color) transparent transparent}.cw-list-item{border-radius:8px;display:flex;align-items:center;background-color:#fff}.cw-list-item.cw-li-with-description{align-items:flex-start}.cw-list-item.cw-li-t-with-check-box .cw-li-checkbox{width:24px;height:24px}.cw-list-item.cw-li-s-default{padding:12px;gap:8px;max-width:400px}.cw-list-item.cw-li-s-small{padding:4px;gap:4px;max-width:290px}.cw-list-item:hover,.cw-list-item.hovering{background-color:#f5f6f6}.cw-list-item.cw-li-pressing{background-color:#eff1f1}.cw-list-item.cw-li-selected{background-color:#f8f9f9}.cw-list-item.cw-li-selected .cw-list-item-content .cw-list-item-label{color:#02b48c!important}.cw-list-item.cw-li-disabled{opacity:.5}.cw-list-item .cw-list-item-icon{display:flex;align-items:center;justify-content:center}.cw-list-item .cw-list-item-content .cw-list-item-label{color:#232427;font-weight:600;font-size:14px;line-height:20px}.cw-list-item .cw-list-item-content .cw-list-item-description{margin-top:2px;color:#81868f;font-weight:400;font-size:14px;line-height:20px}.cw-list-divider{width:100%;height:1px;border-radius:999px;background-color:#e5e7e8;margin-top:8px;margin-bottom:8px}.cw-dropdown.cw-dd-container{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;appearance:none;border:1px solid #E5E7E8;border-radius:6px;min-width:160px;color:#575b63;font-size:14px;line-height:20px;font-weight:500;position:relative;display:flex;align-items:center;gap:8px}.cw-dropdown.cw-dd-container.cw-dd-ai{background:linear-gradient(90deg,#0044ff0d,#efefef0d)}.cw-dropdown.cw-dd-container .cw-dd-ai-icon{position:absolute;content:"";right:41px;top:8px;border:2px solid rgba(35,36,39,.08);background-color:#fff;padding:2px;border-radius:4px;--cw-input-ai-icon-padding: 28px;width:20px;height:20px;box-sizing:border-box}.cw-dropdown.cw-dd-container.cw-dd-s-default{max-height:36px;padding:8px 12px}.cw-dropdown.cw-dd-container.cw-dd-s-small{max-height:28px;padding:4px 8px}.cw-dropdown.cw-dd-container:focus{outline:none}.cw-dropdown.cw-dd-container.cw-dd-multiple{min-width:240px}.cw-dropdown.cw-dd-container:focus{outline-width:2px;outline-offset:0;outline-color:#02b48c}.cw-dropdown.cw-dd-disabled{pointer-events:none;background-color:#eff1f1}.cw-dropdown.cw-dd-disabled>svg{display:none}.cw-dropdown .cw-dd-value{flex-grow:1;display:flex;gap:4px;flex-wrap:wrap;color:#232427}.cw-dropdown .cw-dd-value.cw-dd-disabled{color:#81868f}.cw-dropdown .cw-dd-value:not(:has(.cw-dd-multiple-value-row)){overflow:hidden;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-wrap:wrap;word-break:break-all}.cw-dropdown .cw-dd-placeholder{color:#b2b7be;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-dropdown .cw-dd-clear-btn{background:none;color:#777;border:none;outline:none;cursor:pointer;padding:0;font-size:1.25em;line-height:1.25rem}.cw-dropdown .cw-dd-clear-btn:focus,.cw-dropdown .cw-dd-clear-btn:hover{color:#333}.cw-dropdown .cw-dd-divider{background-color:#777;align-self:stretch;width:.05em}.cw-dropdown .cw-dd-caret{transition:transform .1s linear}.cw-dropdown .cw-dd-caret.cw-dd-caret-on{transform:rotate(180deg)}.cw-dropdown .cw-dd-caret.cw-dd-caret-off{transform:rotate(0)}.cw-dropdown .cw-dd-options{position:absolute;margin:0;padding:12px 8px;list-style:none;display:none;border:.05em solid #E5E7E8;border-radius:8px;width:100%;min-width:200px;left:0;top:calc(100% + 8px);background-color:#fff;z-index:100;box-shadow:0 4px 6px -2px #0000000d,0 10px 15px -3px #0000001a}.cw-dropdown .cw-dd-options.cw-dd-options-direction-up{top:unset;bottom:calc(100% + 8px)}.cw-dropdown .cw-dd-options .cw-list-item-label{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-wrap:wrap;word-break:break-all}.cw-dropdown .cw-dd-search-box{position:relative}.cw-dropdown .cw-dd-search-box .cw-dd-search-icon{position:absolute;left:8px;top:9px}.cw-dropdown .cw-dd-search-box .cw-dd-search-input{width:100%;border-radius:8px;font-size:14px;padding:0;border:1px solid #E5E7E8;margin:0 0 4px}.cw-dropdown .cw-dd-search-box .cw-dd-search-input .cw-search{box-shadow:none;width:100%}.cw-dropdown .cw-dd-search-box .cw-dd-search-input:focus{outline:none}.cw-dropdown .cw-dd-multiple-value-row{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:space-between}.cw-dropdown .cw-dd-multiple-value-row .cw-dd-multiple-selected-badge{box-sizing:border-box;border:1px solid #E5E7E8;background-color:#eff1f1;border-radius:9999px;height:24px;padding:4px 8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}.cw-dropdown .cw-dd-multiple-value-row .cw-dd-multiple-selected-badge svg:hover{fill:#232427}.cw-dropdown .cw-dd-multiple-value-row .cw-dd-multiple-selected-text{padding:0 2px;font-weight:500;font-size:14px}.cw-dropdown .cw-dd-options-list{max-height:240px;overflow-y:auto;padding:0;margin:0}.cw-dropdown .cw-dd-options-list .cw-list-item{max-width:100%}.cw-dropdown .cw-dd-options-list.cw-dd-has-child{height:160px}.cw-dropdown .cw-dd-options-list>li:not(:last-child){margin-bottom:2px}.cw-dropdown .cw-dd-options.cw-dd-show{display:block}.cw-dropdown .cw-dd-option{font-size:14px;color:#232427;font-weight:500;padding:8px 12px;cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.cw-dropdown .cw-dd-option.cw-dd-selected{font-weight:600}.cw-dropdown .cw-dd-option.cw-dd-disabled{pointer-events:none;background-color:#eff1f1;color:#b2b7be}.cw-dropdown .cw-dd-option.cw-dd-highlighted{background-color:#cefdea}.cw-dropdown .cw-dd-option-badge{display:flex;align-items:center;border:.05em solid #777;border-radius:.25em;padding:.15em .25em;gap:.25em;cursor:pointer;background:none;outline:none}.cw-dropdown .cw-dd-option-badge:hover,.cw-dropdown .cw-dd-option-badge:focus{background-color:#fcc;border-color:red}.cw-dropdown .cw-dd-option-badge:hover>.remove-btn,.cw-dropdown .cw-dd-option-badge:focus>.remove-btn{color:red}.cw-dropdown .cw-dd-option-badge>.remove-btn{font-size:1.25em;line-height:1.25rem;color:#777}.cw-dropdown .cw-dropdown-helper-text{position:absolute;left:0;bottom:-20px;display:flex;align-items:center;gap:4px;margin:4px 0 0;padding:0;box-sizing:border-box;color:#81868f;font-size:12px;font-weight:400;line-height:16px}.cw-dropdown.error.cw-dd-container{border-color:#d32f2f}.cw-dropdown.error .cw-dropdown-helper-text{color:#d32f2f}.cw-dropdown.cw-select-all{padding:8px;border-radius:8px;gap:0;max-width:-moz-max-content;max-width:max-content}.cw-dropdown.cw-select-all .cw-dd-value{padding:0 8px}.cw-dropdown.cw-select-all .cw-sa-checkbox{width:16px;height:16px;padding:0;margin:0}.cw-search-component .cw-search-wrapper{position:relative}.cw-search-component .cw-search-wrapper .cw-search{border:1px solid var(--cw-search-border-color, #E5E7E8);color:var(--cw-search-color, #232427);font-size:14px;line-height:20px;font-weight:500;padding:7px 12px;border-radius:8px;outline:none;background-color:#fff}.cw-search-component .cw-search-wrapper .cw-search.has-leading-icon{padding-left:40px}.cw-search-component .cw-search-wrapper .cw-search.has-trailing-icon{padding-right:40px}.cw-search-component .cw-search-wrapper .cw-search:hover{background-color:#f8f9f9}.cw-search-component .cw-search-wrapper .cw-search:focus{border:1px solid #232427}.cw-search-component .cw-search-wrapper .cw-search::-moz-placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-search-component .cw-search-wrapper .cw-search::placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-search-component .cw-search-wrapper .cw-search:-moz-placeholder+.cw-search-trailing-icon{display:none}.cw-search-component .cw-search-wrapper .cw-search:placeholder-shown+.cw-search-trailing-icon{display:none}.cw-search-component .cw-search-wrapper .cw-search-leading-icon{position:absolute;content:"";left:12px;top:8px}.cw-search-component .cw-search-wrapper .cw-search-trailing-icon{position:absolute;content:"";right:12px;top:8px;cursor:pointer}.cw-search-component .cw-search-helper-text{display:flex;align-items:center;gap:4px;margin:4px 0 0;padding:0;box-sizing:border-box;color:#81868f;font-size:12px;font-weight:400;line-height:16px}.cw-search-component.disabled{opacity:.5}.cw-search-component.disabled *{pointer-events:none}.cw-search-component.error{--cw-search-border-color: #D32F2F}.cw-search-component.error svg{fill:#d32f2f}.cw-search-component.error .cw-search-helper-text{color:#d32f2f}.cw-search-component.error:focus{--cw-search-border-color: #D32F2F}.cw-search-component .cw-search-dropdown .cw-search-dropdown-item .cw-search-dropdown-matched-text{font-size:14px;line-height:20px;font-weight:500;color:#232427}.cw-search-component .cw-search-dropdown .cw-search-dropdown-item .cw-search-dropdown-not-matched-text{font-size:14px;line-height:20px;font-weight:500;color:#81868f}.modal-trigger-button{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer;margin:.5rem}.modal-trigger-button:hover{background-color:#2563eb}.modal-trigger-button:focus{outline:none}.cw-modal-overlay-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.cw-modal-overlay-wrapper .cw-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d}.cw-modal-overlay-wrapper .cw-modal-overlay.cw-overlay-open{animation:fadeIn .3s ease-in-out forwards}.cw-modal-overlay-wrapper .cw-modal-overlay.cw-overlay-close{animation:fadeOut .3s ease-in-out forwards}.cw-modal-overlay-wrapper .cw-modal-container{position:relative;background-color:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-open{animation:fadeScaleIn .3s ease-in-out forwards}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-close{animation:fadeScaleOut .3s ease-in-out forwards}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-sm{width:300px}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-lg{width:500px}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-xl{width:700px}.cw-modal-overlay-wrapper .cw-modal-container.cw-modal-full{width:1440px}.cw-modal-overlay-wrapper .cw-modal-container .cw-modal-close-icon{position:absolute;top:24px;right:24px}.cw-modal-overlay-wrapper .cw-modal-container .cw-modal-header{padding:24px;font-size:14px;font-weight:600;line-height:20px;color:#81868f;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.cw-modal-overlay-wrapper .cw-modal-container .cw-modal-body{padding:0 24px 24px;max-height:400px;overflow-y:auto}.cw-modal-overlay-wrapper .cw-modal-container .cw-modal-body.cw-modal-body-overflow-visible{overflow-y:visible}.cw-modal-overlay-wrapper .cw-modal-container .cw-modal-footer{padding:14px 12px;background-color:#f8f9f9;text-align:right;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.modal-body-content{display:flex;flex-direction:column;gap:1rem}.modal-close-button{background-color:#6b7280;color:#fff;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer}.modal-close-button:hover{background-color:#4b5563}.app-container{padding:1rem}.app-title{font-size:1.5rem;margin-bottom:1rem}.scroll-content{height:1500px;margin-top:1rem}.dropdown-button{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer}.dropdown-button:hover{background-color:#2563eb}.dropdown-button:focus{outline:none}.dropdown-menu{background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:15rem;overflow-y:auto}.dropdown-item{padding:.5rem 1rem;cursor:pointer}.dropdown-item:hover{background-color:#f3f4f6}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeScaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.toggle{width:44px;height:24px;border-radius:16px;position:relative;cursor:pointer;transition:background-color .3s ease}.toggle--on{background-color:#02b48c;opacity:1}.toggle--off{background-color:#23242733;opacity:.6}.toggle__circle{width:20px;height:20px;background-color:#fff;border-radius:9999px;position:absolute;top:2px;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.toggle--on .toggle__circle{transform:translate(22px)}.toggle--off .toggle__circle{transform:translate(2px)}.toggle__x{display:flex;align-items:center;justify-content:center}.cw-ai-btn{box-sizing:border-box;font:inherit;text-decoration:none;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;overflow:hidden;height:var(--cw-ai-btn-height, 40px);width:var(--cw-ai-btn-width, auto);cursor:pointer;border-radius:var(--cw-ai-btn-border-radius, 8px);border-width:var(--cw-ai-btn-border-width, 0);border-style:solid;border-color:var(--cw-ai-btn-border-color, transparent);padding:var(--cw-ai-btn-padding, 8px 16px);gap:0}.cw-ai-btn .ai-button-content{color:inherit;font-size:var(--cw-ai-btn-font-size, 16px);font-weight:var(--cw-ai-btn-font-weight, 500);line-height:var(--cw-ai-btn-line-height, 24px);padding:var(--cw-ai-btn-content-padding, 0 8px)}.cw-ai-btn.ai-btn-t-shadow{background:#f8f9f9;color:#04f;border-color:#fff;border-width:3px;overflow:visible}.cw-ai-btn.ai-btn-t-shadow:hover{box-shadow:inset 0 0 9999px #23242714}.cw-ai-btn.ai-btn-t-shadow:focus{outline:2px solid #E5E7E8;outline-offset:2px}.cw-ai-btn.ai-btn-t-shadow.ai-pressing{box-shadow:inset 0 0 9999px #23242724}.cw-ai-btn.ai-btn-t-shadow:disabled{color:#81868f;background:#f8f9f9;--cw-ai-btn-border-color: #E5E7E8;pointer-events:none}.cw-ai-btn.ai-btn-t-shadow:disabled svg{fill:#c9cdd2}.cw-ai-btn.ai-btn-t-shadow:not(:hover):not(:disabled):not(:focus):not(.ai-pressing):after{position:absolute;content:"";background:linear-gradient(125.06deg,#04fc -2.31%,#5de0f2cc 97.12%);filter:blur(20px);top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);z-index:-1}.cw-ai-btn.ai-btn-t-shadow.ai-gradient:not(:hover):not(:disabled):not(:focus):not(.ai-pressing):after{position:absolute;content:"";background:linear-gradient(125.06deg,#f58859cc -2.31%,#04fc 97.12%);filter:blur(20px);top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);z-index:-1}.cw-ai-btn.ai-btn-t-outlined{background:#fff;color:#04f;overflow:visible}.cw-ai-btn.ai-btn-t-outlined:hover:after{background:linear-gradient(105.17deg,#85c9ffcc,#f6abe0cc 28%,#f17878cc 51.5%,#ffa733cc 72.5%,#64f1c8cc)}.cw-ai-btn.ai-btn-t-outlined:focus{outline:2px solid #E5E7E8;outline-offset:4px}.cw-ai-btn.ai-btn-t-outlined:focus:after{background:linear-gradient(105.17deg,#85c9ff99,#f6abe099 28%,#f1787899 51.5%,#ffa73399 72.5%,#64f1c899)}.cw-ai-btn.ai-btn-t-outlined.ai-pressing:after{background:linear-gradient(105.17deg,#85c9ff,#f6abe0 28%,#f17878 51.5%,#ffa733 72.5%,#64f1c8)!important}.cw-ai-btn.ai-btn-t-outlined:disabled{color:#81868f;background:#f8f9f9;--cw-ai-btn-border-color: #E5E7E8;pointer-events:none}.cw-ai-btn.ai-btn-t-outlined:disabled:after{background:#e5e7e8!important}.cw-ai-btn.ai-btn-t-outlined:disabled svg{fill:#c9cdd2}.cw-ai-btn.ai-btn-t-outlined:after{transition:background .1s linear;position:absolute;content:"";border-color:red;background:linear-gradient(105.17deg,#85c9ffcc,#f6abe0cc 28%,#f17878cc 51.5%,#ffa733cc 72.5%,#64f1c8cc);width:calc(100% + 6px);height:calc(100% + 6px);top:-3px;left:-3px;z-index:-1;border-radius:8px}.cw-ai-btn.ai-btn-t-filled{background:linear-gradient(96.04deg,#04f -31.45%,#5b68de 50.15%,#5de0f2 127.66%);color:#fff;--cw-ai-btn-border-color: #E5E7E8;--cw-ai-btn-border-width: 3px}.cw-ai-btn.ai-btn-t-filled svg{fill:#fff}.cw-ai-btn.ai-btn-t-filled:hover{background:#04f;--cw-ai-btn-border-color: #E5E7E8}.cw-ai-btn.ai-btn-t-filled:focus{outline:2px solid #0044FF;background:#04f;--cw-ai-btn-border-color: #E5E7E8;outline-offset:2px}.cw-ai-btn.ai-btn-t-filled.ai-pressing{background:#04f;--cw-ai-btn-border-color: #E5E7E8}.cw-ai-btn.ai-btn-t-filled:disabled{color:#81868f;background:#f8f9f9;--cw-ai-btn-border-color: #E5E7E8;pointer-events:none}.cw-ai-btn.ai-btn-t-filled:disabled svg{fill:#c9cdd2}.cw-ai-btn.ai-btn-s-small{--cw-ai-btn-padding: 4px 8px;--cw-ai-btn-border-radius: 6px;--cw-btn-content-padding: 0 4px;--cw-ai-btn-height: 28px;--cw-ai-btn-font-size: 14px;--cw-ai-btn-line-height: 20px;--cw-ai-btn-font-weight: 500}.cw-ai-btn.ai-btn-s-small.ai-btn-t-outlined{--cw-ai-btn-padding: 1px 5px;--cw-ai-btn-height: 22px}.cw-ai-btn.ai-btn-s-small.ai-btn-t-outlined:after{border-radius:8px}.cw-ai-btn.ai-btn-s-default{--cw-ai-btn-padding: 8px 8px;--cw-ai-btn-border-radius: 8px;--cw-btn-content-padding: 0 8px;--cw-ai-btn-height: 36px;--cw-ai-btn-font-size: 14px;--cw-ai-btn-line-height: 20px;--cw-ai-btn-font-weight: 500}.cw-ai-btn.ai-btn-s-default.ai-btn-t-outlined{--cw-ai-btn-padding: 5px 5px;--cw-ai-btn-height: 30px}.cw-ai-btn.ai-btn-s-default.ai-btn-t-outlined:after{border-radius:10px}.cw-ai-btn.ai-btn-s-large{--cw-ai-btn-padding: 8px 16px;--cw-ai-btn-border-radius: 8px;--cw-btn-content-padding: 0 8px;--cw-ai-btn-height: 40px;--cw-ai-btn-font-size: 16px;--cw-ai-btn-line-height: 24px;--cw-ai-btn-font-weight: 500}.cw-ai-btn.ai-btn-s-large.ai-btn-t-outlined{--cw-ai-btn-padding: 5px 13px;--cw-ai-btn-height: 34px}.cw-ai-btn.ai-btn-s-large.ai-btn-t-outlined:after{border-radius:12px}.cw-ai-badge{box-sizing:border-box;font:inherit;position:relative;display:flex;flex-direction:row;margin:0;align-items:center;justify-content:center;height:var(--cw-ai-badge-height, 24px);width:var(--cw-ai-badge-width, auto);border-radius:var(--cw-ai-badge-border-radius, 4px);border-width:var(--cw-ai-badge-border-width, 0);border-style:solid;border-color:var(--cw-ai-badge-border-color, transparent);padding:var(--cw-ai-badge-padding, 4px 8px)}.cw-ai-badge .ai-badge-content{padding:0 4px;font-size:var(--cw-ai-badge-font-size, 12px);font-weight:var(--cw-ai-badge-font-weight, 500);line-height:var(--cw-ai-badge-line-height, 16px)}.cw-ai-badge.ai-badge-t-default{background:#f8f9f9;color:#04f;--cw-ai-badge-border-color: #23242714;--cw-ai-badge-border-width: 1px;--cw-ai-badge-border-radius: 4px}.cw-ai-badge.ai-badge-t-rounded{background:#f8f9f9;color:#04f;--cw-ai-badge-border-color: #23242714;--cw-ai-badge-border-width: 1px;--cw-ai-badge-border-radius: 9999px}.cw-ai-badge.ai-badge-s-small{--cw-ai-badge-padding: 2px 2px;--cw-ai-badge-height: 20px;--cw-ai-badge-font-size: 12px;--cw-ai-badge-line-height: 16px;--cw-ai-badge-font-weight: 400;min-width:20px}.cw-ai-badge.ai-badge-s-default{--cw-ai-badge-padding: 2px 4px;--cw-ai-badge-height: 24px;--cw-ai-badge-font-size: 12px;--cw-ai-badge-line-height: 16px;--cw-ai-badge-font-weight: 500;min-width:24px}.cw-textarea-component .cw-label{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cw-textarea-component .cw-label .cw-textarea-character-limit{color:#81868f;font-weight:400;line-height:16px;font-size:12px}.cw-textarea-component .cw-textarea-wrapper{position:relative}.cw-textarea-component .cw-textarea-wrapper .cw-textarea{min-width:320px;min-height:60px;width:100%;border:1px solid var(--cw-input-border-color, #E5E7E8);color:var(--cw-input-color, #232427);font-size:14px;line-height:20px;font-weight:500;padding:12px;border-radius:8px;outline:none;background-color:#fff}.cw-textarea-component .cw-textarea-wrapper .cw-textarea:hover{background-color:#f8f9f9}.cw-textarea-component .cw-textarea-wrapper .cw-textarea:focus{border:1px solid #232427}.cw-textarea-component .cw-textarea-wrapper .cw-textarea::-moz-placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-textarea-component .cw-textarea-wrapper .cw-textarea::placeholder{color:#23242766;font-size:14px;line-height:20px;font-weight:500}.cw-textarea-component .cw-textarea-wrapper .cw-textarea.value-by-ai{background:linear-gradient(1.21deg,#0044ff0d .87%,#efefef0d 101.93%)}.cw-textarea-component .cw-textarea-wrapper .cw-textarea-ai-button{position:absolute;top:12px;right:12px}.cw-textarea-component .cw-textarea-wrapper .cw-input-ai-icon{top:0;right:0;border:2px solid rgba(35,36,39,.08);background-color:#fff;padding:2px;border-radius:4px}.cw-textarea-component .cw-textarea-helper-text{display:flex;align-items:center;gap:4px;margin:4px 0 0;padding:0;box-sizing:border-box;color:#81868f;font-size:12px;font-weight:400;line-height:16px}.cw-textarea-component.disabled{opacity:.5}.cw-textarea-component.disabled *{pointer-events:none}.cw-textarea-component.error{--cw-textarea-border-color: #D32F2F}.cw-textarea-component.error svg{fill:#d32f2f}.cw-textarea-component.error .cw-input-helper-text{color:#d32f2f}.cw-textarea-component.error:focus{--cw-textarea-border-color: #D32F2F}.cw-textarea-component.cw-ai-textarea .cw-input-wrapper .cw-input{background:linear-gradient(90deg,#0044ff0d,#efefef0d)}.cw-textarea-component.cw-ai-textarea .cw-input-wrapper .cw-input:focus{border:1px solid #0044FF}.cw-stepper-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;max-width:-moz-max-content;max-width:max-content}.cw-stepper-container .cw-stepper-item{min-width:258px;position:relative;cursor:pointer}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line{padding-top:7px}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line:after{position:absolute;content:"";width:100%;height:2px;top:0;left:0}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line.completed:after{background-color:#e5e7e8}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line.current:after{background-color:#02b48c}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line.disabled:after{background-color:#eff1f1}.cw-stepper-container .cw-stepper-item.cw-stepper-with-line.disabled .cw-stepper-item-title,.cw-stepper-container .cw-stepper-item.cw-stepper-with-line.disabled .cw-stepper-item-description{color:#81868f}.cw-stepper-container .cw-stepper-item.cw-stepper-with-icon{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}.cw-stepper-container .cw-stepper-item.cw-stepper-with-icon .cw-stepper-icon-box{box-sizing:border-box;height:38px;width:38px;display:flex;align-items:center;justify-content:center;border-radius:9999px}.cw-stepper-container .cw-stepper-item.cw-stepper-with-icon.completed .cw-stepper-icon-box{background-color:#02b48c}.cw-stepper-container .cw-stepper-item.cw-stepper-with-icon.current .cw-stepper-icon-box{border:1px solid #02B48C}.cw-stepper-container .cw-stepper-item.cw-stepper-with-icon.disabled .cw-stepper-icon-box{border:1px solid #E5E7E8}.cw-stepper-container .cw-stepper-item .cw-stepper-text-box{display:flex;flex-direction:column;gap:2px;padding-left:4px}.cw-stepper-container .cw-stepper-item .cw-stepper-text-box .cw-stepper-item-title{line-height:20px;font-size:14px;font-weight:600}.cw-stepper-container .cw-stepper-item .cw-stepper-text-box .cw-stepper-item-description{line-height:16px;font-size:12px;font-weight:400}.Toastify__toast{padding:0!important;min-height:-moz-max-content;min-height:max-content;box-shadow:none}.Toastify__close-button{display:none}.cw-toast{flex:1;padding:12px;border:1px solid #E5E7E8;border-radius:8px;box-shadow:0 2px 4px -1px #0000000f,0 4px 6px -1px #0000001a;display:flex;flex-direction:row;gap:8px;align-items:flex-start}.cw-toast.cw-toast-success{background-color:#f3faf3}.cw-toast.cw-toast-error{background-color:#fdf3f3}.cw-toast.cw-toast-warning{background-color:#fff9ec}.cw-toast.cw-toast-info{background-color:#f0f9ff}.cw-toast .cw-toast-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid #E5E7E8;border-radius:9999px;background-color:#fff}.cw-toast .cw-toast-content{flex:1;color:#232427;font-size:14px;line-height:20px;font-weight:500}.cw-toast .cw-toast-content .title{color:#232427;font-size:14px;line-height:20px;font-weight:500}.cw-toast .cw-toast-content .description{color:#81868f;font-size:14px;line-height:20px;font-weight:500}
