.todo-list{border-radius:4px;background-color:#fff}.todo-list .todo-list_header{padding:16px;border-bottom:1px solid #f4f4f4}.todo-list .todo-list_wrap{padding:0 16px}.todo-list .todo-list_wrap .todo-item{padding-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f4f4f4}.admin-dash{padding-left:360px;display:flex}.admin-dash .tenant-profile{position:fixed;top:60px;left:180px;bottom:0;padding:16px;width:360px;background-color:#fff}.admin-dash .tenant-profile .tenant-logo{margin:0 auto;width:180px;height:60px;background:#f1f5f8}.admin-dash .tenant-profile .title{font-size:24px;text-align:center}.admin-dash .tenant-profile .action{position:absolute;top:16px;right:16px}.admin-dash .tenant-profile .action .edite{display:inline-block;width:24px;height:24px;font-size:16px;line-height:24px;text-align:center;color:#0fd3c5!important;border-radius:50%;transition:all .15s cubic-bezier(.645,.045,.355,1);background-color:rgba(15,211,197,.3)}.admin-dash .tenant-profile .action .edite:hover{color:#fff!important;background-color:#0fd3c5}.admin-dash .tenant-profile .info p{padding-top:8px;padding-bottom:8px;display:flex}.admin-dash .tenant-profile .info p span{width:72px;color:#666}.admin-dash .admin-dash_content{flex:1;padding:16px}