.pulsating-circle{position:absolute;background-color:var(--orange);border-radius:50%;width:10px;height:10px;top:-4px;right:-4px}.search-container{display:flex;flex-direction:row;position:relative}.search-container .icon{position:absolute;width:24px;stroke:var(--neutral-500);height:100%!important;margin-left:10px}.search-container input{padding-left:40px!important}.table{width:100%;display:table;border-radius:10px;border-collapse:separate;border-spacing:0}.table thead{background:var(--neutral-100)!important}.table thead th{font-size:max(14px,.7vw)!important;padding:.75rem!important;border-width:1px}.table thead td,.table thead th{font-weight:700;color:var(--type-active)}.table thead td{font-size:14px;border:none;padding:10px}.table thead td:first-child,.table thead th:first-child{border-top-left-radius:10px}.table thead td:last-child,.table thead th:last-child{border-top-right-radius:10px}.table tbody tr{border-bottom:1px dashed var(--neutral-300)}.table tbody tr td{font-weight:400;font-size:max(12px,.7vw);color:var(--type-active);border-top:1px dashed var(--neutral-300);padding:.75rem;text-align:left;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap}.table tbody tr td .btn-collapse{width:32px;height:32px;border-radius:8px;background:var(--Brand-blue-50,#eaeffe);border-color:var(--Brand-blue-50,#eaeffe);padding:4px}.table tbody tr td .btn-collapse .chevron{width:24px;height:24px;stroke:var(--border-hover,#a4b1df)}.table tbody tr td .actions{display:flex;align-items:center;justify-content:end;width:100%;gap:10px}.table tbody tr td .actions .icon{height:24px}.table tbody tr td .actions .icon-trash path{stroke:#fba59d}.table tbody tr td .more-with-menu{width:24px;height:28px;position:relative;display:inline-block}.table tbody tr td .more-with-menu .more-icon{width:24px;height:24px;stroke:var(--neutral-500);transition:all .5s;cursor:pointer}.table tbody tr td .more-with-menu .menu{min-width:230px;position:absolute;top:28px;right:0;background:var(--neutral-000);border:1px solid var(--neutral-200);box-sizing:border-box;box-shadow:0 4px 4px rgba(12,29,89,.1),0 4px 10px -8px rgba(12,29,89,.2);border-radius:8px;padding:24px;opacity:0;transition:all .5s;flex-direction:column;align-items:start;display:none}.table tbody tr td .more-with-menu .menu .mtb-12{margin:12px 0}.table tbody tr td .more-with-menu .menu .btn{font-size:15px;font-weight:600;margin-bottom:5px}.table tbody tr td .more-with-menu .menu .btn.remove{color:var(--states-error)}.table tbody tr td .more-with-menu:hover .more-icon{transform:rotate(90deg)}.table tbody tr td .more-with-menu:hover .menu{opacity:1;display:flex;z-index:10}#kit-detail-modal{font-family:Nunito Sans;font-style:normal}#kit-detail-modal .modal-content{top:50%;left:50%;transform:translate(-50%);max-width:800px}#kit-detail-modal .modal-content .modal-body{padding:0}#kit-detail-modal .modal-content .modal-body .header .header-content{display:flex;justify-content:space-between;align-items:center;padding:24px}#kit-detail-modal .modal-content .modal-body .header .header-content p{font-weight:600;font-size:18px;line-height:28px;color:#525c7a}#kit-detail-modal .modal-content .modal-body .header .header-content svg{height:24px;width:24px;fill:#7f91d2;cursor:pointer}#kit-detail-modal .modal-content .modal-body hr{margin:0}#kit-detail-modal .modal-content .modal-body .detail .d-inline-grid{display:inline-grid}#kit-detail-modal .modal-content .modal-body .detail .d-inline-grid label{font-weight:700;font-size:14px;color:var(--content-primary,#525c7a)}#kit-detail-modal .modal-content .modal-body .detail .d-inline-grid span{font-weight:400;font-size:14px;color:var(--content-primary,#525c7a)}#kit-detail-modal .modal-content .modal-body #tb-transactions{border:1px solid #c6ceeb}