body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.login-div-wrapper{display:flex;flex:1 1;width:100%;height:100vh;flex-direction:row;align-items:center;justify-content:center;background-color:#e1e1e1}.login-div-wrapper .login-div{display:flex;flex:1 1;flex-direction:column;width:100%;max-width:300px;background-color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1),0 3px 10px 0 rgba(0,0,0,.1)}.login-div-wrapper .login-div .login-heading{padding:0;margin:10px 0 5px}.login-div-wrapper .login-div .login-sub-heading{font-size:13px;padding:0;margin:0 0 15px}.login-div-wrapper .login-div .db-input{height:35px!important;border-radius:5px!important;margin-bottom:10px!important;padding:10px!important}.login-div-wrapper .login-div .login-actions-section,.login-div-wrapper .login-div .login-actions-section .login-actions-section-left{display:flex;flex:1 1;flex-direction:row;align-items:center}.login-div-wrapper .login-div .login-actions-section .login-actions-section-left .login-button{height:35px!important;width:100px!important}.login-div-wrapper .login-div .login-actions-section .login-actions-section-right{display:flex;flex:1 1;flex-direction:row;align-items:center;justify-content:flex-end}.login-div-wrapper .login-div .login-actions-section .login-actions-section-right .fp-link{color:#323232;text-decoration:none}.dropdown{display:flex;position:relative;padding:15px}.dropdown.active,.dropdown:hover{background-color:#b1bace}.dropdown .dropdown-inner{width:200px;background-color:#fff;color:#000!important;margin:0;padding:15px;box-shadow:0 4px 8px 0 rgba(0,0,0,.1)}.dropdown .dropdown-inner .dropdown-inner-header-action-section{display:flex;flex:1 1;flex-direction:row;align-items:center;justify-content:center;margin-bottom:10px}.dropdown .dropdown-inner .dropdown-inner-header-action-section .dropdown-inner-header-action-section-left{display:flex;flex:1 1}.dropdown .dropdown-inner .dropdown-inner-header-action-section .dropdown-inner-header-action-section-right{display:flex;justify-content:flex-end}.dropdown .dropdown-inner .dropdown-inner-header-action-section .dropdown-inner-header-action-section-right svg{margin:0 2px;cursor:pointer;padding:3px}.dropdown .dropdown-inner .dropdown-inner-header-action-section .dropdown-inner-header-action-section-right svg.active,.dropdown .dropdown-inner .dropdown-inner-header-action-section .dropdown-inner-header-action-section-right svg:hover{background-color:#c8c8c8;border-radius:25px;padding:3px}.dropdown .dropdown-inner .filter-layout-title{font-size:14px;font-weight:500;margin:0;padding:0}.dropdown .dropdown-inner .dropdown-inner-section{display:flex;flex:1 1;flex-direction:column;max-height:200px;overflow-y:auto;margin-top:10px}.dropdown .dropdown-inner .dropdown-inner-section::-webkit-scrollbar{width:10px}.dropdown .dropdown-inner .dropdown-inner-section::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.dropdown .dropdown-inner .dropdown-inner-section::-webkit-scrollbar-thumb{background:#b5b5b5;border-radius:10px}.dropdown .dropdown-inner .dropdown-inner-section::-webkit-scrollbar-thumb:hover{background:grey;width:15px}.dropdown .dropdown-inner .dropdown-inner-section .field-rows-wrapper{display:flex;flex:1 1;flex-direction:column;margin-bottom:5px}.dropdown .dropdown-inner .dropdown-inner-section .loading-section{display:flex;width:100%;min-height:130px;align-items:center;justify-content:center}.dropdown .dropdown-inner .dropdown-inner-section .loading-section .loading-icon{font-size:25px;color:#000}.dropdown .dropdown-inner .dropdown-inner-section .checkbox-wrapper{display:block;width:100%;margin-bottom:7px}.dropdown .dropdown-inner .dropdown-inner-section .checkbox-wrapper>label{font-size:14px;font-weight:unset;word-break:break-all}.dropdown .dropdown-inner .dropdown-inner-section label{font-size:12px;font-weight:500;margin-bottom:5px}.dropdown .dropdown-inner .dropdown-inner-checkbox-section{display:block;width:100%;margin-top:10px}.dropdown .dropdown-inner .dropdown-inner-checkbox-section>div{display:block;width:100%;margin-bottom:7px}.dropdown .dropdown-inner .dropdown-inner-checkbox-section label{cursor:pointer}.dropdown .dropdown-inner .dropdown-inner-action-section{margin-top:15px}.dropdown .dropdown-inner .dropdown-inner-action-section .filter{width:47%;padding:5px;margin-right:5px}.dropdown .dropdown-inner .dropdown-inner-action-section .clear{width:47%;padding:5px;margin-left:5px}.dropdown .dropdown-inner .dropdown-inner-date-section{display:flex;flex:1 1;flex-direction:column;margin-top:10px}.dropdown .dropdown-inner .dropdown-inner-date-section label{font-size:12px;font-weight:500;margin-bottom:5px}.dropdown .dropdown-inner .dropdown-inner-date-section input[type=date]{padding:5px}.dropdown .dropdown-inner .dropdown-inner-search-section{display:flex;flex:1 1;margin-top:10px}.dropdown .dropdown-inner .dropdown-inner-date-section input[type=text]{padding:5px}.dtha-section{padding-right:0!important}.dtha-section .dtha-aggregate-icon{font-size:14px;color:rgba(44,61,99,.6);cursor:pointer}.dtha-section .loading-section{min-height:62.5px!important}.dtha-section .dtha-aggregate-value{text-align:center}.db-modal{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.db-modal.hide{display:none;pointer-events:none}.db-modal.show{display:block;pointer-events:auto}.db-modal .db-modal-content{background-color:#fefefe;margin:50px auto;border:1px solid #888;width:100%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);animation-name:animateTop;animation-duration:.4s}.db-modal .db-modal-content .db-modal-header{padding:20px;border-bottom:1px solid #dee2e6}.db-modal .db-modal-content .db-modal-header .db-modal-header-text{margin:0}.db-modal .db-modal-content .db-modal-header .close{color:#aaa;float:right;font-size:30px;font-weight:700;margin-top:-10px}.db-modal .db-modal-content .db-modal-header .close:focus,.db-modal .db-modal-content .db-modal-header .close:hover{color:#000;text-decoration:none;cursor:pointer}.db-modal .db-modal-content .db-modal-body{padding:20px}@keyframes animateTop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes loading{40%{background-position:100% 0}to{background-position:100% 0}}.dt-container{display:block;width:100%;position:relative;background-color:#fff}.dt-loading-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:7}.dt-loading-wrapper p{font-size:18px;color:#fafafa;text-align:center}.dt-wrapper{display:block;width:100%;overflow:auto}.dt-wrapper.fixed-table-header .dt>.dt-thead>.dt-tr>.dt-th{position:-webkit-sticky;position:sticky;top:0}.dt{display:table;table-layout:fixed;width:100%;min-height:400px}.dt .dt-col{display:table-column}.dt .dt-thead{display:table-header-group}.dt .dt-tbody{display:table-row-group}.dt .dt-tr{display:table-row}.dt .dt-tr:nth-child(odd){background-color:rgba(0,0,0,.03)}.dt .dt-tr:nth-child(2n){background-color:#fff}.dt .dt-td,.dt .dt-th{display:table-cell}.dt .dt-td.loading{position:relative}.dt .dt-td.loading .bar{background-color:#e7e7e7;height:25px;width:100%}.dt .dt-td.loading:after{position:absolute;transform:translateY(-50%);top:50%;left:0;content:"";display:block;width:100%;height:24px;background-image:linear-gradient(100deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 80%);background-size:200px 24px;background-position:-100px 0;background-repeat:no-repeat;animation:loading 1s infinite}.dt>.dt-thead>.dt-tr>.dt-th{text-align:left;overflow-wrap:break-word;border:1px solid #f0f0f0;font-weight:unset!important;background-color:#b1bace;color:#2c3d63;z-index:1}.dt>.dt-thead>.dt-tr>.dt-th .dt-header-cell-inner{font-weight:500}.dt>.dt-thead>.dt-tr>.dt-th.sortable:hover{background-color:#0c5b7c;cursor:pointer}.dt>.dt-thead>.dt-tr>.dt-th.fixed{position:-webkit-sticky;position:sticky;z-index:5!important}.dt>.dt-thead>.dt-tr>.dt-th.fixed.active-filter{z-index:6!important}.dt>.dt-thead>.dt-tr>.dt-th.active-filter{z-index:2}.dt>.dt-tbody>.dt-tr>.dt-td{padding:15px;border:1px solid #f0f0f0}.dt>.dt-tbody>.dt-tr .dt-td.word-break{word-break:break-word}.dt>.dt-tbody>.dt-tr>.dt-td.link{color:#1890ff;cursor:pointer}.dt>.dt-tbody>.dt-tr>.dt-td.wrap-dynamic{overflow-wrap:break-word}.dt>.dt-tbody>.dt-tr>.dt-td.wrap-scroll-x{white-space:nowrap;overflow-x:auto}.dt>.dt-tbody>.dt-tr>.dt-td.wrap-scroll-y{height:100%;overflow-y:auto}.dt>.dt-tbody>.dt-tr>.dt-td.wrap-scroll-y .wrap-scroll-y-inner{display:block;width:100%;max-height:40px;overflow-y:auto;word-break:break-all}.dt>.dt-tbody>.dt-tr>.dt-td.clip{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dt>.dt-tbody>.dt-tr>.dt-td.dynamic{white-space:nowrap}.dt>.dt-tbody>.dt-tr>.dt-td.fixed{position:-webkit-sticky;position:sticky;z-index:4}.dt>.dt-tbody[isEmpty=empty]{display:inline-block}.dt>.dt-tbody[isEmpty=empty] .dt-tbody-empty{display:block;width:100%;height:350px;text-align:center;position:absolute;z-index:1}.dt>.dt-tbody[isEmpty=empty] .dt-tbody-empty .no-data-image{width:150px;margin-top:60px}.dt>.dt-tbody[isEmpty=empty] .dt-tbody-empty .no-data-text{font-size:20px;color:rgba(0,0,0,.25);margin:10px 0 0}.dt .dt-header-cell{display:flex;flex:1 1;flex-direction:row;align-items:center}.dt .dt-header-cell .dt-header-cell-inner{display:flex;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:15px}.dt .dt-header-cell .dt-header-cell-inner.sortable{justify-content:space-between;padding-right:0;cursor:pointer}.dt .dt-header-cell .dt-header-cell-inner.sortable:hover{background-color:#b1bace;color:#2c3d63}.dt .dt-header-cell .dt-header-cell-inner.sortable>span:first-child{overflow-x:hidden}.dt .dt-sorter{display:flex;flex-direction:column;justify-content:center;align-content:center;text-align:center;text-transform:none;margin-left:6px;margin-right:6px}.dt .dt-sorter .dt-sort-down,.dt .dt-sorter .dt-sort-up{font-size:14px;color:rgba(44,61,99,.6)}.dt .dt-sorter .dt-sort-down.active,.dt .dt-sorter .dt-sort-up.active{color:#2c3d63}.dt .dt-sorter .dt-sort-up{margin-bottom:-6px}.dt .dt-sorter .dt-sort-down{margin-top:-6px}.dt .dt-filter-icon{font-size:14px;color:rgba(44,61,99,.6);cursor:pointer}.dt .dt-filter-icon.active{color:#2c3d63}.dt-sticky-footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:5}.dt-custom-scrollbar-wrapper{width:100%;overflow-x:auto}.dt-custom-scrollbar{height:15px}.dt-pagination-container{display:flex;flex:1 1;padding:10px;background-color:#fafafa;border:0}.dt-pagination-container .dt-pagination-container-left{display:flex;flex:1 1;align-items:center}.dt-pagination-container .dt-pagination-container-right{display:flex;align-items:center;margin-left:10px}.dt-pagination-container p{font-size:12px;color:grey;padding:0;margin:5px 0}.dt-pagination-container .dt-pagination{display:flex;list-style:none;padding:0;margin:8px 0}.dt-pagination-container .dt-pagination>li{display:inline-block;cursor:pointer;list-style:none;outline:0;min-width:32px;height:32px;line-height:32px;text-align:center;vertical-align:middle}.dt-pagination-container .dt-pagination>li>a:hover{border:1px solid #40a9ff!important;color:#40a9ff!important}.dt-pagination-container .dt-pagination>li>a:focus{outline:0}.dt-pagination-container .dt-pagination .dt-next-page-link,.dt-pagination-container .dt-pagination .dt-page-link,.dt-pagination-container .dt-pagination .dt-prev-page-link{font-size:13px;color:rgba(0,0,0,.85);border:1px solid #d9d9d9;border-radius:2px;padding:5px 10px;margin:0 5px}.dt-pagination-container .dt-pagination .dt-next-page.disabled a,.dt-pagination-container .dt-pagination .dt-prev-page.disabled a{cursor:not-allowed;border:1px solid #d9d9d9!important;color:#d9d9d9!important}.dt-pagination-container .dt-pagination>li.active a{border:1px solid #40a9ff!important;color:#40a9ff!important}.sticky{position:fixed;top:0;left:15px;width:calc(100% - 30px);z-index:100}.hide-scrollbar::-webkit-scrollbar{display:none}.db-draggable{position:absolute;z-index:4}div.dt-th:has(div.dt-header-cell>div.dropdown.active){background-color:#000!important}.field-filter-container,.field-filter-container .field-filter-row-section{display:block;width:100%}.field-filter-container .field-filter-row-section .field-filter-row{display:inline-block;width:100%}.field-filter-container .field-filter-row-section .field-filter-row .brace{font-size:20px;color:#126e14}.field-filter-container .field-filter-row-section .field-filter-row .condition-text{font-size:20px;color:#00f}.field-filter-container .field-filter-row-section .field-filter-row .field-filter-row-inner{padding:0 25px}.field-filter-container .field-filter-row-section .field-filter-row .delete{padding-left:10px;padding-right:10px;margin-right:8px}.field-filter-container .field-filter-row-section .field-filter-row .delete .delete-icon{width:11px;height:11px;color:#fff}.field-filter-container .field-filter-row-section .field-filter-row .column-header-select,.field-filter-container .field-filter-row-section .field-filter-row .logic-select{width:200px;margin-right:8px}.field-filter-container .field-filter-row-section .field-filter-row .condition-select,.field-filter-container .field-filter-row-section .field-filter-row .filter-value-input{width:150px;margin-right:8px}.field-filter-container .field-filter-actions-section{display:inline-block;width:100%}.db-navbar{display:flex;flex:1 1;flex-direction:row;align-items:center;padding:16px;background-color:#fff}.db-navbar .db-navbar-logo-section{display:flex;width:150px}.db-navbar .db-navbar-logo-section .menu-icon{font-size:20px;cursor:pointer}.db-navbar .db-navbar-logo-section .db-logo-text{font-weight:700;color:#323232;padding:0;margin:0}.db-navbar .db-navbar-logo-section .sidenav{height:100%;position:fixed;z-index:10;top:0;left:0;background-color:#fff;overflow-x:hidden;transition:.5s;padding-top:30px;box-shadow:0 .0625em .0625em rgba(0,0,0,.25),0 .125em .5em rgba(0,0,0,.25),inset 0 0 0 1px hsla(0,0%,100%,.1)}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent{list-style-type:none;padding:0;margin:0 0 55px}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li{font-size:15px;color:#323232;padding:10px 15px}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .expand-collections{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .expand-collections .expand-icon{margin-right:19px;font-size:large;cursor:pointer}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .expand-collections .expand-icon.expanded{transform:rotate(-180deg)}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li>a{display:block;color:#323232;padding:10px 15px;margin:-10px -15px}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li>a.active,.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li>a:hover{background-color:#d5d5d5}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child.expand{display:block}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child{list-style-type:none;margin:10px 0 0;padding:0;display:none}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child li>a{padding:10px 30px;margin-left:-30px!important;margin-right:-30px!important;display:flex;justify-content:space-between}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child li>a div:first-child{width:80%;overflow:hidden}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child li>a div .config-badge{border-radius:50%;border:1px solid #000;display:flex;height:15px;width:15px;justify-content:center;align-items:center;font-size:smaller}.db-navbar .db-navbar-logo-section .sidenav .sidenav-parent li .sidenav-child li>a div .config-badge.user-configured{border-color:#000;background-color:#000}.db-navbar .db-navbar-logo-section .sidenav a{text-decoration:none}.db-navbar .db-navbar-logo-section .sidenav .close-icon-wrapper{display:block;width:260px;background-color:#fff;position:fixed;top:0;z-index:11;transition:.5s;text-align:end;padding:10px 12px}.db-navbar .db-navbar-logo-section .sidenav .close-icon-wrapper .close-icon{font-size:20px;color:#323232;cursor:pointer}.db-navbar .db-navbar-menu-section{display:flex;flex:1 1;flex-direction:row;align-items:center;justify-content:flex-end}.db-navbar .db-navbar-menu-section .settings-icon,.db-navbar .db-navbar-menu-section .user-icon{color:#323232;font-size:20px}.db-navbar .db-navbar-menu-section .user-dropdown{position:relative;display:inline-block}.db-navbar .db-navbar-menu-section .user-dropdown-content{display:none;position:absolute;background-color:#fff;min-width:150px;z-index:1;right:-10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);border-radius:3px}.db-navbar .db-navbar-menu-section .user-dropdown-content .user-detail-section{padding:12px 16px;border-bottom:1px solid grey}.db-navbar .db-navbar-menu-section .user-dropdown-content .user-detail-section .user-name{font-size:16px;padding:0;margin:0}.db-navbar .db-navbar-menu-section .user-dropdown-content .user-detail-section .user-role{font-size:11px;padding:0;margin:2px 0 0}.db-navbar .db-navbar-menu-section .user-dropdown-content .links-section p{margin:0;padding:12px 16px}.db-navbar .db-navbar-menu-section .user-dropdown-content .links-section p:hover{background-color:#dedede}.db-navbar .db-navbar-menu-section .user-dropdown:hover .user-dropdown-content{display:block}.pre-aggregate-config-section{display:flex;flex:1 1;flex-direction:column;margin-bottom:10px}.pre-aggregate-config-section .pre-aggregate-config-header-section{display:flex;flex:1 1;align-items:center;background-color:#eaeaea;color:#414141;padding:10px 20px;cursor:pointer}.pre-aggregate-config-section .pre-aggregate-config-header-section .pre-aggregate-config-title-wrapper{display:flex;flex:1 1}.pre-aggregate-config-section .pre-aggregate-config-header-section .pre-aggregate-config-title-wrapper .pre-aggregate-config-title{display:flex;flex:1 1;margin:0;padding:0}.pre-aggregate-config-section .pre-aggregate-config-content-section{background-color:#fff;border:1px solid #eaeaea;padding:15px 10px}.pre-aggregate-config-section .pre-aggregate-config-content-section .column-section-switch-wrapper{display:flex;flex:1 1;flex-direction:row;align-items:center;margin-top:10px}.pre-aggregate-config-section .pre-aggregate-config-content-section .column-section-label{font-size:12px;font-weight:500;margin-bottom:5px}.pre-aggregate-config-section .pre-aggregate-config-content-section .column-section-information-icon{font-size:14px;cursor:pointer}.pre-aggregate-config-section .pre-aggregate-config-content-section .pre-aggregate-query-tooltip-section{max-width:250px}.pre-aggregate-config-section .pre-aggregate-config-content-section .db-input{width:100%;margin-top:6px}.collection-tags-configuration-section .selected-tags-list{display:block;width:100%}.collection-tags-configuration-section .selected-tags-list .db-tag{margin:0 5px}.collection-tags-configuration-section .add-tags-to-collection-section{margin-top:20px}.collection-tags-configuration-section .add-tags-to-collection-section .save-button{width:100px;height:39px;margin:0!important}.collection-tags-configuration-section .db-tag{background-color:#d4d4d4;color:#000;font-size:12px;border-radius:5px;padding:5px 10px}.collection-tags-configuration-section .db-tag .delete-icon{font-size:12px;cursor:pointer;margin:5px 0 0 7px}.add-edit-tag-section .db-input,.add-edit-tag-section input{margin-top:5px}.add-edit-tag-section .db-button{margin:0}.user-restrictions-section{display:block;width:100%;margin-top:10px}.user-restrictions-section .admin-configuration-section{display:flex;flex:1 1;flex-direction:row;align-items:center;margin-top:10px}.user-restrictions-section .collection-level-restriction-row{padding:15px;border:1px solid grey;border-bottom:none}.user-restrictions-section .collection-level-restriction-row:last-child{border:1px solid grey!important}.user-restrictions-section .react-selectcomponent{display:inline-block;width:250px;margin:0}.user-restrictions-section .edit-button,.user-restrictions-section button{margin-top:0;margin-bottom:0;height:35px}.user-restrictions-section .save-button{width:100px!important}.db-settings-section{display:flex;flex:1 1;flex-direction:row;width:100%}.db-settings-section .db-settings-left-section{display:flex;width:350px;height:100vh;overflow-y:auto;background-color:#fff;padding:10px 0}.db-settings-section .db-settings-left-section.sidenav{display:block;box-shadow:0 2px 8px rgba(0,0,0,.15)}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent{list-style-type:none;padding:0;margin:0}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li{font-size:15px;color:#323232;padding:10px 15px}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .expand-collections{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .expand-collections .expand-icon{margin-right:19px;font-size:large;cursor:pointer}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .expand-collections .expand-icon.expanded{transform:rotate(-180deg)}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li>a{display:block;color:#323232;padding:10px 15px;margin:-10px -15px}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li>a.active,.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li>a:hover{background-color:#d5d5d5}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child.expand{display:block}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child{list-style-type:none;margin:10px 0 0;padding:0;display:none}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child li>a{padding:10px 30px;margin-left:-30px!important;margin-right:-30px!important;display:flex;justify-content:space-between}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child li>a div:first-child{width:80%;overflow:hidden}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child li>a div .config-badge{border-radius:50%;border:1px solid #000;display:flex;height:15px;width:15px;justify-content:center;align-items:center;font-size:smaller}.db-settings-section .db-settings-left-section.sidenav .sidenav-parent li .sidenav-child li>a div .config-badge.user-configured{border-color:#000;background-color:#000}.db-settings-section .db-settings-left-section.sidenav a{text-decoration:none}.db-settings-section .db-settings-left-section.sidenav .close-btn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px}.db-settings-section .db-settings-right-section{display:block;width:100%;padding:10px 20px}.db-settings-section .db-settings-right-section .table-column-list{display:block;width:100%;margin-top:10px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper{display:flex;flex-direction:row;justify-content:center;margin-bottom:10px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content{display:flex;flex:1 1}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section{display:flex;flex:1 1;flex-direction:column}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-header-section{display:flex;flex:1 1;align-items:center;background-color:#eaeaea;color:#414141;padding:10px 20px;cursor:pointer}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-header-section .table-column-title-wrapper{display:flex;flex:1 1}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-header-section .table-column-title-wrapper .table-column-title{display:flex;flex:1 1;margin:0;padding:0}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-header-section .configured-tag{padding:5px 15px;margin:0 10px 0 0;font-size:10px;background-color:#4caf50;color:#fff;border-radius:15px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section{background-color:#fff;border:1px solid #eaeaea;padding:15px 10px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section .column-section-switch-wrapper{display:flex;flex:1 1;flex-direction:row;align-items:center;margin-top:10px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section .column-section-label{font-size:12px;font-weight:500;margin-bottom:5px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section .column-section-information-icon{font-size:14px;cursor:pointer}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section .db-query-tooltip-section{max-width:250px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-content .table-column-section .table-column-content-section .db-input{width:100%;margin-top:6px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort{display:flex;flex-direction:column;align-items:center;width:70px}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-up-icon-wrapper{overflow:hidden}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-up-icon-wrapper .sort-up-icon{font-size:30px;color:#474747;padding:0;margin:0 0 -13px;cursor:pointer}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-up-icon-wrapper .sort-up-icon.disabled{opacity:.2;cursor:no-drop}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-up-icon-wrapper .sort-down-icon{position:relative;font-size:30px;color:#474747;padding:0;margin:-13px 0 0;cursor:pointer;z-index:1}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-up-icon-wrapper .sort-down-icon.disabled{opacity:.2;cursor:no-drop}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-order-div{display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:12px;border:1px solid grey}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-order-div .sort-order-input{width:30px;padding:0;margin:0;text-align:center;outline:none}.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-order-div .sort-order-input::-webkit-inner-spin-button,.db-settings-section .db-settings-right-section .table-column-list .table-column-section-wrapper .table-column-section-wrapper-sort .sort-order-div .sort-order-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.db-settings-section .db-settings-right-section .empty-table-column-list{display:block;width:100%;border:1px solid #bebebe}.db-settings-section .db-settings-right-section .empty-table-column-list .empty-text{font-size:16px;text-align:center;padding:0;margin:60px 0}.db-settings-section .db-settings-right-section .header-serction{display:flex;flex-direction:row}.db-settings-section .db-settings-right-section .header-serction .save-default-switch-wrapper{display:flex;flex:1 1;flex-direction:row;align-items:center;margin-left:15px}.db-settings-section .db-settings-right-section .header-serction .save-default-label{font-size:12px;font-weight:500}.eb-dropdown{display:block;width:200px;position:absolute;top:40px;left:25px;background-color:#fff;color:#000!important;margin:0;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);z-index:10;text-align:left}.eb-dropdown .eb-dropdown-header{display:flex;flex:1 1;flex-direction:row;padding:10px 15px;border-bottom:1px solid grey}.eb-dropdown .eb-dropdown-header .eb-dropdown-header-left{display:flex;flex:1 1;align-items:center}.eb-dropdown .eb-dropdown-header .eb-dropdown-header-left .title{font-size:15px;padding:0;margin:0}.eb-dropdown .eb-dropdown-header .eb-dropdown-header-right{display:flex;align-items:center}.eb-dropdown .eb-dropdown-header .eb-dropdown-header-right .close-icon{font-size:15px;cursor:pointer}.eb-dropdown .eb-dropdown-content{padding:15px;text-align:center}.eb-dropdown .eb-dropdown-content p{margin:0}.db-pre-aggregation-list{display:block;width:100%;margin-bottom:15px}.db-pre-aggregation-list .db-pre-aggregation-card{display:inline-block;width:150px;text-align:center;border:1px solid #c7c7c7;padding:15px;margin-right:15px;min-height:45px;vertical-align:top}.db-pre-aggregation-list .db-pre-aggregation-card .db-pre-aggregation-card-label{padding:0;margin:0;color:#8e8e8e}.db-pre-aggregation-list .db-pre-aggregation-card .db-pre-aggregation-card-value{padding:0;margin:0;color:#666}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;cursor:pointer}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap .code{padding:0;white-space:nowrap}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap::-webkit-scrollbar{width:10px;height:7px}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap::-webkit-scrollbar-thumb{background:#b5b5b5;border-radius:10px}.db-pre-aggregation-list .db-pre-aggregation-card .code-wrap::-webkit-scrollbar-thumb:hover{background:grey;width:15px}.blw-section{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100vh}.pnf-section{display:block;margin-top:50px}.pnf-section .pnf-image{width:100%;max-width:300px;margin-bottom:20px}.pnf-section .pnf-sub-title{font-size:25px;font-style:italic;color:#323232;margin:0;padding:0}.scroll-to-top{display:flex;align-items:center;justify-content:center;position:fixed;width:40px;height:40px;bottom:20px;right:20px;cursor:pointer;background-color:rgba(50,50,50,.3607843137254902);border-radius:20px}.scroll-to-top:hover{background-color:rgba(50,50,50,.6784313725490196)}.scroll-to-top .scroll-to-top-icon{font-size:20px;color:#fff;padding:0;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mt-1{margin-top:.0625rem!important}.mt-2{margin-top:.125rem!important}.mt-3{margin-top:.1875rem!important}.mt-4{margin-top:.25rem!important}.mt-5{margin-top:.3125rem!important}.mt-6{margin-top:.375rem!important}.mt-7{margin-top:.4375rem!important}.mt-8{margin-top:.5rem!important}.mt-9{margin-top:.5625rem!important}.mt-10{margin-top:.625rem!important}.mt-11{margin-top:.6875rem!important}.mt-12{margin-top:.75rem!important}.mt-13{margin-top:.8125rem!important}.mt-14{margin-top:.875rem!important}.mt-15{margin-top:.9375rem!important}.mt-16{margin-top:1rem!important}.mt-17{margin-top:1.0625rem!important}.mt-18{margin-top:1.125rem!important}.mt-19{margin-top:1.1875rem!important}.mt-20{margin-top:1.25rem!important}.mt-21{margin-top:1.3125rem!important}.mt-22{margin-top:1.375rem!important}.mt-23{margin-top:1.4375rem!important}.mt-24{margin-top:1.5rem!important}.mt-25{margin-top:1.5625rem!important}.mt-26{margin-top:1.625rem!important}.mt-27{margin-top:1.6875rem!important}.mt-28{margin-top:1.75rem!important}.mt-29{margin-top:1.8125rem!important}.mt-30{margin-top:1.875rem!important}.mt-31{margin-top:1.9375rem!important}.mt-32{margin-top:2rem!important}.mt-33{margin-top:2.0625rem!important}.mt-34{margin-top:2.125rem!important}.mt-35{margin-top:2.1875rem!important}.mt-36{margin-top:2.25rem!important}.mt-37{margin-top:2.3125rem!important}.mt-38{margin-top:2.375rem!important}.mt-39{margin-top:2.4375rem!important}.mt-40{margin-top:2.5rem!important}.mt-41{margin-top:2.5625rem!important}.mt-42{margin-top:2.625rem!important}.mt-43{margin-top:2.6875rem!important}.mt-44{margin-top:2.75rem!important}.mt-45{margin-top:2.8125rem!important}.mt-46{margin-top:2.875rem!important}.mt-47{margin-top:2.9375rem!important}.mt-48{margin-top:3rem!important}.mt-49{margin-top:3.0625rem!important}.mt-50{margin-top:3.125rem!important}.mt-51{margin-top:3.1875rem!important}.mt-52{margin-top:3.25rem!important}.mt-53{margin-top:3.3125rem!important}.mt-54{margin-top:3.375rem!important}.mt-55{margin-top:3.4375rem!important}.mt-56{margin-top:3.5rem!important}.mt-57{margin-top:3.5625rem!important}.mt-58{margin-top:3.625rem!important}.mt-59{margin-top:3.6875rem!important}.mt-60{margin-top:3.75rem!important}.mt-61{margin-top:3.8125rem!important}.mt-62{margin-top:3.875rem!important}.mt-63{margin-top:3.9375rem!important}.mt-64{margin-top:4rem!important}.mt-65{margin-top:4.0625rem!important}.mt-66{margin-top:4.125rem!important}.mt-67{margin-top:4.1875rem!important}.mt-68{margin-top:4.25rem!important}.mt-69{margin-top:4.3125rem!important}.mt-70{margin-top:4.375rem!important}.mt-71{margin-top:4.4375rem!important}.mt-72{margin-top:4.5rem!important}.mt-73{margin-top:4.5625rem!important}.mt-74{margin-top:4.625rem!important}.mt-75{margin-top:4.6875rem!important}.mt-76{margin-top:4.75rem!important}.mt-77{margin-top:4.8125rem!important}.mt-78{margin-top:4.875rem!important}.mt-79{margin-top:4.9375rem!important}.mt-80{margin-top:5rem!important}.mt-81{margin-top:5.0625rem!important}.mt-82{margin-top:5.125rem!important}.mt-83{margin-top:5.1875rem!important}.mt-84{margin-top:5.25rem!important}.mt-85{margin-top:5.3125rem!important}.mt-86{margin-top:5.375rem!important}.mt-87{margin-top:5.4375rem!important}.mt-88{margin-top:5.5rem!important}.mt-89{margin-top:5.5625rem!important}.mt-90{margin-top:5.625rem!important}.mt-91{margin-top:5.6875rem!important}.mt-92{margin-top:5.75rem!important}.mt-93{margin-top:5.8125rem!important}.mt-94{margin-top:5.875rem!important}.mt-95{margin-top:5.9375rem!important}.mt-96{margin-top:6rem!important}.mt-97{margin-top:6.0625rem!important}.mt-98{margin-top:6.125rem!important}.mt-99{margin-top:6.1875rem!important}.mt-100{margin-top:6.25rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.0625rem!important}.mr-2{margin-right:.125rem!important}.mr-3{margin-right:.1875rem!important}.mr-4{margin-right:.25rem!important}.mr-5{margin-right:.3125rem!important}.mr-6{margin-right:.375rem!important}.mr-7{margin-right:.4375rem!important}.mr-8{margin-right:.5rem!important}.mr-9{margin-right:.5625rem!important}.mr-10{margin-right:.625rem!important}.mr-11{margin-right:.6875rem!important}.mr-12{margin-right:.75rem!important}.mr-13{margin-right:.8125rem!important}.mr-14{margin-right:.875rem!important}.mr-15{margin-right:.9375rem!important}.mr-16{margin-right:1rem!important}.mr-17{margin-right:1.0625rem!important}.mr-18{margin-right:1.125rem!important}.mr-19{margin-right:1.1875rem!important}.mr-20{margin-right:1.25rem!important}.mr-21{margin-right:1.3125rem!important}.mr-22{margin-right:1.375rem!important}.mr-23{margin-right:1.4375rem!important}.mr-24{margin-right:1.5rem!important}.mr-25{margin-right:1.5625rem!important}.mr-26{margin-right:1.625rem!important}.mr-27{margin-right:1.6875rem!important}.mr-28{margin-right:1.75rem!important}.mr-29{margin-right:1.8125rem!important}.mr-30{margin-right:1.875rem!important}.mr-31{margin-right:1.9375rem!important}.mr-32{margin-right:2rem!important}.mr-33{margin-right:2.0625rem!important}.mr-34{margin-right:2.125rem!important}.mr-35{margin-right:2.1875rem!important}.mr-36{margin-right:2.25rem!important}.mr-37{margin-right:2.3125rem!important}.mr-38{margin-right:2.375rem!important}.mr-39{margin-right:2.4375rem!important}.mr-40{margin-right:2.5rem!important}.mr-41{margin-right:2.5625rem!important}.mr-42{margin-right:2.625rem!important}.mr-43{margin-right:2.6875rem!important}.mr-44{margin-right:2.75rem!important}.mr-45{margin-right:2.8125rem!important}.mr-46{margin-right:2.875rem!important}.mr-47{margin-right:2.9375rem!important}.mr-48{margin-right:3rem!important}.mr-49{margin-right:3.0625rem!important}.mr-50{margin-right:3.125rem!important}.mr-51{margin-right:3.1875rem!important}.mr-52{margin-right:3.25rem!important}.mr-53{margin-right:3.3125rem!important}.mr-54{margin-right:3.375rem!important}.mr-55{margin-right:3.4375rem!important}.mr-56{margin-right:3.5rem!important}.mr-57{margin-right:3.5625rem!important}.mr-58{margin-right:3.625rem!important}.mr-59{margin-right:3.6875rem!important}.mr-60{margin-right:3.75rem!important}.mr-61{margin-right:3.8125rem!important}.mr-62{margin-right:3.875rem!important}.mr-63{margin-right:3.9375rem!important}.mr-64{margin-right:4rem!important}.mr-65{margin-right:4.0625rem!important}.mr-66{margin-right:4.125rem!important}.mr-67{margin-right:4.1875rem!important}.mr-68{margin-right:4.25rem!important}.mr-69{margin-right:4.3125rem!important}.mr-70{margin-right:4.375rem!important}.mr-71{margin-right:4.4375rem!important}.mr-72{margin-right:4.5rem!important}.mr-73{margin-right:4.5625rem!important}.mr-74{margin-right:4.625rem!important}.mr-75{margin-right:4.6875rem!important}.mr-76{margin-right:4.75rem!important}.mr-77{margin-right:4.8125rem!important}.mr-78{margin-right:4.875rem!important}.mr-79{margin-right:4.9375rem!important}.mr-80{margin-right:5rem!important}.mr-81{margin-right:5.0625rem!important}.mr-82{margin-right:5.125rem!important}.mr-83{margin-right:5.1875rem!important}.mr-84{margin-right:5.25rem!important}.mr-85{margin-right:5.3125rem!important}.mr-86{margin-right:5.375rem!important}.mr-87{margin-right:5.4375rem!important}.mr-88{margin-right:5.5rem!important}.mr-89{margin-right:5.5625rem!important}.mr-90{margin-right:5.625rem!important}.mr-91{margin-right:5.6875rem!important}.mr-92{margin-right:5.75rem!important}.mr-93{margin-right:5.8125rem!important}.mr-94{margin-right:5.875rem!important}.mr-95{margin-right:5.9375rem!important}.mr-96{margin-right:6rem!important}.mr-97{margin-right:6.0625rem!important}.mr-98{margin-right:6.125rem!important}.mr-99{margin-right:6.1875rem!important}.mr-100{margin-right:6.25rem!important}.mb-1{margin-bottom:.0625rem!important}.mb-2{margin-bottom:.125rem!important}.mb-3{margin-bottom:.1875rem!important}.mb-4{margin-bottom:.25rem!important}.mb-5{margin-bottom:.3125rem!important}.mb-6{margin-bottom:.375rem!important}.mb-7{margin-bottom:.4375rem!important}.mb-8{margin-bottom:.5rem!important}.mb-9{margin-bottom:.5625rem!important}.mb-10{margin-bottom:.625rem!important}.mb-11{margin-bottom:.6875rem!important}.mb-12{margin-bottom:.75rem!important}.mb-13{margin-bottom:.8125rem!important}.mb-14{margin-bottom:.875rem!important}.mb-15{margin-bottom:.9375rem!important}.mb-16{margin-bottom:1rem!important}.mb-17{margin-bottom:1.0625rem!important}.mb-18{margin-bottom:1.125rem!important}.mb-19{margin-bottom:1.1875rem!important}.mb-20{margin-bottom:1.25rem!important}.mb-21{margin-bottom:1.3125rem!important}.mb-22{margin-bottom:1.375rem!important}.mb-23{margin-bottom:1.4375rem!important}.mb-24{margin-bottom:1.5rem!important}.mb-25{margin-bottom:1.5625rem!important}.mb-26{margin-bottom:1.625rem!important}.mb-27{margin-bottom:1.6875rem!important}.mb-28{margin-bottom:1.75rem!important}.mb-29{margin-bottom:1.8125rem!important}.mb-30{margin-bottom:1.875rem!important}.mb-31{margin-bottom:1.9375rem!important}.mb-32{margin-bottom:2rem!important}.mb-33{margin-bottom:2.0625rem!important}.mb-34{margin-bottom:2.125rem!important}.mb-35{margin-bottom:2.1875rem!important}.mb-36{margin-bottom:2.25rem!important}.mb-37{margin-bottom:2.3125rem!important}.mb-38{margin-bottom:2.375rem!important}.mb-39{margin-bottom:2.4375rem!important}.mb-40{margin-bottom:2.5rem!important}.mb-41{margin-bottom:2.5625rem!important}.mb-42{margin-bottom:2.625rem!important}.mb-43{margin-bottom:2.6875rem!important}.mb-44{margin-bottom:2.75rem!important}.mb-45{margin-bottom:2.8125rem!important}.mb-46{margin-bottom:2.875rem!important}.mb-47{margin-bottom:2.9375rem!important}.mb-48{margin-bottom:3rem!important}.mb-49{margin-bottom:3.0625rem!important}.mb-50{margin-bottom:3.125rem!important}.mb-51{margin-bottom:3.1875rem!important}.mb-52{margin-bottom:3.25rem!important}.mb-53{margin-bottom:3.3125rem!important}.mb-54{margin-bottom:3.375rem!important}.mb-55{margin-bottom:3.4375rem!important}.mb-56{margin-bottom:3.5rem!important}.mb-57{margin-bottom:3.5625rem!important}.mb-58{margin-bottom:3.625rem!important}.mb-59{margin-bottom:3.6875rem!important}.mb-60{margin-bottom:3.75rem!important}.mb-61{margin-bottom:3.8125rem!important}.mb-62{margin-bottom:3.875rem!important}.mb-63{margin-bottom:3.9375rem!important}.mb-64{margin-bottom:4rem!important}.mb-65{margin-bottom:4.0625rem!important}.mb-66{margin-bottom:4.125rem!important}.mb-67{margin-bottom:4.1875rem!important}.mb-68{margin-bottom:4.25rem!important}.mb-69{margin-bottom:4.3125rem!important}.mb-70{margin-bottom:4.375rem!important}.mb-71{margin-bottom:4.4375rem!important}.mb-72{margin-bottom:4.5rem!important}.mb-73{margin-bottom:4.5625rem!important}.mb-74{margin-bottom:4.625rem!important}.mb-75{margin-bottom:4.6875rem!important}.mb-76{margin-bottom:4.75rem!important}.mb-77{margin-bottom:4.8125rem!important}.mb-78{margin-bottom:4.875rem!important}.mb-79{margin-bottom:4.9375rem!important}.mb-80{margin-bottom:5rem!important}.mb-81{margin-bottom:5.0625rem!important}.mb-82{margin-bottom:5.125rem!important}.mb-83{margin-bottom:5.1875rem!important}.mb-84{margin-bottom:5.25rem!important}.mb-85{margin-bottom:5.3125rem!important}.mb-86{margin-bottom:5.375rem!important}.mb-87{margin-bottom:5.4375rem!important}.mb-88{margin-bottom:5.5rem!important}.mb-89{margin-bottom:5.5625rem!important}.mb-90{margin-bottom:5.625rem!important}.mb-91{margin-bottom:5.6875rem!important}.mb-92{margin-bottom:5.75rem!important}.mb-93{margin-bottom:5.8125rem!important}.mb-94{margin-bottom:5.875rem!important}.mb-95{margin-bottom:5.9375rem!important}.mb-96{margin-bottom:6rem!important}.mb-97{margin-bottom:6.0625rem!important}.mb-98{margin-bottom:6.125rem!important}.mb-99{margin-bottom:6.1875rem!important}.mb-100{margin-bottom:6.25rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.0625rem!important}.ml-2{margin-left:.125rem!important}.ml-3{margin-left:.1875rem!important}.ml-4{margin-left:.25rem!important}.ml-5{margin-left:.3125rem!important}.ml-6{margin-left:.375rem!important}.ml-7{margin-left:.4375rem!important}.ml-8{margin-left:.5rem!important}.ml-9{margin-left:.5625rem!important}.ml-10{margin-left:.625rem!important}.ml-11{margin-left:.6875rem!important}.ml-12{margin-left:.75rem!important}.ml-13{margin-left:.8125rem!important}.ml-14{margin-left:.875rem!important}.ml-15{margin-left:.9375rem!important}.ml-16{margin-left:1rem!important}.ml-17{margin-left:1.0625rem!important}.ml-18{margin-left:1.125rem!important}.ml-19{margin-left:1.1875rem!important}.ml-20{margin-left:1.25rem!important}.ml-21{margin-left:1.3125rem!important}.ml-22{margin-left:1.375rem!important}.ml-23{margin-left:1.4375rem!important}.ml-24{margin-left:1.5rem!important}.ml-25{margin-left:1.5625rem!important}.ml-26{margin-left:1.625rem!important}.ml-27{margin-left:1.6875rem!important}.ml-28{margin-left:1.75rem!important}.ml-29{margin-left:1.8125rem!important}.ml-30{margin-left:1.875rem!important}.ml-31{margin-left:1.9375rem!important}.ml-32{margin-left:2rem!important}.ml-33{margin-left:2.0625rem!important}.ml-34{margin-left:2.125rem!important}.ml-35{margin-left:2.1875rem!important}.ml-36{margin-left:2.25rem!important}.ml-37{margin-left:2.3125rem!important}.ml-38{margin-left:2.375rem!important}.ml-39{margin-left:2.4375rem!important}.ml-40{margin-left:2.5rem!important}.ml-41{margin-left:2.5625rem!important}.ml-42{margin-left:2.625rem!important}.ml-43{margin-left:2.6875rem!important}.ml-44{margin-left:2.75rem!important}.ml-45{margin-left:2.8125rem!important}.ml-46{margin-left:2.875rem!important}.ml-47{margin-left:2.9375rem!important}.ml-48{margin-left:3rem!important}.ml-49{margin-left:3.0625rem!important}.ml-50{margin-left:3.125rem!important}.ml-51{margin-left:3.1875rem!important}.ml-52{margin-left:3.25rem!important}.ml-53{margin-left:3.3125rem!important}.ml-54{margin-left:3.375rem!important}.ml-55{margin-left:3.4375rem!important}.ml-56{margin-left:3.5rem!important}.ml-57{margin-left:3.5625rem!important}.ml-58{margin-left:3.625rem!important}.ml-59{margin-left:3.6875rem!important}.ml-60{margin-left:3.75rem!important}.ml-61{margin-left:3.8125rem!important}.ml-62{margin-left:3.875rem!important}.ml-63{margin-left:3.9375rem!important}.ml-64{margin-left:4rem!important}.ml-65{margin-left:4.0625rem!important}.ml-66{margin-left:4.125rem!important}.ml-67{margin-left:4.1875rem!important}.ml-68{margin-left:4.25rem!important}.ml-69{margin-left:4.3125rem!important}.ml-70{margin-left:4.375rem!important}.ml-71{margin-left:4.4375rem!important}.ml-72{margin-left:4.5rem!important}.ml-73{margin-left:4.5625rem!important}.ml-74{margin-left:4.625rem!important}.ml-75{margin-left:4.6875rem!important}.ml-76{margin-left:4.75rem!important}.ml-77{margin-left:4.8125rem!important}.ml-78{margin-left:4.875rem!important}.ml-79{margin-left:4.9375rem!important}.ml-80{margin-left:5rem!important}.ml-81{margin-left:5.0625rem!important}.ml-82{margin-left:5.125rem!important}.ml-83{margin-left:5.1875rem!important}.ml-84{margin-left:5.25rem!important}.ml-85{margin-left:5.3125rem!important}.ml-86{margin-left:5.375rem!important}.ml-87{margin-left:5.4375rem!important}.ml-88{margin-left:5.5rem!important}.ml-89{margin-left:5.5625rem!important}.ml-90{margin-left:5.625rem!important}.ml-91{margin-left:5.6875rem!important}.ml-92{margin-left:5.75rem!important}.ml-93{margin-left:5.8125rem!important}.ml-94{margin-left:5.875rem!important}.ml-95{margin-left:5.9375rem!important}.ml-96{margin-left:6rem!important}.ml-97{margin-left:6.0625rem!important}.ml-98{margin-left:6.125rem!important}.ml-99{margin-left:6.1875rem!important}.ml-100{margin-left:6.25rem!important}.mx-0{margin:0!important}.mx-1{margin:.0625rem!important}.mx-2{margin:.125rem!important}.mx-3{margin:.1875rem!important}.mx-4{margin:.25rem!important}.mx-5{margin:.3125rem!important}.mx-6{margin:.375rem!important}.mx-7{margin:.4375rem!important}.mx-8{margin:.5rem!important}.mx-9{margin:.5625rem!important}.mx-10{margin:.625rem!important}.mx-11{margin:.6875rem!important}.mx-12{margin:.75rem!important}.mx-13{margin:.8125rem!important}.mx-14{margin:.875rem!important}.mx-15{margin:.9375rem!important}.mx-16{margin:1rem!important}.mx-17{margin:1.0625rem!important}.mx-18{margin:1.125rem!important}.mx-19{margin:1.1875rem!important}.mx-20{margin:1.25rem!important}.mx-21{margin:1.3125rem!important}.mx-22{margin:1.375rem!important}.mx-23{margin:1.4375rem!important}.mx-24{margin:1.5rem!important}.mx-25{margin:1.5625rem!important}.mx-26{margin:1.625rem!important}.mx-27{margin:1.6875rem!important}.mx-28{margin:1.75rem!important}.mx-29{margin:1.8125rem!important}.mx-30{margin:1.875rem!important}.mx-31{margin:1.9375rem!important}.mx-32{margin:2rem!important}.mx-33{margin:2.0625rem!important}.mx-34{margin:2.125rem!important}.mx-35{margin:2.1875rem!important}.mx-36{margin:2.25rem!important}.mx-37{margin:2.3125rem!important}.mx-38{margin:2.375rem!important}.mx-39{margin:2.4375rem!important}.mx-40{margin:2.5rem!important}.mx-41{margin:2.5625rem!important}.mx-42{margin:2.625rem!important}.mx-43{margin:2.6875rem!important}.mx-44{margin:2.75rem!important}.mx-45{margin:2.8125rem!important}.mx-46{margin:2.875rem!important}.mx-47{margin:2.9375rem!important}.mx-48{margin:3rem!important}.mx-49{margin:3.0625rem!important}.mx-50{margin:3.125rem!important}.mx-51{margin:3.1875rem!important}.mx-52{margin:3.25rem!important}.mx-53{margin:3.3125rem!important}.mx-54{margin:3.375rem!important}.mx-55{margin:3.4375rem!important}.mx-56{margin:3.5rem!important}.mx-57{margin:3.5625rem!important}.mx-58{margin:3.625rem!important}.mx-59{margin:3.6875rem!important}.mx-60{margin:3.75rem!important}.mx-61{margin:3.8125rem!important}.mx-62{margin:3.875rem!important}.mx-63{margin:3.9375rem!important}.mx-64{margin:4rem!important}.mx-65{margin:4.0625rem!important}.mx-66{margin:4.125rem!important}.mx-67{margin:4.1875rem!important}.mx-68{margin:4.25rem!important}.mx-69{margin:4.3125rem!important}.mx-70{margin:4.375rem!important}.mx-71{margin:4.4375rem!important}.mx-72{margin:4.5rem!important}.mx-73{margin:4.5625rem!important}.mx-74{margin:4.625rem!important}.mx-75{margin:4.6875rem!important}.mx-76{margin:4.75rem!important}.mx-77{margin:4.8125rem!important}.mx-78{margin:4.875rem!important}.mx-79{margin:4.9375rem!important}.mx-80{margin:5rem!important}.mx-81{margin:5.0625rem!important}.mx-82{margin:5.125rem!important}.mx-83{margin:5.1875rem!important}.mx-84{margin:5.25rem!important}.mx-85{margin:5.3125rem!important}.mx-86{margin:5.375rem!important}.mx-87{margin:5.4375rem!important}.mx-88{margin:5.5rem!important}.mx-89{margin:5.5625rem!important}.mx-90{margin:5.625rem!important}.mx-91{margin:5.6875rem!important}.mx-92{margin:5.75rem!important}.mx-93{margin:5.8125rem!important}.mx-94{margin:5.875rem!important}.mx-95{margin:5.9375rem!important}.mx-96{margin:6rem!important}.mx-97{margin:6.0625rem!important}.mx-98{margin:6.125rem!important}.mx-99{margin:6.1875rem!important}.mx-100{margin:6.25rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.0625rem!important}.pt-2{padding-top:.125rem!important}.pt-3{padding-top:.1875rem!important}.pt-4{padding-top:.25rem!important}.pt-5{padding-top:.3125rem!important}.pt-6{padding-top:.375rem!important}.pt-7{padding-top:.4375rem!important}.pt-8{padding-top:.5rem!important}.pt-9{padding-top:.5625rem!important}.pt-10{padding-top:.625rem!important}.pt-11{padding-top:.6875rem!important}.pt-12{padding-top:.75rem!important}.pt-13{padding-top:.8125rem!important}.pt-14{padding-top:.875rem!important}.pt-15{padding-top:.9375rem!important}.pt-16{padding-top:1rem!important}.pt-17{padding-top:1.0625rem!important}.pt-18{padding-top:1.125rem!important}.pt-19{padding-top:1.1875rem!important}.pt-20{padding-top:1.25rem!important}.pt-21{padding-top:1.3125rem!important}.pt-22{padding-top:1.375rem!important}.pt-23{padding-top:1.4375rem!important}.pt-24{padding-top:1.5rem!important}.pt-25{padding-top:1.5625rem!important}.pt-26{padding-top:1.625rem!important}.pt-27{padding-top:1.6875rem!important}.pt-28{padding-top:1.75rem!important}.pt-29{padding-top:1.8125rem!important}.pt-30{padding-top:1.875rem!important}.pt-31{padding-top:1.9375rem!important}.pt-32{padding-top:2rem!important}.pt-33{padding-top:2.0625rem!important}.pt-34{padding-top:2.125rem!important}.pt-35{padding-top:2.1875rem!important}.pt-36{padding-top:2.25rem!important}.pt-37{padding-top:2.3125rem!important}.pt-38{padding-top:2.375rem!important}.pt-39{padding-top:2.4375rem!important}.pt-40{padding-top:2.5rem!important}.pt-41{padding-top:2.5625rem!important}.pt-42{padding-top:2.625rem!important}.pt-43{padding-top:2.6875rem!important}.pt-44{padding-top:2.75rem!important}.pt-45{padding-top:2.8125rem!important}.pt-46{padding-top:2.875rem!important}.pt-47{padding-top:2.9375rem!important}.pt-48{padding-top:3rem!important}.pt-49{padding-top:3.0625rem!important}.pt-50{padding-top:3.125rem!important}.pt-51{padding-top:3.1875rem!important}.pt-52{padding-top:3.25rem!important}.pt-53{padding-top:3.3125rem!important}.pt-54{padding-top:3.375rem!important}.pt-55{padding-top:3.4375rem!important}.pt-56{padding-top:3.5rem!important}.pt-57{padding-top:3.5625rem!important}.pt-58{padding-top:3.625rem!important}.pt-59{padding-top:3.6875rem!important}.pt-60{padding-top:3.75rem!important}.pt-61{padding-top:3.8125rem!important}.pt-62{padding-top:3.875rem!important}.pt-63{padding-top:3.9375rem!important}.pt-64{padding-top:4rem!important}.pt-65{padding-top:4.0625rem!important}.pt-66{padding-top:4.125rem!important}.pt-67{padding-top:4.1875rem!important}.pt-68{padding-top:4.25rem!important}.pt-69{padding-top:4.3125rem!important}.pt-70{padding-top:4.375rem!important}.pt-71{padding-top:4.4375rem!important}.pt-72{padding-top:4.5rem!important}.pt-73{padding-top:4.5625rem!important}.pt-74{padding-top:4.625rem!important}.pt-75{padding-top:4.6875rem!important}.pt-76{padding-top:4.75rem!important}.pt-77{padding-top:4.8125rem!important}.pt-78{padding-top:4.875rem!important}.pt-79{padding-top:4.9375rem!important}.pt-80{padding-top:5rem!important}.pt-81{padding-top:5.0625rem!important}.pt-82{padding-top:5.125rem!important}.pt-83{padding-top:5.1875rem!important}.pt-84{padding-top:5.25rem!important}.pt-85{padding-top:5.3125rem!important}.pt-86{padding-top:5.375rem!important}.pt-87{padding-top:5.4375rem!important}.pt-88{padding-top:5.5rem!important}.pt-89{padding-top:5.5625rem!important}.pt-90{padding-top:5.625rem!important}.pt-91{padding-top:5.6875rem!important}.pt-92{padding-top:5.75rem!important}.pt-93{padding-top:5.8125rem!important}.pt-94{padding-top:5.875rem!important}.pt-95{padding-top:5.9375rem!important}.pt-96{padding-top:6rem!important}.pt-97{padding-top:6.0625rem!important}.pt-98{padding-top:6.125rem!important}.pt-99{padding-top:6.1875rem!important}.pt-100{padding-top:6.25rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.0625rem!important}.pr-2{padding-right:.125rem!important}.pr-3{padding-right:.1875rem!important}.pr-4{padding-right:.25rem!important}.pr-5{padding-right:.3125rem!important}.pr-6{padding-right:.375rem!important}.pr-7{padding-right:.4375rem!important}.pr-8{padding-right:.5rem!important}.pr-9{padding-right:.5625rem!important}.pr-10{padding-right:.625rem!important}.pr-11{padding-right:.6875rem!important}.pr-12{padding-right:.75rem!important}.pr-13{padding-right:.8125rem!important}.pr-14{padding-right:.875rem!important}.pr-15{padding-right:.9375rem!important}.pr-16{padding-right:1rem!important}.pr-17{padding-right:1.0625rem!important}.pr-18{padding-right:1.125rem!important}.pr-19{padding-right:1.1875rem!important}.pr-20{padding-right:1.25rem!important}.pr-21{padding-right:1.3125rem!important}.pr-22{padding-right:1.375rem!important}.pr-23{padding-right:1.4375rem!important}.pr-24{padding-right:1.5rem!important}.pr-25{padding-right:1.5625rem!important}.pr-26{padding-right:1.625rem!important}.pr-27{padding-right:1.6875rem!important}.pr-28{padding-right:1.75rem!important}.pr-29{padding-right:1.8125rem!important}.pr-30{padding-right:1.875rem!important}.pr-31{padding-right:1.9375rem!important}.pr-32{padding-right:2rem!important}.pr-33{padding-right:2.0625rem!important}.pr-34{padding-right:2.125rem!important}.pr-35{padding-right:2.1875rem!important}.pr-36{padding-right:2.25rem!important}.pr-37{padding-right:2.3125rem!important}.pr-38{padding-right:2.375rem!important}.pr-39{padding-right:2.4375rem!important}.pr-40{padding-right:2.5rem!important}.pr-41{padding-right:2.5625rem!important}.pr-42{padding-right:2.625rem!important}.pr-43{padding-right:2.6875rem!important}.pr-44{padding-right:2.75rem!important}.pr-45{padding-right:2.8125rem!important}.pr-46{padding-right:2.875rem!important}.pr-47{padding-right:2.9375rem!important}.pr-48{padding-right:3rem!important}.pr-49{padding-right:3.0625rem!important}.pr-50{padding-right:3.125rem!important}.pr-51{padding-right:3.1875rem!important}.pr-52{padding-right:3.25rem!important}.pr-53{padding-right:3.3125rem!important}.pr-54{padding-right:3.375rem!important}.pr-55{padding-right:3.4375rem!important}.pr-56{padding-right:3.5rem!important}.pr-57{padding-right:3.5625rem!important}.pr-58{padding-right:3.625rem!important}.pr-59{padding-right:3.6875rem!important}.pr-60{padding-right:3.75rem!important}.pr-61{padding-right:3.8125rem!important}.pr-62{padding-right:3.875rem!important}.pr-63{padding-right:3.9375rem!important}.pr-64{padding-right:4rem!important}.pr-65{padding-right:4.0625rem!important}.pr-66{padding-right:4.125rem!important}.pr-67{padding-right:4.1875rem!important}.pr-68{padding-right:4.25rem!important}.pr-69{padding-right:4.3125rem!important}.pr-70{padding-right:4.375rem!important}.pr-71{padding-right:4.4375rem!important}.pr-72{padding-right:4.5rem!important}.pr-73{padding-right:4.5625rem!important}.pr-74{padding-right:4.625rem!important}.pr-75{padding-right:4.6875rem!important}.pr-76{padding-right:4.75rem!important}.pr-77{padding-right:4.8125rem!important}.pr-78{padding-right:4.875rem!important}.pr-79{padding-right:4.9375rem!important}.pr-80{padding-right:5rem!important}.pr-81{padding-right:5.0625rem!important}.pr-82{padding-right:5.125rem!important}.pr-83{padding-right:5.1875rem!important}.pr-84{padding-right:5.25rem!important}.pr-85{padding-right:5.3125rem!important}.pr-86{padding-right:5.375rem!important}.pr-87{padding-right:5.4375rem!important}.pr-88{padding-right:5.5rem!important}.pr-89{padding-right:5.5625rem!important}.pr-90{padding-right:5.625rem!important}.pr-91{padding-right:5.6875rem!important}.pr-92{padding-right:5.75rem!important}.pr-93{padding-right:5.8125rem!important}.pr-94{padding-right:5.875rem!important}.pr-95{padding-right:5.9375rem!important}.pr-96{padding-right:6rem!important}.pr-97{padding-right:6.0625rem!important}.pr-98{padding-right:6.125rem!important}.pr-99{padding-right:6.1875rem!important}.pr-100{padding-right:6.25rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.0625rem!important}.pb-2{padding-bottom:.125rem!important}.pb-3{padding-bottom:.1875rem!important}.pb-4{padding-bottom:.25rem!important}.pb-5{padding-bottom:.3125rem!important}.pb-6{padding-bottom:.375rem!important}.pb-7{padding-bottom:.4375rem!important}.pb-8{padding-bottom:.5rem!important}.pb-9{padding-bottom:.5625rem!important}.pb-10{padding-bottom:.625rem!important}.pb-11{padding-bottom:.6875rem!important}.pb-12{padding-bottom:.75rem!important}.pb-13{padding-bottom:.8125rem!important}.pb-14{padding-bottom:.875rem!important}.pb-15{padding-bottom:.9375rem!important}.pb-16{padding-bottom:1rem!important}.pb-17{padding-bottom:1.0625rem!important}.pb-18{padding-bottom:1.125rem!important}.pb-19{padding-bottom:1.1875rem!important}.pb-20{padding-bottom:1.25rem!important}.pb-21{padding-bottom:1.3125rem!important}.pb-22{padding-bottom:1.375rem!important}.pb-23{padding-bottom:1.4375rem!important}.pb-24{padding-bottom:1.5rem!important}.pb-25{padding-bottom:1.5625rem!important}.pb-26{padding-bottom:1.625rem!important}.pb-27{padding-bottom:1.6875rem!important}.pb-28{padding-bottom:1.75rem!important}.pb-29{padding-bottom:1.8125rem!important}.pb-30{padding-bottom:1.875rem!important}.pb-31{padding-bottom:1.9375rem!important}.pb-32{padding-bottom:2rem!important}.pb-33{padding-bottom:2.0625rem!important}.pb-34{padding-bottom:2.125rem!important}.pb-35{padding-bottom:2.1875rem!important}.pb-36{padding-bottom:2.25rem!important}.pb-37{padding-bottom:2.3125rem!important}.pb-38{padding-bottom:2.375rem!important}.pb-39{padding-bottom:2.4375rem!important}.pb-40{padding-bottom:2.5rem!important}.pb-41{padding-bottom:2.5625rem!important}.pb-42{padding-bottom:2.625rem!important}.pb-43{padding-bottom:2.6875rem!important}.pb-44{padding-bottom:2.75rem!important}.pb-45{padding-bottom:2.8125rem!important}.pb-46{padding-bottom:2.875rem!important}.pb-47{padding-bottom:2.9375rem!important}.pb-48{padding-bottom:3rem!important}.pb-49{padding-bottom:3.0625rem!important}.pb-50{padding-bottom:3.125rem!important}.pb-51{padding-bottom:3.1875rem!important}.pb-52{padding-bottom:3.25rem!important}.pb-53{padding-bottom:3.3125rem!important}.pb-54{padding-bottom:3.375rem!important}.pb-55{padding-bottom:3.4375rem!important}.pb-56{padding-bottom:3.5rem!important}.pb-57{padding-bottom:3.5625rem!important}.pb-58{padding-bottom:3.625rem!important}.pb-59{padding-bottom:3.6875rem!important}.pb-60{padding-bottom:3.75rem!important}.pb-61{padding-bottom:3.8125rem!important}.pb-62{padding-bottom:3.875rem!important}.pb-63{padding-bottom:3.9375rem!important}.pb-64{padding-bottom:4rem!important}.pb-65{padding-bottom:4.0625rem!important}.pb-66{padding-bottom:4.125rem!important}.pb-67{padding-bottom:4.1875rem!important}.pb-68{padding-bottom:4.25rem!important}.pb-69{padding-bottom:4.3125rem!important}.pb-70{padding-bottom:4.375rem!important}.pb-71{padding-bottom:4.4375rem!important}.pb-72{padding-bottom:4.5rem!important}.pb-73{padding-bottom:4.5625rem!important}.pb-74{padding-bottom:4.625rem!important}.pb-75{padding-bottom:4.6875rem!important}.pb-76{padding-bottom:4.75rem!important}.pb-77{padding-bottom:4.8125rem!important}.pb-78{padding-bottom:4.875rem!important}.pb-79{padding-bottom:4.9375rem!important}.pb-80{padding-bottom:5rem!important}.pb-81{padding-bottom:5.0625rem!important}.pb-82{padding-bottom:5.125rem!important}.pb-83{padding-bottom:5.1875rem!important}.pb-84{padding-bottom:5.25rem!important}.pb-85{padding-bottom:5.3125rem!important}.pb-86{padding-bottom:5.375rem!important}.pb-87{padding-bottom:5.4375rem!important}.pb-88{padding-bottom:5.5rem!important}.pb-89{padding-bottom:5.5625rem!important}.pb-90{padding-bottom:5.625rem!important}.pb-91{padding-bottom:5.6875rem!important}.pb-92{padding-bottom:5.75rem!important}.pb-93{padding-bottom:5.8125rem!important}.pb-94{padding-bottom:5.875rem!important}.pb-95{padding-bottom:5.9375rem!important}.pb-96{padding-bottom:6rem!important}.pb-97{padding-bottom:6.0625rem!important}.pb-98{padding-bottom:6.125rem!important}.pb-99{padding-bottom:6.1875rem!important}.pb-100{padding-bottom:6.25rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.0625rem!important}.pl-2{padding-left:.125rem!important}.pl-3{padding-left:.1875rem!important}.pl-4{padding-left:.25rem!important}.pl-5{padding-left:.3125rem!important}.pl-6{padding-left:.375rem!important}.pl-7{padding-left:.4375rem!important}.pl-8{padding-left:.5rem!important}.pl-9{padding-left:.5625rem!important}.pl-10{padding-left:.625rem!important}.pl-11{padding-left:.6875rem!important}.pl-12{padding-left:.75rem!important}.pl-13{padding-left:.8125rem!important}.pl-14{padding-left:.875rem!important}.pl-15{padding-left:.9375rem!important}.pl-16{padding-left:1rem!important}.pl-17{padding-left:1.0625rem!important}.pl-18{padding-left:1.125rem!important}.pl-19{padding-left:1.1875rem!important}.pl-20{padding-left:1.25rem!important}.pl-21{padding-left:1.3125rem!important}.pl-22{padding-left:1.375rem!important}.pl-23{padding-left:1.4375rem!important}.pl-24{padding-left:1.5rem!important}.pl-25{padding-left:1.5625rem!important}.pl-26{padding-left:1.625rem!important}.pl-27{padding-left:1.6875rem!important}.pl-28{padding-left:1.75rem!important}.pl-29{padding-left:1.8125rem!important}.pl-30{padding-left:1.875rem!important}.pl-31{padding-left:1.9375rem!important}.pl-32{padding-left:2rem!important}.pl-33{padding-left:2.0625rem!important}.pl-34{padding-left:2.125rem!important}.pl-35{padding-left:2.1875rem!important}.pl-36{padding-left:2.25rem!important}.pl-37{padding-left:2.3125rem!important}.pl-38{padding-left:2.375rem!important}.pl-39{padding-left:2.4375rem!important}.pl-40{padding-left:2.5rem!important}.pl-41{padding-left:2.5625rem!important}.pl-42{padding-left:2.625rem!important}.pl-43{padding-left:2.6875rem!important}.pl-44{padding-left:2.75rem!important}.pl-45{padding-left:2.8125rem!important}.pl-46{padding-left:2.875rem!important}.pl-47{padding-left:2.9375rem!important}.pl-48{padding-left:3rem!important}.pl-49{padding-left:3.0625rem!important}.pl-50{padding-left:3.125rem!important}.pl-51{padding-left:3.1875rem!important}.pl-52{padding-left:3.25rem!important}.pl-53{padding-left:3.3125rem!important}.pl-54{padding-left:3.375rem!important}.pl-55{padding-left:3.4375rem!important}.pl-56{padding-left:3.5rem!important}.pl-57{padding-left:3.5625rem!important}.pl-58{padding-left:3.625rem!important}.pl-59{padding-left:3.6875rem!important}.pl-60{padding-left:3.75rem!important}.pl-61{padding-left:3.8125rem!important}.pl-62{padding-left:3.875rem!important}.pl-63{padding-left:3.9375rem!important}.pl-64{padding-left:4rem!important}.pl-65{padding-left:4.0625rem!important}.pl-66{padding-left:4.125rem!important}.pl-67{padding-left:4.1875rem!important}.pl-68{padding-left:4.25rem!important}.pl-69{padding-left:4.3125rem!important}.pl-70{padding-left:4.375rem!important}.pl-71{padding-left:4.4375rem!important}.pl-72{padding-left:4.5rem!important}.pl-73{padding-left:4.5625rem!important}.pl-74{padding-left:4.625rem!important}.pl-75{padding-left:4.6875rem!important}.pl-76{padding-left:4.75rem!important}.pl-77{padding-left:4.8125rem!important}.pl-78{padding-left:4.875rem!important}.pl-79{padding-left:4.9375rem!important}.pl-80{padding-left:5rem!important}.pl-81{padding-left:5.0625rem!important}.pl-82{padding-left:5.125rem!important}.pl-83{padding-left:5.1875rem!important}.pl-84{padding-left:5.25rem!important}.pl-85{padding-left:5.3125rem!important}.pl-86{padding-left:5.375rem!important}.pl-87{padding-left:5.4375rem!important}.pl-88{padding-left:5.5rem!important}.pl-89{padding-left:5.5625rem!important}.pl-90{padding-left:5.625rem!important}.pl-91{padding-left:5.6875rem!important}.pl-92{padding-left:5.75rem!important}.pl-93{padding-left:5.8125rem!important}.pl-94{padding-left:5.875rem!important}.pl-95{padding-left:5.9375rem!important}.pl-96{padding-left:6rem!important}.pl-97{padding-left:6.0625rem!important}.pl-98{padding-left:6.125rem!important}.pl-99{padding-left:6.1875rem!important}.pl-100{padding-left:6.25rem!important}.px-0{padding:0!important}.px-1{padding:.0625rem!important}.px-2{padding:.125rem!important}.px-3{padding:.1875rem!important}.px-4{padding:.25rem!important}.px-5{padding:.3125rem!important}.px-6{padding:.375rem!important}.px-7{padding:.4375rem!important}.px-8{padding:.5rem!important}.px-9{padding:.5625rem!important}.px-10{padding:.625rem!important}.px-11{padding:.6875rem!important}.px-12{padding:.75rem!important}.px-13{padding:.8125rem!important}.px-14{padding:.875rem!important}.px-15{padding:.9375rem!important}.px-16{padding:1rem!important}.px-17{padding:1.0625rem!important}.px-18{padding:1.125rem!important}.px-19{padding:1.1875rem!important}.px-20{padding:1.25rem!important}.px-21{padding:1.3125rem!important}.px-22{padding:1.375rem!important}.px-23{padding:1.4375rem!important}.px-24{padding:1.5rem!important}.px-25{padding:1.5625rem!important}.px-26{padding:1.625rem!important}.px-27{padding:1.6875rem!important}.px-28{padding:1.75rem!important}.px-29{padding:1.8125rem!important}.px-30{padding:1.875rem!important}.px-31{padding:1.9375rem!important}.px-32{padding:2rem!important}.px-33{padding:2.0625rem!important}.px-34{padding:2.125rem!important}.px-35{padding:2.1875rem!important}.px-36{padding:2.25rem!important}.px-37{padding:2.3125rem!important}.px-38{padding:2.375rem!important}.px-39{padding:2.4375rem!important}.px-40{padding:2.5rem!important}.px-41{padding:2.5625rem!important}.px-42{padding:2.625rem!important}.px-43{padding:2.6875rem!important}.px-44{padding:2.75rem!important}.px-45{padding:2.8125rem!important}.px-46{padding:2.875rem!important}.px-47{padding:2.9375rem!important}.px-48{padding:3rem!important}.px-49{padding:3.0625rem!important}.px-50{padding:3.125rem!important}.px-51{padding:3.1875rem!important}.px-52{padding:3.25rem!important}.px-53{padding:3.3125rem!important}.px-54{padding:3.375rem!important}.px-55{padding:3.4375rem!important}.px-56{padding:3.5rem!important}.px-57{padding:3.5625rem!important}.px-58{padding:3.625rem!important}.px-59{padding:3.6875rem!important}.px-60{padding:3.75rem!important}.px-61{padding:3.8125rem!important}.px-62{padding:3.875rem!important}.px-63{padding:3.9375rem!important}.px-64{padding:4rem!important}.px-65{padding:4.0625rem!important}.px-66{padding:4.125rem!important}.px-67{padding:4.1875rem!important}.px-68{padding:4.25rem!important}.px-69{padding:4.3125rem!important}.px-70{padding:4.375rem!important}.px-71{padding:4.4375rem!important}.px-72{padding:4.5rem!important}.px-73{padding:4.5625rem!important}.px-74{padding:4.625rem!important}.px-75{padding:4.6875rem!important}.px-76{padding:4.75rem!important}.px-77{padding:4.8125rem!important}.px-78{padding:4.875rem!important}.px-79{padding:4.9375rem!important}.px-80{padding:5rem!important}.px-81{padding:5.0625rem!important}.px-82{padding:5.125rem!important}.px-83{padding:5.1875rem!important}.px-84{padding:5.25rem!important}.px-85{padding:5.3125rem!important}.px-86{padding:5.375rem!important}.px-87{padding:5.4375rem!important}.px-88{padding:5.5rem!important}.px-89{padding:5.5625rem!important}.px-90{padding:5.625rem!important}.px-91{padding:5.6875rem!important}.px-92{padding:5.75rem!important}.px-93{padding:5.8125rem!important}.px-94{padding:5.875rem!important}.px-95{padding:5.9375rem!important}.px-96{padding:6rem!important}.px-97{padding:6.0625rem!important}.px-98{padding:6.125rem!important}.px-99{padding:6.1875rem!important}.px-100{padding:6.25rem!important}.mat-shadow-1{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.mat-shadow-2{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.mat-shadow-3{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.mat-shadow-4{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.mat-shadow-5{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}h1,h2,h3,h4,h5,h6{margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.material-icons,.MuiSvgIcon-root,.pointer{cursor:pointer}.nowrap{white-space:nowrap}.white-color{color:#fff!important}.primary{color:#2c3d63!important}.dark-grey{color:#5a5a5a!important}.semi-dark-grey{color:#7b7b7b!important}.error-color{color:#d00909!important}.success-color{color:#4caf50!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.customScrollBar::-webkit-scrollbar{width:10px;height:10px}.customScrollBar::-webkit-scrollbar-track{background-color:rgba(88,38,38,.12);border-radius:10px}.customScrollBar::-webkit-scrollbar-thumb{background-color:#2c3d63;border-radius:10px}.customScrollBar::-webkit-scrollbar-button:single-button{display:block;border-style:solid;height:5px;width:10px}.customScrollBar::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 5px 5px;border-color:transparent transparent #2c3d63}.customScrollBar::-webkit-scrollbar-button:single-button:vertical:increment{border-width:5px 5px 0;border-color:#2c3d63 transparent transparent}.customScrollBar::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:5px 5px 5px 0;border-color:transparent #2c3d63 transparent transparent}.customScrollBar::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:5px 0 5px 5px;border-color:transparent transparent transparent #2c3d63}.noBorder{border:0!important}.minw-200{min-width:200px!important}.maxw-150{max-width:150px!important}.maxw-200{max-width:200px!important}.maxw-100{max-width:100px!important}.w-100{width:100%!important}.w-200{width:200px}.w-50{width:50%}.flex{display:flex!important}.fg-1{flex-grow:1}.ai-center{align-items:center}.ai-flex-start{align-items:flex-start}.ai-flex-end{align-items:flex-end}.jc-center{justify-content:center}.jc-space-between{justify-content:space-between}.jc-space-evenly{justify-content:space-evenly}.jc-flex-end{justify-content:flex-end}.jc-space-around{justify-content:space-around}body,html{height:100%;margin:0;background-color:#e5e5e5}a{color:#1890ff}.anchor-link{color:#1890ff!important;cursor:pointer}.error-link{color:#d00909!important;cursor:pointer}.error-link .error-icon{font-size:12px}.db{display:block}.db .code{background-color:#eee;border-radius:3px;font-family:courier,monospace;padding:6px}.db-top-heading{background-color:#2c3d63;color:#fafafa;padding:16px;margin:0}.db-main-content{display:block;padding:16px}.db-show-hide-filter-section{display:block;width:100%}.db-show-hide-filter-section .db-show-hide-filter-button{width:130px;margin-right:10px}.db-button{font-size:12px;color:rgba(0,0,0,.8);border:1px solid #d9d9d9;background-color:#fff;text-decoration:none;min-height:30px;padding:7px 20px;margin:10px 0;border-radius:5px;cursor:pointer}.db-button:focus,.db-button:hover{outline:0}.db-button:active{opacity:.8}.db-button.db-button--primary{background-color:#2c3d63;color:#fff}.db-button.db-button--danger{background-color:#ca3c3c;color:#fff}.db-button.db-button--success{background-color:#1cb841;color:#fff}.db-input:not(.db-input[type=checkbox],.db-input[type=radio]),.db-select{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;min-height:30px;border:1px solid #c2c2c2;border-radius:5px;padding:5px;margin-bottom:5px;outline:0}.db-input[type=checkbox],.db-input[type=radio]{border-color:#c2c2c2;margin-left:0;cursor:pointer}.db-input:disabled,.db-select:disabled{cursor:no-drop;color:#aaa!important;background-color:#eeeeeb!important;opacity:1!important}.db-input-group-wrapper{display:inline-block;width:auto}.db-input-group-wrapper .db-input-group{display:flex;align-items:center}.db-input-group-wrapper .db-input-group .db-input-group-prepend{display:flex;height:100%;border:1px solid #d9d9d9;background-color:#fff;padding:6px 15px;font-size:12px;border-radius:5px 0 0 5px!important;cursor:default}.db-input-group-wrapper .db-input-group input.db-input{display:flex;height:28px!important;margin:0!important;border-right:none!important;border-radius:0!important}.db-input-group-wrapper .db-input-group select.db-select{display:flex;height:28px!important;margin:0!important;border-radius:0 5px 5px 0!important;cursor:pointer}.divider{display:flex}.divider:after,.divider:before{content:"";flex:1 1}.line{align-items:center;margin:10px 0}.line:after,.line:before{height:1px;margin:0 1em}.razor:after,.razor:before{box-shadow:0 .5px 0 #000}.full-width{width:100%}.mw-20{width:20px}.w-50{width:50px}.w-100{width:100px}.m-0{margin:0}.mt-0{margin-top:0!important}.mt-5{margin-top:5px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.mt-6{margin-top:6px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-100{margin-top:100px}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-50{margin-bottom:50px}.p-0{padding:0}.db-alert{display:flex;flex-direction:row;align-items:flex-start;padding:10px 16px;font-size:14px;font-weight:400;border-radius:4px;letter-spacing:.01071em;opacity:1;transition:opacity 1s linear}.db-alert .db-alert-icon-section{display:flex;margin-right:5px}.db-alert .db-alert-icon-section .bell-icon{margin-top:3px}.db-alert .db-alert-content-section{display:flex;flex:1 1;flex-direction:column}.db-alert .db-alert-content-section ul{padding-left:40px}.db-alert p{padding:0;margin:0 0 0 10px}.db-alert.success{color:#000;background-color:#d1e7dd}.db-alert.warning{color:#000;background-color:#fff4e5}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.strike-text{width:100%;font-size:14px;font-weight:500;border-bottom:.5px solid #545454;line-height:3.5px;margin:20px 0 10px}.strike-text span{background:#fff;padding:0 10px 0 0}.cursor-pointer{cursor:pointer}.skeleton .bar{background-color:#e7e7e7;height:25px;width:100%}.skeleton:after{position:absolute;transform:translateY(-50%);top:50%;left:0;content:"";display:block;width:100%;height:24px;background-image:linear-gradient(100deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 80%);background-size:200px 24px;background-position:-100px 0;background-repeat:no-repeat;animation:loading 1s infinite}.custom-tabs .react-tabs__tab-list{margin:0!important;border:none!important}.custom-tabs .react-tabs__tab-list .react-tabs__tab--selected{border:none!important}.custom-tabs .react-tabs__tab-list .react-tabs__tab:focus{box-shadow:none!important;border:none!important}.custom-tabs .react-tabs__tab-panel{background-color:#fff;border-top:none!important;padding:5px 0}.filter-tabs.json-filter__active .react-tabs__tab-panel{background-color:#fff;padding-top:10px!important}.filter-tabs .react-tabs__tab-list{margin-bottom:0}.filter-tabs .react-tabs__tab-panel{background-color:#fff;padding:0 10px}.filter-tabs .react-tabs__tab--selected,.filter-tabs .react-tabs__tab-list{border:none!important}.database-icon{color:#1890ff;margin-right:5px}.tags-icon{font-size:15px;margin-right:5px}.db-pre-aggregation-card.threshold-between{background-color:#fc930a}.db-pre-aggregation-card.threshold-equals{background-color:#18bdd1}.db-pre-aggregation-card.threshold-hcl{background-color:#4da851}.db-pre-aggregation-card.threshold-lcl{background-color:#e8423e}.db-pre-aggregation-card.threshold-between .db-pre-aggregation-card-label,.db-pre-aggregation-card.threshold-between .db-pre-aggregation-card-value,.db-pre-aggregation-card.threshold-equals .db-pre-aggregation-card-label,.db-pre-aggregation-card.threshold-equals .db-pre-aggregation-card-value,.db-pre-aggregation-card.threshold-hcl .db-pre-aggregation-card-label,.db-pre-aggregation-card.threshold-hcl .db-pre-aggregation-card-value,.db-pre-aggregation-card.threshold-lcl .db-pre-aggregation-card-label,.db-pre-aggregation-card.threshold-lcl .db-pre-aggregation-card-value{color:#fff}.alert-modal-section{display:flex;flex-direction:row;align-items:flex-start}.alert-modal-section .error-icon{font-size:40px;color:#d00909;margin-right:20px}.alert-modal-section .alert-modal-content-section{display:flex;flex:1 1;flex-direction:column}.alert-modal-section .alert-modal-content-section h3,.alert-modal-section .alert-modal-content-section p{padding:0;margin:0}.alert-modal-section .alert-modal-content-section .error-detail-link{font-size:13px;color:#1890ff;cursor:pointer;margin-top:5px}.alert-modal-section .alert-modal-content-section .alert-modal-content-detailed-section{border-left:4px solid grey;padding:7px;margin-top:5px}.alert-modal-section .alert-modal-content-section ul{margin:0;padding-left:20px}.ace-editor-wrapper{position:relative}.ace-editor-wrapper .ace-editor-fs-action{font-size:20px;color:#fff;position:absolute;top:0;right:0;z-index:1;cursor:pointer;background-color:#717171;padding:10px;border-bottom-left-radius:10px}
/*# sourceMappingURL=main.c2942dd3.chunk.css.map */