@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap);@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css);:root{--box-shadow:#0000000d 0px 6px 24px 0px,#00000014 0px 0px 0px 1px}*{box-sizing:border-box;font-family:Poppins,sans-serif;list-style:none;margin:0;padding:0;text-decoration:none}.light{background:linear-gradient(90deg,#045b63,#19012100)}.light,.medium{transition:all .5s}.medium{background-color:#9e9c9c}.dark{background:linear-gradient(90deg,#000,#19012100)}.dark,.gOne{transition:all .5s}.gOne{background:linear-gradient(90deg,#630463,#19012100)}.gTwo{background:linear-gradient(235deg,#060606,#000f25),linear-gradient(180deg,#4803b7,#000),linear-gradient(235deg,#63020c,#8b0311 40%,#00043c calc(40% + 1px),#00043c 60%,#034c58 calc(60% + 1px),#005d6c 70%,#03a28f calc(70% + 1px),#05675c),linear-gradient(125deg,#8f0b18,#880412 40%,#00043c calc(40% + 1px),#00043c 60%,#005d6c calc(60% + 1px),#005d6c 70%,#00c9b1 calc(70% + 1px),#00c9b1);background-blend-mode:soft-light,screen,darken,normal}.gThree{background:linear-gradient(125deg,#fff,#000),linear-gradient(200deg,#ffd9e8,#ffd9e8 50%,#de95ba calc(50% + 1px),#de95ba 60%,#7f4a88 calc(60% + 1px),#7f4a88 75%,#4a266a calc(75% + 1px),#4a266a),linear-gradient(113deg,#9d0c46,#6a0d32 40%,#6b0337 calc(40% + 1px),#a71960 50%,#79038e calc(50% + 1px),#6a0d7b 70%,#41106b calc(70% + 1px),#6107af);background-blend-mode:overlay,overlay,normal}.App{min-height:100vh}.container{margin:auto;max-width:1200px;padding:10px}header{background-color:#fff;border-radius:5px;box-shadow:var(--box-shadow);justify-content:space-between;margin-bottom:70px;min-height:70px;padding:15px}header,header .logo{align-items:center;display:flex}header .logo img{cursor:pointer;max-width:40px}header .logo span{color:#525252;cursor:pointer;font-size:22px;margin-left:7px}header .themeSelector span{border:1px solid #dfdfdf;border-radius:50%;cursor:pointer;display:inline-block;height:20px;margin-left:5px;width:20px}header .themeSelector .activeTheme{height:30px;width:30px}.addTask{background-color:#fff;border-radius:5px;box-shadow:var(--box-shadow);margin:20px auto;max-width:500px;padding:20px 15px}.addTask form{display:flex;gap:7px}.addTask form input{border:1px solid #eaeaea;border-radius:5px;flex-grow:1;font-size:18px;padding:5px}.addTask form input:focus{outline:.5px solid #eaeaea}.addTask form button{background-color:#03ba5c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:5px 20px}.addTask form button:hover{background-color:#03b056}.showTask{background-color:#fff;border-radius:5px;box-shadow:var(--box-shadow);margin:20px auto;padding:20px 15px}.showTask div.head{align-items:center;border-bottom:2px solid #be0000;display:flex;padding:10px 0 20px}.showTask div.head div{flex-grow:1}.showTask .title{font-size:18px;font-weight:600}.showTask .count,.showTask .title{-webkit-user-select:none;user-select:none}.showTask .count{background-color:#dfdfdf;border-radius:50%;color:#525252;margin-left:10px;padding:5px 10px}.showTask .clearAll{background-color:#0f6af3;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:5px 10px}.showTask .clearAll:hover{background-color:#1061db}.showTask ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:space-around;margin:30px 5px 20px}.showTask li{border-bottom:1px solid #e5e5e5;border-left:5px solid #1365dfaf;border-radius:5px;box-shadow:var(--box-shadow);display:flex;gap:5px;padding:15px 10px;width:350px}.showTask li:hover{background-color:#f8f8f8}.showTask li p{display:flex;flex-direction:column;flex-grow:1}.showTask li .name{font-size:18px;padding-bottom:5px}.showTask li .time{color:#737373;font-size:12px}.showTask i.bi-pencil-square{color:#1363df;cursor:pointer;font-size:18px}.showTask i.bi-trash{color:#d82148;cursor:pointer;font-size:18px}@media only screen and (max-width:800px){.showTask li{width:100%}}
/*# sourceMappingURL=main.1983827e.css.map*/