.flexRow{display:flex;flex-direction:row;justify-content:space-between}.flexCol{display:flex;flex-direction:column;align-items:center}.titleText{font-family:JetBrains Mono Light;text-align:center;text-transform:uppercase}.bottomShadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.fullW{width:100%;z-index:2}.paddingMid{padding:10px}.topFix{position:-webkit-sticky;position:sticky;top:0}.lowIndex{z-index:1}.flowScroll{overflow-y:scroll;overflow-x:hidden}.scrollbarHide::-webkit-scrollbar{display:none}.mb{margin-bottom:10px}.maxHeight{max-height:97.5vh}.bgLight{background-color:#fff}.bgTransparent{background-color:transparent}.borderHide{border:none}.borderRadius{border-radius:10px}.bthHover:hover{transition:all .2s ease;background-color:#d3d3d3}.textLight{color:#000001}.StyledModalBody{padding-top:0}.StyledModalBody::-webkit-scrollbar{display:none}.StyledModalBody::-webkit-scrollbar-thumb{width:10px;color:red}.StyledModalHeader{position:absolute;top:1rem;right:1rem;font-size:25px}.StyledModal{background:#fff;width:80vw;height:90vh;border-radius:10px;padding:15px}.StyledModalOverlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.05);z-index:10000}.modal{width:250px;height:170px;background:#fff;color:#fff;z-index:10;border-radius:16px;box-shadow:0 5px 20px 0 rgba(0,0,0,.04)}.modalHeader{height:50px;background:#fff;overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px}.heading{margin:0;font-weight:500;font-size:18px}.heading,.modalContent{padding:10px;color:#2c3e50;text-align:center}.modalContent{font-size:14px}.modalActions{position:absolute;bottom:2px;margin-bottom:10px;width:100%}.actionsContainer{display:flex;justify-content:space-around;align-items:center}.StyledModalBodyItem{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;padding:10px;max-height:100%;overflow-y:scroll;line-height:0}.StyledModalBodyItem div{font-size:15px;font-weight:400;color:#2c3e50;display:flex;flex-direction:row;width:100%;align-items:center}.StyledModalBodyItem::-webkit-scrollbar{display:none}.StyledModalBodyItem div p{padding:0 10px;font-size:15px;font-weight:400}.closeBtn{cursor:pointer;font-weight:500;padding:4px 8px;border-radius:8px;border:none;font-size:18px;color:#2c3e50;background:#fff;transition:all .25s ease;box-shadow:0 5px 20px 0 rgba(0,0,0,.06);position:absolute;right:0;top:0;align-self:flex-end;margin-top:-7px;margin-right:-7px}.closeBtn:hover{box-shadow:0 5px 20px 0 rgba(0,0,0,.04);transform:translate(-4px,4px)}.deleteBtn{margin-top:10px;cursor:pointer;font-weight:500;padding:11px 28px;border-radius:12px;font-size:.8rem;border:none;color:#fff;background:#ff3e4e;transition:all .25s ease}.button{border:1px solid #d6e0e5}.deleteBtn:hover{box-shadow:0 10px 20px -10px rgba(255,62,78,.6);transform:translateY(-5px);background:#ff3e4e}.cancelBtn{margin-top:10px;cursor:pointer;font-weight:500;padding:11px 28px;border-radius:12px;font-size:.8rem;border:none;color:#2c3e50;background:#fcfcfc;transition:all .25s ease}.cancelBtn:hover{box-shadow:none;transform:none;background:#f5f5f5}