.users{display:flex;flex-direction:column}.user{display:flex;flex-direction:column;padding:10px;border:black 1px solid;margin-bottom:10px;width:fit-content}.accounts{display:flex;flex-direction:column;padding-bottom:10px}#add-account{display:flex;flex-direction:column;width:200px}.headers{display:flex;flex-direction:row}.header-elem{border:black 1px solid;padding:10px;width:100px;font-weight:700}.transfer-headers{display:flex;flex-direction:row}.transfer-rows{display:flex;flex-direction:column}.transfer-row{display:flex;flex-direction:row}.transfers-wrapper{margin:10px 10px 50px 50px}.transfers-title{margin-bottom:10px;margin-top:10px;width:120px}.account-row{display:flex;flex-direction:row}.row-elem{border:black 1px solid;padding:10px;width:100px}.user-elem{margin-top:5px;margin-bottom:5px}.action-title{margin-bottom:5px}.balance{transition:all .3s ease;font-weight:700}#add-user,#transfer-funds{display:flex;flex-direction:column;margin-bottom:10px;width:200px}.user-elem{border:black 1px solid;padding:5px}.dashboard-elements{display:flex;flex-direction:row;gap:10px}.large-elem{width:200px}.user-info{display:flex;flex-direction:column}.user-info-data{display:flex;flex-direction:row}
