.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}#guides-table{position:relative;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;table-layout:fixed}#guides-table thead tr{background-color:var(--neutral-100)}#guides-table .hide-space{padding:0!important}#guides-table .spacing{height:120px}#guides-table td:last-child{overflow:visible}#guides-table .conferred{color:var(--states-success-dark-green)!important}#guides-table .not-conferred{color:var(--light-orange-500)}#guides-table td,#guides-table th{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media(max-width:1368px){#guides-table td,#guides-table th{font-size:15px}}#guides-table td .checkbox,#guides-table th .checkbox{padding:5px}#guides-table td .bold,#guides-table th .bold{font-weight:700}#guides-table td .green,#guides-table th .green{background-color:var(--states-success-soft-green);color:var(--states-success-dark-green)}#guides-table td .blue,#guides-table th .blue{background-color:var(--blue-100);color:var(--blue-500)}#guides-table td .yellow,#guides-table th .yellow{background-color:#fff6d4;color:#bc8212}#guides-table td .orange,#guides-table th .orange{background-color:#fff3e1;color:var(--orange)}#guides-table td .red,#guides-table th .red{background-color:var(--light-orange-200);color:var(--states-error)}#guides-table td .toggle-btn,#guides-table th .toggle-btn{background:var(--blue-100);border:none;padding:5px!important}#guides-table td .toggle-btn .icon,#guides-table th .toggle-btn .icon{width:25px;transition:all .5s}#guides-table .options{cursor:pointer;width:24px;height:28px;position:relative;display:inline-block}#guides-table .options .more-icon{width:24px;height:24px;stroke:var(--neutral-500);transition:all .5s;cursor:pointer}#guides-table .options .menu{z-index:10;width:141px;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:0;opacity:0;transition:all .5s;flex-direction:column;align-items:start;display:none}#guides-table .options .menu .mtb-12{margin:12px 0}#guides-table .options .menu .btn{font-weight:600;width:100%}#guides-table .options .menu .btn.remove{color:var(--states-error)}#guides-table .options .menu .btn.btn-link{text-align:left;padding:12px 18px!important}#guides-table .options:hover .more-icon{transform:rotate(90deg)}#guides-table .options:hover .menu{opacity:1;display:flex;z-index:10}#guides-table .text-align-center{text-align:center}#guides-table .tag{border-radius:30px;padding:4px 10px}#guides-table .cursor-pointer{cursor:pointer}[data-v-2db3bb5e]::-webkit-scrollbar{width:12px;height:12px}[data-v-2db3bb5e]::-webkit-scrollbar-track{background:var(--neutral-000);border-radius:0 0 8px 0}[data-v-2db3bb5e]::-webkit-scrollbar-thumb{background-color:var(--neutral-300);border-radius:100px;border:3px solid var(--neutral-000)}[data-v-2db3bb5e]::-webkit-scrollbar-thumb:hover{cursor:pointer;background:var(--neutral-200)}