*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p{font-size:16px;line-height:28px}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-thumb{background-color:#fff;border:1px solid #ccc;border-radius:30px}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:gray}.app{display:flex;flex-direction:column;height:100vh;width:100%}.app_navbar{border-bottom:1px solid #ccc;padding:20px 30px;width:100%}.app_outer{flex:1 1;overflow-x:auto;width:100%}.app_boards{display:flex;gap:30px;height:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:20px 20px 0}.app_boards_board{width:290px}.app_boards_board_add{background-color:#fff;border-radius:5px}.app_boards_board_add,.app_boards_board_add:hover{box-shadow:1px 2px 0 1px rgba(0,0,0,.15)}.modal{align-items:center;background-color:rgba(0,0,0,.3);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:20}.modal_content{background-color:#fff;border-radius:3px;max-height:95vh;overflow-y:auto}.cardinfo{background-color:#fff;gap:30px;padding:30px;width:600px}.cardinfo,.cardinfo_box{display:flex;flex-direction:column}.cardinfo_box{gap:10px}.cardinfo_box_title{align-items:center;display:flex;font-size:1.3rem;font-weight:700;gap:10px}.cardinfo_box_body{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardinfo_box_body input{border:1px solid #ccc;border-radius:3px;font-size:1rem;outline:none;padding:10px}.cardinfo_box_colors{align-items:center;display:flex;gap:15px}.cardinfo_box_colors li{border:3px transparent;border-radius:50%;height:24px;list-style:none;transition:.2s;width:25px}.cardinfo_box_colors .active{border:3px solid #ff0}.cardinfo_box_progress_bar{border:1px solid #ccc;border-radius:20px;height:10px;width:100%}.cardinfo_box_progress{background-color:#1379ec;border-radius:20px;height:10px}.cardinfo_box_progress_active{background-color:#32cd32}.cardinfo_box_list{display:flex;flex-direction:column;gap:10px}.cardinfo_task{align-items:center;display:flex;gap:15px;padding:8px 0}.cardinfo_task p{flex:1 1;line-height:20px}.cardinfo_task input,.cardinfo_task svg{cursor:pointer;height:18px;width:18px}.cardinfo_box_labels{display:flex;flex-wrap:wrap;gap:10px}.editable{width:100%}.editable_display{background-color:#f8f8f8;border-radius:3px;cursor:default;padding:10px;text-align:center}.editable_display:hover{background-color:#ccc}.editable_edit{display:flex;flex-direction:column;gap:10px}.editable_edit input{border:1px solid #006eff;border-radius:3px;font-size:1rem;outline:none;padding:10px}.editable_edit_footer{align-items:center;display:flex;gap:10px}.editable_edit_footer button{background-color:#1379ec;border:none;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:8px 16px}.editable_edit_footer button:hover{background-color:#1658a3}.editable_edit_footer svg{cursor:pointer}.chip{align-items:center;background-color:gray;border-radius:40px;color:#fff;display:flex;font-size:14px;gap:10px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chip svg{cursor:pointer;height:16px;width:16px}.card{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;padding:10px}.card_top{display:flex;gap:5px}.card_label{display:flex;flex:1 1;gap:10px}.card_top svg{opacity:0;transition:.2s}.card:hover .card_top svg{opacity:1}.card_title{font-weight:700}.card_footer{justify-content:space-between}.card_footer,.card_footer p{align-items:center;display:flex}.card_footer p{gap:5px}.card_footer svg{height:16px;width:16px}.card_top_more{cursor:pointer;position:relative}.card_dropdown{background-color:#fff;border-radius:3px;box-shadow:1px 0 20px rgba(0,0,0,.05);padding:10px;width:130px}.card_dropdown p{cursor:pointer}.board{display:flex;flex-direction:column;gap:20px;height:100%;max-height:100%;min-width:290px}.board_top{display:flex;justify-content:space-between}.board_top_title{align-items:center;display:flex;font-weight:700;gap:5px}.board_top_title span{color:gray}.board_cards{background-color:#f8f8f8;border-bottom:10px;display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;overflow-y:auto;padding:10px}.board_cards_add{background-color:#fff;border-radius:5px}.board_cards_add,.board_cards_add:hover{box-shadow:1px 2px 0 1px rgba(0,0,0,.15)}.board_top_more{cursor:pointer;position:relative}.board_dropdown{background-color:#fff;border-radius:3px;box-shadow:1px 0 20px rgba(0,0,0,.05);padding:10px;width:130px}.board_dropdown p{cursor:pointer}
/*# sourceMappingURL=main.78fddc25.css.map*/