.space{height:.8rem}ul.tabs{margin-top:6px;margin-bottom:0;width:100%;border-bottom:.09rem solid #c1c6c8;list-style:none}ul.tabs li.tab{display:inline-block;margin:0 22px -2px 0;height:38px;line-height:36px}ul.tabs li.tab .tab__inner{font-weight:500;color:#343a40;text-transform:uppercase;cursor:pointer;font-size:1em;letter-spacing:.2px;border-bottom:none;display:block;border-bottom:1px solid transparent}ul.tabs li.tab .tab__inner.active,ul.tabs li.tab .tab__inner.router-link-active{border-bottom:2px solid #ffc938;font-weight:700;padding:0 10px;background:#fbf6e8}#status-path{display:flex;flex-direction:row;border:1px solid #f8f8fe;background-color:#fafafb;border-radius:4px}#status-path>span{flex:1;padding:10px 20px;color:#343a40;display:flex;justify-content:center;align-items:center;gap:1rem;cursor:pointer}#status-path>span.current~.ticked{background-color:unset}#status-path>span.ticked{background-color:#f5f5f5;color:#343a40}#status-path>span.ticked .tick{display:flex;padding:.2rem;border-radius:25px;background-color:#24d366}#status-path>span.ticked .tick svg{height:10px;width:10px;color:#fff}#status-path>span.current{clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%)}#status-path :last-child.current{clip-path:unset}.preview{background-color:#fff;padding:1rem}.preview img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.preview .header{background-color:#e5ddd5}.preview .sample{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1),0 6px 20px rgba(0,0,0,.1)}.preview .header-text{padding:1rem}.preview .image-placeholder{background-color:#f0f0f0;height:100%;min-height:200px;width:100%;display:flex;justify-content:center;align-items:center}.preview .icon{width:100%;color:#999}.preview .message{font-size:14px;color:#333;padding:1rem 1rem .5rem 1rem;white-space:break-spaces}.preview .source{font-size:12px;color:#999;padding:.4rem 1rem .4rem 1rem}.preview .actions{padding:8px 16px;border-top:1px solid #eee}.preview .action-button{background:none;border-top:1px solid #eee;color:#3897f0;font-size:14px;cursor:pointer;padding:16px;margin-right:16px;align-items:center;justify-content:center;display:flex;gap:.5rem}.preview .action-button:first-child{border-top:none}.preview .action-button .icon{margin-right:4px}#compose-section{display:flex;flex-direction:row;align-items:flex-start;gap:5rem}#compose-section .plain-message .form-group{display:flex}#compose-section .plain-message .form-group textarea{min-height:90px;font-size:.875rem;resize:vertical;font-family:inherit}#compose-section .left{display:flex;flex-direction:column;border-radius:8px;flex:2;gap:1.6rem}#compose-section .left .tempalate-config{display:flex;flex-direction:column;gap:1}#compose-section .right{display:flex;align-items:center;justify-content:center;flex:1}#compose-section .form-group{display:flex;flex-direction:column;gap:.47rem}#compose-section .form-group input[type=text],#compose-section .form-group select,#compose-section .form-group textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit}#compose-section .form-group input[type=text]:focus,#compose-section .form-group select:focus,#compose-section .form-group textarea:focus{border:1px solid #1971e5;outline:none}#compose-section .text-display{padding:16px;background-color:#f9f9f9;word-wrap:break-word;overflow-wrap:break-word;border:.09rem solid #c1c6c8}#compose-section .upload-file{position:relative;border:2px dashed #3498db;border-radius:8px;text-align:center;padding:20px}#compose-section .upload-label{display:flex;flex-direction:column;align-items:center;cursor:pointer;color:#3498db}#compose-section .upload-file input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#compose-section .delete-icon,#compose-section .upload-icon{width:24px;height:24px}#compose-section .button-group{display:flex;align-items:center;gap:1rem}#compose-section .button-group input{height:42px}#compose-section .add-button,#compose-section .remove-button{padding:8px;color:#fff;border:1px solid #3498db;background-color:#fff;color:#3498db;border-radius:4px;cursor:pointer}#compose-section .remove-button{width:40px;padding:4px;border:none;color:#fff;background-color:#e74c3c}#compose-section .preview-card{background-color:#f0f0f0;border-radius:10px;width:100%;flex:1 0 5%;max-width:300px;border:.09rem solid #c1c6c8}#compose-section .preview-content{border:.09rem solid #c1c6c8;margin:8px;border-radius:10px;background-color:#fff}#compose-section .preview-image-container{width:100%;height:150px;display:flex;align-items:center;justify-content:center;padding:6px 6px 0 6px}#compose-section .preview-image-container .preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}#compose-section .preview-image-container .missing-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#999;font-size:14px;border-radius:10px}#compose-section .preview-text{font-size:1em;line-height:1.6;color:#000;display:flex;flex-direction:column;gap:.4rem}#compose-section .message-content{white-space:pre-wrap;padding:10px;word-wrap:break-word}#compose-section .buttons{display:flex;flex-direction:column;gap:4px}#compose-section .message-button{padding:10px;font-size:14px;color:#3498db;background-color:#fff;border-radius:10px;cursor:pointer;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#compose-section .template-variables{padding-bottom:0}#compose-section .template-variables .template-variable{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}#compose-section form .template-variable .form-group.dbl-mg{gap:0;margin-bottom:0}[data-v-172ea0fb]:root{--lighter-bg:#797979;--light-bg:#797979;--darker-light-bg:#797979;--lighter-dark-bg:#797979;--dark-bg:#3d3d3d;--darker-bg:#2a2a2a;--nav-height:56px;--nav-w-sm:64px;--nav-w-full:250px;--nav-w-shrunk:54px}@media(max-width:760px){[data-v-172ea0fb]:root{--nav-w-sm:64px;--nav-height:54px}}.metric-card[data-v-172ea0fb]{background-color:#fff;border-radius:10px;padding:20px;border:.09rem solid #c1c6c8;display:flex;flex-direction:column;justify-content:space-between}.card-header[data-v-172ea0fb]{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}.card-header>.card-icon[data-v-172ea0fb]{background-size:cover;margin-right:10px}.card-header>.card-icon svg[data-v-172ea0fb]{width:24px;height:24px}.title[data-v-172ea0fb]{font-size:1.2em;font-weight:700;margin:0}.subtitle[data-v-172ea0fb]{font-size:1em;color:#666;margin:10px 0}.card-body[data-v-172ea0fb]{background-color:#f8f8f8;border-radius:10px;padding:20px;margin-top:10px}.value[data-v-172ea0fb]{font-size:2.5em;font-weight:700;margin:0}.error[data-v-172ea0fb]{color:#721c24;border:.8px solid #f5c6cb;background-color:#f8d7da}.error .card-body[data-v-172ea0fb]{background-color:#f5c4c8}:root{--lighter-bg:#797979;--light-bg:#797979;--darker-light-bg:#797979;--lighter-dark-bg:#797979;--dark-bg:#3d3d3d;--darker-bg:#2a2a2a;--nav-height:56px;--nav-w-sm:64px;--nav-w-full:250px;--nav-w-shrunk:54px}@media(max-width:760px){:root{--nav-w-sm:64px;--nav-height:54px}}#bulk-messaging-compose{display:flex;flex-direction:column;flex:1;gap:1rem}#bulk-messaging-compose .divider{border-top:1px solid silver}#bulk-messaging-compose .configurations{display:flex;flex-direction:row;flex:1}#bulk-messaging-compose .configurations>.left{flex:8;display:flex;flex-direction:column;gap:2rem;padding:1rem}#bulk-messaging-compose .configurations>.left .body{flex:1;display:flex;flex-direction:column;gap:1rem}#bulk-messaging-compose .configurations>.left .body>div{width:100%}#bulk-messaging-compose .configurations>.left .body>.contacts{display:flex;flex-direction:column;gap:1rem}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts{display:flex;gap:2rem;flex-direction:column;flex:2}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .select-options{display:flex;flex-direction:row;align-items:flex-start;gap:4rem}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .select-options .left{flex:1;display:flex;flex-direction:column;gap:1rem}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .select-options .right{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:.4rem;height:-moz-fit-content;height:fit-content}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .contacts-table{display:flex;flex-direction:column;flex:1;gap:1rem}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .contacts-table>.header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.8rem;font-weight:600}#bulk-messaging-compose .configurations>.left .body>.contacts .select-contacts .contacts-table>.header>.detail{width:60%}#bulk-messaging-compose .configurations>.left .body .compose{display:flex;flex-direction:column;gap:1rem}#bulk-messaging-compose .configurations>.right{flex:1}#bulk-messaging-compose .nav{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center}#bulk-messaging-compose .nav .path{flex:11}#bulk-messaging-compose .nav button{flex:1;padding:0 2rem}#bulk-messaging-compose .channels{display:flex;flex-direction:row;gap:1rem}#bulk-messaging-compose .channels .left{flex:1}#bulk-messaging-compose .channels .left .card{display:flex;flex-direction:column;gap:1rem}#bulk-messaging-compose .channels .left .card svg{height:24px;width:24px}#bulk-messaging-compose .channels .left .card.selected{border:1px solid #ffc938}#bulk-messaging-compose .channels .right{display:none;flex:1;border-left:.09rem solid #c1c6c8;padding:1rem}#bulk-messaging-compose .channels .right.active{display:flex;flex-direction:column;width:100%}#bulk-messaging-compose .channels .right .asset .re-select{margin-top:.4rem}#bulk-messaging-compose .cards{display:flex;flex-direction:row;gap:1rem}#bulk-messaging-compose .cards .card{cursor:pointer;width:300px;padding:2rem;border-radius:8px;align-items:flex-start;justify-content:center;display:flex;flex-direction:column;gap:2rem;background-color:#f5f5f5;border:.09rem solid #c1c6c8}#bulk-messaging-compose .cards .card .header{width:100%;display:flex;flex-direction:row;justify-content:space-between}#bulk-messaging-compose .cards .card .header .tick{display:flex;align-items:center}#bulk-messaging-compose .cards .card .header .tick .selected{display:flex;padding:.2rem;border-radius:25px;background-color:#24d366}#bulk-messaging-compose .cards .card .header .tick .selected svg{height:10px;width:10px;color:#fff}#bulk-messaging-compose .cards .card .header .icon{width:56px;height:56px;background-color:#fff;border:unset;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#25374e}#bulk-messaging-compose .cards .card .header .icon svg{width:28px;height:28px}#bulk-messaging-compose .cards .card .detail{display:flex;flex-direction:column;gap:.5rem}#bulk-messaging-compose .cards .card .detail .title{font-size:1.4em;font-weight:600}#bulk-messaging-compose .cards .card .detail .description{font-size:1.2em;font-weight:500;color:#838d95}#bulk-messaging-compose .review-Broadcast{display:flex;flex-direction:row}#bulk-messaging-compose .review-Broadcast .left{flex:1}#bulk-messaging-compose .review-Broadcast .left button{flex-grow:0}#bulk-messaging-compose .review-Broadcast .right{flex:1}#bulk-messaging-compose #upload-segment{padding-bottom:0}