.title[data-v-620bcfda]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 25px}.title__name[data-v-620bcfda]{color:#00325c;font-size:22px;font-weight:500}.title__actions button[data-v-620bcfda]:last-child{margin-left:15px}@-webkit-keyframes pulsate{50%{background-color:#fafafd}}@keyframes pulsate{50%{background-color:#fafafd}}.common__table.table{width:100%;padding:0 25px;padding-top:0;padding-bottom:10px;display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;overflow:auto}.common__table.table table{width:100%}.common__table.table table tr{display:grid;grid-template-columns:var(--template-columns);gap:10px}.common__table.table table thead tr th{text-align:left;display:grid;align-items:center;align-content:space-around}.common__table.table table thead tr th .top{display:flex;position:relative;justify-content:space-between;align-items:center}.common__table.table table thead tr th .top .hint{position:absolute;top:30px;left:0;background-color:#fff;border-radius:10px;border:2px solid #f8f8fb;color:#00325c;padding:10px 15px;z-index:1}.common__table.table table thead tr th .top .name{font-size:12px;color:#00325c;font-weight:600;text-transform:uppercase;word-break:break-all;white-space:break-spaces}.common__table.table table thead tr th .top>div svg{width:10px;height:10px;position:relative;right:2px;cursor:pointer}.common__table.table table thead tr th .bottom{position:relative}.common__table.table table thead tr th .bottom input{border:2px solid #f8f8fb;border-radius:30px;width:100%;outline:none;padding:5px 0;padding-left:25px;background-color:#fff}.common__table.table table thead tr th .bottom svg{position:absolute;width:14px;height:14px;top:9px;left:10px}.common__table.table table tbody{border-top:1px solid #e6e5f1}.common__table.table table tbody tr:not(:last-child){border-bottom:2px dashed #ededf5}.common__table.table table tbody tr.subtable{box-shadow:inset 0 0 0 2px var(--border-color);background-color:#f4f5f9;border-radius:12px}.common__table.table table tbody tr td{padding:13px 5px;font-size:14px;color:#00325c;font-weight:500;vertical-align:top}.common__table.table table tbody tr td:last-child{grid-template-columns:repeat(2,1fr)}.common__table.table table tbody tr td .preloader{width:50%;height:15px;margin:0 auto;border-radius:10px;background-color:rgba(244,245,249,.8470588235294118);-webkit-animation:pulsate 2s ease infinite;animation:pulsate 2s ease infinite}.common__table.table table tbody tr td div.content{width:95%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;word-break:break-all}.common__table.table table tbody tr td div.content.stock-status{color:#fff;cursor:help;background-color:#6461f6;display:flex;width:100%;height:100%;text-align:center;justify-content:center;align-items:center;padding:10px;border-radius:3px;font-weight:600}.common__table.table table tbody tr td div.content.green{color:#17b08b}.common__table.table table tbody tr td div.content.red{color:#f84546}.common__table.table table tbody tr td div.content.blue{color:#6461f6}.common__table.table table tbody tr td div.content.img{--size:512px;width:100%;background-color:#e6e6e6;border-radius:15px;overflow:hidden;line-height:0}.common__table.table table tbody tr td div.content.img:before{content:"";background-size:var(--size);background-image:var(--data-src);background-color:rgba(100,97,246,.26666666666666666);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:15px;box-shadow:0 0 0 2px #6461f6,0 20px 40px rgba(0,0,0,.26666666666666666);display:none;width:var(--size);height:var(--size);position:fixed;top:calc(50vh - var(--size)/2);left:calc(50vw - var(--size)/2)}.common__table.table table tbody tr td div.content.img:hover:before{display:flex}.common__table.table table tbody tr td div.content.img>img{max-width:100%;border-radius:15px;padding:2px;z-index:1}.common__table.table table tbody tr td svg{width:18px;height:18px;position:relative;top:2px;cursor:pointer;margin-right:5px}.common__table.table table tbody tr td svg:last-child{margin-right:0}.common__table.table .paginate{display:flex;justify-content:space-between}.common__table.table .paginate.end{justify-content:flex-end}.common__table.table .paginate .limits,.common__table.table .paginate .pages{display:flex}.common__table.table .paginate .limits .limit,.common__table.table .paginate .limits .page,.common__table.table .paginate .pages .limit,.common__table.table .paginate .pages .page{width:10px;margin:10px;cursor:pointer;color:#b5b4d6}.common__table.table .paginate .limits .limit.selected,.common__table.table .paginate .limits .page.selected,.common__table.table .paginate .pages .limit.selected,.common__table.table .paginate .pages .page.selected{color:#00325c}.common__table.table .paginate .limits .limit{width:15px}