@import url(https://neu-ui-cl.netlify.app/css/components.css);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}:root{--primary-color:#e84d5b;--text-color:#fff;--bg-color:#3b3b3b;--danger-color:#e83544;--normal-inset-shadow:inset 5px 5px 10px #323232,inset -5px -5px 10px #444;--normal-shadow:5px 5px 10px #323232,-5px -5px 10px #444;--primary-inset-shadow:inset 5px 5px 10px #c5414d,inset -5px -5px 10px #ff5969}h1,h2,h3,h4,h5,h6,p{color:#fff;color:var(--text-color)}.normal-shadow{box-shadow:5px 5px 10px #323232,-5px -5px 10px #444}.aside{flex:0 0 15rem;margin-right:1rem;margin-top:0;position:-webkit-sticky;position:sticky;top:6.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.aside ul{padding-left:.5rem}.aside ul li{margin:.5rem 0}.aside ul li,.aside ul li a{display:flex;align-items:center;height:2.5rem;width:100%;color:var(--text-color)}.aside ul li:first-child{margin-top:0}.aside ul li:hover{cursor:pointer}.active,.aside ul li:active{box-shadow:var(--normal-inset-shadow);border-radius:5px}.aside-icon{font-size:2rem;margin:0 .5rem}.card-title-header{font-size:2rem;line-height:2rem;color:var(--text-color)}.author,.vid-date{font-size:1.5rem;line-height:normal}.card{padding:0;border-radius:5px;width:100%;margin:0;min-height:19rem;cursor:pointer}.card-img{width:100%;border-radius:inherit}.card-footer{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem 1rem;min-height:7rem}.card-title{display:flex;justify-content:space-between}.card-menu{position:relative;z-index:1}.menu-list{position:absolute;display:flex;flex-direction:column;width:-webkit-max-content;width:max-content;right:0;background-color:#323232;color:var(--text-color);padding:.4rem;border:1px solid #323232;border-radius:5px}.menu-list-hide{display:none}.menu-list div{display:flex;align-items:center;font-size:1.2rem;grid-gap:.5rem;gap:.5rem;padding:0 .5rem}.danger{color:var(--danger-color)}.menu-list div:hover{background-color:#242222;border-radius:5px}.fa-ellipsis-v{margin-left:.5rem;margin-top:.4rem;font-size:1rem;color:var(--text-color)}.card-description{display:flex;justify-content:space-between;align-items:center}.main-content{box-shadow:var(--normal-inset-shadow);border-radius:10px;padding:2rem;min-height:86vh}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));grid-auto-columns:auto;grid-gap:2rem;width:100%;justify-items:center}.category-list{display:flex;color:var(--text-color);grid-gap:1.2rem;gap:1.2rem}.category{margin-bottom:2rem;padding:0 1rem;border-radius:20px;font-size:1.5rem;cursor:pointer}.normal-inset-shadow{box-shadow:var(--normal-inset-shadow)}@media screen and (max-width:768px){.content-container{display:flex}}.loader-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@-webkit-keyframes coffee{to{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%)}}@keyframes coffee{to{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%)}}.coffee{background:#fff;display:grid;border-radius:4px;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;height:40px;position:relative;width:40px;padding:2px;justify-items:center}.coffee:before{box-sizing:border-box;content:"";height:26px;width:20px;border:4px solid #fff;position:absolute;top:50%;margin-top:-13px;margin-left:-10px;left:100%;border-radius:4px}.coffee div{height:20px;width:8px;background:#fff;opacity:.3;-webkit-animation:coffee 2s infinite;animation:coffee 2s infinite}.coffee div:first-child{-webkit-animation-delay:.4s;animation-delay:.4s}.coffee div:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.coffee div:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.tablist{width:100%;height:3.5rem;position:fixed;bottom:0;left:0;background-color:var(--bg-color);opacity:.97}.tablist ul{list-style-type:none;height:inherit;justify-content:space-around}.tablist ul,.tablist ul li a{display:flex;align-items:center}.tablist ul li a{flex-direction:column;color:var(--text-color)}.tab-icon{font-size:2rem}.tab-opacity path:last-child{fill:none;stroke:#fff;stroke-width:1px;stroke-linejoin:round}.tab-opacity path{outline:1px solid var(--bg-color)}@media screen and (min-width:769px){.tablist{display:none}}.card-footer-playlist{min-height:4rem}.card-playlist{min-height:16rem;position:relative}.card-highlight{font-size:1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);height:80%;width:40%;position:absolute;top:0;right:0;opacity:.9;grid-gap:.6rem;gap:.6rem;color:var(--text-color)}.title-container{display:flex;align-items:center;width:100%}.title-container h3,.title-container p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.title-container p{margin:1rem}.title-container-sub{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.title-container-sub p{margin:1rem}.title-container-sub button{background-color:var(--danger-color)}.btn-history{display:flex;align-items:center;padding:0 .7rem 0 .5rem}.btn-history:active{box-shadow:inset 5px 5px 10px #c52d3a,inset -5px -5px 10px #ff3d4e}.delete-icon{margin-bottom:.2rem}.empty-option{display:flex;flex-direction:column;width:100%;height:72vh;align-items:center;justify-content:center}.video-player{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.player{width:100%;aspect-ratio:16/9}.player>div>div>iframe{border-radius:5px}.video-description{width:100%;margin-top:1rem;display:flex;justify-content:space-between}.video-desc p{margin-top:1rem}.vid-title{line-height:3rem}.vid-author{line-height:2rem}.video-options{display:flex;margin-top:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;grid-gap:1rem;gap:1rem}.vid-actions{height:2rem;color:var(--text-color);font-size:2rem;cursor:pointer}.auth-container{width:100%;height:calc(100vh - 16rem);display:flex;align-items:center;justify-content:center}.auth-title{text-align:center}.auth-box{width:30rem;padding:1rem 2rem;border-radius:10px;min-height:30rem}.form{align-items:center;grid-row-gap:1rem;row-gap:1rem}.form-group,.form-group input{width:100%;color:var(--text-color)}.below-pass{display:flex;align-items:center;justify-content:space-between;width:100%}.remember-check{display:flex;grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem;color:var(--text-color)}.remember-check input{display:none}.checkbox{height:1.5rem;width:1.5rem;box-shadow:var(--normal-inset-shadow);border-radius:5px;cursor:pointer}.button-submit{width:100%}.navbar{position:-webkit-sticky;position:sticky;top:0;padding:2rem;background-color:var(--bg-color);z-index:2;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.logo{display:flex}.logo img,.logo img:first-child{width:100%}.logo img{height:2.5rem}.nav-links{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn{color:var(--text-color)}.search{-webkit-transform:translate(-22%,3%);transform:translate(-22%,3%)}.fa-search{position:absolute;z-index:1;top:1rem;left:1rem;font-size:1rem}.search-input,.search .fas{color:var(--text-color)}.search-input{width:clamp(15rem,26vw,31rem);height:3rem;padding-left:3rem}@media screen and (max-width:768px){.search{-webkit-transform:none;transform:none;order:3;display:block}.search,.search-input{width:100%}.nav-links{display:flex}}@media screen and (max-width:480px){.navbar{padding:1.5rem}}.loggedIn-heading{width:100%;text-align:center}.modal-wrapper{background-color:rgba(59,59,59,.6705882352941176);width:100vw;position:fixed;height:100vh;z-index:100;align-items:center;justify-content:center}.display-flex{display:flex}.display-none{display:none}.modal{display:flex;flex-direction:column;color:var(--text-color);background:var(--bg-color);padding:1rem;grid-gap:1.2rem;gap:1.2rem;font-size:1.5rem;width:20rem;border-radius:5px;box-shadow:0 5px 15px rgba(34,34,34,.6705882352941176)}.btn-playlist,.modal{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.btn-playlist{padding:0 1rem;width:100%}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h5{line-height:1.2rem}.modal-input{flex-wrap:wrap}.select-input{display:flex;align-items:center;grid-gap:.3rem;gap:.3rem}.select-input input{margin-bottom:.2rem}.text-input{background-color:var(--bg-color);border:none;box-shadow:var(--normal-inset-shadow);outline:none;color:var(--text-color);border-radius:5px;font-size:1.5rem;line-height:1.5rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;padding:0 .5rem;margin-left:.5rem;flex-grow:1;width:75%}.checkbox-input,.checkbox-input~span,.dismiss{cursor:pointer}.mini-loader-wrapper{width:100%;display:flex;justify-content:center}@-webkit-keyframes miniCoffee{to{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%)}}@keyframes miniCoffee{to{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%)}}.miniCoffee{background:#fff;display:grid;border-radius:4px;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;height:20px;position:relative;width:20px;padding:2px;justify-items:center}.miniCoffee:before{box-sizing:border-box;content:"";height:16px;width:10px;border:4px solid #fff;position:absolute;top:50%;margin-top:-8px;margin-left:-3px;left:100%;border-radius:4px}.miniCoffee div{height:10px;width:4px;background:#fff;opacity:.3;-webkit-animation:miniCoffee 2s infinite;animation:miniCoffee 2s infinite}.miniCoffee div:first-child{-webkit-animation-delay:.4s;animation-delay:.4s}.miniCoffee div:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.miniCoffee div:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}
/*# sourceMappingURL=main.c7ffc39c.chunk.css.map */