@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap);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}.App{width:100vw;height:100vh;max-width:100%;max-height:100%;background-size:cover!important}.color-white{color:#fff!important}.TimerApp{width:100vw;height:100vh;max-width:100%;max-height:100%;background-size:cover!important}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.timer-container{width:100vw;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .5s ease;--counter-width:30rem;background-color:rgba(0,0,0,.4)}@media only screen and (min-width:800px){.timer-container.active{padding-top:2rem;width:30vw;min-width:35rem}}.timer-box{padding:.5rem 1rem;border-radius:.75rem;min-width:32rem;min-height:21.5rem;position:relative}.timer-box.active{min-height:17rem}@media only screen and (max-width:800px){.timer-box{min-width:0!important;min-height:0!important;width:100%;height:100%;background:transparent;border-radius:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0}}.tab-list{list-style:none;display:flex;justify-content:space-evenly;padding:.2rem .5rem;border-radius:1rem;margin-top:.5rem;background:hsla(0,0%,100%,.4)}.tab-list-item{padding:0 .8rem;cursor:pointer;transition:.3s ease;font-size:1rem;display:flex;justify-content:center;align-items:center}.tab-list-item.active{background:hsla(0,0%,100%,.8);border-radius:1rem}.tab-list-item.right:after{margin-left:.25rem;content:"\f054"}.tab-list-item.left:before,.tab-list-item.right:after{color:#000;font-family:"Font Awesome 5 Free";font-weight:900;font-size:small}.tab-list-item.left:before{margin-right:.25rem;content:"\f053"}.counter{position:absolute;min-width:var(--counter-width);padding:0 3rem 1.5rem}.count{font-family:"Orbitron",sans-serif;font-size:5rem;margin:0;text-align:center;color:hsla(0,0%,100%,.8)}@media only screen and (max-width:350px){.count{font-size:4rem!important}.count:after{content:attr(name);font-size:2rem}}@media only screen and (max-width:310px){.count{font-size:3.5rem!important}.count:after{content:attr(name);font-size:1.8rem}}@media only screen and (max-width:250px){.count{font-size:3rem!important}.count:after{content:attr(name);font-size:1.5rem}}@media only screen and (max-width:220px){.count{font-size:2.5rem!important}.count:after{content:attr(name);font-size:1rem}}.button-container{margin-top:1.5rem}.button-container,.login-cont{display:flex;justify-content:space-evenly}.login-cont,.user-cont{margin-top:.5rem}.user-cont{padding:0 .5rem}.notes-btn{position:absolute;left:0;bottom:1.5rem;border-radius:50%!important}.mobile-timer-wrapper,.notes-btn{display:flex;justify-content:center;align-items:center}.mobile-timer-wrapper{width:100%;height:100%;flex-direction:column;background:rgba(0,0,0,.5)}.mobile-tabs-wrapper{width:100%;padding:1rem 0;position:fixed;top:0;left:0;border-radius:0 0 .5rem .5rem}.mobile-tab-list{margin:0;list-style:none;display:flex;justify-content:space-around;align-items:center;padding:.2rem .5rem;width:100%;color:#fff;vertical-align:bottom}.mobile-tab-list-item{font-size:1rem;font-weight:400;transition:.3s ease}.mobile-tab-list-item.active{font-size:1.5rem;font-weight:600}.mobile-actions{border-radius:.5rem .5rem 0 0;position:fixed;bottom:0;left:0;width:100%}.mobile-actions,.mobile-notes-btn{display:flex;justify-content:center;align-items:center}.mobile-notes-btn{position:absolute;left:.5rem}.mobile-setting-btn{position:absolute;right:0}.user-btn{display:flex;justify-content:center;align-items:center;text-transform:capitalize}.mobile-user-img{width:1.5rem;height:1.5rem;border-radius:50%}.mobile-button-container{min-width:20rem;max-width:30rem;width:100%;padding:0 .5rem;display:flex;justify-content:space-evenly}@media only screen and (max-width:310px){.mobile-button-container{min-width:0}}.mobile-action-drawer .MuiPaper-root{background:transparent!important;max-width:100vw!important;border-radius:.5rem .5rem 0 0!important}.mobile-user-drawer{width:100%;height:100%;border-radius:.5rem .5rem;padding:.5rem}.user-action{padding:.25rem 0}.mobile-logout-btn{padding:.8rem 0!important;font-size:.8rem!important}.mobile-dashboard-btn{padding:.25rem 0 1rem!important;font-size:.8rem!important}.mobile-count-box{padding:0 .8rem;max-width:100vw}.blur-box{background-color:rgba(0,0,0,.7)!important;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.blur-box{background-color:hsla(0,0%,100%,.15)!important;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}}.button{background-color:hsla(0,0%,100%,.562)!important;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:1rem .5rem;border-radius:.4rem;box-shadow:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#fff;transition:.3s ease}.button:disabled{cursor:not-allowed}.button.bg-green{background-color:rgba(203,238,147,.9)!important}.button.bg-red{background-color:rgba(238,147,147,.9)!important}.button.bg-green:hover:not(:disabled){background-color:#b0d377!important}.button.bg-red:hover:not(:disabled){background-color:#e47878!important}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.button{background-color:hsla(0,0%,100%,.15)!important}.button,.button.bg-green{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.button.bg-green{background-color:rgba(203,238,147,.5)!important}.button.bg-red{background-color:rgba(238,147,147,.5)!important;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}}.btn-small{font-size:.75rem;text-align:center;padding:.5rem}.width-100{width:100%}.transparent{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none}.success-btn:hover{color:#9acd32}.danger-btn:hover{color:tomato}.rounded-btn{border-radius:50%!important;width:2.5rem;height:2.5rem}.user-card{padding:.5rem 1rem;justify-content:flex-start;border-radius:.5rem}.user-card,.user-img-cont{display:flex;align-items:center}.user-img-cont{justify-content:flex-end;width:25%}.user-img-cont div.user-img{width:3rem;height:3rem;border-radius:50%}.user-img-cont .user-img{border-radius:50%;width:70%;height:auto}.user-meta{width:65%;padding-left:1rem;align-items:flex-start;flex-direction:column;overflow:hidden}.user-meta,.user-option{display:flex;justify-content:center}.user-option{position:relative;width:3rem;height:3rem;color:#fff;align-items:center;font-weight:600;border-radius:100%;transition:all .3s;cursor:pointer}.user-option.disable{cursor:not-allowed;opacity:.5}.user-option.active:hover{background-color:hsla(0,0%,100%,.8);color:#000}.dashboard-btn,.dashboard-logout-btn,.logout-btn,.setting-btn,.timer-btn{position:absolute;left:0;top:0;z-index:2;opacity:0;width:0;overflow:hidden;white-space:nowrap}.dashboard-btn *,.logout-btn *,.setting-btn *{font-size:1rem}.dashboard-btn,.setting-btn,.timer-btn{height:3rem!important;border-radius:50%}.dashboard-logout-btn,.logout-btn{height:3rem!important;border-radius:3rem}.user-option.active:hover>i{transform:rotate(-180deg)}.user-option.active:hover .timer-btn{opacity:1;left:3.5rem;width:3rem!important}.user-option.active:hover .dashboard-logout-btn{opacity:1;left:7rem;width:3rem!important}.user-option.active:hover .dashboard-btn{opacity:1;left:3.5rem;width:3rem!important}.user-option.active:hover .setting-btn{opacity:1;left:7rem;width:3rem!important}.user-option.active:hover .logout-btn{opacity:1;left:10.5rem;width:8rem!important}.user-option.active>i{transition:.3s ease}.setting-btn i{transition:.5s ease}.user-option.active:hover .setting-btn i{transform:rotate(180deg)}.user-name{color:#fff;font-size:1.5rem;text-transform:capitalize}.dashboard-user-card{flex-direction:column}.dashboard-user-card,.user-img-container{width:100%;display:flex;justify-content:center;align-items:center}.user-img-container{height:8rem}.user-img-container .MuiAvatar-root,.user-img-container img{height:6rem!important;width:6rem}.user-img-container .MuiAvatar-root{font-size:3rem}.user-name-container{padding:.2rem 0;justify-content:center}.user-actions,.user-name-container{width:100%;display:flex;align-items:center}.user-actions{padding-bottom:1.5rem;justify-content:space-evenly}.todo-box{margin-top:.5rem;min-width:32rem}.todo-box.dashboard-todo{min-width:0;max-width:none}.todo-list-wrapper{min-width:32rem;padding:.5rem 0;max-height:40vh;overflow-y:auto;overflow-x:hidden}.todo-list-wrapper.dashboard-todo{min-width:0;max-width:none}.todo-list{margin:.35rem 0;border-radius:.35rem;display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;color:#fff}.rounded-cont{border-radius:3rem}.task-container{max-height:15rem;overflow:auto}.todo-task,.todo-task-non-active{font-size:1.4rem;width:80%;position:relative;transition:.3s ease}.dd-icon:before{margin-right:.5rem;content:"\f0c9";font-family:"Font Awesome 5 Free";font-weight:900;font-size:small;color:#fff;vertical-align:middle;cursor:-webkit-grab;cursor:grab}.todo-actions{display:flex;justify-content:flex-end;width:20%;font-size:1rem}.todo-actions button{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none}.todo-actions .success-btn:hover{color:#9acd32}.todo-actions .danger-btn:hover{color:tomato}@media only screen and (max-width:800px){.todo-box,.todo-list-wrapper{min-width:18rem;width:100%;max-width:26rem;padding:0 .5rem}.todo-task,.todo-task-non-active{font-size:1.2rem}.todo-actions{font-size:.8rem}}@media only screen and (max-width:340px){.todo-box,.todo-list-wrapper{min-width:0;width:100%;padding:0 .5rem}.todo-task,.todo-task-non-active{font-size:1rem}.todo-actions{font-size:.6rem}}.styled-input{width:100%;border:none;border-radius:.5rem;text-align:right;padding:0 .8rem}.dark{background-color:#333!important;color:#fff}.light{background-color:#fff;color:#333}.lg{font-size:1.5rem;height:3rem}.sm{font-size:1.2rem;height:2rem}.styled-label{font-weight:300;position:relative;border-radius:.3rem;padding:0 .2rem;z-index:99}.styled-label.dark,.styled-label.light{background-color:#333!important;color:#fff}.styled-label.lg{top:.5rem;padding:0 .4rem;font-size:.9rem}.styled-label.sm{top:.3rem;left:.4rem;font-size:.8rem}.styled-input-wrapper{padding:0 .2rem}.task-dialog{min-width:32rem;padding:.25rem .5rem;border-radius:.5rem}@media only screen and (max-width:800px){.task-dialog{min-width:19rem}}@media only screen and (max-width:320px){.task-dialog{min-width:100%}}#task-title{color:#fff;font-size:1.5rem;padding:.25rem .5rem}.text-left{text-align:left!important}.MuiAutocomplete-root{width:100%!important}.MuiInput-root{color:#fff!important;height:100%!important}.MuiInput-root:after,.MuiInput-root:before{border-bottom:none!important}.preset-card-wrapper{width:100%;padding:0 .2rem;background-color:#333;border-radius:.75rem;margin:.25rem 0;overflow:hidden}.preset-card-header{width:100%;padding:0 .5rem;border-radius:.4rem;border-bottom-right-radius:0;position:relative;top:.55rem;display:flex;justify-content:space-between}.preset-card-header input{width:30%;border:none;background-color:transparent;color:#fff}.preset-card-header input:focus-visible{outline:none}.preset-card{padding:.8rem .5rem .2rem;background-color:#333;border-radius:.5rem;border-top-left-radius:0;height:0;transition:.3s ease}.preset-card.open{height:4.5rem}.preset-card-input-group{display:flex}.button-conatiner{margin-top:.3rem;display:flex;justify-content:space-between}.load-btn,.save-btn{border:none;background-color:#fff;border-radius:.5rem;padding:.25rem 0}.save-btn{width:25%}.load-btn{width:70%}.load-btn span,.save-btn span{margin-left:.1rem}.preset-button{border:none;background:transparent;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 .25rem}.preset-button:last-of-type{margin-right:0}.preset-buttons-group{display:flex}.preset-button i{transition:.3s ease;color:#fff}.preset-button.open i{transform:rotate(-180deg)}.preset-button.check{background:#fff;opacity:0;visibility:none;transition:.3s ease}.preset-button.check.show{opacity:1;visibility:visible}.preset-button.check i{color:#0ead00}.bg-card-wrapper{width:100%;display:flex;justify-content:space-evenly;align-items:center}.bg-card{width:25%;padding:.25rem}.bg-card.active{border:2px solid #fff;border-radius:.5rem}.bg-img{width:100%;height:4.5rem;border-radius:.5rem;background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer;display:flex;justify-content:flex-end;align-items:flex-end;padding:.35rem}.bg-img i{color:#fff;font-size:small}.audio-wrapper{margin-top:.75rem;display:flex;justify-content:space-evenly;align-items:center;padding:.5rem .5rem .25rem;border-radius:.5rem;background:#333}.audio-icon{width:5%;color:#fff;cursor:pointer}.audio-slider{width:75%}.audio-test{width:10%}@media only screen and (max-width:800px){.audio-slider{width:70%}.audio-test{width:15%}}.css-187mznn-MuiSlider-root{color:#fff!important}#setting-title{color:#fff;font-size:2rem;padding:0 0 .5rem .25rem}#customization-sub-title,#setting-sub-title{color:hsla(0,0%,100%,.9);font-size:1.5rem;padding:.5rem 0 .25rem 1rem}.setting-box{padding:.5rem 1rem;border-radius:.5rem}.MuiDialog-paper{background-color:transparent!important;border-radius:.75rem!important}.timer-input-group{display:flex;justify-content:space-around}.timer-input{width:25%;transition:.3s ease;overflow:hidden}.preset-container{display:flex;flex-direction:column;justify-content:space-evenly;overflow-x:auto;margin-top:.5rem}.misc-settings{margin:.2rem 0}.misc-wrapper{width:100%;padding:.25rem}.misc{background:#333;border-radius:.5rem;padding:.25rem .25rem .25rem .75rem;display:flex;justify-content:space-between;align-items:center}.misc span{color:#fff;font-weight:300}.misc span.small{font-size:.85rem}.MuiSwitch-track{background:#fff!important}.Mui-checked+.MuiSwitch-track{background:#51ff00!important}.preset-login-wrapper{padding:.5rem}.preset-login-box{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.5rem;background:#333;padding:.25rem .5rem .5rem;color:#fff}.preset-login-box div{padding:.25rem 0 .75rem}.setting-drawer .MuiPaper-root{max-height:70vh;overflow:auto;background:transparent!important;height:100%;display:flex;align-items:center;max-width:100vw!important}.setting-box-mobile{height:100%;padding:.5rem .25rem;overflow:auto;border-radius:.5rem .5rem 0 0}.timer-input-group-mobile{display:flex;justify-content:space-around;flex-wrap:wrap}.timer-input-mobile{width:50%;transition:.3s ease;overflow:hidden}.notepad-drawer{position:fixed;right:0;top:0;height:100vh;width:30vw;transition:.3s ease;padding:2rem;justify-content:flex-start}.notepad-drawer,.notepad-wrapper{display:flex;flex-direction:column}.notepad-wrapper{z-index:120;border-radius:.5rem;padding:.25rem .5rem;margin:.5rem 0;height:45vh;overflow-y:auto;overflow-x:hidden;justify-content:space-evenly}.notepad{border-radius:.5rem;background-color:#fff;height:75%}.notepad-drawer .MuiPaper-root{background:transparent;height:50vh!important;overflow:scroll}.notepad-title{color:#fff;font-size:1.2rem;height:5%}.notepad-action{display:flex;justify-content:flex-end;align-items:center}.notepad-wrapper-mobile{z-index:120;padding:.5rem;margin:0;height:50vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:flex-start;border-radius:0 0 .5rem .5rem}.notepad-drawer.close{transform:translateX(100%)}.notepad-mobile{border-radius:.5rem;background-color:#fff;margin-top:1rem;height:95%;overflow:hidden}.notepad.quill{height:100%}.loading-text{font-size:small;margin-left:.5rem}.idea-thought-input{width:100%!important;height:100%!important}.idea-thought-input textarea{margin:0}.idea-thought-input textarea:focus-visible{outline:none!important}#idea-thought-textarea{height:100%!important}.dashboard{background-color:#161c24;width:100vw;max-width:100%;height:100vh;max-height:100%}.dashbaord-content{height:100vh;width:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;padding-top:2rem}.breadcrumbs-container{padding:1rem 2rem;height:3rem;display:flex;justify-content:flex-end;align-items:center}.breadcrumbs-container a{color:hsla(0,0%,100%,.8)!important;text-decoration:none!important;transition:all .3s ease-in-out!important}.neomorph{box-shadow:12px 12px 16px 0 rgba(0,0,0,.25),-8px -8px 12px 0 hsla(0,0%,100%,.1)}.rotate.neomorph:hover{box-shadow:8px -8px 12px 0 hsla(0,0%,100%,.1),-12px 12px 16px 0 rgba(0,0,0,.25)}@media only screen and (max-width:800px){.breadcrumbs-container *{font-size:.8rem!important}.neomorph{box-shadow:none}}.breadcrumbs-container a:hover{color:#fff!important}.MuiBreadcrumbs-separator{color:hsla(0,0%,100%,.5)}.breadcrumbs-last{color:#fff!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.dashboard-index{height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.charts-title{color:#fff;font-size:1.4rem;font-weight:800}.streak-wrapper{padding:.8rem 0}.streak-wrapper .streaks{border-radius:0;padding:.5rem .8rem}.streak-boxes{padding:.2rem .3rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;max-height:10rem;overflow:auto}.streak-boxes.small{flex-direction:row;justify-content:flex-start}.streak-selected{color:#fff;display:flex;justify-content:space-between}.streak-selected span{padding:0 .5rem}.streak-selected .MuiInput-root,.streak-selected .MuiSvgIcon-root{color:#fff!important}.streak-selected .MuiInput-root:after,.streak-selected .MuiInput-root:before{border-bottom:none!important}.streak-box-wrapper{padding:.2rem}.streak-box{width:1.5rem;height:1.5rem;border-radius:.2rem;background-color:hsla(0,0%,100%,.3)}.streak-box.active-focus-1{background-color:rgba(152,255,34,.5)}.streak-box.active-focus-2{background-color:rgba(76,228,30,.5)}.streak-box.active-focus-3{background-color:rgba(26,199,35,.5)}.streak-box.active-break-1{background-color:rgba(255,86,34,.5)}.streak-box.active-break-2{background-color:rgba(218,72,28,.5)}.streak-box.active-break-3{background-color:rgba(202,68,27,.5)}.streak-box.small{width:.8rem;height:.8rem;border-radius:.1rem}.streak-info-container{color:hsla(0,0%,100%,.35);display:flex;justify-content:center;align-items:center;font-weight:400}.streak-info-container i{font-size:.8rem}.streak-info-container span{padding:0 .3rem}.tooltip-wrapper{padding:.25rem}.tooltip-time{padding:0 .25rem}.tooltip-date{font-weight:800;font-size:.8rem;margin-bottom:.5rem}.tooltip-break,.tooltip-focus{padding:.15rem .2rem}.tooltip-focus-box{background-color:rgba(152,255,34,.5);margin-bottom:.1rem}.tooltip-break-box,.tooltip-focus-box{padding:.1rem .3rem;font-size:.7rem!important;font-weight:700;border-radius:.2rem}.tooltip-break-box{background-color:rgba(255,86,34,.5)}.tooltip-data{padding:.2rem .3rem}.tooltip-data strong{padding:0 .15rem}.doughnut-chart-wrapper,.radar-chart-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4rem;transition:all .3s ease-in-out;position:relative}.chart-know-more-btn{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.dashboard-active-tasks{border-radius:2.5rem}@media only screen and (max-width:800px){.line-chart-wrapper{padding:0}.streak-wrapper{padding:.5rem 0}.radar-chart-wrapper{box-shadow:none}.streak-wrapper .streaks{border-radius:0;padding:.5rem .8rem}.streak-boxes{padding:.2rem .3rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;max-height:5rem;overflow:auto}.streak-boxes.small{flex-direction:row;justify-content:flex-start}.streak-box-wrapper{padding:.1rem}.streak-box{width:1rem;height:1rem;border-radius:.1rem}.streak-box.small{width:.6rem;height:.6rem;border-radius:.08rem}}.line-chart{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.4rem .5rem;border-radius:.6rem;color:#fff!important}.doughnut-chart{position:relative;height:100%;width:100%;display:flex;align-items:center;transition:all .3s ease-in-out}.border-muted{border-color:hsla(0,0%,100%,.1)!important}.doughnut-chart canvas,.line-chart canvas,.radar-chart-wrapper canvas{width:100%!important;height:100%!important}.radar-chart-wrapper-pc{width:100%;max-width:35rem!important;max-height:35rem!important}@media only screen and (min-width:800px){.line-chart{padding:.4rem .7rem;height:100%}.line-chart canvas{height:90%!important}}.user-time-data{padding:1rem 2rem;border-radius:2rem}.user-time-data-mobile{padding:1.5rem .7rem;border-radius:2rem 2rem 0 0}.dashboard-tasks{height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.task-containers{border-radius:4rem}.transparent .MuiDrawer-paper{background-color:transparent!important}.nav-btn{position:fixed;z-index:999999;top:1.5rem;height:3rem;display:flex;align-items:center;transition:all .3s ease-in-out;padding-right:1rem;justify-content:flex-end}.nav-btn.close{left:0;width:5rem;border-radius:0 3rem 3rem 0}.nav-btn.open{top:2rem;width:calc(35vw - 2rem);max-width:23rem}.nav-drawer{width:35vw;max-width:25rem;height:100vh;overflow-x:hidden;overflow-y:auto;border-radius:0 1.5rem 1.5rem 0}@media only screen and (max-width:800px){.nav-drawer{width:85vw;max-width:30rem}.nav-btn.open{width:calc(85vw - 2rem);max-width:28rem}}@media only screen and (max-width:350px){.nav-drawer{width:100vw;border-radius:0}.nav-btn.open{width:calc(100vw - 2rem)}}.drawer-header{position:relative;top:2rem;height:3rem;display:flex;align-items:center;justify-content:flex-start;padding-left:2rem}.nav-title{color:#fff}.hover-controler{position:fixed;left:0;top:0;height:100vh;background-color:transparent;width:10px}a.nav-link li{background-color:transparent;transition:all .2s ease-in-out}a.nav-link.nav-active li{background-color:hsla(0,0%,100%,.2)}a.nav-link li:hover{background-color:hsla(0,0%,100%,.1)}a.nav-link{color:#fff;text-decoration:none;font-size:1.5rem;padding:0}a.nav-link:focus,a.nav-link:hover,a.nav-link i{color:#fff}.MuiListItemIcon-root{display:flex;justify-content:center}.MuiListItemText-primary{font-size:1.1rem!important;font-weight:800!important}
/*# sourceMappingURL=main.b7949083.chunk.css.map */