*{box-sizing:border-box}body,html{height:100%}body{padding:0;font-family:Roboto,sans-serif}body,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}#app{height:100%;width:100%}.page-wrapper{height:100%;padding:2rem}.contain-width{max-width:1366px;margin-left:auto;margin-right:auto}.error{align-self:center;padding:1rem;color:#fff;background-color:#ec5a76;border-radius:6px;margin-top:1rem}.modal{display:flex;position:fixed;z-index:5;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{display:flex;flex-direction:column;background-color:#fefefe;margin:auto;align-self:center;justify-self:center;padding:2rem;border:1px solid #888;width:90%;height:90%;border-radius:6px}.confirm-modal{height:auto;width:auto;align-items:center;text-align:center}.confirm-modal .btn{display:block;margin-bottom:1rem;padding:.5rem;border-radius:6px;background-color:transparent}.close-btn{color:#000;margin-left:auto;font-size:18px;font-weight:700;cursor:pointer}.lds-dual-ring{display:inline-block;width:16px;height:16px}.lds-dual-ring:after{content:" ";display:block;width:16px;height:16px;margin:8px;border-radius:50%;border:6px solid #000;border-color:#000 transparent #000 transparent;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}@-webkit-keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-overlay{position:fixed;display:flex;align-items:center;justify-content:center;left:0;top:0;z-index:99;width:100%;height:100%;background-color:hsla(0,0%,59.2%,.5)}.auth-overlay .lds-dual-ring,.auth-overlay .lds-dual-ring:after{border-color:#fff transparent #fff transparent;height:60px;width:60px}.login-wrapper{background-color:#fff}.login-form,.login-wrapper{display:flex;flex-direction:column}.login-form{align-items:center;align-self:center;background-color:#f0f2f5;border-radius:6px;padding:2rem}.login-form .text{display:block;margin-bottom:2rem;padding:.5rem;border-radius:4px;border:1px solid #e7e7e7}.login-wrapper .logo{margin:0 auto;max-width:250px;margin-bottom:2rem}.login-form .login-btn{border:1px solid #fff;color:#fff;border-radius:6px;background-color:#111742;width:100%;outline:none;font-weight:700;padding:1rem 1rem;transition:all .1s ease-in-out}.login-form .login-btn:disabled{background-color:rgba(17,23,66,.054901960784313725);color:grey}.navbar{display:flex;flex-direction:row;align-items:center;padding:.25rem 2rem;border:1px solid #bacee3;border-top:none;margin-bottom:2rem;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.navbar-ctrls{margin-left:auto}.navbar .logo{height:50px}.logout-btn{padding:.5rem 1rem;border-radius:16px;border:1px solid #e7e7e7;margin-left:1rem}.dashboard-wrapper{padding-top:0}.table-wrapper{display:flex;flex-direction:column;height:100%}.table-internal-wrapper{border-collapse:collapse}.table-content{flex-grow:1;max-height:100%;margin-top:2rem;overflow:auto;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.table-title{border:1px solid #e7e7e7;border:none;position:sticky;top:0;background-color:#fff;z-index:3;padding:1rem;white-space:nowrap}.sort-icon{margin-left:1rem;float:none!important}.table-data{border:none;position:relative;padding:.5rem 1rem;text-align:center;max-width:250px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-data:hover{z-index:1;overflow:visible;white-space:normal}.table-data:hover .data-popup{min-width:100%;min-height:100%;position:absolute;left:0;top:0;height:auto;width:auto;padding:.5rem 1rem;z-index:99;background-color:#f0f2f5}.table-row:nth-of-type(2n){background-color:#e7e7e7}.break-line{line-break:anywhere}.pagination-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-content:space-between}.pagination-ctrl{padding:.5rem;border:1px solid #000;border-radius:4px;margin:1rem .25rem;cursor:pointer}.pagination-ctrl-active{background-color:#007bff;color:#fff;border:1px solid #fff}.pagination-ctrl-disabled{background-color:#e7e7e7;color:#fff;border:1px solid #e7e7e7}.filters-section{background-color:#f0f2f5;border:1px solid #e7e7e7;padding:1rem;display:flex;flex-direction:column;border-radius:6px}.filters-ctrls{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.filters-ctrls .filter-btn{margin:.5rem}.available-filters{padding:.5rem 1rem;margin-left:auto;border-radius:6px}.filter-btn{border:1px solid #000;border-radius:6px;background-color:#fff;outline:none;font-weight:700;padding:.5rem 1rem;transition:all .1s ease-in-out}.active-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1rem 0}.filters-section-actions{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem}.filter-item{display:flex;flex-direction:column}.filter-item .title{margin-bottom:.25rem}.filter-item .content{display:flex;flex-direction:row}.filter-item .filter-input{padding:.5rem;border-radius:6px;outline:none;border:1px solid #e7e7e7}.filter-item .filter-btn{margin-left:1rem}.search-btn{color:#fff;background-color:#007bff;border:1px solid #007bff;flex:1}.search-btn:hover{color:#007bff;background-color:#fff}.clear-btn{background-color:#fff;border:1px solid #dc3545;color:#dc3545}.clear-btn:hover{background-color:#dc3545;color:#fff;border:1px solid #fff}.add-btn{background-color:#fff;border:1px solid #28a745;color:#28a745}.add-btn:hover{background-color:#28a745;border:1px solid #fff;color:#fff}.export-btn,.import-btn{color:#000;background-color:#fff;border:none;margin-left:1rem}.export-btn:hover,.import-btn:hover{color:#fff;background-color:#17a2b8}@media (max-width:767px){.filters-ctrls{flex-direction:column}.available-filters{margin:0;margin-top:1rem}}.current-export{align-self:center;margin-bottom:1rem}.current-export-btn{border:1px solid #000;border-radius:6px;background-color:#fff;outline:none;font-weight:700;padding:.5rem 1rem;transition:all .1s ease-in-out}.current-export-btn:hover{background-color:#000;color:#fff}.current-export-btn:disabled{background-color:rgba(0,0,0,.164);color:#fff}.recent-exports-wrapper{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.recent-exports-title{margin-bottom:1rem}.recent-exports{flex:1;overflow:auto}.export-card{display:flex;flex-direction:column;border:1px solid #e7e7e7;margin-bottom:1rem;border-radius:6px}.export-card-header{display:flex;flex-direction:row;padding:1rem}.export-card-header .actions{margin-left:auto}.export-card-header .actions a{margin-left:1rem}.export-card-body{padding:1rem;background-color:#f0f2f5}.import-modal-title{align-self:center;margin-bottom:1rem}.import-ctrls{align-self:center;margin-bottom:2rem}.import-ctrls .import-btn{border:1px solid #e7e7e7}.progress-indicator-wrapper{display:flex;align-items:center;align-self:center;width:80%;height:24px;border:1px solid #000;border-radius:2px}.progress-indicator{width:0;height:75%;margin:2px;background-color:#0051a2;transition:all .3s ease-in-out}