@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.section-header{display:flex;justify-content:space-between;align-items:center}.section-title{margin-left:12px;font-size:16px;font-weight:700;color:#475569}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;color:#475569}.title{font-size:30px;font-weight:800;color:#006999;font-family:Manrope,sans-serif}.tabs-container{background-color:#cae0e9;border-radius:8px;width:440px;padding:4px;height:40px;margin-bottom:20px}.add-button{background-color:#006999;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;cursor:pointer}.card{display:flex;gap:20px;padding:14px;border-radius:8px;transition:all .3s ease}.card.inactive{background-color:transparent}.card-left-label{font-size:14px;color:#475569}.bold{font-weight:700}.description{font-size:14px;line-height:1.5;color:#475569}.collapse-button{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.collapse-icon{width:32px!important;height:32px!important;object-fit:contain;transition:transform .3s ease}.progress-container{display:flex;flex-direction:column;gap:8px;font-family:Arial,sans-serif}.stat-item{display:flex;align-items:center}.stat-label{font-size:14px;color:#333;font-weight:500}.reminder-banner{width:100%;height:40px;background-color:#d8e8ef;border-top:3px solid #6BA8C4;padding:12px 16px;text-align:center;font-size:14px;color:#333;font-weight:500;border-radius:8px;margin-bottom:10px;box-sizing:border-box;display:flex;align-items:center;gap:12px}.banner-text{padding:3px 10px;font-size:13px;border-radius:4px;color:#475569}.icon-wrapper{display:flex;align-items:center;justify-content:center}.row-block{width:100%;display:flex;gap:20px}.app{margin-left:120px;max-width:1395px;padding:0 15px;box-sizing:border-box;color:#475569}.filters-section{background:#fffffff2;border-radius:8px;padding:8px;margin-bottom:20px;box-shadow:0 10px 30px #0000001a,0 1px 8px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.filters-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.filter-item{flex:1 1 0;min-width:120px}.search-wrapper{height:38px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-wrapper:focus-within{transform:translateY(-2px)}.search-input{width:100%;height:38px;padding:14px 48px 14px 16px;border-radius:6px;font-size:14px;background:#fff;border:1px solid #CBD5E1;transition:all .3s ease}.search-input:focus{outline:none;box-shadow:0 4px 20px #ccefff,0 0 0 4px #ccefff;transform:translateY(-1px)}.search-input::placeholder{transition:color .3s ease}.text-down{font-weight:500;font-size:12px}.search-input:focus::placeholder{color:#6b7280}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:.6;transition:all .3s ease}.search-wrapper:focus-within .search-icon{opacity:1;transform:translateY(-50%) scale(1.1)}.filter-select{width:100%;padding:14px 42px 14px 16px;border-radius:12px;font-size:14px;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0000000a}.filter-select:hover{border-color:#c7d2fe;transform:translateY(-1px)}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 4px 20px #667eea26,0 0 0 4px #667eea1a;transform:translateY(-2px)}.info-row{display:flex;justify-content:space-between;align-items:center}.info-left{display:flex;gap:32px;flex-wrap:wrap}.info-item{font-size:14px;color:#4b5563;text-transform:lowercase;transition:color .3s ease}.info-item:hover{color:#374151}.info-item strong{color:#1f2937;font-weight:600}.download-btn{position:relative;display:flex;align-items:center;background:#e6f0f5;gap:4px;color:#fff;border:none;padding:6px 10px;border-radius:8px;font-size:14px;cursor:pointer;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.download-btn:active:not(:disabled){transform:translateY(-1px)}.download-btn.downloading{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed}.download-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#10b981,#34d399);animation:progressBar 1s ease-in-out infinite}@keyframes progressBar{0%{width:0%}50%{width:50%}to{width:100%}}.download-btn img{width:16px;height:16px;transition:transform .3s ease}.download-btn:hover:not(:disabled) img{transform:translateY(-1px)}.table-section{background:#fffffff2;border-radius:8px;box-shadow:0 10px 30px #0000001a,0 1px 8px #0000000d;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:none;backdrop-filter:none;overflow-x:auto}.sms-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;font-weight:500;color:#475569}.sms-table th{padding:8px 0;vertical-align:middle;box-sizing:border-box}.sms-table td{padding:12px;vertical-align:middle;box-sizing:border-box}.sms-table td,.sms-table th{height:auto;max-height:40px;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;padding:0 12px;box-sizing:border-box}.sms-table th{padding:8px 0}.sms-table{width:100%;border-collapse:collapse}.sms-table th{font-size:12px;font-weight:600;color:#64748b;text-transform:lowercase;text-align:center;padding:8px 12px;border-bottom:1px solid #CBD5E1;position:relative;transition:all .3s ease}.sms-table thead tr{border-bottom:none}.sms-table th:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.sms-table th.sortable{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;gap:5px}.sms-table th.sortable span{display:inline-flex;align-items:center}.sort-icon{width:16px;height:16px;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:.6;flex-shrink:0}.sort-icon:not(.asc):not(.desc){visibility:hidden}.sort-icon.asc{transform:rotate(180deg);visibility:visible;opacity:1}.sort-icon.desc{transform:rotate(0);visibility:visible;opacity:1}.sms-table th.sortable:hover{color:#667eea}.sms-table th.sortable:hover .sort-icon{opacity:1;transform:scale(1.1);visibility:visible}.sms-table td,.sms-table tr{transition:all .3s ease}.sms-table tr.even{background-color:#f8fafc}.sms-table tr.odd{background-color:#fff}.sms-table tr:hover{background-color:#f8fafc;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.sms-table tr:hover td{color:#374151}.status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:lowercase;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;display:inline-block}@media(max-width:1200px){.filters-row{flex-wrap:wrap}.filter-item{flex:1 1 calc(50% - 6px);min-width:180px}}@media(max-width:768px){.sms-statistics{padding:16px}.filters-row{grid-template-columns:1fr}.info-row{flex-direction:column;gap:20px;align-items:flex-start}.info-left{flex-direction:column;gap:12px}.table-section{padding:16px;overflow-x:auto}.sms-table th.sortable{display:table-cell}}.text-down{font-size:12px;font-weight:500;color:#334155}.sms-table th{border-bottom:none}.sms-table tr,.sms-table td{position:relative}.sms-table{border-collapse:collapse}.sms-table thead tr{border-bottom:2px solid #e5e7eb}.message-cell-container{position:relative;cursor:pointer;display:inline-block;width:100%}.message-cell-container .tooltip{display:none;position:absolute;z-index:9999;top:100%;left:0;background-color:#fff;color:#000;border:1px solid #ccc;box-shadow:0 2px 8px #0003;min-width:200px;max-width:400px;white-space:normal}.small-cell.flex{display:flex;align-items:center;justify-content:space-between;width:100%}.small-cell.flex span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.small-cell.flex img{flex-shrink:0;margin-left:8px}.message-cell-container:hover .tooltip{display:block}.ad-cell{padding:8px 10px}.ad-block{display:flex;flex-direction:column;justify-content:center}.title-ob{font-weight:500;font-size:13px;line-height:16px;color:#006999}.price{font-family:Manrope,sans-serif;font-weight:500;font-size:11px;line-height:16px;color:#64748b}.column-date{width:128px;padding:0 12px;box-sizing:border-box}.line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.small-cell.flex-td{width:200px;position:relative;padding:12px}.small-cell.flex-td .cell-inner{margin-left:30px;align-items:center;gap:8px}.text-flex-center{margin:0 auto}.arr-right{position:absolute;top:13px;right:0;height:16px;width:16px}.ad-block.clickable{cursor:pointer}.sms-table th:nth-child(5),.sms-table td:nth-child(5){min-width:160px;max-width:200px}.sms-table th:nth-child(10),.sms-table td:nth-child(10){min-width:100px;max-width:120px}.sms-table th:nth-child(5),.sms-table td:nth-child(5){min-width:170px;max-width:170px}.message-cell{position:relative}.message-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.message-tooltip{position:fixed;z-index:9999;background-color:#fff;color:#111827;padding:12px 16px;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 16px #00000026;max-width:400px;white-space:pre-line;line-height:1.4;font-size:14px;transition:opacity .2s ease-in-out;transform:translateY(-2px)}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:20px 0}.page-btn,.nav-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #70abc5;background-color:transparent;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;color:#006999;transition:all .3s ease}.nav-btn{font-size:16px;font-weight:700}.page-btn:hover,.nav-btn:hover{background-color:#0069991a}.page-btn.active{background-color:#006999;color:#fff;font-weight:700;border-color:#006999}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.nav-btn:disabled:hover{background-color:transparent}*{margin:0;padding:0;box-sizing:border-box;color:#475569}.app{padding:20px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-left{display:flex;align-items:center;gap:10px}.title{font-size:30px;font-weight:700;color:#006999}.help-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-right{display:flex;position:relative;z-index:20}.instruction-container{display:flex;align-items:center;background-color:#fff;padding:8px 14px;border-radius:24px;box-shadow:0 1px 3px #0000001a;position:relative;z-index:2}.instruction-icon-con{position:absolute;left:-40px;display:flex;align-items:center;justify-content:center;background:#f2fbff;padding:18px 14px;border-radius:24px;width:70px;height:32px;gap:6px;z-index:1}.instruction-icon{width:18px;height:18px;margin-right:20px}.instruction{display:flex;align-items:center;gap:10px}.instruction-text{font-size:14px;font-weight:500;color:#006999}.tabs-container{background-color:#00466626;border-radius:8px;width:440px;padding:4px;height:40px;margin-bottom:20px}.tabs{display:flex}.tab{flex:1;border:none;border-radius:6px;background-color:transparent;color:#475569;font-size:15px;cursor:pointer;transition:all .3s ease}.tab.active{background-color:#fff;color:#475569;height:32px;font-weight:500;box-shadow:0 1px 3px #0000001a}.main-content{display:flex;flex-direction:column;gap:20px}.section{background-color:#eff6f8;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-title{font-size:18px;font-weight:700;color:#475569}.section-actions{display:flex;align-items:center;gap:10px}.add-button{background-color:#006999;color:#fff;border:none;border-radius:8px!important;padding:8px 16px;font-size:14px;cursor:pointer}.cards-container{display:flex;flex-direction:column;gap:4px}.card{display:flex;justify-content:space-between;gap:20px;padding:12px;border-radius:8px;transition:all .3s ease}.card.active{background-color:#fff}.card.inactive{position:relative;background-color:transparent;border-radius:6px;border:2px dashed #adb5bd}.card-left{flex:0 0 200px;display:flex;flex-direction:column;gap:2px}.card-left-label{font-width:500;font-size:14px;line-height:120%;color:#64748b}.bold-color{font-weight:600}.card.inactive .card-left-label{color:#94a3bb}.account,.limit{font-size:12px;color:#666}.card-center{flex:1;max-width:1050px;min-width:0;padding:0 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.description{font-size:14px;line-height:1.4;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;word-break:break-word;width:100%;color:#475569}.description.active{display:block;max-height:none;overflow:visible;-webkit-line-clamp:unset;-webkit-box-orient:unset;color:#475569}.description.inactive{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#94a3bb}.card-right{flex:0 0 60px;display:flex;flex-direction:column;align-items:center;gap:10px}.toggle-switch{display:flex;align-items:center}.switch{width:28px;height:12px;border-radius:6px;cursor:pointer;position:relative;transition:background-color .25s ease}.switch.on{background-color:#00afff}.switch.off{background-color:#94a3bb}.switch-handle{width:16px;height:16px;background-color:#fff;border:1px solid #00AFFF;border-radius:50%;position:absolute;top:-2px;transition:transform .25s ease,border-color .25s ease;box-shadow:0 2px 4px #0003;box-sizing:border-box}.switch.on .switch-handle{transform:translate(12px);border-color:#00afff}.switch.off .switch-handle{transform:translate(0);border-color:#94a3bb}.icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px}.edit-icon{color:#007bff}.delete-icon{color:#dc3545}.empty-state{text-align:center;color:#666;font-style:italic;padding:40px}.help-icon img,.instruction-icon img,.collapse-button img,.icon img{width:100%;height:100%;object-fit:contain}.collapse-button{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .3s ease}.collapse-button:hover{transform:scale(1.1)}.collapse-icon{width:32px!important;height:32px!important;object-fit:contain;transition:transform .5s cubic-bezier(.68,-.55,.265,1.55)}.collapse-icon.expanded{transform:rotate(0)}.collapse-icon.collapsed{transform:rotate(180deg)}.icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-icon img,.delete-icon img{width:16px;height:16px}.phone-wrapper{position:relative;display:inline-block;cursor:pointer}.card-left-label.inactive-text{color:#bbb}.more-count{margin-left:6px;font-size:12px;color:#888}.phone-tooltip{position:absolute;left:50%;top:100%;transform:translate(-50%);background:#fff;border:1px solid #ddd;padding:10px 12px;box-shadow:0 4px 12px #00000026;border-radius:8px;z-index:100;display:none;white-space:nowrap;font-size:13px;color:#333;min-width:max-content;transition:opacity .2s ease,transform .2s ease;opacity:0;pointer-events:none}.phone-tooltip:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:transparent transparent #ddd transparent}.phone-wrapper:hover .phone-tooltip{display:block;opacity:1;pointer-events:auto;transform:translate(-50%) translateY(4px)}:root{--blue: #006999;--muted-border: #dcdcdc;--card-bg: #e6f0f5;--tag-bg: #e6f5fb;--text: #475569}.sms-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:flex-end;z-index:100;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.close-button{position:absolute;top:25px;right:550px;width:32px;height:32px;background-color:#006999;border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000}.close-button svg{width:20px;height:20px}.close-button:hover{background-color:#005580}.sms-modal-container{position:relative;width:550px;height:100vh;background:#fff;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto;overflow-x:visible}.sms-modal-header{display:flex;gap:16px;align-items:center}.sms-modal-back-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sms-modal-title-block{display:flex;flex-direction:column}.sms-modal-title{font-size:18px;color:var(--blue);font-weight:600}.sms-modal-subtitle{font-size:14px;color:var(--text);margin-top:4px}.sms-modal-divider{width:100%;height:1px;background:var(--muted-border);margin:16px 0}.sms-section-select{margin-bottom:18px}.sms-section{margin-bottom:24px}.sms-block{background:var(--card-bg);padding:12px;border-radius:8px}.sms-section-title{font-weight:600;margin-bottom:8px;color:#475569}.sms-section-sub{font-size:14px;color:#475569}.sms-select{margin-top:10px;padding:10px 36px 10px 16px;border-radius:6px;background:#fff;border:1px solid #d9d9d9;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none;background-image:url(/arr_down.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;transition:box-shadow .2s ease,border-color .2s ease}.sms-select.has-tags{margin-bottom:12px}.sms-select :focus{border-color:#cbd5e1;background-image:url(/arrow-up.svg)}.sms-select,.sms-account-select{color:#64748b!important}.numbers-dropdown{border:1px solid #94A3BB;border-radius:8px;background-color:#fff;margin-top:4px;padding:8px;max-height:300px;overflow-y:auto;box-shadow:0 4px 8px #0000001a;z-index:10}.sms-tags-row{display:flex;gap:8px;flex-wrap:wrap}.sms-tag{background:#e6f0f5;color:#004666;padding:6px 10px;border-radius:20px;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.sms-card{background:var(--card-bg);padding:12px;border-radius:8px;margin-bottom:16px}.sms-card-top{display:flex;justify-content:space-between;align-items:center}.sms-card-title{font-weight:700}.sms-card-help{width:20px;height:20px}.sms-card-sub{margin-top:8px;margin-bottom:8px;color:#333;font-size:13px}.sms-textarea{width:100%;min-height:72px;max-height:160px;padding:10px;border-radius:6px;border:1px solid #fff;box-sizing:border-box;resize:vertical;background:#fff;font-family:inherit;color:#64748b;font-size:14px}.sms-stats{display:flex;gap:15px;margin-top:4px;font-size:13px;color:#333}.sms-textarea:focus{outline:none!important;box-shadow:none!important;border-color:transparent!important}input{outline:none!important;box-shadow:none!important}.sms-accent{color:#006999;font-weight:600}.sms-where-row{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.sms-where-item{display:flex;align-items:center;gap:8px;cursor:pointer}.sms-round-checkbox{appearance:none;width:18px;height:18px;border-radius:50%;position:relative;cursor:pointer;display:inline-block}.sms-round-checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#006999;transform:translate(-50%,-50%)}.sms-where-text{font-size:14px}.sms-help-icon{margin-left:auto;width:18px;height:18px;display:inline-block}.account-row{display:flex;align-items:center;gap:18px;margin-top:16px}.sms-section-title-inline{font-weight:500;font-size:14px;white-space:nowrap;display:inline}.sms-account-select{width:340px;padding:6px 36px 6px 12px;border-radius:6px;background:#fff;border:1px solid #d9d9d9;font-size:14px;appearance:none;background-image:url(/arr_down.svg);background-repeat:no-repeat;background-position:right 12px center}.sms-full-input{width:100%;padding:10px;border-radius:6px;border:1px solid #d9d9d9;margin-top:10px;box-sizing:border-box}.sms-full-input::placeholder{color:#475569;font-size:14px!important}.sms-footer{margin-top:80px;display:flex;justify-content:flex-start}.sms-add-button{background:var(--blue);color:#fff;border:none;padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:600}.sms-repeat-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.sms-repeat-text{width:60%;font-size:14px}.sms-min-text{font-size:14px}@media(max-width:600px){.sms-modal-container{width:100%}}.sms-error-text{color:#d63031;font-size:12px;margin-top:5px;display:block}.sms-input-error{border-color:#d63031!important;background-color:#ffe6e6}.sms-round-radio{margin-right:8px}.sms-where-item{display:flex;align-items:center;cursor:pointer}.sms-round-radio{width:16px;height:16px;border-radius:50%;background:#fff;display:inline-block;position:relative;margin-right:8px;cursor:pointer;transition:all .2s ease}.sms-round-radio:checked{border:4px solid #00AFFF;background:#fff}.sms-round-radio:hover{border-color:#00afff}.sms-round-radio:focus{outline:none}.sms-where-item{display:flex;align-items:center;cursor:pointer;padding:4px 0}.sms-where-text{font-size:14px;color:#475569}.sms-help-icon{margin-left:8px}.sms-repeat-inputs{position:relative;display:flex;align-items:center;gap:8px}.number-wrapper{position:relative;display:inline-block;width:80px}.sms-number-input{width:100%;padding:8px 0 8px 16px;border-radius:6px;border:1px solid #d9d9d9;box-sizing:border-box;font-size:14px}.custom-arrows{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px}.custom-arrows button{width:10px;height:6px;border:none;background-color:transparent;cursor:pointer;padding:0}.custom-arrows .arrow-up{background:url(/arrow-up.svg) no-repeat center center;background-size:contain}.custom-arrows .arrow-down{background:url(/arrow-down.svg) no-repeat center center;background-size:contain}.sms-tooltip-wrapper{position:relative;display:inline-block}.sms-tooltip-wrapperRadio{margin-top:2px;position:relative;display:inline-block}.sms-card-title-img{cursor:pointer}.sms-tooltip{position:absolute;top:30px;right:-10px;background-color:#004666;color:#fff!important;padding:12px;border-radius:8px;width:400px;z-index:10;font-size:14px;line-height:1.4;box-shadow:0 4px 8px #0003}.sms-tooltipRadio{position:absolute;top:30px;right:-308px;background-color:#004666;color:#fff!important;padding:12px;border-radius:8px;width:400px;z-index:10;font-size:14px;line-height:1.4;box-shadow:0 4px 8px #0003}.sms-tooltip-triangle{position:absolute;top:-9px;right:10px;width:16px;height:10px}.sms-tooltip-triangleRadio{position:absolute;top:-9px;right:379px;width:16px;height:10px}.sms-tooltip-text{color:#fff;margin-top:0}.sms-input-error{border-color:#d63031;background-color:#ffe6e6}.account-block{background:#f4f6fa;border-radius:8px;padding:8px 12px;margin-top:8px}.account-header{display:flex;justify-content:space-between;cursor:pointer}.acc-name{color:#475569;font-weight:600;font-size:14px}.acc-right{display:flex;align-items:center;gap:6px;font-weight:600;color:#111}.acc-right.disabled{color:#94a3bb}.numbers-list{margin-top:8px;padding-left:6px;display:flex;flex-direction:column;gap:4px}.numbers-popup{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.numbers-popup-inner{background:#fff;width:420px;max-height:80vh;overflow-y:auto;border-radius:14px;padding:18px 20px;box-shadow:0 12px 40px #00000040;animation:popupScale .25s ease}@keyframes popupScale{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.popup-title{font-size:18px;font-weight:600;margin-bottom:12px}.all-numbers-row{display:flex;align-items:center;gap:10px;padding:10px 0 10px 5px;font-size:15px;cursor:pointer}.account-block{background:#f1f5f9;border-radius:5px;padding:10px 14px;margin-top:10px;transition:background .25s ease}.account-block:hover{background:#eef3f8}.account-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.acc-name{color:#475569;font-size:15px;font-weight:600}.acc-right{display:flex;align-items:center;gap:6px;font-weight:600;color:#1e293b}.acc-count{font-size:15px;font-weight:600}.acc-count.open{color:#64748b}.acc-count.closed{color:#94a3bb}.acc-arrow-icon{width:16px;height:16px;opacity:.75;transition:transform .25s ease}.account-header.open .acc-arrow-icon{transform:rotate(180deg)}.numbers-list{margin-top:8px;padding-left:4px;display:flex;flex-direction:column;gap:6px}.number-row input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border-radius:4px;background-color:#fff;border:1px solid #94A3BB;position:relative;cursor:pointer}.number-row input[type=checkbox]:checked{background-color:#00afff}.number-row input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.all-numbers-row input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border-radius:4px;background-color:#fff;border:1px solid #94A3BB;position:relative;cursor:pointer}.all-numbers-row input[type=checkbox]:checked{background-color:#00afff}.all-numbers-row input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.number-text{color:#475569;transition:color .2s ease;margin-left:10px;font-size:14px}.number-row{margin-top:5px;display:flex;align-items:center}.number-exists{font-size:12px;color:#999;margin-left:8px;font-style:italic}.popup-actions{margin-top:18px;text-align:right}.popup-actions button{background:#0ea5e9;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;cursor:pointer;transition:background .25s ease}.popup-actions button:hover{background:#0284c7}.sms-where-item input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;margin:0;border:1px solid #94A3BB;width:16px;height:16px;border-radius:50%;background:#fff;display:inline-block;position:relative;cursor:pointer;transition:all .2s ease}.sms-where-item input[type=radio]:checked{border:4px solid #00AFFF;background:#fff}.sms-where-item input[type=radio]:hover{border-color:#00afff}.sms-where-item input[type=radio]:focus{outline:none}.phone-input-row{display:flex;gap:8px;align-items:center}.sms-add-phone-btn{background:var(--blue);color:#fff;border:none;padding:6px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;height:40px;margin-top:8px}.sms-section.account-row{width:100%}.sms-full-input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.sms-tags-row{display:flex;flex-wrap:wrap;gap:8px}.sms-tags-row.has-tags{margin-top:10px}.sms-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:16px;cursor:pointer;-webkit-user-select:none;user-select:none}.sms-tag-remove{background:none;border:none;padding:0;margin:0;font-size:18px;font-weight:700;color:#000;line-height:1;cursor:pointer}.sms-tag:hover .sms-tag-remove{color:#ff3b30}.add-phone-btn{margin-top:6px;cursor:pointer;color:#3b82f6}.add-phone-input-block{margin-top:6px;display:flex;gap:6px}.add-phone-input{flex:1;padding:6px;border-radius:6px;border:1px solid #ccc}.add-phone-save{padding:6px 10px;background:#3b82f6;border:none;border-radius:6px;color:#fff}.add-phone-cancel{background:none;border:none;color:#666}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]{appearance:textfield}.mb-12{margin-bottom:12px}.sms-stats-row{display:flex;gap:20px;align-items:center}.sms-cost-with-tooltip{display:flex;align-items:center;gap:8px;position:relative}.sms-card-title-img{width:16px;height:16px;cursor:pointer;opacity:.6;transition:opacity .2s}.sms-card-title-img:hover{opacity:1}.sms-tooltip-bubble{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;padding:16px;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;z-index:1000;min-width:220px;margin-top:8px}.sms-tooltip-bubble:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#fff}.sms-tooltip-header{font-weight:600;font-size:14px;margin-bottom:8px;color:#333;text-align:center}.sms-tooltip-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px}.sms-tooltip-operator{color:#666}.sms-tooltip-price{font-weight:500;color:#333}.sms-tooltip-note{font-size:11px;color:#999;margin-top:8px;text-align:center;font-style:italic}.sms-accent{font-weight:600;color:#007bff}.sms-tooltip-bubble.right{top:50%;left:100%;transform:translateY(-50%);margin-top:0;margin-left:8px}.sms-tooltip-bubble.right:before{top:50%;left:-12px;bottom:auto;transform:translateY(-50%);border:6px solid transparent;border-right-color:#fff}.image-upload-inline{display:flex;align-items:center;gap:8px}.image-upload-inline.download{margin-top:10px}.clip-btn{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.clip-btn:hover{opacity:.8}.image-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.image-item-inline{position:relative;width:60px;height:60px}.image-thumb{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.remove-btn{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 4px #00000026;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .15s ease,background .15s ease}.remove-btn:hover{transform:scale(1.05);background:#f0f0f0}.remove-btn svg{width:10px;height:10px;stroke:#000}.krestik_icon{height:8px;width:8px}.error-message{color:#d63031;font-size:12px;margin-top:5px;display:block}
