.datatable{cursor:pointer;height:600px;padding:20px}.datatable ::-webkit-scrollbar{height:7px;width:0}.datatable ::-webkit-scrollbar-track{background:#f1f1f1;border:3px}.datatable ::-webkit-scrollbar-thumb{background:#888}.datatable ::-webkit-scrollbar-thumb:hover{background:rgba(85,85,91,.14)}.datatable .headerWrapper{display:flex}.datatable .datatableTitle{align-items:center;color:gray;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.datatable .datatableTitle .link{border:1px solid green;border-radius:5px;color:green;cursor:pointer;font-size:16px;font-weight:400;padding:5px;text-decoration:none}.datatable .datatable_btn{background-color:#2196f3;border:none;border-radius:10px;box-shadow:0 10px 20px rgba(33,150,243,.31);color:#fff;cursor:pointer;font-size:large;font-weight:500;height:40px;margin-bottom:15px;margin-top:0;padding:7px 10px;text-align:center;transition:all .3s ease 0s;width:150px}.datatable .datatable_btn:hover{background-color:#184291;box-shadow:0 10px 20px rgba(26,82,190,.53);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.datatable .cellWithImg{align-items:center;display:flex}.datatable .cellWithImg .cellImg{border-radius:50%;height:32px;margin-right:20px;object-fit:cover;width:32px}.datatable .cellWithStatus{border-radius:5px;padding:5px}.datatable .cellWithStatus.active{background-color:rgba(0,128,0,.05);color:green}.datatable .cellWithStatus.pending{background-color:rgba(255,217,0,.05);color:#daa520}.datatable .cellWithStatus.passive{background-color:rgba(255,0,0,.05);color:crimson}.datatable .cellAction{align-items:center;display:flex;gap:15px}.datatable .cellAction .viewButton{border:1px dotted rgba(0,0,139,.596);border-radius:5px;color:#00008b;cursor:pointer;padding:2px 5px}.datatable .cellAction .deleteButton{border:1px dotted rgba(220,20,60,.6);border-radius:5px;color:crimson;cursor:pointer;padding:2px 5px}body::-webkit-scrollbar{width:0}.listContainer{margin:0;padding:0}.listContainer .newUserForm .row{display:flex;justify-content:inherit}.newUser{flex:4 1;margin-left:30px;margin-top:20px}.newUserForm{display:block;flex-wrap:wrap}.newUserItem{display:flex;flex-direction:column;margin-right:20px;margin-top:10px;width:400px}.newUserItem>label{color:#979696;font-size:14px;font-weight:600;margin-bottom:10px}.newUserItem>input{border:1px solid gray;border-radius:5px;padding:10px}.newUserGender>input{margin-top:15px}.newUserGender>label{color:#555;font-size:18px;margin:10px}.newUserSelect{border-radius:5px;height:40px}.newUserButton{background-color:#2196f3;border:none;border-radius:10px;box-shadow:0 15px 20px rgba(0,0,0,.1);color:#fff;cursor:pointer;font-weight:600;height:40px;margin-top:30px;padding:7px 10px;transition:all .3s ease 0s;width:200px}.newUserButton:hover{background-color:#2ee59d;box-shadow:0 15px 20px rgba(46,229,157,.4);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}
/*# sourceMappingURL=main.67d1c052.css.map*/