@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;800&display=swap";.share-form{width:360px;height:480px;background-color:#fff;border-radius:4px;border:1px solid #e5e5e5;position:absolute;top:56px;right:6px;box-shadow:0 0 2px 1px rgba(0,0,0,.05);display:none;flex-direction:column;justify-content:space-evenly;padding-left:12px;padding-right:12px}.share-form .share-item{display:flex;flex-direction:column}.share-form h1{font-size:16px;font-weight:500}.share-form input{background-color:#f8fafb;border-radius:4px;border:1px solid #eee;height:40px;padding-left:12px;padding-right:12px;margin-top:8px;font-size:16px}.share-form button{background-color:#2578ff;color:#fff;border:none;height:40px;border-radius:4px;font-size:14px;font-weight:bold}.share-open{display:flex}.notebook-editor .add-cell{padding:16px;padding-right:80px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.notebook-editor .editor-cell{padding:16px;display:grid;grid-template-columns:64px calc(100% - 128px)}.notebook-editor .editor-cell .editor-cell-label{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.notebook-editor .editor-cell .editor-cell-label .editor-cell-label-level{padding-top:16px;height:28px;padding-bottom:16px;color:#dadada}.notebook-editor .editor-cell .editor-cell-content{padding:16px;background-color:#fff;border-radius:8px;border:1px solid #eee;width:calc(100% - 32px - 2px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header{width:100%;display:grid;grid-template-columns:64px 1fr}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header .editor-cell-type{cursor:pointer;width:100%;border-right:1px solid #eee}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header .editor-cell-heading{padding-left:16px;width:calc(100% - 16px);display:flex;flex-direction:row;align-items:center}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header .editor-cell-heading .first-cell{width:calc(100% - 150px)}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header .editor-cell-heading .second-cell{width:150px}.notebook-editor .editor-cell .editor-cell-content .editor-cell-header .editor-cell-heading input{font-size:1.05em;outline:none;border:none}.select{font-size:1em;padding:8px}.input{font-size:1em;padding:8px}.half-pad-width{width:calc(100% - 16px)}.chart-type-button,.chart-type-button--active{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:none;background-color:rgba(0,0,0,0);cursor:pointer}.chart-type-button .chart-type-icon,.chart-type-button--active .chart-type-icon{width:100px;height:50px;border:1px solid #eee;display:flex;justify-content:center;align-items:center;border-radius:4px}.chart-type-button .chart-type-icon .material-icons,.chart-type-button--active .chart-type-icon .material-icons{font-size:36px}.chart-type-button--active .chart-type-icon{background-color:rgba(37,120,255,.1);border:1px solid #2578ff}.preview-item{width:100%;padding-bottom:16px}.preview-item h1{font-size:1.3em;padding-bottom:4.8px;border-bottom:1px solid #eee}.preview-item p{font-size:1em;padding-left:8px;padding-right:8px}.search-export-container{height:40px;display:flex;background-color:#fff;justify-content:space-between}.search-export-container .search-bar{display:flex;align-items:center;background-color:#f8fafb;border-radius:4px;width:100%}.search-export-container .search-bar span{color:#dadada;padding-left:15px;padding-right:14px}.search-export-container .search-bar input{width:100%;height:100%;border:none;padding-left:12px;background-color:#f8fafb;border-top-right-radius:4px;border-bottom-right-radius:4px}.search-export-container .search-bar input:focus{outline:none}.search-export-container .search-bar ::placeholder{color:#dadada;opacity:1}.search-export-container .blue-button,.search-export-container .blue-button--active{background-color:#fff}.filters-container{display:flex;justify-content:flex-end;height:30px;width:100%}.filters-container button{color:#2578ff;background-color:rgba(0,0,0,0);border:1px solid #2578ff;border-radius:4px;height:30px;width:110px;font-weight:600}.table-container{width:100%;height:100%;margin-top:20px;padding:16px 16px 0 16px;border-radius:4px;background-color:#fff}.table-scroller{overflow-x:auto}.table-scroller::-webkit-scrollbar{width:8px;height:8px}.table-scroller::-webkit-scrollbar-track{background:#eee}.table-scroller::-webkit-scrollbar-thumb{background:#dadada;border-radius:5px}.table-scroller::-webkit-scrollbar-thumb:hover{background:#2578ff}.table{background-color:#fff;width:100%;border-collapse:collapse;text-align:left;table-layout:auto}.table-header{height:50px;box-shadow:0 2px 4px 0px rgba(0,0,0,.1)}.table-header th{padding-left:16px;padding-right:16px;word-wrap:break-word;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:14px;max-width:200px}.table-header .th-content{padding-left:16px;padding-right:16px;word-wrap:break-word;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;text-align:left}.table-header .th-content span{margin-left:6px;font-size:20px}.table-header .th-content:hover{cursor:pointer}.table-header .th-content:hover span{color:#2578ff}.invoice-table-row td{padding-left:16px;padding-right:16px;word-wrap:break-word;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;white-space:normal;padding-top:8px;padding-bottom:8px;font-size:.8em}.table-row td,.separator-row td{padding-left:16px;padding-right:16px;word-wrap:break-word;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:30px;font-size:.8em}.table-row:not(:last-child),.separator-row:not(:last-child){border-bottom:1px solid #eee}.separator-row{background-color:#d9f3fd;background-color:rgba(37,120,255,.1);background-color:rgba(10,202,15,.5);background-color:#f8fafb;width:100%;border-bottom:2px solid #eee !important}.separator-row td{font-weight:500}.rounded-top{border-top-left-radius:4px;border-top-right-radius:4px}.rounded-bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.table-footer{height:40px;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.table-footer .pagination-label-container{display:flex;align-items:center}.table-footer .current-page{color:#2578ff;font-weight:600;margin-right:8px}.table-footer .page-count{color:#dadada;font-size:14px;margin-left:10px;margin-right:15px}.table-footer .pagination-button{height:24px;width:24px;border-radius:4px;border:1px solid #eee;color:#2578ff;background-color:#fff;text-align:left;margin-left:4px;display:flex;justify-content:center;align-items:center}.table-footer .pagination-button span{display:block;width:100%;height:100;font-size:13px;padding-left:6px}.table-footer button:hover{cursor:pointer}.table-footer .material-icons{font-weight:bold;font-size:16px;margin-right:4px}.table-footer a{padding:0;margin:0}.table-footer .blue-button,.table-footer .blue-button--active{width:auto;border:none}.table-footer .blue-button span,.table-footer .blue-button--active span{width:auto}.table-footer .red-button{font-weight:500}.w-1px{width:1px}.h-1px{height:1px}.w-2px{width:2px}.h-2px{height:2px}.w-3px{width:3px}.h-3px{height:3px}.w-4px{width:4px}.h-4px{height:4px}.w-5px{width:5px}.h-5px{height:5px}.w-6px{width:6px}.h-6px{height:6px}.w-7px{width:7px}.h-7px{height:7px}.w-8px{width:8px}.h-8px{height:8px}.w-9px{width:9px}.h-9px{height:9px}.w-10px{width:10px}.h-10px{height:10px}.w-11px{width:11px}.h-11px{height:11px}.w-12px{width:12px}.h-12px{height:12px}.w-13px{width:13px}.h-13px{height:13px}.w-14px{width:14px}.h-14px{height:14px}.w-15px{width:15px}.h-15px{height:15px}.w-16px{width:16px}.h-16px{height:16px}.w-17px{width:17px}.h-17px{height:17px}.w-18px{width:18px}.h-18px{height:18px}.w-19px{width:19px}.h-19px{height:19px}.w-20px{width:20px}.h-20px{height:20px}.w-21px{width:21px}.h-21px{height:21px}.w-22px{width:22px}.h-22px{height:22px}.w-23px{width:23px}.h-23px{height:23px}.w-24px{width:24px}.h-24px{height:24px}.w-25px{width:25px}.h-25px{height:25px}.w-26px{width:26px}.h-26px{height:26px}.w-27px{width:27px}.h-27px{height:27px}.w-28px{width:28px}.h-28px{height:28px}.w-29px{width:29px}.h-29px{height:29px}.w-30px{width:30px}.h-30px{height:30px}.w-31px{width:31px}.h-31px{height:31px}.w-32px{width:32px}.h-32px{height:32px}.w-33px{width:33px}.h-33px{height:33px}.w-34px{width:34px}.h-34px{height:34px}.w-35px{width:35px}.h-35px{height:35px}.w-36px{width:36px}.h-36px{height:36px}.w-37px{width:37px}.h-37px{height:37px}.w-38px{width:38px}.h-38px{height:38px}.w-39px{width:39px}.h-39px{height:39px}.w-40px{width:40px}.h-40px{height:40px}.w-41px{width:41px}.h-41px{height:41px}.w-42px{width:42px}.h-42px{height:42px}.w-43px{width:43px}.h-43px{height:43px}.w-44px{width:44px}.h-44px{height:44px}.w-45px{width:45px}.h-45px{height:45px}.w-46px{width:46px}.h-46px{height:46px}.w-47px{width:47px}.h-47px{height:47px}.w-48px{width:48px}.h-48px{height:48px}.w-49px{width:49px}.h-49px{height:49px}.w-50px{width:50px}.h-50px{height:50px}.w-51px{width:51px}.h-51px{height:51px}.w-52px{width:52px}.h-52px{height:52px}.w-53px{width:53px}.h-53px{height:53px}.w-54px{width:54px}.h-54px{height:54px}.w-55px{width:55px}.h-55px{height:55px}.w-56px{width:56px}.h-56px{height:56px}.w-57px{width:57px}.h-57px{height:57px}.w-58px{width:58px}.h-58px{height:58px}.w-59px{width:59px}.h-59px{height:59px}.w-60px{width:60px}.h-60px{height:60px}.w-61px{width:61px}.h-61px{height:61px}.w-62px{width:62px}.h-62px{height:62px}.w-63px{width:63px}.h-63px{height:63px}.w-64px{width:64px}.h-64px{height:64px}.w-65px{width:65px}.h-65px{height:65px}.w-66px{width:66px}.h-66px{height:66px}.w-67px{width:67px}.h-67px{height:67px}.w-68px{width:68px}.h-68px{height:68px}.w-69px{width:69px}.h-69px{height:69px}.w-70px{width:70px}.h-70px{height:70px}.w-71px{width:71px}.h-71px{height:71px}.w-72px{width:72px}.h-72px{height:72px}.w-73px{width:73px}.h-73px{height:73px}.w-74px{width:74px}.h-74px{height:74px}.w-75px{width:75px}.h-75px{height:75px}.w-76px{width:76px}.h-76px{height:76px}.w-77px{width:77px}.h-77px{height:77px}.w-78px{width:78px}.h-78px{height:78px}.w-79px{width:79px}.h-79px{height:79px}.w-80px{width:80px}.h-80px{height:80px}.w-81px{width:81px}.h-81px{height:81px}.w-82px{width:82px}.h-82px{height:82px}.w-83px{width:83px}.h-83px{height:83px}.w-84px{width:84px}.h-84px{height:84px}.w-85px{width:85px}.h-85px{height:85px}.w-86px{width:86px}.h-86px{height:86px}.w-87px{width:87px}.h-87px{height:87px}.w-88px{width:88px}.h-88px{height:88px}.w-89px{width:89px}.h-89px{height:89px}.w-90px{width:90px}.h-90px{height:90px}.w-91px{width:91px}.h-91px{height:91px}.w-92px{width:92px}.h-92px{height:92px}.w-93px{width:93px}.h-93px{height:93px}.w-94px{width:94px}.h-94px{height:94px}.w-95px{width:95px}.h-95px{height:95px}.w-96px{width:96px}.h-96px{height:96px}.w-97px{width:97px}.h-97px{height:97px}.w-98px{width:98px}.h-98px{height:98px}.w-99px{width:99px}.h-99px{height:99px}.w-100px{width:100px}.h-100px{height:100px}.w-101px{width:101px}.h-101px{height:101px}.w-102px{width:102px}.h-102px{height:102px}.w-103px{width:103px}.h-103px{height:103px}.w-104px{width:104px}.h-104px{height:104px}.w-105px{width:105px}.h-105px{height:105px}.w-106px{width:106px}.h-106px{height:106px}.w-107px{width:107px}.h-107px{height:107px}.w-108px{width:108px}.h-108px{height:108px}.w-109px{width:109px}.h-109px{height:109px}.w-110px{width:110px}.h-110px{height:110px}.w-111px{width:111px}.h-111px{height:111px}.w-112px{width:112px}.h-112px{height:112px}.w-113px{width:113px}.h-113px{height:113px}.w-114px{width:114px}.h-114px{height:114px}.w-115px{width:115px}.h-115px{height:115px}.w-116px{width:116px}.h-116px{height:116px}.w-117px{width:117px}.h-117px{height:117px}.w-118px{width:118px}.h-118px{height:118px}.w-119px{width:119px}.h-119px{height:119px}.w-120px{width:120px}.h-120px{height:120px}.w-121px{width:121px}.h-121px{height:121px}.w-122px{width:122px}.h-122px{height:122px}.w-123px{width:123px}.h-123px{height:123px}.w-124px{width:124px}.h-124px{height:124px}.w-125px{width:125px}.h-125px{height:125px}.w-126px{width:126px}.h-126px{height:126px}.w-127px{width:127px}.h-127px{height:127px}.w-128px{width:128px}.h-128px{height:128px}.w-129px{width:129px}.h-129px{height:129px}.w-130px{width:130px}.h-130px{height:130px}.w-131px{width:131px}.h-131px{height:131px}.w-132px{width:132px}.h-132px{height:132px}.w-133px{width:133px}.h-133px{height:133px}.w-134px{width:134px}.h-134px{height:134px}.w-135px{width:135px}.h-135px{height:135px}.w-136px{width:136px}.h-136px{height:136px}.w-137px{width:137px}.h-137px{height:137px}.w-138px{width:138px}.h-138px{height:138px}.w-139px{width:139px}.h-139px{height:139px}.w-140px{width:140px}.h-140px{height:140px}.w-141px{width:141px}.h-141px{height:141px}.w-142px{width:142px}.h-142px{height:142px}.w-143px{width:143px}.h-143px{height:143px}.w-144px{width:144px}.h-144px{height:144px}.w-145px{width:145px}.h-145px{height:145px}.w-146px{width:146px}.h-146px{height:146px}.w-147px{width:147px}.h-147px{height:147px}.w-148px{width:148px}.h-148px{height:148px}.w-149px{width:149px}.h-149px{height:149px}.w-150px{width:150px}.h-150px{height:150px}.w-151px{width:151px}.h-151px{height:151px}.w-152px{width:152px}.h-152px{height:152px}.w-153px{width:153px}.h-153px{height:153px}.w-154px{width:154px}.h-154px{height:154px}.w-155px{width:155px}.h-155px{height:155px}.w-156px{width:156px}.h-156px{height:156px}.w-157px{width:157px}.h-157px{height:157px}.w-158px{width:158px}.h-158px{height:158px}.w-159px{width:159px}.h-159px{height:159px}.w-160px{width:160px}.h-160px{height:160px}.w-161px{width:161px}.h-161px{height:161px}.w-162px{width:162px}.h-162px{height:162px}.w-163px{width:163px}.h-163px{height:163px}.w-164px{width:164px}.h-164px{height:164px}.w-165px{width:165px}.h-165px{height:165px}.w-166px{width:166px}.h-166px{height:166px}.w-167px{width:167px}.h-167px{height:167px}.w-168px{width:168px}.h-168px{height:168px}.w-169px{width:169px}.h-169px{height:169px}.w-170px{width:170px}.h-170px{height:170px}.w-171px{width:171px}.h-171px{height:171px}.w-172px{width:172px}.h-172px{height:172px}.w-173px{width:173px}.h-173px{height:173px}.w-174px{width:174px}.h-174px{height:174px}.w-175px{width:175px}.h-175px{height:175px}.w-176px{width:176px}.h-176px{height:176px}.w-177px{width:177px}.h-177px{height:177px}.w-178px{width:178px}.h-178px{height:178px}.w-179px{width:179px}.h-179px{height:179px}.w-180px{width:180px}.h-180px{height:180px}.w-181px{width:181px}.h-181px{height:181px}.w-182px{width:182px}.h-182px{height:182px}.w-183px{width:183px}.h-183px{height:183px}.w-184px{width:184px}.h-184px{height:184px}.w-185px{width:185px}.h-185px{height:185px}.w-186px{width:186px}.h-186px{height:186px}.w-187px{width:187px}.h-187px{height:187px}.w-188px{width:188px}.h-188px{height:188px}.w-189px{width:189px}.h-189px{height:189px}.w-190px{width:190px}.h-190px{height:190px}.w-191px{width:191px}.h-191px{height:191px}.w-192px{width:192px}.h-192px{height:192px}.w-193px{width:193px}.h-193px{height:193px}.w-194px{width:194px}.h-194px{height:194px}.w-195px{width:195px}.h-195px{height:195px}.w-196px{width:196px}.h-196px{height:196px}.w-197px{width:197px}.h-197px{height:197px}.w-198px{width:198px}.h-198px{height:198px}.w-199px{width:199px}.h-199px{height:199px}.w-200px{width:200px}.h-200px{height:200px}.w-300px{width:300px}.w-400px{width:400px}.f-0-1{font-size:0.1em !important}.f-0-2{font-size:0.2em !important}.f-0-3{font-size:0.3em !important}.f-0-4{font-size:0.4em !important}.f-0-5{font-size:0.5em !important}.f-0-6{font-size:0.6em !important}.f-0-7{font-size:0.7em !important}.f-0-8{font-size:0.8em !important}.f-0-9{font-size:0.9em !important}.f-1-1{font-size:1.1em !important}.f-1-2{font-size:1.2em !important}.f-1-3{font-size:1.3em !important}.f-1-4{font-size:1.4em !important}.f-1-5{font-size:1.5em !important}.f-1-6{font-size:1.6em !important}.f-1-7{font-size:1.7em !important}.f-1-8{font-size:1.8em !important}.f-1-9{font-size:1.9em !important}.f-2-1{font-size:2.1em !important}.f-2-2{font-size:2.2em !important}.f-2-3{font-size:2.3em !important}.f-2-4{font-size:2.4em !important}.f-2-5{font-size:2.5em !important}.f-2-6{font-size:2.6em !important}.f-2-7{font-size:2.7em !important}.f-2-8{font-size:2.8em !important}.f-2-9{font-size:2.9em !important}.f-3-1{font-size:3.1em !important}.f-3-2{font-size:3.2em !important}.f-3-3{font-size:3.3em !important}.f-3-4{font-size:3.4em !important}.f-3-5{font-size:3.5em !important}.f-3-6{font-size:3.6em !important}.f-3-7{font-size:3.7em !important}.f-3-8{font-size:3.8em !important}.f-3-9{font-size:3.9em !important}.border{border:1px solid #eee;border-radius:8px}.border-left{border-left:1px solid #eee}.border-right{border-right:1px solid #eee}.border-top{border-top:1px solid #eee}.border-bottom{border-bottom:1px solid #eee}.border-radius,.rounded{border-radius:8px}.pad{padding:16px}.half-pad{padding:8px}.half-margin{margin:8px}.pad-left{padding-left:16px}.half-pad-left{padding-left:8px}.margin-left{margin-left:16px}.half-margin-left{margin-left:8px}.double-pad-left{padding-left:32px}.pad-right{padding-right:16px}.half-pad-right{padding-right:8px}.margin-right{margin-right:16px}.half-margin-right{margin-right:8px}.double-pad-right{padding-right:32px}.pad-top{padding-top:16px}.half-pad-top{padding-top:8px}.margin-top{margin-top:16px}.half-margin-top{margin-top:8px}.double-pad-top{padding-top:32px}.pad-bottom{padding-bottom:16px}.half-pad-bottom{padding-bottom:8px}.margin-bottom{margin-bottom:16px}.half-margin-bottom{margin-bottom:8px}.double-pad-bottom{padding-bottom:32px}.flex-center,.center{display:flex;justify-content:center;align-items:center}.flex-start{display:flex;justify-content:flex-start}.flex-end{display:flex;justify-content:flex-end}.flex-between{display:flex;justify-content:space-between}.flex-around{display:flex;justify-content:space-around}.flex-row{display:flex;flex-direction:row}.flex-wrap{display:flex;flex-wrap:wrap}.flex-col{display:flex;flex-direction:column}.align-start{display:flex;align-items:flex-start}.align-center{display:flex;align-items:center}.align-end{display:flex;align-items:flex-end}.flow-row{display:flex;flex-flow:row wrap}.flow-col{display:flex;flex-flow:column wrap}.space-between{justify-content:space-between}.pointer{cursor:pointer}.dot-flashing{position:relative;width:6px;height:6px;border-radius:3px;background-color:rgba(0,0,0,0);color:#2578ff;animation:dotFlashing .5s infinite linear alternate;animation-delay:.25s}.dot-flashing::before,.dot-flashing::after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing::before{left:-9px;width:6px;height:6px;border-radius:3px;background-color:rgba(0,0,0,0);animation:dotFlashing .5s infinite alternate;animation-delay:0s}.dot-flashing::after{left:9px;width:6px;height:6px;border-radius:3px;background-color:rgba(0,0,0,0);animation:dotFlashing .5s infinite alternate;animation-delay:.5s}@keyframes dotFlashing{0%{background-color:#2578ff}50%,100%{background-color:rgba(37,120,255,.1)}}html,body{overscroll-behavior-x:none}*{font-family:"Inter",sans-serif;margin:0;padding:0}body{margin:0;padding:0;display:grid;min-height:100vh;min-width:100vw;height:100%;width:100%;background-color:#f8fafb}.no-display{display:none}.full-height{height:100%}.full-width{width:100%}.h-seperator{height:1px;width:100%;background-color:#eee}.v-seperator{height:80%;width:1.5px;background-color:#eee}.margin-top-10{margin-top:10px}.margin-top-40{margin-top:40px}.margin-left-40{margin-left:40px}.border-none{border:none !important}.black{color:#000 !important}.bg-white{background-color:#fff}.bg-lineGray{background-color:#eee}.bg-lightGray{background-color:#f8fafb}.bg-textGray{background-color:#dadada}.scrollable::-webkit-scrollbar{width:8px;height:8px}.scrollable::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.scrollable::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:5px}.scrollable::-webkit-scrollbar-thumb:hover{background:#dadada}.hide-overflow{overflow-x:hidden;overflow-y:visible}.sidebar{width:149px;height:100vh;display:grid;grid-template-rows:50px calc(100vh - 50px - 130px) 130px;border-right:1px solid #eee;background-color:#fff}.sidebar header{min-height:50px;width:100%}.sidebar header h1{font-size:16px;font-weight:700}.sidebar .sidebar-group{width:149px}.sidebar .sidebar-group .blue-button,.sidebar .sidebar-group .blue-button--active{min-width:50px;font-size:1em}.sidebar .sidebar-group header{width:calc(100% - 16px);padding-left:8px;padding-right:8px;color:#dadada;font-size:12px;font-weight:500;height:30px;min-height:0px;display:flex}.sidebar .sidebar-group nav{max-height:30vh;overflow-y:auto}.sidebar .sidebar-group nav .nav-item,.sidebar .sidebar-group nav .nav-item--active{cursor:pointer;font-size:12px;margin-left:12px;display:flex;padding-top:8px;padding-bottom:8px;align-items:center;font-weight:500;border-top-left-radius:4px;border-bottom-left-radius:4px;text-decoration:none;color:#000}.sidebar .sidebar-group nav .nav-item span,.sidebar .sidebar-group nav .nav-item--active span{width:100px}.sidebar .sidebar-group nav .nav-item--active{background-color:rgba(37,120,255,.1);padding-left:8px;padding-right:8px;color:#2578ff}.sidebar .sidebar-group nav .nav-item:hover,.sidebar .sidebar-group nav .nav-item--active:hover{background-color:#f8fafb;padding-left:8px;padding-right:8px;color:#2578ff}.sidebar footer{height:130px;width:100%;font-size:12px;font-weight:500}.sidebar footer .circle{display:flex;align-items:center;justify-content:center;height:50px;width:50px;border-radius:25px;color:#2578ff;background-color:rgba(37,120,255,.1);font-size:2.2em;font-weight:600}.sidebar footer span{width:118px;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;text-align:center}.content-header{background-color:#fff;height:100px;width:calc(100vw - 150px - 2px)}.content-header .top-header{background-color:#fff;width:100%;height:50px;border-bottom:1px solid #eee;display:flex;align-items:center}.content-header .top-header .blue-button,.content-header .top-header .blue-button--active{min-height:0 !important}.content-header .bottom-header{padding-left:16px;padding-right:16px;height:50px;width:calc(100vw - 150px - 2px - 32px)}.content-header .bottom-header .last-modified{width:200px;padding-right:8px;font-size:12px;color:#dadada;font-weight:500;padding-top:3px;text-align:right}.content-header .bottom-header input{width:calc(100% - 200px - 75px - 8px);border:none;font-size:16px;font-weight:500}.content-header .bottom-header input:disabled{border:none;background-color:#fff;color:#535353}.content-header .bottom-header input:focus{outline:none}.tool-bar{height:50px;width:calc(100% - 32px);padding-left:16px;padding-right:16px}.tool-bar .last-modified{width:200px;padding-right:8px;font-size:12px;color:#dadada;font-weight:500;padding-top:3px;text-align:right}.tool-bar input{width:calc(100% - 200px - 150px - 8px);border:none;font-size:16px;font-weight:500}.tool-bar input:focus{outline:none}.data-container{height:calc(100vh - 100px - 2px - 32px);padding:16px;padding-left:80px;padding-right:80px}.content-container{height:calc(100vh - 100px - 2px);width:calc(100vw - 150px - 1px);overflow-y:auto;overflow-x:auto}.share-container{width:100vw;overflow-y:auto;overflow-x:auto}.font-light{font-weight:200}.font-med{font-weight:500}.font-bold{font-weight:700}.dropdown,.dropselect,.dropup{position:relative;display:flex;justify-content:center;align-items:center}.dropdown .dropdown-content,.dropselect .dropdown-content,.dropup .dropdown-content{padding:8px;position:absolute;background-color:#fff;border-radius:8px;border:1px solid #eee;top:100%;z-index:10}.dropdown .dropdown-left,.dropselect .dropdown-left,.dropup .dropdown-left{left:0}.dropdown .dropdown-right,.dropselect .dropdown-right,.dropup .dropdown-right{right:0}.dropup .dropdown-content{width:calc(100% - 16px);bottom:100%;top:auto}.dropselect{width:200px}.dropselect .dropdown-trigger{width:100%;border:1px solid #dadada;border-radius:4px;height:40px;display:flex;padding:0 16px}.dropselect .dropdown-content{width:calc(100% - 16px)}.dropselect .dropdown-content .dropselect-item{height:32px;display:flex;align-items:center;border-radius:4px}.dropselect .dropdown-content .dropselect-item:hover{background-color:#f8fafb;cursor:pointer}.dropselect .dropdown-content .dropselect-item:not(:last-of-type){border-bottom:1px solid #eee}.dropselect .dropselect-disabled{color:#dadada}.dropselect .dropselect-disabled:hover{color:#dadada;cursor:auto}.hover-cursor:hover{cursor:pointer}.hover-light:hover{cursor:pointer;background-color:rgba(37,120,255,.1)}.hover-red:hover{cursor:pointer;color:rgba(255,45,82,.5)}.hover-blue:hover{color:#2578ff;cursor:pointer}.blue-button,.blue-button--active{cursor:pointer;color:#2578ff;background-color:rgba(0,0,0,0);border:none;font-weight:600;padding:8px;min-width:75px;min-height:34px;border-radius:4px;text-decoration:none}.blue-button:hover,.blue-button--active:hover{background-color:rgba(37,120,255,.1)}.blue-button--active{background-color:rgba(37,120,255,.1)}.blue-button:disabled,.blue-button--active:disabled{color:#dadada}.blue-button:disabled:hover,.blue-button--active:disabled:hover{background-color:rgba(0,0,0,0)}.red-button{cursor:pointer;color:#ff2d52;background-color:rgba(0,0,0,0);border:none;font-weight:600;padding:8px;min-width:75px;min-height:34px;border-radius:4px;text-decoration:none}.red-button:hover{background-color:rgba(255,45,82,.1)}.red-button:disabled{color:#dadada}.red-button:disabled:hover{background-color:rgba(0,0,0,0)}.no-decoration{text-decoration:none;color:inherit}.text-gray{color:#dadada}.transparent-red{color:rgba(255,45,82,.1)}.transparent-blue{color:rgba(37,120,255,.1)}.transparent-green{color:rgba(10,202,15,.1)}.subtle-red{color:rgba(255,45,82,.5)}.subtle-green{color:rgba(10,202,15,.5)}.blue-active{background-color:rgba(37,120,255,.1)}.big-font{font-size:1.2em}.med-font{font-size:1em;font-weight:500}.small-font{font-size:.75em}.small-header{font-size:.9em;font-weight:600}.text-center{text-align:center}.disabled{color:#dadada}.disabled:hover{background-color:rgba(0,0,0,0) !important;cursor:default !important}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.error-display{border:1px solid #ff2d52;background-color:rgba(255,45,82,.1);color:#ff2d52}.error-display img{width:400px;height:auto}.error-display code{background-color:#f8fafb;color:#ff2d52;padding:16px;border-radius:8px;border:1px solid #535353}.dark-gray{color:#535353}.chop-text{white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.text-left{text-align:left}.text-right{text-align:right}input[type=date]{background-color:rgba(37,120,255,.1);padding:6px 16px;color:#2578ff;font-weight:600;font-family:"Inter",sans-serif;font-size:.75em;border:none;outline:none;border-radius:8px}input[type=date]:hover{cursor:pointer}.scrolling-span{white-space:nowrap;overflow-x:auto}.scrolling-span:focus{outline:none;color:#000}.scrolling-span::-webkit-scrollbar{display:none}
