body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@supports(-webkit-appearance:none) or (-moz-appearance:none){.importedButton{--active:#275efe;--active-inner:#fff;--focus:2px #275efe4d;--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;background:var(--background);background:var(--b,var(--background));border:1px solid var(--bc,var(--border));cursor:pointer;display:inline-block;height:21px;margin:0;outline:none;position:relative;transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:top}.importedButton:after{content:"";display:block;left:0;position:absolute;top:0;transition:transform .3s ease,opacity .2s;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}.importedButton:checked{--b:var(--active);--bc:var(--active);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}.importedButton:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.importedButton:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}.importedButton:disabled+label{cursor:not-allowed}.importedButton:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}.importedButton:focus{box-shadow:0 0 0 var(--focus)}.importedButton+label{cursor:pointer;display:inline-block;font-size:14px;line-height:21px;margin-left:4px;vertical-align:top}.importedButton.switch{border-radius:11px;width:38px}.importedButton.switch:after{background:var(--border);background:var(--ab,var(--border));border-radius:50%;height:15px;left:2px;top:2px;transform:translateX(0);transform:translateX(var(--x,0));width:15px}.importedButton.switch:checked{--ab:var(--active-inner);--x:17px}}.Login{align-items:center;background-color:#000;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.Login .title{margin-bottom:4rem}.Login .credentials{display:flex;margin-bottom:4em;margin-top:4em}.Login .credentials>:first-child{margin-right:2rem}@media only screen and (max-width:58.25em){.Login .credentials{flex-direction:column;margin-right:0}.Login .credentials .contact_container{margin-right:0}.Login .credentials .contact_group{width:400px}}.Login .checkboxDiv{align-items:center;display:flex;margin-bottom:2rem;margin-top:2rem}@media only screen and (max-width:58.25em){.Login .checkboxDiv{margin-top:-2rem}}.Login .checkboxDiv>:first-child{transform:translateX(-20%)}.Login .checkboxDiv label{-webkit-background-clip:text;background-clip:text;color:#f9c412;font-size:1.5rem;margin-right:1rem}.Login .checkboxDiv button{transform:translateX(-9%)}.Login .errorDiv{color:red;font-size:1.4rem;font-weight:500}.display{background-color:#000;display:flex;justify-content:center;padding-top:2rem}.display_title{-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #ba9005;color:#f9c412;font-size:2.5rem;letter-spacing:.1rem;padding-bottom:2rem;position:relative}.display_title:before{left:-25%}.display_title:after,.display_title:before{background-color:#f9c412;content:"";display:inline-block;height:3px;position:absolute;top:30%;transform:translateY(-50%);width:20px}.display_title:after{right:-25%}.contact{background-color:#232323}.contact_container{display:flex;justify-content:center}.contact_fixed_size{width:400px}@media only screen and (max-width:58.25em){.contact_fixed_size{margin:0 3rem 5rem;width:100%}}.contact_group_input{background-color:#232323;border:1px solid #0000;box-shadow:none;color:#fff;font-family:Roboto,sans-serif;font-size:1.5rem;outline:none;outline:1px solid #00000080;padding:1rem;position:relative;-webkit-user-select:none;user-select:none;width:100%}.contact.disabled .contact_group_input{background-color:#232323;cursor:not-allowed}.contact_group{position:relative}.contact_group_label{-webkit-background-clip:text;background-clip:text;color:#f9c412;font-size:1.5rem;left:0;pointer-events:none;position:absolute;top:1rem;transform:translateX(1rem);transition:all .5s ease}.contact_group_line_container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.contact_group_line_container:after{background-color:#232323;bottom:0;content:"";display:block;height:.25rem;left:0;position:absolute;transform:translateX(-100%);width:100%}.contact_group_input:focus,.contact_group_input:not(:placeholder-shown){border:1px solid #2998ff;outline:1px solid #2998ff}.contact_group_input:focus~.contact_group_line_container:after{transform:translateX(0);transition:all .5s ease}.contact_group_input:focus+.contact_group_label,.contact_group_input:not(:placeholder-shown)+.contact_group_label{font-size:2rem;top:-3rem;transform:none}@media only screen and (max-width:58.25em){.contact_group_textarea_container{margin:0 3rem;width:100%}}.contact_group_textarea{background-color:#232323;color:#fff;height:25rem;padding:1rem;resize:none;width:calc(800px + 10rem)}@media only screen and (max-width:58.25em){.contact_group_textarea{width:100%}}.NoInventory{background:#000;color:#fff;font-size:1.5rem;font-weight:300;min-height:100vh}.NoInventory button{background:#f9c412;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:1rem 2rem;transition:background,color .5s ease}.NoInventory button:hover{background:#ba9005;color:#404040}.NoInventory .Options{align-items:center;display:flex;justify-content:center;padding-bottom:2rem;padding-top:2rem}.NoInventory .Options input{margin-right:1rem;padding:.75rem 2rem}.NoInventory .Options button{margin-right:1rem}.NoInventory .Options a{background:#f9c412;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:1rem 2rem;text-decoration:none;transition:background,color .5s ease}.NoInventory .Options a:hover{background:#ba9005;color:#404040}.NoInventory .Options .Multi{background:#0d0d0d}.NoInventory .Options .Multi .MuiInputBase-root{background:#f9c412;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;margin-right:1rem;padding:.38rem 0 .38rem 2rem;transition:background,color .5s ease}.NoInventory .Options .Multi .MuiInputBase-root:hover{background:#ba9005;color:#404040}.NoInventory .Options2{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.NoInventory .Options2 .showHidden{margin-right:1rem}.NoInventory .JobPolling{margin:0;padding:0}.NoInventory .JobPolling button{margin-right:1rem}.NoInventory .JobPolling span{display:inline-block;text-align:left;width:100px}.NoInventory .ContextList{grid-row-gap:12px;grid-column-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(550px,1fr));margin:0 6px}@media only screen and (max-width:58.25em){.NoInventory .ContextList{grid-template-columns:repeat(auto-fit,minmax(475px,1fr))}}.NoInventory .ContextList code{background:#2d2d2d;color:#e2777a;margin:0 .25rem;padding:.25rem .5rem}.NoInventory .ContextList a{color:#f9c412;text-decoration:none}.NoInventory .ContextList .MuiAutocomplete-root{margin-left:1rem}.NoInventory .ContextList .MuiInputBase-root{margin:0;padding:0}.NoInventory .ContextList input{font-size:1.4rem;height:0;margin:1.5rem 0;padding:0}.NoInventory .ContextList .Context .TopLeftColumn .MuiPaper-root{margin-bottom:.75rem;padding:.25rem .75rem}.NoInventory .ContextList .Context .TopLeftColumn svg{height:2rem;width:2rem}.NoInventory .ContextList .Context .Description .SecondRow{margin-top:.55rem}.NoInventory .ContextList .Context .Description svg{height:2rem;width:2rem}.NoInventory .ContextList .Context .Actions .MuiButtonBase-root{padding-left:.5rem;padding-right:2rem}.NoInventory .ContextList .Context .Actions svg{height:1.75rem;width:1.75rem}.NoInventory .ContextList .Context .Actions label{color:#666;font-size:2rem;font-weight:500;top:-10%}.NoInventory .ContextList .Context .Actions span{font-size:1.5rem}.NoInventory .ContextList .Context .Actions fieldset{border-color:gray}.Context{grid-column-gap:15px;grid-row-gap:15px;background-color:#232323;border:4px solid #777;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;padding:10px}.Context.Running{border-color:#f9c412}.Context.Finished{border-color:#53a436}.Context.Failed{border-color:#c13232}.Context .Description{grid-row-gap:8px;display:grid;grid-auto-flow:row;text-align:left}.Context .Description>div{width:-webkit-max-content;width:max-content}.Context .Description .FirstRow{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;width:100%}.Context .Description .FirstRow .ContextDetails{grid-column-gap:2px;display:grid;grid-auto-flow:column;justify-self:end}.Context .Description .SecondRow{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;width:100%}.Context .TopLeftColumn .DayCount{grid-row-start:0;height:-webkit-min-content;height:min-content;margin-bottom:5px;padding:0 10px 3px;width:-webkit-min-content;width:min-content}.Context .Actions{grid-column:1/-1;width:100%}.tooltip_span{font-size:1.5rem;line-height:1.5rem}.ContextJob .ForgetButton{margin-left:8px}.AnalysisJobResult_ResultsContent{background-color:#181818;color:red;font-size:2rem;height:100%}.AnalysisJobResult_ResultsContent h3{background-color:#181818;padding-bottom:2rem;padding-top:2rem;text-align:center}.AnalysisJobResult_ResultsContent .ChosenResultDisplay table{border-collapse:collapse}.AnalysisJobResult_ResultsContent .ChosenResultDisplay tr{border-bottom:1px solid #000}.AnalysisJobResult_ResultsContent .ChosenResultDisplay td{background:#850c0c;padding:2rem 4rem}.AnalysisJobResult_ResultsContent .ChosenResultDisplay td:nth-child(2){text-align:right}.AnalysisJobResult_ResultsContent .ChosenResultDisplay{display:grid;grid-auto-flow:column}.AnalysisJobResult_ResultsContent .ChosenResultDisplay>*{align-items:center;color:#fff;display:flex;flex-direction:column;font-weight:700;padding-bottom:5rem;padding-top:5rem;width:100%}.AnalysisJobResult_ResultsContent .RefusedResultDisplays{grid-gap:2rem;background-color:#181818;display:grid;grid-template-columns:repeat(auto-fit,minmax(700px,1fr));padding-bottom:5rem;padding-left:2rem;padding-right:2rem}@media only screen and (max-width:110em){.AnalysisJobResult_ResultsContent .RefusedResultDisplays{grid-template-columns:repeat(auto-fit,minmax(600px,1fr))}}@media only screen and (max-width:58.25em){.AnalysisJobResult_ResultsContent .RefusedResultDisplays{display:flex;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.AnalysisJobResult_ResultsContent .RefusedResultDisplays table{border-collapse:collapse}.AnalysisJobResult_ResultsContent .RefusedResultDisplays tr{border-bottom:1px solid #000}.AnalysisJobResult_ResultsContent .RefusedResultDisplays td{background:#850c0c;padding:2rem 4rem}.AnalysisJobResult_ResultsContent .RefusedResultDisplays td:nth-child(2){text-align:right}.AnalysisJobResult_ResultsContent .RefusedResultDisplays td{color:#fff}.ResultDisplay{background-color:#232323;border:2px solid #f9c412;height:-webkit-min-content;height:min-content}.ResultDisplay_Bar div:first-child{margin-top:.25rem}.ScrapingJobResult_ResultsContent{background-color:#181818;color:red;font-size:2rem;height:100%;padding:2rem}.ScrapingJobResult_ResultsContent h3{background-color:#181818;padding-bottom:2rem;padding-top:2rem;text-align:center}.ScrapingJobResult_ResultsContent{display:flex;flex-direction:column;padding:.5rem 3rem 1rem}.ScrapingJobResult_ResultsContent>div{margin-bottom:1rem}.ScrapingJobResult_ResultsContent__Count{font-size:2.5rem}.ScrapingJobResult_ResultsContent__textarea{background:#232323;color:#fff;flex:1 1;margin-top:.5rem;padding:2rem;resize:none;width:100%}.ContextActions{align-items:center;display:grid;grid-template-columns:-webkit-min-content -webkit-min-content 300px;grid-template-columns:min-content min-content 300px}.ContextActions .StartAnalysisButton{margin-bottom:0;scale:80%}.ContextActions .MoreActionsButton,.ContextActions .MoreActionsButton:hover{background:none;color:#eee}.context_combobox{font-size:2rem}.ContextHiddenButton{color:#eee!important;padding:0!important}.MessageThread .MessageThreadOpenButton{padding:0}.MessageThreadDialog .NewMessageBox{grid-column-gap:6px;align-items:center;display:grid;font-size:16px;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;width:100%}.MessageThreadDialog .NewMessageBox .MessageInput{margin:0}.MessageList{max-height:550px}.MessageList.Empty{margin-bottom:20px}.Message{grid-column-gap:5px;align-items:center;display:grid;grid-template-columns:1fr -webkit-max-content -webkit-min-content;grid-template-columns:1fr max-content min-content}.Message .MessageDeleteButton{margin:2px 0 0;opacity:0;transition:opacity .2s}.Message:hover .MessageDeleteButton{opacity:.4}.Message .MessageText{font-size:16px;grid-column:1/3;margin-top:0;white-space:break-spaces}.Message .MessageWhen,.Message .MessageWho{font-size:14px}.Message.Expired .MessageWhen{color:#aaa}.btn{background:#f9c412;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:1rem 2rem;transition:background,color .5s ease}.btn:hover{background:#ba9005;color:#404040}.btn_disabled{background-color:#222;cursor:not-allowed;opacity:.5}.btn_disabled:hover{background-color:#222;border:1px solid #0000;color:#fff}.btn_block{display:block;margin:auto;width:90rem}@media only screen and (max-width:58.25em){.btn_block{margin-top:-5rem;width:75%}}.AccountCreator{background:#000;min-height:100vh}.AccountCreator .my-1{padding-bottom:1rem;padding-top:1rem}.AccountCreator .my-2{padding-bottom:2rem;padding-top:2rem}.AccountCreator .my-3{padding-bottom:3rem;padding-top:3rem}.AccountCreator .my-4{padding-bottom:4rem;padding-top:4rem}.AccountCreator .mt-6{padding-top:6rem}.AccountCreator .mt-8{padding-top:8rem}.AccountCreator .mb-8{padding-bottom:4rem}.AccountCreator .mb-5-removable{padding-bottom:5rem}@media only screen and (max-width:58.25em){.AccountCreator .mb-5-removable{padding-bottom:0}}.AccountCreator .border{background-color:#232323;border:4px solid #777;left:50%;padding:10px;position:relative;transform:translate(-50%);width:calc(800px + 13rem)}.AccountCreator button{background:#f9c412;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:1.3rem;padding:1rem 2rem;transition:background,color .5s ease}.AccountCreator button:hover{background:#ba9005;color:#404040}.AccountCreator .agency{cursor:pointer;left:50%;position:absolute;transform:translateX(-50%)}.AccountCreator .agency:hover .agency_text{color:#ba9005}.AccountCreator .agency_text{color:#f9c412;font-size:1.75rem}.AccountCreator .button-group{display:flex;justify-content:center;margin-top:.5rem}.AccountCreator .button-group>*{width:44rem}.AccountCreator .button-group>:first-child{margin-right:2.5rem}.AccountCreator .goToScrapingDesk{position:absolute;top:10rem;transform:translate(-50%,-50%)}.form_flexbox{display:flex;justify-content:center}@media only screen and (max-width:58.25em){.form_flexbox{flex-direction:column}}.form_flexbox>:first-child{padding-right:10rem}@media only screen and (max-width:58.25em){.form_flexbox>:first-child{padding-right:0}}.customModalOverride .MuiDialog-container{background:#0000;margin:0;width:100vw}.customModalOverride .MuiPaper-root{align-items:center;animation:slidefrombottom 1s ease;background:#0000;box-shadow:none;display:flex;justify-content:center;margin:0;max-height:none;max-width:none}.fadeaway .MuiPaper-root{animation:slidefrombottomReverse 1s ease}.modal.slideAway{pointer-events:none}.modal_container{background:#000;border-radius:10px;box-shadow:0 1rem 4rem #0003;margin:0 3rem;overflow:hidden;position:relative}.modal_top{align-items:center;background:#63656b;display:flex;height:4rem}.modal_circle{border-radius:50%;display:inline-block;height:1.5rem;margin-left:1rem;width:1.5rem}.modal_circle_red{background-color:#ff5f57}.modal_circle_yellow{background-color:#ffbd2e}.modal_circle_green{background-color:#2ace42}.modal_body{padding:3rem 9rem}@media only screen and (max-width:49em){.modal_body{padding-left:3rem;padding-right:3rem}}.modal_close{height:2.5rem;position:absolute;right:.75rem;top:.75rem;width:2.5rem}.modal_close .vanilla_item{fill:#fff;cursor:pointer}.modal_close:hover .vanilla_item{fill:#daa520}.modal_title{color:#f7f7f7;display:inline-block;font-weight:800;padding-right:2rem;text-align:right;width:20rem}@media only screen and (max-width:49em){.modal_title{padding-right:1rem;width:auto}}.modal_text{color:#fff;color:#2998ff;cursor:pointer;font-size:1.5rem;letter-spacing:.05rem;line-height:1.7;padding:.5rem 2rem}.modal_text:hover{background:#5643fa}@keyframes slidefrombottom{0%{opacity:0;transform:translateX(150%) scale(.1)}90%{transform:translateX(-2%)}to{opacity:1;transform:translateX(0)}}@keyframes slidefrombottomReverse{0%{transform:translateX(0)}20%{transform:translateX(30%)}to{opacity:0;transform:translateX(-150%) scale(.1)}}*,:after,:before{box-sizing:inherit;margin:0;padding:0}html{font-size:62.5%}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:56.25em){html{font-size:50%}}body{box-sizing:border-box;font-family:Roboto,sans-serif}
/*# sourceMappingURL=main.3caba101.css.map*/