:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{-ms-align-items:center;align-items:center;animation:react-confirm-alert-fadeIn .5s .2s forwards;background:#ffffffe6;bottom:0;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99}.react-confirm-alert-body{background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666;font-family:Arial,Helvetica,sans-serif;padding:30px;text-align:left;width:400px}.react-confirm-alert-svg{left:0;position:absolute;top:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{font-size:16px;margin:0}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{background:#333;border:none;border-radius:5px;color:#eee;cursor:pointer;display:inline-block;font-size:12px;margin-right:10px;outline:none;padding:6px 18px}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.DividerLine{background:linear-gradient(90deg,hsla(0,0%,100%,.112),rgba(41,41,41,.314) 50%,#fff0);margin:40px auto;padding:1px 0}.s{margin:20px auto}.l{margin:55px auto}.x{margin:70px auto}.xl{margin:85px auto}.inputButt{align-items:center;display:flex}.customCronInput{font-size:medium;width:100%}.items{display:flex;justify-content:center;margin:20px auto}.items .item{align-items:center;display:flex;font-size:20px;justify-content:space-around;margin:3% auto;text-align:center}.items .item span{padding-bottom:5px;padding-top:5px}.items .item span:first-child{border:2px solid #fff;border-radius:20px;margin-right:10px;width:200px}.customCron{display:flex;min-width:300px;width:50%}.customCron a{align-items:center;color:blue;display:flex;font-weight:600}.customCron input{margin-right:10px}.gg-add{border:2px solid green;border-radius:22px;box-sizing:border-box;display:block;height:22px;margin-left:15px;padding-left:15px;position:relative;scale:1.3;transform:scale(1);transform:scale(var(--ggs,1));width:22px}.gg-add:hover{cursor:pointer}.gg-add:after,.gg-add:before{background:currentColor;border-radius:5px;box-sizing:border-box;color:green;content:"";display:block;height:2px;left:4px;position:absolute;scale:1.3;top:8px;width:10px}.gg-add:after{height:10px;left:8px;top:4px;width:2px}.gg-remove{border:2px solid;border-radius:22px;box-sizing:border-box;color:red;display:inline-block;height:22px;position:relative;transform:scale(1);transform:scale(var(--ggs,1));width:22px}.gg-remove:hover{cursor:pointer}.gg-remove:before{background:currentColor;border-radius:5px;box-sizing:border-box;content:"";display:block;height:2px;left:4px;position:absolute;top:8px;width:10px}.inputs{display:grid;grid-template-columns:1fr 1fr}h3{margin-bottom:5%}.inputs>div{border-bottom:1px solid #000;font-size:.9em;margin:20px auto 0;padding-bottom:40px;width:90%}.inputs>div .TextInput{display:grid;grid-template-columns:1fr 1fr;margin-bottom:5px;margin-top:5px}.copyToClipboard span{color:red;position:relative}.copyToClipboard span:hover{cursor:pointer}.copyToClipboard span:active{font-size:15px}.copyToClipboard .copied{color:green}.copyToClipboard .errorOnHover{background-color:#eeee9c;border-radius:20px;padding:.9%;position:absolute;z-index:99}.FeedPage .titleAndOptions{align-items:baseline;display:flex;justify-content:center}.FeedPage .titleAndOptions .clickable{border-radius:50%;color:blue;margin-left:10px;position:relative}.FeedPage .titleAndOptions .clickable img{margin-bottom:-11px}.FeedPage .titleAndOptions .AdvancedDropDown{margin-right:-150px;margin-top:20px}.FeedPage .table ul{grid-template-columns:1.5fr 1.5fr 1.5fr 1.5fr}.FeedPage .table li{padding:0 25px;text-align:center}.FeedPage .lastImportRun ul{grid-template-columns:1fr 1fr 2fr 2fr 2fr}.FeedPage h1{margin-bottom:10%;margin-top:5%}.FeedPage .ChartTotalPostings{margin:auto;width:400px}.FeedPage .postingCharts{align-items:center;flex-direction:column;justify-items:center;margin-top:50px}.FeedPage .postingCharts .postingsChartContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.FeedPage .postingCharts .postingsChartContainer>div{margin-top:60px}.FeedPage .lineChartHead{margin-top:8%}.feed-type-icon-container{width:100%}.feed-type-icon-container,.letter-icon{align-items:center;display:flex;justify-content:center}.letter-icon{border-radius:50%;color:#fff;font-weight:700}.letter-icon.free-bundle{background-color:#4caf50}.letter-icon.indeed-campaign{background-color:#ff9800}.letter-icon.small{font-size:10px;height:16px;width:16px}.letter-icon.medium{font-size:12px;height:20px;width:20px}.letter-icon.large{font-size:14px;height:24px;width:24px}.CloseIcon{align-items:center;background-color:#00000008;border-radius:50%;display:flex;height:24px;justify-content:center;transition:all .2s;width:24px}.CloseIcon:hover{background-color:#0000001a;transform:scale(1.05)}.feed-search{align-items:center;display:flex;margin-bottom:0;max-width:500px;width:100%}.feed-search .search-input-container{align-items:center;display:flex;position:relative;width:100%}.feed-search .search-input{border:1px solid #ddd;border-radius:25px;box-shadow:0 2px 5px #0000000d;font-size:14px;padding:12px 40px 12px 18px;transition:all .3s;width:100%}.feed-search .search-input:focus{border-color:#007bff;box-shadow:0 2px 8px #007bff33;outline:none}.feed-search .reset-icon{align-items:center;display:flex;justify-content:center;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.feed-search .loading-indicator{color:#666;font-size:14px;margin-left:10px}.JobPostingImports ul{grid-template-columns:.15fr .15fr .2fr .2fr .2fr .2fr .2fr .8fr .2fr}.JobPostingImports form{margin:auto;width:70%}.JobPostingImports form .filters{align-items:baseline;display:flex;justify-content:space-around;margin-bottom:5%}.JobPostingImports form .filters .SearchButton{background-color:initial;border:initial;cursor:pointer;outline:medium none invert;outline:initial;text-align:center;width:100px}.JobPostingImports form .filters .SearchIcon{background:radial-gradient(circle,rgba(206,212,218,.342) 0,#e7e7e7 36%,#fff0 100%);margin-top:45px}.LinkIcon{display:inline;width:30px}.LinkIcon img{margin-bottom:-10px}.SingleJobPosting .title{color:blue}.JobPostingDetails ul{grid-template-columns:.2fr .2fr .2fr .4fr .4fr .3fr .3fr .3fr}.JobPostingDetails h1{margin:5% auto}.JobPostingDetails h2{margin:5% auto 2%}.JobPostingDetails .JobPostingImports ul{grid-template-columns:.15fr .15fr .2fr .2fr .3fr .2fr .4fr}.HtmlContent h1{margin:5%}.HtmlContent pre{background-color:#d3d3d3;margin:auto;padding:5%;width:80%}@font-face{font-family:Roboto;font-weight:500;src:local("Roboto"),url(/static/media/Roboto-Medium.7c8d04cd831df3033c8a.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;src:local("Roboto"),url(/static/media/Roboto-Bold.f80816a5455d171f948d.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:bolder;src:local("Roboto"),url(/static/media/Roboto-Black.cf56c1b149d0a5e8d7c6.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:lighter;src:local("Roboto"),url(/static/media/Roboto-Light.333da16a3f3cc391d087.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;src:local("Roboto"),url(/static/media/Roboto-Italic.87f3afe16a8c3c370634.ttf) format("truetype")}@font-face{font-family:Roboto;src:local("Roboto"),url(/static/media/Roboto-Regular.fc2b5060f7accec5cf74.ttf) format("truetype")}.basicRadius{border-radius:15px}*{box-sizing:border-box;color:#414141;font-family:Roboto,serif;list-style:none;margin:0;padding:0;text-decoration:none}h1,h2,h3,h4,h5,h6{word-wrap:break-word;text-align:center;white-space:normal}.icon img{width:25px}.clickable{cursor:pointer}pre{white-space:pre-wrap}form>*{margin-bottom:35px}.formValidation{font-style:italic;margin:3%;text-align:center}.formValidation p{color:red}.Toastify__toast-container *{color:#f60}.emptyList{font-style:italic;padding:5%}.breadcrumbs{background:linear-gradient(90deg,hsla(0,0%,67%,.112),hsla(0,0%,61%,.314) 22%,#cfcfcf00 48%)}.breadcrumbs p{color:#f60;display:inline}h1 span{color:#417690;font-style:italic}.externalImport{font-size:xx-small}.blue{color:blue}.margin-left-10{margin-left:10px}.MappingHelper p{border:1px solid #000;border-radius:10px;font-size:large;margin:auto auto 3%;padding:5px 10px;text-align:center;width:20%}.MappingHelper p span:last-child{color:orange;font-style:italic;margin-left:10px}.MappingHelper h4{margin:auto auto 3%;max-width:60%}.table{margin:auto}.table .tableHeader{font-weight:700}.table .tableHeader *{color:#417690;font-size:20px}.table ul{align-items:center;border-radius:15px;display:grid;padding:.5% 1.5%}.table .row{background-color:#eee;border-radius:15px;margin-bottom:15px}input{border:solid #eee;border-radius:15px;height:35px;text-align:center;width:100%}input:invalid{background-color:ivory;border:none;border-radius:15px;outline:2px solid #f60}textarea:invalid{background-color:ivory;border:none;border-radius:15px;outline:2px solid #f60}input[type=checkbox]{height:35px;width:20px}input[type=number]{width:80px}select{border:.2px solid #414141;border-radius:15px;height:35px;text-align:center;width:140px}option{font-size:18px}.inputStyle{background:#232450;border:none;border-radius:3px;color:#ffffffb3;margin:10px 0;padding:15px;width:90%}.CheckBoxInput,.CronSelectBox,.DateInput,.NumberInput,.TemplateSelectBox,.TextInput,.cronInput,.defaultSelectBox{align-items:center;display:grid;grid-template-columns:.3fr .7fr;margin:10px auto}.cronInput{grid-template-columns:.3fr .7fr}.DateInput input,.NumberInput input{width:150px}.CheckBoxInput{grid-template-columns:.1fr .9fr;width:70%}.ObjectInput{line-height:35px;width:100%}.ObjectInput textarea{border:2px solid;border-radius:15px;height:70px;padding:10px;width:100%}.ObjectInput textarea:focus{outline:none}.ObjectInput .extraHint{padding-bottom:100px}.ObjectInput h4{text-align:left}.subFormSelectBox{place-self:center;text-align:center}.subFormSelectBox label{color:#8400d6;display:block;padding:15px 15px 7px}.CronSelectBox select,.TemplateSelectBox select{font-size:medium;width:100%}.VerticalSelectBox,.labelAbove{display:flex;flex-direction:column}.labelAbove{margin:0;padding:0;place-self:center;text-align:center}.labelAbove label{color:#8400d6;margin:0;padding:15px 15px 7px}.labelAbove select{border:none;outline:none}.labelAbove button{border:.2px solid #414141;border-radius:15px;height:35px;text-align:center;width:140px}.labelAbove button,.labelAbove option{color:#414141;list-style:none;margin:0;padding:0;text-decoration:none}.labelAbove option{font-size:18px}button:active{transform:translateY(4px)}.buttonBase{background-color:#f60;border:none;border-radius:15px;color:#fff;display:inline-block;font-weight:500;min-height:35px;min-width:60px;padding:7px 9px;text-align:center;width:100px}.buttonBase:hover{cursor:pointer}.buttons{align-items:center;display:flex;justify-content:space-around;padding:0}.disabled{background-color:#414141}.AddNewFeed form .CancelButt,.CancelButt,.DeleteFeed form .CancelButt,.EditFeed form .CancelButt,.SaveButt,.deleteButt{align-items:center;background-color:#009100;border-radius:100%;color:#fff;display:flex;height:70px;justify-content:center;width:70px}.AddNewFeed form .CancelButt:active,.CancelButt:active,.DeleteFeed form .CancelButt:active,.EditFeed form .CancelButt:active,.SaveButt:active,.deleteButt:active{width:90px}.deleteButt{background-color:red!important}.CancelButt{background-color:#414141;color:#fff;width:auto}button:disabled{background-color:#eee!important;color:#414141}.BackButton{background-color:initial;border:none;bottom:5%;position:fixed;right:5%}.BackButton img{width:70px}.BackButton img:hover{cursor:pointer}.BackButton img:active{width:90px}.greyRoundContainer{background-color:#eee;border-radius:30px;margin-left:auto;margin-right:auto;max-width:70%;min-width:600px;padding:3%}.componentContainer{border-radius:15px;margin:auto;padding:3%}.pageContainer,.pageContainerWide{margin:auto;padding:3% 15%}.pageContainer>*,.pageContainerWide>*{margin-bottom:35px}.pageContainerWide{padding:3%}.checks{margin-top:50px}.AddNewFeed form .inputContainer,.DeleteFeed form .inputContainer,.EditFeed form .inputContainer{align-items:baseline;margin:auto;width:80%}.AddNewFeed form .checkBoxes,.DeleteFeed form .checkBoxes,.EditFeed form .checkBoxes{align-items:center;display:grid;grid-template-columns:.5fr .5fr}.AddNewFeed form .CancelButt,.AddNewFeed form .SaveButt,.AddNewFeed form .deleteButt,.DeleteFeed form .CancelButt,.DeleteFeed form .SaveButt,.DeleteFeed form .deleteButt,.EditFeed form .CancelButt,.EditFeed form .SaveButt,.EditFeed form .deleteButt{background-color:#009100;margin-top:0;padding-left:20px;padding-right:20px}.AddNewFeed form .CancelButt,.DeleteFeed form .CancelButt,.EditFeed form .CancelButt{background-color:#414141}.AddNewFeed form .context,.DeleteFeed form .context,.EditFeed form .context{margin:3%}.AddNewFeed form .cron .CheckBoxInput,.DeleteFeed form .cron .CheckBoxInput,.EditFeed form .cron .CheckBoxInput{display:flex;justify-content:center;margin:initial;width:auto}.AddNewFeed form .cron .CheckBoxInput label,.DeleteFeed form .cron .CheckBoxInput label,.EditFeed form .cron .CheckBoxInput label{margin-left:10%;text-align:left;width:180px}.AddNewFeed .quotas,.DeleteFeed .quotas,.EditFeed .quotas{text-align:center}.AddNewFeed .quotas .NumberInput,.DeleteFeed .quotas .NumberInput,.EditFeed .quotas .NumberInput{grid-template-columns:.5fr .5fr}.readerContainer .SelectBox{margin-bottom:30px}.useDefaults{margin:40px auto;text-align:center}.useDefaults button{width:auto}.useDefaults .CheckBoxInput{grid-template-columns:1fr 5fr;text-align:center;width:40%}.ReaderConfig h2{margin-bottom:20px}.ReaderConfig .inputs{display:grid;grid-template-columns:1fr 1fr}.ReaderConfig .inputs>div{border-bottom:1px solid #000;font-size:.9em;margin:20px auto 0;padding-bottom:40px;width:90%}.ReaderConfig .inputs>div .CheckBoxInput,.ReaderConfig .inputs>div .CronSelectBox,.ReaderConfig .inputs>div .DateInput,.ReaderConfig .inputs>div .NumberInput,.ReaderConfig .inputs>div .TemplateSelectBox,.ReaderConfig .inputs>div .TextInput,.ReaderConfig .inputs>div .cronInput,.ReaderConfig .inputs>div .defaultSelectBox{display:grid;grid-template-columns:1fr 1fr;margin-bottom:5px;margin-top:5px}.ReaderConfig .jobList{border-bottom:1px solid #000;margin:auto auto 20px;padding-bottom:20px;width:50%}.ReaderConfig .title{margin-bottom:60px;text-align:center}.ReaderConfig .title *{display:inline}.ReaderConfig .title .help h3{color:blue;padding:20px}.JobBoards{margin:20px auto}.JobBoards .inputs{grid-template-columns:repeat(4,1fr)}.JobBoards .inputs .CheckBoxInput{padding-bottom:0}.JobBoards .inputs .CheckBoxInput label{margin-left:5px}.JobBoards .inputs *{border-bottom:initial}.DeleteFeed h2{margin-bottom:5%;text-align:center}.DeleteFeed .deleteAssurance{margin:5% auto}.DeleteFeed .deleteAssurance .CheckBoxInput,.DeleteFeed .deleteAssurance .CronSelectBox,.DeleteFeed .deleteAssurance .DateInput,.DeleteFeed .deleteAssurance .NumberInput,.DeleteFeed .deleteAssurance .TemplateSelectBox,.DeleteFeed .deleteAssurance .TextInput,.DeleteFeed .deleteAssurance .cronInput,.DeleteFeed .deleteAssurance .defaultSelectBox{width:70%}.Dashboard{display:flex;text-align:center}.Dashboard .logout{background-color:#414141;margin-bottom:5%}.Dashboard .userInfos{font-size:large;line-height:30px}.FeedsList,.Templates{line-height:185%}.FeedsList .tableHeader li,.Templates .tableHeader li{font-size:medium}.FeedsList .tableHeader li:nth-child(3),.Templates .tableHeader li:nth-child(3){text-align:center}.FeedsList ul,.Templates ul{grid-template-columns:.3fr 1.3fr .6fr 1fr .7fr 1.3fr .3fr .2fr .1fr}.FeedsList .SingleFeed .inactive *,.Templates .SingleFeed .inactive *{opacity:.7}.FeedsList .SingleFeed .inactive .advancedButt *,.FeedsList .SingleFeed .inactive .editButt *,.Templates .SingleFeed .inactive .advancedButt *,.Templates .SingleFeed .inactive .editButt *{opacity:1}.FeedsList .SingleFeed .editButt,.FeedsList .SingleFeed .settingsButt,.Templates .SingleFeed .editButt,.Templates .SingleFeed .settingsButt{position:relative;top:6px}.FeedsList .SingleFeed .activateButt img,.Templates .SingleFeed .activateButt img{height:15px;margin-top:8px;width:15px}.FeedsList .SingleFeed .activateButt .check,.Templates .SingleFeed .activateButt .check{height:25px;width:25px}.FeedsList .SingleFeed .feedType,.Templates .SingleFeed .feedType{align-items:center;display:flex;justify-content:center;text-align:center}.FeedsList .SingleFeed .advancedButt,.Templates .SingleFeed .advancedButt{font-weight:700;padding-bottom:10%;position:relative}.FeedsList .SingleFeed .importRunsClickable p,.Templates .SingleFeed .importRunsClickable p{display:inline-block}.FeedsList .SingleFeed .importRunsClickable p:last-child,.Templates .SingleFeed .importRunsClickable p:last-child{color:blue;font-size:smaller}.FeedsList .SingleFeed .importRunsClickable p:first-child,.Templates .SingleFeed .importRunsClickable p:first-child{color:blue;width:70px}.FeedsList .SingleFeed .importRunsClickable .noImportRunLine,.Templates .SingleFeed .importRunsClickable .noImportRunLine{margin-bottom:4px}.FeedsList .SingleFeedExport ul,.Templates .SingleFeedExport ul{grid-template-columns:.3fr 1.3fr 1fr .7fr}.FeedsList .loadFeeds,.Templates .loadFeeds{float:right}.FeedsList .buttonsContainer,.Templates .buttonsContainer{display:flex;justify-content:flex-end;margin-bottom:15px;width:100%}.FeedsList .searchContainer,.Templates .searchContainer{display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.FeedsList .table .no-results,.Templates .table .no-results{background-color:#f9f9f9;border-radius:4px;color:#666;font-style:italic;margin-top:20px;padding:20px;text-align:center}.AdvancedDropDown{background-color:#c5c2c2;border-radius:3.75px;opacity:.9;padding:5px 7px;position:absolute;right:-350%;top:20px;width:200px;z-index:999}.SingleFeedExport .AdvancedDropDown{right:0}.AdvancedDropDown ul{display:flex;flex-direction:column}.AdvancedDropDown ul .delete{color:red}.AdvancedDropDown ul li{font-weight:400}.AdvancedDropDown ul li:hover{font-size:large}.ImportRuns ul,.LastImportRun ul{grid-template-columns:1fr 1fr 2fr 2fr 2fr}.JobPostings ul{grid-template-columns:.2fr .25fr 1.5fr .3fr .5fr .5fr .5fr .5fr .5fr .5fr}.JobPostings h1{margin-bottom:5%}.JobPostings .externalExport{margin-left:10px}.JobPostingImports ul{grid-template-columns:.2fr .2fr .2fr .2fr .4fr .2fr .2fr .8fr .3fr}.JobPostingImports h1{margin-bottom:5%}.ImportRuns .manualTrigger{text-align:right}.ImportRuns .triggerTest{margin-top:10px}.ImportRuns .nextImportRun div{font-size:x-large;margin-top:10px;text-align:center}.ImportRuns .next div{display:inline-block}.ImportRuns .status{color:green;margin-right:20px}.ImportRuns .rows{position:relative}.ImportRuns .abort{cursor:pointer;left:18.5%;position:absolute;right:0;top:3px;width:40px}.ImportRuns .filterContainer{margin-bottom:5%}.ImportRuns .filterContainer .dateFilter{align-items:center;display:flex;gap:10px}.ImportRuns .filterContainer .dateFilter label{font-weight:700}.ImportRuns .filterContainer .dateFilter input[type=date]{border:1px solid #ccc;border-radius:4px;padding:5px}.ImportRuns .filterContainer .dateFilter .clearFilter{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:5px 10px}.ImportRuns .filterContainer .dateFilter .clearFilter:hover{background-color:#e0e0e0}.Users{display:flex;justify-content:space-around}.Users>div{background-color:#eee;border-radius:15px;height:-webkit-fit-content;height:fit-content;margin:3%;padding:1.5%;width:100%}.Users .createNewUserButton{width:100%}.Users .SingleUser{background-color:#c5c2c2;border-radius:15px;display:flex;justify-content:center;margin:3%;padding:3%}.Users .SingleUser li{border-bottom:1px solid #eee;display:grid;grid-template-columns:1fr 1fr;line-height:30px;text-align:left}.Users .SingleUser li:last-child{border-bottom:initial}.Users .SingleUser:hover{background-color:#417690}.Users .SingleUser:hover li *{color:#fff}.Users ul{line-height:20px}.Users .createUser{padding:1.5% 7%}.Users .createUser .inputs{padding:5%}.Users .createUser h1{font-size:30px;font-weight:400;margin-bottom:5%}.Users .accordion{align-items:baseline;cursor:pointer;display:flex;justify-content:space-around}.Users .accordion .accordionTitle{font-size:30px;padding-right:20px}.Users .accordion .hideShow{color:#417690;font-size:20px}.EditUser .deleteUser{text-align:center}.EditUser .deleteUserButton{background-color:red;font-size:large;width:30%}.EditUser h1{margin-bottom:5%}.Templates .table{margin:auto;text-align:center;width:70%}.Templates ul{align-items:center;grid-template-columns:repeat(4,1fr);grid-template-rows:50px 0;justify-items:center}.Templates .clickable{margin-top:20px}.Templates .AdvancedDropDown{right:-200px;top:30px}.Templates a{color:blue}.Templates .download{color:blue;cursor:pointer}.AddNewTemplate .inputContainer{max-width:60%}.AddNewTemplate .zipInput{display:grid;grid-template-columns:.3fr .7fr;margin-top:40px}.AddNewTemplate .zipInput input,.AddNewTemplate .zipInput input:invalid{background-color:initial;border-radius:0;border-radius:initial;outline:medium none invert;outline:initial;width:auto}.AddNewTemplate .zipInput .custom-file-upload{border:1px solid #ccc;cursor:pointer;display:inline-block;padding:6px 12px}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{animation:spinner 1.5s linear infinite;border:10px solid #f3f3f3;border-radius:50%;border-top-color:#383636;height:50px;width:50px}.spinner-container{align-items:center;display:grid;height:350px;justify-content:center}.PreviewEdited{background-color:#414141;border-radius:15px;margin:auto auto 3%;max-width:60%;min-width:600px;padding:3%}.PreviewEdited h1{border-bottom:1px solid #fff;color:#fff;margin-bottom:3%;padding:2%;text-align:center}.PreviewEdited *{color:#fff}.Header{align-items:center;background-color:#414141;border-bottom:.5px solid;display:flex;justify-content:space-between;padding:.4% 6%}.Header *{color:#f60;font-weight:500}.Header ul{display:flex;justify-content:space-between;width:40%}.Header ul li{width:50px}.LoginContainer{margin:10% auto;text-align:center;width:30%}.LoginContainer input *{background-color:#eee}.LoginContainer .loginInput{margin-bottom:20px}.LoginContainer Button{font-size:medium;font-weight:700;width:100%}
/*# sourceMappingURL=main.6c625eab.css.map*/