:root{--header-height: 3rem;--hue: 174;--sat: 63%;--first-color: #1769ff;--first-color-alt: hsl(var(--hue), var(--sat), 36%);--title-color: #666;--text-color: hsl(var(--hue), 8%, 35%);--body-color: hsl(var(--hue), 100%, 99%);--container-color: #FFF;--body-font: "Open Sans", sans-serif;--h1-font-size: 1.5rem;--normal-font-size: .938rem;--tiny-font-size: .625rem;--z-tooltip: 10;--z-fixed: 1000}@media screen and (min-width: 968px){:root{--h1-font-size: 2.25rem;--normal-font-size: 1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll}body{font-family:-apple-system,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;background-color:#f0f0f0;color:#333;padding:0;margin:var(--header-height) 0 0 0}p{line-height:1.5rem}a{text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}h1,h2,h3{margin-bottom:.4em;margin-top:.2em}header,main{max-width:1200px;margin:0 auto}.entries-route main{max-width:100%}header{background-color:#007bff;color:#fff;padding:20px;text-align:center}header h1{margin:0}.tip{margin-top:1rem;color:#666}.d-flex{display:flex}.hidden{display:none}.m-auto{margin:auto}.p-24{padding:24px}.w-auto{width:auto}.w-100{width:100%}.error-message{color:red;font-weight:700}.btn{padding:10px 18px;border-radius:5px;cursor:pointer}.btn-primary,.btn-primary-outline:hover,.btn-primary-outline.active,.btn-card-outline:hover{color:#fff;background-color:#007bff;border:1px solid rgb(0,123,255)}.btn-primary:hover{color:#fff;background-color:#1769ffbf}.btn-primary-outline{color:#007bff;border:1px solid #007BFF;background-color:transparent}.btn-secondary,.btn-secondary-outline:hover,.btn-secondary-outline.active{color:#fff;background-color:#666}.btn-secondary-outline{color:#666;border:1px solid rgb(102,102,102);background-color:transparent}.btn-card-outline{color:#666;border:1px solid #ddd;background-color:transparent}.btn:disabled{opacity:.5}.home-screen{display:flex;flex-direction:column}.search-bar{position:relative;margin-bottom:20px;z-index:10}.search-bar input{width:100%;padding:10px 30px 10px 10px;font-size:16px}.search-bar input[type=text]{box-sizing:border-box;border:2px solid #ccc;border-radius:4px;font-size:14px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23888' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;background-position:12px 12px;background-repeat:no-repeat;padding:12px 20px 12px 40px}.search-bar input[type=text]:-webkit-autofill{background:#fff;padding-left:12px}.search-bar input:focus,.search-bar input:focus-visible{outline:2px solid #007BFF}.clear-search{position:absolute;font-size:20px;height:28px;width:28px;border-radius:50%;line-height:28px;text-align:center;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;display:none;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.recent-activities{list-style:none;padding:0;margin:0;width:100%}.activity-header{display:flex;justify-content:space-between;align-items:center;margin:16px 2px 10px 3px}.more-button{display:flex;align-items:center;gap:4px}li.activity-item:hover{border-color:#007bff}.recent-activities li.activity-item{justify-content:space-between;align-items:center;cursor:pointer}.recent-activities li{background-color:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:16px;line-height:1.5em;min-height:76px;font-size:14px;display:grid;grid-template-columns:1.75fr 1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:5px;grid-row-gap:0px}.recent-activities li>span{color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.recent-activities li>span:first-child{grid-area:1 / 1 / 2 / 2;color:#333}.recent-activities li>span:nth-child(2){grid-area:2 / 1 / 3 / 2;font-size:12px}.recent-activities li>span:nth-child(3){grid-area:1 / 2 / 2 / 3;text-align:right}.recent-activities li>span:last-child{grid-area:2 / 2 / 3 / 3;text-align:right;font-size:12px}.recent-activities .activity-item .check-in,.recent-activities .activity-item .check-out{font-size:12px;color:#888}.activity-name{text-transform:capitalize}.recent-activities li>span.activity-status{color:#888}.recent-activities li>span.activity-status.Scheduled,.recent-activities li>span.activity-status.Checked-In{color:#28a745}.recent-activities li>span.activity-status.Overdue,.recent-activities li>span.activity-status.Checked-Out{color:#d44950}.activity-time .time-hour{color:#333}.search-activities{position:absolute;padding-bottom:96px;display:none}.search-result li.activity-item{margin:0;border-radius:0}.search-activities #search-result{-webkit-box-shadow:0px 4px 5px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 4px 5px 0px rgba(0,0,0,.2);box-shadow:0 4px 5px #0003}.search-activities.recent-activities li.activity-item{margin:-1px 0 0;border-radius:0}.search-activities.recent-activities li.activity-item:not(:hover){color:#004085;background-color:#f6faff;border-color:#007bff}.search-activities.recent-activities li.activity-item.no-results{background-color:#fff6f6;border-color:#f5c6cb;display:block;padding-left:16px}.search-activities.recent-activities li.activity-item.no-results:after{display:none}.load-more{padding:12px 18px;margin:16px auto}.scanner-screen{display:flex;flex-direction:column;align-items:center;position:relative}.scanner-screen p{font-size:14px;margin-bottom:16px}.scanner-area{display:block;position:relative;width:100%}.scanner-screen .camera-view{outline:2px dashed #007BFF;border-radius:5px;width:100%;max-width:400px;height:300px;background-color:#212121;margin:0 auto;overflow:hidden}.scanner-status{display:none;position:absolute;top:50%;left:50%;font-size:12px;text-align:center;transform:translate(-50%,-50%);color:#ccc}.scanner-status strong{display:block;margin-bottom:6px;font-size:14px;color:#fff}.scanner-status u{white-space:nowrap}.scanner-status.visible{display:block}.scanner-screen .buttons{margin-bottom:10px}.scanner-screen .buttons button{color:#007bff;padding:10px 20px;margin:0 5px;border-radius:5px;cursor:pointer;border:1px solid #007BFF}.scanner-screen .buttons button:hover,.scanner-screen .buttons button:active,.scanner-screen .buttons button.active,.action-button{color:#fff;background-color:#007bff}.action-button{padding:10px 20px;border-radius:5px;cursor:pointer;border:1px solid #007BFF}.scanner-screen .camera-utils{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:400px;margin:12px auto 20px}.scanner-screen .camera-utils button{padding:5px 8px}.scanner-screen .camera-utils button:active{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.camera-utils .inactive{background-color:transparent;border:1px solid #333;color:#333}.scanner-screen .manual-entry{margin-top:6px}.scanner-screen .manual-entry input{padding:10px;font-size:16px;width:100%;max-width:300px}.confirmation-screen{display:flex;text-align:center;min-height:calc(100vh - 160px);margin:0 16px;flex-direction:column;justify-content:center}.confirmation-screen .confirmation-title{line-height:1.4;letter-spacing:-.5px;margin:0 24px 20px}.confirmation-screen .confirmation-details{margin-bottom:20px}.confirmation-screen .confirmation-details p{margin:10px 0;font-size:14px;color:#666}.confirmation-screen .confirmation-details p strong{display:block;font-size:16px;color:#333}.confirmation-screen button{width:fit-content;margin:12px auto}.confirm-success-icon{display:none}.confirm-fail-icon{display:none;width:512px;height:512px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon s-ion-icon' viewBox='0 0 512 512'%3E%3Ctitle%3EAlert Circle%3C/title%3E%3Cpath d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm0 319.91a20 20 0 1120-20 20 20 0 01-20 20zm21.72-201.15l-5.74 122a16 16 0 01-32 0l-5.74-121.94v-.05a21.74 21.74 0 1143.44 0z'%3E%3C/path%3E%3C/svg%3E")}.entries-screen{display:flex;flex-direction:column}.entries-screen .search-bar{margin-bottom:20px}.entries-screen .search-bar input{width:100%;padding:10px;font-size:16px}.entries-screen .filter{margin-bottom:20px}.entries-screen .filter select{padding:10px;font-size:16px}.entries-screen .visitor-list{list-style:none;padding:0;margin:0}.entries-screen .visitor-list li{background-color:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:10px}.section{padding:1.5rem 0 6rem}.container{max-width:968px;margin-left:1rem;margin-right:1rem}.entries-route .container{max-width:100%;margin:0 auto;padding-left:1rem;padding-right:1rem;transition:max-width 1s ease}footer{position:fixed;top:0;left:0;width:100%;background-color:var(--container-color);z-index:var(--z-fixed);transition:.4s}.nav{height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav_ticket{width:auto;margin-right:3px}.nav__logo{color:#1769ff;font-weight:600;letter-spacing:.5px;line-height:0;display:flex}.nav__logo .logo-vo{color:#90d80c}.nav__logo .logo-tag{color:#002879;font-weight:300;font-size:.928rem;margin-left:8px}#ticket-btn{cursor:pointer}#ticket-btn:hover svg,#ticket-btn:focus svg,#ticket-btn:active svg{fill:#1769ff}#ticket-btn svg{width:22px;height:22px}#ticket-btn-name span{color:#1769ff}.loading-placeholder{display:flex;flex-direction:column;gap:10px}.loading-item{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loadingAnimation 1.5s infinite;height:20px;border-radius:4px}.loading-item.name{width:60%}.loading-item.company{width:40%}.loading-item.time{width:30%}@keyframes loadingAnimation{0%{background-position:200% 0}to{background-position:-200% 0}}.tab-buttons{display:none}@media (min-width: 992px){.active-ticket .nav__menu{margin-left:63px}.nav__logo{align-items:center;position:relative}.nav__logo .logo-tag{margin-left:90px;position:absolute;white-space:nowrap}}@media screen and (max-width: 767px){.l-none{display:none}.nav__menu{position:fixed;bottom:0;left:0;background-color:var(--container-color);box-shadow:0 -1px 12px hsla(var(--hue),var(--sat),15%,.15);width:100%;height:4rem;padding:0 1rem;display:grid;align-content:center;border-radius:1.25rem 1.25rem 0 0;transition:.4s}#ticket-btn .nav__name{display:none}#ticket-btn.active-ticket svg{fill:#007bff}.activities{display:block}.tab-buttons{display:flex;justify-content:space-around;margin-bottom:1rem}.tab-pane,.activity-header{display:none}.tab-pane.active{display:block}.tab-button{display:flex;justify-content:center;align-items:center;gap:6px;font-size:.8rem;padding:.875rem .5rem;cursor:pointer;width:100%;border:1px solid #ddd;background:#f9fafb}.tab-button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:0}.tab-button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.tab-button.active{background:#fff;border-bottom:2px solid #0171d3}.tab-button svg{width:20px;height:20px}}.nav__list,.nav__link{display:flex}.nav__link{flex-direction:column;align-items:center;row-gap:4px;color:var(--title-color);fill:var(--title-color);font-weight:600}.nav__item .nav-button.nav__link:active,.nav__item .nav-button.nav__link:hover,.nav__item .nav-button.nav__link:hover span.nav__name,.nav__item .nav-button.nav__link:hover svg,.nav__item .nav-button.nav__link.active-link{color:var(--first-color);fill:var(--first-color)}.nav__list{justify-content:space-around}.nav__name{font-size:var(--tiny-font-size)}.nav-button{cursor:pointer;border:0;background:none}.nav-button>svg,.nav-button>.nav__name{pointer-events:none}.scroll-header{box-shadow:0 1px 12px hsla(var(--hue),var(--sat),15%,.15)}@media screen and (max-width: 320px){.sm-none,.nav__name{display:none}.search-bar input{font-size:124px}}@media screen and (max-width: 359.98px){.scanner-screen .camera-mode.buttons button{padding:4px 8px;margin:0 2px}.search-bar input{font-size:14px}}@media (max-width: 350px){.recent-activities li.activity-item{grid-template-columns:1.25fr 1fr}.recent-activities li.activity-item span{font-size:12px}}@media screen and (min-width: 576px){.nav__list{justify-content:center;column-gap:2rem}li.activity-item{padding-left:78px;position:relative}li.activity-item:after{content:"";position:absolute;color:#888;background:#eee;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 20 20'%3E%3Cg fill='%23aaa'%3E%3Cpath d='M 10 11 C 4.08 11 2 14 2 16 L 2 19 L 18 19 L 18 16 C 18 14 15.92 11 10 11 Z'/%3E%3Ccircle cx='10' cy='5.5' r='4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;width:42px;height:42px;margin-left:17px;text-align:center;vertical-align:middle;line-height:43px;font-size:24px;border-radius:13%}}@media screen and (min-width: 767px){body{margin:0}.section{padding:7.5rem 0 6rem}.entries-route .section{padding-top:6.5rem;padding-bottom:2rem}.nav{height:calc(var(--header-height) + 1.5rem)}.nav__logo,.logo-bra,.nav__logo .logo-vo,.nav__logo .logo-tag{font-size:1.4rem}.nav__logo .logo-tag{font-size:1.2rem}.nav-button.nav__link{flex-direction:row}.nav-button.nav__link svg{width:18px;height:18px}.nav-button.nav__link .nav__name{font-size:var(--normal-font-size);display:block;margin-left:8px;font-weight:600}.nav__icon{display:none}.nav-button.nav__link:not(.active-link) svg{fill:#666}.nav-button.nav__link:not(.active-link) .nav__name{color:#666}.activities .tab-content{display:flex;gap:36px}.tab-pane{width:100%}.recent-activities li>span{width:100%}.active-link:before{bottom:-.75rem}}@media screen and (min-width: 1024px){.container{margin-left:auto;margin-right:auto}}.loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:100px;height:100px}.loading-spinner:before{content:"";box-sizing:border-box;width:100px;height:100px;border:8px solid rgba(0,0,0,.1);border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#loading-indicator{display:flex;align-items:center;justify-content:center;background-color:#fff}.table-toolbar,.table-action{display:flex;align-items:center;gap:10px}.table-toolbar{min-height:34px;margin-bottom:10px;justify-content:space-between}.table-toolbar .btn{padding:8px 18px;height:34px;vertical-align:middle;line-height:18px;overflow:hidden;text-overflow:ellipsis}#save-changes{margin-right:12px}#delete-selected{margin-left:12px}input#table-search{height:34px;padding:10px;border-radius:5px;border:1px solid rgb(102,102,102)}.table-filter{display:flex}.table-filter .btn{border-radius:0}.table-filter .btn:not(:last-child){border-right-width:0}.table-filter .btn:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.table-filter .btn:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}#entries-table.tabulator{border:1px solid #ccc;font-size:14px}#entries-table .tabulator-headers{min-height:60px}#entries-table .tabulator-header{padding-left:0;border-bottom:3px solid #007bff}#entries-table .tabulator-header,#entries-table.tabulator .tabulator-footer,#entries-table.tabulator .tabulator-footer .tabulator-paginator,#entries-table.tabulator .tabulator-footer .tabulator-page.active{color:#007bff}#entries-table.tabulator .tabulator-footer .tabulator-page.active{font-weight:600}#entries-table.tabulator .tabulator-header .tabulator-col:first-child{justify-content:flex-end;margin-bottom:2px}#entries-table.tabulator .tabulator-header .tabulator-col:first-child input[type=checkbox]{margin-bottom:7px}#entries-table.tabulator .tabulator-footer .tabulator-paginator{font-weight:500}#entries-table .tabulator-row .tabulator-cell:first-child,#entries-table .tabulator-row:nth-child(2n) .tabulator-cell:first-child{border:0}#entries-table.tabulator .tabulator-footer .tabulator-page{padding:4px 8px}#entries-table.tabulator .tabulator-footer .tabulator-footer-contents{padding:10px}#entries-table .tabulator-row.tabulator-selected .tabulator-cell{color:#fff;background-color:#007bff}#entries-table .tabulator-row.tabulator-selectable:hover .tabulator-cell{background-color:#ddd}div[tabulator-field=duration]{text-align:right}.tabulator-edit-list.tabulator-popup-conntainer,.tabulator-edit-list-item{font-size:14px}@media screen and (min-width: 1024px){input#table-search{width:250px}}@media screen and (max-width: 1023.98px){.table-toolbar .btn{padding:8px 12px}input#table-search{width:auto}}@media screen and (min-width: 768px){.entries-route main .container{margin:0 auto}}#close-modal{display:none}body.modal-open{overflow:hidden;height:100%}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.modal-content{background-color:#fefefe;margin:0;padding:36px 24px 60px;width:100%;min-height:100vh}#modal-nav-title{text-transform:capitalize;letter-spacing:-.5px}.modal-content h2:not(:first-child){margin-top:24px;font-size:20px}.modal nav{position:relative}.modal nav .modal-header h3{margin:0}.modal nav .modal-button-group{position:relative;display:flex;gap:8px}.modal nav button{padding:14px 16px;width:100%;border:0;border-radius:5px;cursor:pointer;color:#fff;background-color:#666}.modal-details .details-group{font-size:14px}.modal-details .details-group h2{color:#666}.modal-details .details-title{display:inline;line-height:1.7;font-weight:500;color:#888}.modal nav button.primary{color:#fff;background-color:#1769ff}.visitor-details{display:flex;flex-direction:column;gap:16px;margin-right:10px;margin-bottom:36px}.details-group span:not(.visitor-email),.details-group span.details-extra:first-letter{text-transform:capitalize}.details-group span.details-extra{text-transform:none;word-break:break-word}.details-title{margin-right:5px}.details-group-item{display:flex;flex-wrap:wrap;align-items:center;margin:4px 0}.details-group-item .details-group-item{margin-left:3px}.details-loader{display:inline-block;width:100px;height:10px;background:linear-gradient(90deg,#f3f3f3,#f3f3f300);position:relative;overflow:hidden;border-radius:5px}.details-loader:before{content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,#ddd0,#ddd,#ddd0);position:absolute;top:0;left:-100%;animation:loading 1s linear infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.modal-ticket{display:none;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080}.ticket-container{display:flex;justify-content:center;align-items:center;height:100%}.ticket-content{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:center;width:300px}.ticket-content h2{margin-bottom:24px}.ticket-content form{display:flex;flex-direction:column;align-items:center}#ticket-id{margin-bottom:10px;padding:12px 10px;width:100%;border:1px solid #ccc;border-radius:4px;font-size:18px}.always-group{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;margin-bottom:16px;margin-left:5px;font-size:14px}.always input[type=checkbox]{margin-right:10px}.ticket-status{margin-bottom:36px}.apply-btn{padding:10px 20px;border:none;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer}.apply-btn:hover{background-color:#0056b3}.modal-ticket-buttons{display:flex;gap:10px;width:100%;margin-top:24px}.modal-ticket-buttons button{width:100%}@media screen and (max-width: 767.98px){body.modal-open{overflow:hidden;height:0}.modal nav{position:fixed;bottom:0;left:0;width:100%;background-color:#eee;padding:10px}}@media (min-width: 575.98px){.visitor-details{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:48px;grid-row-gap:24px;overflow:auto;margin:0}}@media screen and (min-width: 768px){.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;overflow:auto;background-color:#0006}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:720px;min-width:348px;min-height:auto;padding:0;background-color:#fefefe;border:1px solid #888;border-radius:8px}.modal-details{display:flex;flex-direction:column-reverse}.visitor-details{height:524px;padding:36px 42px}.modal-details-content.upcoming .visitor-details{height:480px}.modal nav{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:10px 10px 10px 24px;background:#ddd;border-top-left-radius:8px;border-top-right-radius:8px;width:100%}.modal nav button{width:auto;padding:10px 24px}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}}.toast-box{position:fixed;left:0;top:-100%;right:0;width:100%;z-index:600;min-height:36px;margin-top:env(safe-area-inset-top);transition:.2s all;background:#2b3543;font-size:13px;color:#fff;padding:10px 16px;line-height:1.4em;display:flex;align-items:center;justify-content:center}.toast-box .toast-title{font-size:15px;color:#fff}.toast-box .btn{font-size:13px;font-weight:500}.toast-box.show{top:0}.toast-box .in{display:flex;align-items:center;justify-content:flex-start;padding-right:20px}.toast-box .in i.bi,.toast-box .in i.icon,.toast-box .in ion-icon{font-size:24px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:8px;color:#fff}.toast-box .in .text{width:100%}.toast-box.toast-top.show{top:48px}.toast-box.toast-bottom{top:auto;bottom:-100%}.toast-box.toast-bottom.show{bottom:64px;top:auto;margin-bottom:env(safe-area-inset-bottom)}.toast-box.toast-center{width:auto;right:auto;top:50%;left:50%;transform:translate(-50%,-50%);display:none;padding:16px 24px;border-radius:6px;text-align:center}.toast-box.toast-center.show{display:block;transform:translate(-50%,-50%)}.toast-box.toast-center .in{padding:0;display:block}.toast-box.toast-center .in i.bi,.toast-box.toast-center .in i.icon,.toast-box.toast-center .in ion-icon{margin:0 0 10px;font-size:64px;width:64px;height:64px}.toast-box.toast-center .btn{margin-top:20px}.bg-danger{background-color:#ec4433}.bg-success{background-color:#90d80c}@media screen and (min-width: 767px){.toast-box.toast-top.show{top:calc(var(--header-height) + 1.5rem)}}.tabulator{background-color:#fff;border:1px solid #fff;font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){-webkit-user-select:none;user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid #3759d7;box-sizing:border-box;color:#3759d7;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #fff;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #3759d7;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#3759d7;color:#fff}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#2544b7;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #b7c3f1;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #fff;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#b7c3f1}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #b7c3f1;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#3759d7}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #3759d7;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#3759d7}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #3759d7;color:#3759d7}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #fff}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #fff}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#f3f3f3;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#f2f2f2!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #fff}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #fff}.tabulator .tabulator-tableholder .tabulator-range-overlay{top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2544b7;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2544b7;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2544b7;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#fff;border-top:1px solid #999;color:#3759d7;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#3759d7;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:#fff3;border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#3759d7}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:#0003;color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:#0006;display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#f3f3f3;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#fff}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #fff;border-top:1px solid #fff;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#3759d7;color:#fff}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#2544b7;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #fff;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:1px solid #fff;border-right:1px solid #fff}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #fff}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #fff}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #fff;border-bottom-left-radius:1px;border-left:2px solid #fff;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#f3f3f3;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#f3f3f3}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #fff;border-top:1px solid #999;box-sizing:border-box;font-weight:700;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:#0000001a;cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #3759d7;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #3759d7;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#f3f3f3;border:1px solid #fff;box-shadow:0 0 5px #0003;box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;-webkit-user-select:none;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#fff;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#fff;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #fff}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#f3f3f3}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,95%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#f3f3f3;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #fff;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #fff;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2544b7;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #fff;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #fff;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #fff}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #fff}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #fff;border-bottom-left-radius:1px;border-left:2px solid #fff;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #fff;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:#0000001a;cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #3759d7;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #3759d7;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator .tabulator-header{border-bottom:3px solid #3759d7;font-size:1.1em;margin-bottom:4px;padding-left:10px}.tabulator .tabulator-header .tabulator-col{background-color:#fff;border-right:2px solid #fff}.tabulator .tabulator-header .tabulator-col:first-child{padding-left:10px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{border:1px solid #3759d7;color:#3759d7;font-size:1em}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:2px solid #3759d7}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{padding-left:10px}.tabulator .tabulator-header .tabulator-calcs-holder{border-top:2px solid #3759d7!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{padding-left:0!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell{background:none}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#3759d7}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #3759d7}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #3759d7}.tabulator .tabulator-footer .tabulator-calcs-holder{border-bottom:2px solid #3759d7!important;border-top:3px solid #3759d7!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell{background:none}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell:first-child{border-left:10px solid transparent}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none!important}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border-color:#aaa;color:#333;font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{color:#3759d7;font-weight:700}.tabulator-row{margin-bottom:2px}.tabulator-row .tabulator-cell:first-child{border-left:10px solid #3759d7}.tabulator-row .tabulator-cell.tabulator-row-header{background-color:#3759d7;color:#fff}.tabulator-row:nth-child(2n){background-color:#627ce0}.tabulator-row:nth-child(2n) .tabulator-cell{background-color:#fff}.tabulator-row:nth-child(2n) .tabulator-cell:first-child{border-left:10px solid #627ce0}.tabulator-row:nth-child(2n) .tabulator-cell.tabulator-row-header{background-color:#627ce0}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{cursor:pointer}.tabulator-row.tabulator-selectable:hover .tabulator-cell{background-color:#bbb}}.tabulator-row.tabulator-selected .tabulator-cell{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover .tabulator-cell{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-moving{pointer-events:none!important}.tabulator-row .tabulator-cell{background-color:#f3f3f3;border-right:2px solid #fff;padding:6px 4px}.tabulator-row.tabulator-group{background:#8ca0e8;border-bottom:2px solid #3759d7;border-right:none;border-top:2px solid #3759d7;margin-bottom:2px;min-width:100%}.tabulator-row.tabulator-group span{color:#3759d7}.tabulator-toggle.tabulator-toggle-on{background:#3759d7}.tabulator-edit-select-list{border:1px solid #1d68cd}.tabulator-print-table .tabulator-print-table-group{background:#8ca0e8;border-bottom:2px solid #3759d7;border-top:2px solid #3759d7;margin-bottom:2px}.tabulator-print-table .tabulator-print-table-group span{color:#3759d7}
