body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*{box-sizing:border-box}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #6da2c7;border-radius:10px;background-color:#1067a3}::-webkit-scrollbar{width:10px;height:10px;margin-bottom:20px}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #1067a3;background-color:#6da2c7}.home{width:100vw;height:100vh;color:#fff;background-color:#172b4d}.flex{height:5vh;display:flex;justify-content:center;align-items:center}.home .appBar,.home .header,.home .popover,.home .tasksDragger,.home .userProfile{width:100%}.home .appBar,.home .header{height:6%;max-height:6%}.home .userProfile{height:8%;max-height:8%}.home .header{background-color:#1067a3}.home .appBar{color:#000;background-color:#faf3c0}.home .popover,.home .tasksDragger,.home .userProfile{background-color:#1479bf}.home .tasksDragger{height:80%;max-height:80%;overflow:hidden;align-items:flex-start;justify-content:flex-start}@media (max-width:500px){.home .appBar,.home .header,.home .userProfile{display:none;width:0}.home .popover{height:10%;max-height:10%;width:100%;border-bottom:1px solid rgba(0,0,0,.75);box-shadow:-1px 8px 15px -1px rgba(0,0,0,.75)}.home .tasksDragger{height:90%;max-height:90%;overflow:hidden}}@media (min-width:500px){.home .popover{display:none}}.home-header{width:100%}.home-header-innerdiv{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 6px}.header-title{position:absolute;left:50%;font-weight:700;color:#00a2ff;font-size:20px}.header-left{text-transform:uppercase}.header-left-item{padding:0 6px;font-weight:700}.header-left-item:hover{background-color:#3385b6}.header-left-item:hover,.header-right-login,.header-right-signUp{border-radius:4px;cursor:pointer}.header-right-signUp{font-weight:700;font-size:14px;padding:8px;margin:0 2px;background-color:#5fb94c}.header-right-signUp:hover{background-color:#2c9717}.header-right-login{font-weight:500;font-size:14px;padding:8px;margin:0 2px;background-color:#4a93bd}.header-right-login:hover{background-color:#00a2ff}.home-appBar{transition:.25 ease-in}.home-appBar-innerdiv{font-weight:700;opacity:.7}.home-userProfile{width:100%}.home-userProfile-innerdiv{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.home-userProfile-right{padding:4px 8px;background-color:#3d99ce;border-radius:4px}.home-userProfile-right:hover{cursor:pointer;background-color:#0c70aa}.home-userProfile-left{font-weight:700}.popup-open{width:300px}.popup-close{width:0}.sidenav{height:88%;width:20%;position:fixed;z-index:1;bottom:0;background-color:#0b629c;overflow-x:hidden;transition:all .5s;display:flex;justify-content:flex-start;align-items:flex-start}.sidenav-open{right:0}.sidenav-close{right:-20%}.sidenav-innerDiv{position:relative;height:100%;color:#fff}.home-userProfile-search{color:#fff!important}.sidenav-text{height:100%;display:flex;justify-content:center;align-items:center}.sidenav-closeIcon{position:absolute;top:4%;left:4%;cursor:pointer;width:40px!important;height:40px!important}.home-tasksDragger{width:100%;height:100%}.home-tasksDragger .innerDiv{width:100%;height:100%;background-color:#1479bf;display:flex;flex-wrap:nowrap;overflow-x:scroll}.home-tasksDragger .taskStatusItem-wip{background-color:#bd314d}.home-tasksDragger .taskStatusItem-selected{background-color:#4a9150}.home-tasksDragger .taskStatusItem-staging{background-color:#8d3b5a}.home-tasksDragger .taskStatusItem-production{background-color:#f56420}.home-tasksDragger .taskStatusItem-complete{background-color:#493a72}.home-tasksDragger .taskStatusItem-light-wip{background-color:#eb5b77;border:2px dashed #fff}.home-tasksDragger .taskStatusItem-light-selected{background-color:#7fd687;border:2px dashed #fff}.home-tasksDragger .taskStatusItem-light-staging{background-color:#c47f99;border:2px dashed #fff}.home-tasksDragger .taskStatusItem-light-production{background-color:#dda653;border:2px dashed #fff}.home-tasksDragger .taskStatusItem-light-complete{background-color:#8b79bd;border:2px dashed #fff}.taskStatusItem-light-complete::-webkit-scrollbar,.taskStatusItem-light-production::-webkit-scrollbar,.taskStatusItem-light-selected::-webkit-scrollbar,.taskStatusItem-light-staging::-webkit-scrollbar,.taskStatusItem-light-wip::-webkit-scrollbar{display:none}.empty-card{height:50px;width:100%}.taskStatusItem{position:relative;min-width:250px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:20px;border-radius:8px}.task-status-header{padding:10px 0;text-transform:uppercase;font-weight:600}.task-status-card{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-wrap:wrap;padding:12px;justify-content:center;align-items:center;margin:10px 0;cursor:pointer;background-color:none}.task-status-card-dragIsOn{margin-top:60px;transition:all 1s ease-in-out}.task-status-card-dragged{background-color:#fff!important;opacity:.5}.task-status-items-container{max-height:65vh;padding:20px;width:100%;overflow:auto}.task-status-addTask-div{position:absolute;right:8px;top:8px}.task-addIcon{cursor:pointer}.home-popover{width:100%}.home-popover-innerDiv{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.home-popover-left{font-weight:700}.home-popover-right{padding:8px;background-color:#3d99ce;border-radius:4px}.home-popover-right:hover{cursor:pointer;background-color:#0c70aa}.home-popover .sidenav{height:100%;width:70%;position:fixed;z-index:1;bottom:0;background-color:#0b629c;overflow-x:hidden;transition:all .5s;display:flex;justify-content:flex-start;align-items:flex-start}.home-popover .sidenav-open{right:0}.home-popover .sidenav-close{right:-70%}
/*# sourceMappingURL=main.b9f9ac4c.chunk.css.map */