.LoadingIconComponent{position:relative;top:50%;transform-origin:center;animation:spin 1s linear infinite}.LoadingIconComponent.stretch{top:unset;width:unset}.LoadingIconComponent.small{width:40px}.LoadingIconComponent.medium{width:65px}.LoadingIconComponent.large{width:120px}.LoadingWithOverlayComponent{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--hover_overlay)}.LoadingWithOverlayComponent.stretch{width:100vw;height:100vh}@keyframes spin{to{transform:rotate(1turn)}}.common-ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.app-ellipsis{position:absolute;top:0;left:0;width:100%;height:100%;display:none;background-color:rgba(var(--color),.8);justify-content:center;align-items:center}.app-form-wrapper{width:100%;max-width:530px;background-color:var(--background_default)}.app-form-wrapper .form-description{padding:5px 0;font-weight:400;width:100%;line-height:25px;font-size:15px;margin-bottom:20px}.app-form-wrapper .form-description a{cursor:pointer}.app-form-wrapper .form-description a:hover{text-decoration:underline}.app-form-wrapper .server-error{margin-bottom:10px}.app-form-wrapper .form-item{width:100%;margin-bottom:10px}.app-form-wrapper .form-item .field-title{font-size:16px;color:var(--title_color);margin-bottom:10px}.app-form-wrapper .form-item .field-error{margin-top:5px}.app-form-wrapper .form-item .forgot-password-link{margin-top:10px;text-align:right}.WebPushPreviewComponent{flex-direction:column;white-space:pre-line;height:-moz-fit-content;height:fit-content;position:sticky;top:0;width:100%;height:100%;display:flex;justify-content:center}.WebPushPreviewComponent .preview-background{position:absolute;width:100%;top:0;left:0;border-radius:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(-5px 5px 10px rgba(56,75,105,.3))}.WebPushPreviewComponent .content-wrapper{display:flex;grid-gap:10px;margin:5px}.WebPushPreviewComponent .content-wrapper .content{width:100%}.WebPushPreviewComponent .content-wrapper .content .title{font-size:14px;font-weight:700;margin-bottom:0;-webkit-line-clamp:1}.WebPushPreviewComponent .content-wrapper .content .subtitle{font-size:12px;font-weight:700;margin-bottom:0}.WebPushPreviewComponent .content-wrapper .content .description{font-size:10px;margin-bottom:0}.WebPushPreviewComponent .android-preview{background:var(--white);border-radius:10px;height:-moz-fit-content;height:fit-content;box-shadow:-2px 2px 10px rgba(56,75,105,.2);padding:15px}.WebPushPreviewComponent .android-preview .header{display:flex;align-items:center;height:-moz-fit-content;height:fit-content;margin:2px;font-size:10px}.WebPushPreviewComponent .android-preview .header .browser{margin-right:10px;width:20px;object-fit:cover}.WebPushPreviewComponent .android-preview .content-wrapper{display:flex;align-items:center;width:100%}.WebPushPreviewComponent .android-preview .content-wrapper .image{width:50px;height:50px;bottom:10px;right:10px;display:flex;align-items:center;margin-right:10px;object-fit:cover}.WebPushPreviewComponent .android-preview .action-buttons-wrapper{padding-top:10px;display:flex;grid-gap:20px;color:var(--gray_9)}.WebPushPreviewComponent .mac_os-preview{display:flex;flex-direction:column;align-items:center;color:#424242}.WebPushPreviewComponent .mac_os-preview .header{display:flex;align-items:center;height:-moz-fit-content;height:fit-content;margin:2px;font-size:10px}.WebPushPreviewComponent .mac_os-preview .header .browser{margin-right:10px;width:20px;object-fit:cover}.WebPushPreviewComponent .mac_os-preview .detail{position:relative;padding:5px;background:var(--white);border-radius:10px;height:-moz-fit-content;height:fit-content;width:300px;box-shadow:-2px 2px 10px rgba(56,75,105,.2)}.WebPushPreviewComponent .mac_os-preview .detail .header{padding-bottom:5px}.WebPushPreviewComponent .mac_os-preview .detail .content-wrapper{padding:10px;grid-gap:5px}.WebPushPreviewComponent .mac_os-preview .detail .image{margin:2px 0;width:100%;object-fit:cover;height:200px}.WebPushPreviewComponent .mac_os-preview .detail .logo{width:40px;height:40px;margin-right:15px;margin-bottom:5px}.WebPushPreviewComponent .mac_os-preview .detail .action-buttons-wrapper{margin:5px}.WebPushPreviewComponent .mac_os-preview .detail .action-buttons-wrapper .action-button{border-top:1px solid var(--border);text-align:center;padding:5px}.WebPushPreviewComponent .mac_os-preview .default{min-height:100px;border-radius:10px;background:var(--white);box-shadow:-2px 2px 10px rgba(56,75,105,.2);width:300px;height:-moz-fit-content;height:fit-content;padding:5px;position:relative;margin-bottom:20px}.WebPushPreviewComponent .mac_os-preview .default .image,.WebPushPreviewComponent .mac_os-preview .default .option-btn{position:absolute;width:50px;height:50px;bottom:10px;right:10px;display:flex;align-items:center}.WebPushPreviewComponent .mac_os-preview .default .content-wrapper{display:flex;align-items:center;width:75%}.WebPushPreviewComponent .mac_os-preview .default .content-wrapper .image{margin-right:10px;width:20%;object-fit:cover}.WebPushPreviewComponent .window-preview{border-radius:0;max-width:350px;background:#2d2d2d;color:#fff}.WebPushPreviewComponent .window-preview .logo{margin:0;border-radius:0;width:40px;height:40px}.WebPushPreviewComponent .window-preview .image{width:100%;object-fit:cover;height:200px;border:none}.WebPushPreviewComponent .window-preview .content-wrapper{grid-gap:10px;margin:20px}.WebPushPreviewComponent .window-preview .action-buttons-wrapper{display:flex;grid-gap:5px;margin:10px}.WebPushPreviewComponent .window-preview .action-buttons-wrapper .action-button{border:none;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:var(--gray_9);text-align:center;padding:2px}.WebPushPreviewComponent .select-preview-device{display:flex;margin-top:20px;flex-direction:column;align-items:center;justify-content:center}.WebPushPreviewComponent .select-preview-device .ant-typography{margin:10px 0 0}.KaipassNotiPreviewComponent{width:350px}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:10px;overflow:hidden}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .image{width:100%}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .content-wrapper{padding:10px}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .content-wrapper .title{font-weight:600;font-size:var(--fs_lg);margin-bottom:0}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .content-wrapper .description{margin:0}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .action-buttons-wrapper{padding:10px;border-top:1px solid #eaeaea}.KaipassNotiPreviewComponent .KaipassNotiPreviewScreen .action-buttons-wrapper .action-button{background:#da3131;color:#fff;border-radius:50px;text-align:center;padding:8px}.LinkClicksPreview{width:320px}.LinkClicksPreview .ant-card-cover{width:100%;max-height:250px;overflow:hidden}.LinkClicksPreview .ant-card-body{padding:var(--sp_lv_4)}.LinkClicksPreview .preview-description__linkClick{display:flex;align-items:center;justify-content:space-between;font-weight:600}.LinkClicksPreview .preview-description__linkClick div{flex:1 1}.LinkClicksPreview .preview-description__linkClick div h2{font-size:18px;line-height:18px;font-weight:800;color:var(--primary_text)!important}.LinkClicksPreview .preview-description__linkClick div span{font-weight:400}.LinkClicksPreview .preview-description__linkClick button{font-size:.8rem;outline:none;padding:8px 12px;font-weight:650;border:none;border-radius:5px;color:#1d1d1d;background:#e4e6eb}.PostEngagement{width:320px}.PostEngagement .ant-card-cover{width:100%;max-height:250px;overflow:hidden}.PostEngagement .ant-card-body{padding:var(--sp_lv_4)}.PostEngagement .preview-description__postEngagement{display:flex;align-items:center;justify-content:space-between;font-weight:600}.PostEngagement .preview-description__postEngagement div{flex:1 1}.PostEngagement .preview-description__postEngagement div h2{font-size:18px;line-height:18px;font-weight:800;color:var(--primary_text)!important}.PostEngagement .preview-description__postEngagement div span{font-weight:400}.PostEngagement .preview-description__postEngagement button{font-size:.8rem;outline:none;padding:8px 12px;font-weight:650;border:none;border-radius:5px;color:#1d1d1d;background:#e4e6eb}.harasocial-preview{padding:8px 16px;border-radius:8px;background:var(--white);min-width:200px}.harasocial-preview__content{overflow-wrap:break-word;max-width:400px;margin:8px 0;border-radius:18px;width:-moz-fit-content;width:fit-content;padding:4px 12px;background:#e4e6eb}.harasocial-preview__image{overflow-wrap:break-word;max-width:400px;margin:8px 0;border-radius:18px;height:auto;border:1px solid rgba(228,230,235,.6)}.harasocial-preview__products{overflow-wrap:break-word;max-width:400px;margin:8px 0;border-radius:18px;max-width:450px;background-color:#fafafa}.harasocial-preview__products .harasocial-preview__product__image{width:auto;height:300px;overflow:hidden;cursor:pointer;border-top-left-radius:18px;border-top-right-radius:18px}.harasocial-preview__products .harasocial-preview__product__image img{height:100%;width:100%;display:inline-block;object-fit:cover}.harasocial-preview__products .harasocial-preview__product .title{cursor:pointer}.harasocial-preview__products .harasocial-preview__product button{margin:auto auto 16px;padding:8px;font-size:16px;font-weight:600;display:block;width:90%;text-align:center;background-color:#e4e6eb;border-radius:8px}.SMSPreviewComponent{white-space:pre-line}.SMSPreviewComponent .SMS-IOSView-Wrapper{width:514px!important}.SMSPreviewComponent .SMS-IOSView-Wrapper .SMS-IOSView-MessageBox{background-color:hsla(0,0%,96.1%,.6);width:252px;min-height:92px;position:absolute;top:236px;right:130px;border-radius:8px;padding:8px}.SMSPreviewComponent .SMS-IOSView-Wrapper .SMS-IOSView-MessageBox-Content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.SMSPreviewComponent{position:relative}.SMSPreviewComponent .SMS-AndroidView-Wrapper{width:514px!important}.SMSPreviewComponent .SMS-AndroidView-Wrapper .SMS-AndroidView-MessageBox{background-color:hsla(0,0%,96.1%,.6);width:240px;min-height:92px;position:absolute;top:236px;right:130px;border-radius:16px;padding:12px}.SMSPreviewComponent .SMS-AndroidView-Wrapper .SMS-AndroidView-MessageBox-Content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.component-container{display:flex;border:1px solid #ddd;width:526px}.discount-badge{background-color:gold;padding:5px;font-size:14px;font-weight:700;position:absolute;top:0;left:0;border-bottom-right-radius:8px}.product-info-wrapper{width:207px;display:flex;justify-content:center;align-items:center;position:relative}.product-info_item_wrapper{position:relative;height:100%;flex:1 1}.product-info{flex:2 1;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:4px;gap:4px}.product-info img{max-width:100%;height:81px}.price{display:flex;justify-content:center}.current-price{color:tomato;font-weight:700;margin-right:10px;font-size:11px}.original-price{color:#a9a9a9;text-decoration:line-through;font-size:8px}.product-name{font-size:8px;max-width:2 lines;margin-bottom:8px}.customer-info{flex:3 1;position:relative;width:206px;padding:8px}.customer-info-title{color:#a9a9a9;font-size:10px;background-color:#d9d9d9;padding-left:4px}.customer-info-body{border-bottom:1px solid #000;height:20px;margin-bottom:5px}.script-line{position:absolute;border-radius:20px;padding:5px 10px;font-size:10px;font-weight:600;color:#fff}.script-line-1{background-color:#ed8936;top:40%;right:8px}.script-line-1-tail{position:absolute;right:32px}.script-line-2-tail{position:absolute;left:32px}.script-line-2{background-color:#3280f6;top:65%;left:8px}.cta-info{flex:2 1;text-align:center;max-width:113px}.cta-button-wrapper{background:linear-gradient(90deg,#f9751d,#a14b01 101.27%);display:flex;justify-content:center;align-items:center;padding:13px 25px;margin-bottom:10px}.cta-button{background-color:#fff;color:#0068ff;font-weight:700;padding:3px 12px;border-radius:16px}.info-month,.info-today{display:flex;flex-direction:column;justify-content:space-between;font-size:8px;font-weight:600;padding:0 4px}.increase{color:#32cd32;font-weight:600}.decrease{color:#ff4500;font-weight:600}.telegram-preview p{margin:0!important;padding:0;display:block;word-wrap:break-word;word-break:break-word;white-space:pre-line;overflow-wrap:break-word;line-height:1.5}.telegram-preview a{word-break:break-all;display:inline-block;max-width:100%}.AppPushPreviewComponent{width:350px}.AppPushPreviewComponent .AppPushPreviewScreen{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:10px;overflow:hidden}.AppPushPreviewComponent .AppPushPreviewScreen .image-wrapper{width:100%;height:182px}.AppPushPreviewComponent .AppPushPreviewScreen .image-wrapper .image{width:100%;height:182px;object-fit:contain}.AppPushPreviewComponent .AppPushPreviewScreen .content-wrapper{padding:10px}.AppPushPreviewComponent .AppPushPreviewScreen .content-wrapper .title{font-weight:600;font-size:var(--fs_lg);margin-bottom:0}.AppPushPreviewComponent .AppPushPreviewScreen .content-wrapper .description{margin:0}.AppPushPreviewComponent .AppPushPreviewScreen .action-buttons-wrapper{padding:10px;border-top:1px solid #eaeaea}.AppPushPreviewComponent .AppPushPreviewScreen .action-buttons-wrapper .action-button{color:#fff;border-radius:50px;text-align:center;padding:8px}.attribute-tooltip-overlay .ant-tooltip-inner{padding:0;background:#fff;color:#333;box-shadow:0 6px 16px rgba(0,0,0,.12);border-radius:12px;max-width:420px;min-width:320px;border:1px solid #f0f0f0}.attribute-tooltip-overlay .ant-tooltip-arrow:before{background:#fff;border:1px solid #f0f0f0}.attribute-tooltip .tooltip-header{padding:14px 18px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:12px 12px 0 0;display:flex;align-items:center;font-size:14px;font-weight:600;letter-spacing:.3px}.attribute-tooltip .tooltip-content{padding:18px;background:#fff;max-height:320px;overflow-y:auto}.attribute-tooltip .tooltip-content::-webkit-scrollbar{width:6px}.attribute-tooltip .tooltip-content::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.attribute-tooltip .tooltip-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.attribute-tooltip .tooltip-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.attribute-tooltip .attribute-section{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.attribute-tooltip .attribute-section:last-child{border-bottom:none}.attribute-tooltip .attribute-section:first-child{padding-top:0}.attribute-tooltip .attribute-label{font-weight:600;color:#6b7280;font-size:12px;min-width:70px;text-transform:uppercase;letter-spacing:.5px}.attribute-tooltip .attribute-value,.attribute-tooltip .attribute-value-text{color:#1f2937;font-size:13px;font-weight:500;flex:1 1}.attribute-tooltip .attribute-value-text{word-break:break-word;line-height:1.5}.attribute-tooltip .attribute-operator{background:linear-gradient(135deg,#f0f9ff,#e0e7ff);color:#4f46e5;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;font-family:"SF Mono",Monaco,monospace;display:inline-block}.attribute-tooltip .tooltip-footer{padding:10px 18px;background:#f9fafb;border-top:1px solid #f3f4f6;border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6b7280}.SegmentTagComponent.attribute-tag{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:20px;padding:6px 12px;font-size:13px;color:#374151;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.05);cursor:pointer}.SegmentTagComponent.attribute-tag:hover{background:linear-gradient(135deg,#fff,#f9fafb);border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.08);transform:translateY(-1px)}.SegmentTagComponent.attribute-tag:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.06)}.SegmentTagComponent.attribute-tag .ant-tag-close-icon{color:#9ca3af;transition:all .2s ease;margin-left:8px}.SegmentTagComponent.attribute-tag .ant-tag-close-icon:hover{color:#ef4444;transform:scale(1.2)}.SegmentTagComponent.attribute-tag .truncate{display:inline-block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.SegmentationComponent .tags-wrapper{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:16px;min-height:80px;transition:all .2s ease;margin-bottom:8px;box-shadow:0 1px 3px rgba(0,0,0,.05);position:relative}.SegmentationComponent .tags-wrapper:hover{border-color:#94a3b8;background:#f1f5f9;box-shadow:0 2px 6px rgba(0,0,0,.08)}.SegmentationComponent .tags-wrapper .tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;align-items:center}.SegmentationComponent .tags-wrapper .add-audience-btn.ant-btn{height:36px;padding:0 20px;font-weight:500;border-radius:6px;transition:all .2s ease}.SegmentationComponent .tags-wrapper .add-audience-btn.ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(59,130,246,.3)}.SegmentationComponent .tags-wrapper .add-audience-btn.ant-btn:active{transform:translateY(0)}.SegmentationComponent .tags-wrapper .del-group-btn{color:#ef4444;font-size:18px;cursor:pointer;margin-left:12px;transition:all .2s ease}.SegmentationComponent .tags-wrapper .del-group-btn:hover:not(.disabled){color:#dc2626;transform:scale(1.1)}.SegmentationComponent .tags-wrapper .del-group-btn.disabled{color:#d1d5db;cursor:not-allowed;opacity:.5}.UserAttributeComponent .field-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:12px}.UserAttributeComponent .ant-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;height:40px;padding:0 32px;font-weight:600;border-radius:8px;box-shadow:0 2px 4px rgba(37,99,235,.2);transition:all .2s ease}.UserAttributeComponent .ant-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px rgba(37,99,235,.3);transform:translateY(-1px)}.UserAttributeComponent .ant-btn-primary:active{transform:translateY(0)}#campaign_form .SegmentationComponent{display:flex;flex-direction:column}.SegmentGroupComponent{width:100%;margin-right:7px;margin-bottom:20px;align-items:center}.SegmentGroupComponent .tags-wrapper{border-bottom:1px solid rgba(var(--white),.2);width:100%;display:flex;margin-top:8px;align-items:center;position:relative;flex-wrap:wrap}.SegmentGroupComponent .tags-wrapper .tags{width:90%;display:flex;flex-wrap:wrap;align-items:center;padding-bottom:5px}.SegmentGroupComponent .group-title{margin-bottom:unset}.SegmentGroupComponent .add-audience-btn{font-size:24px;margin-right:unset;cursor:pointer}.SegmentGroupComponent .del-group-btn{font-size:18px;margin-left:7px;color:var(--white);cursor:pointer;position:absolute;right:0}.SegmentGroupComponent .del-group-btn.disabled{display:none}.SegmentGroupComponent .SegmentTagComponent{height:-moz-fit-content;height:fit-content;text-wrap:wrap;background:var(--white);margin:5px 5px 5px 0;min-height:30px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:20px;color:var(--gray_9);border:1px solid var(--black);line-height:18px;font-size:16px}.SegmentGroupComponent .SegmentTagComponent .anticon-close{margin-left:5px;background:var(--gray_9);padding:2px;color:var(--white)!important;border-radius:20px}.SegmentGroupComponent .SegmentTagComponent.exclude{background:var(--red)}.MemberShipBadgeComponent{width:-moz-fit-content;width:fit-content;max-width:100px;display:flex;justify-content:space-around}.MemberShipBadgeComponent.member-gold{color:var(--gold_6);background-color:var(--gold_1)}.MemberShipBadgeComponent.member-silver{color:var(--gray_7);background-color:var(--gray_3)}.MemberShipBadgeComponent.member-platium{color:var(--cyan_6);background-color:var(--cyan_2)}.MemberShipBadgeComponent.member-bronze{color:var(--gold_10);background-color:var(--gold_2)}.MemberShipBadgeComponent.member-diamond{color:var(--white);background-color:var(--black)}.MemberShipBadgeComponent.member-default{color:var(--blue_6);background-color:var(--blue_1)}.metric-card{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:var(--sp_lv_2);border:1px solid var(--border);background:var(--white)}.metric-card .title-wrapper{display:flex}.metric-card .title-wrapper .title{margin:0}.metric-card .title-wrapper .icon{font-size:var(--sp_lv_4);color:var(--gray_9);margin-top:-3px}.metric-card .value{color:var(--black);font-weight:var(--fw_semibold);font-size:var(--fs_2xl);padding:var(--sp_lv_1) 0}.metric-card.--small{padding:0;border:none;text-align:center;height:unset;justify-content:flex-start}.metric-card.--small .title-wrapper{width:100%;display:flex;flex-direction:column;justify-items:center;align-items:center;margin:0}.metric-card.--small .title-wrapper .title{margin:0;color:var(--primary_text);font-weight:var(--fw_medium);font-size:var(--fs_sm)}.metric-card.--small.group{border-right:1px solid var(--border)}.metric-card.--small.group:last-child{border-right:unset}.metric-card.--small .value{color:var(--black);font-weight:var(--fw_medium);font-size:var(--fs_2xl)}.OverlayLoadingComponent{width:100%;height:100%;position:absolute;z-index:1000;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center}.OverlayLoadingComponent .LoadingIconComponent{width:3%;top:unset}
/*# sourceMappingURL=main~e99986ea.8b3593a8.chunk.css.map */