body{background-color:#ededee;cursor:default;font-family:Poppins,sans-serif;margin:0}.users-page{background-color:#fff;box-sizing:border-box;height:100%;padding:20px;width:100%}.users-list{border:2px solid #cbcbcb;border-radius:10px}.users-list .header{border-bottom:2px solid #cbcbcb;font-weight:700;padding:20px}.user,.users-list .header{display:grid;grid-template-columns:repeat(4,1fr)}.user{align-items:center;padding:15px}.user:nth-child(2n){background-color:#ededed}.user .info{align-items:center;gap:15px}.user .actions,.user .info{display:flex}.user .action{background:none;border:none;cursor:pointer;padding:0 5px!important}.user .action svg{color:#8d8d8d;height:28px;width:28px}.avatar{align-items:center;background-color:#cbcbcb;border-radius:50%;display:flex;font-size:1.2rem;height:45px;justify-content:center;width:45px}.avatar img{border-radius:50%;width:100%}.button{border:none;border-radius:5px;cursor:pointer;padding:5px 25px}.primary{background-color:#192e7b;color:#fff}.secondary{background-color:#cbcbcb;color:#000}.page{flex-direction:column;height:100%}.page,.topbar{display:flex;width:100%}.topbar{align-items:center;border-bottom:2px solid #cdcccc;box-sizing:border-box;height:50px;justify-content:space-between;padding:0 50px 0 20px}.topbar .info{align-items:center;display:flex;gap:15px;height:100%}.topbar .subtitle{font-weight:700}.topbar .actions{display:flex;gap:10px}.modal{display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.modal .backdrop{background-color:#0009;height:100%;position:absolute;width:100%;z-index:0}.modal .content{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;height:200px;margin-top:150px;width:600px;z-index:1}.modal .content .header{align-items:center;box-sizing:border-box;color:#656565;display:flex;gap:15px;height:40px;padding-left:15px}.modal .content .header svg{height:30px;width:30px}.modal .content .body{align-items:center;border-bottom:2px solid #cbcbcb;border-top:2px solid #cbcbcb;box-sizing:border-box;display:flex;flex:1 1;padding-left:40px}.modal .content .footer{box-sizing:border-box;display:flex;gap:10px;height:40px;justify-content:end;padding:8px}.app-template{box-sizing:border-box;display:flex;height:100vh;min-height:500px;width:100vw}.content{min-width:400px;width:100%}.navbar{align-items:center;background-color:#fff;border-right:2px solid #cdcccc;display:flex;flex-direction:column;min-width:110px;width:110px}.navbar .logo{width:80%}.navbar .link{align-items:center;aspect-ratio:3/2;background-color:#192e7b;color:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;margin-top:15px;padding:10px 0;text-decoration:none;width:100%}.navbar .avatar{margin-bottom:50px;margin-top:auto}.user-page{background-color:#fff;height:100%;width:100%}.form{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:100px 50px}.form .reorder{order:5}.form-field{display:flex;gap:30px;width:100%}.form-field .label{font-size:14px;padding-top:5px;text-align:right;width:200px}.form-field .label .required{color:red;margin-right:5px}.form-field:last-child{order:10}.form-field .children{width:500px}.input{border:2px solid #cbcbcb;border-radius:5px;box-sizing:border-box;font-size:14px;height:40px;padding-left:15px;width:100%}.error{color:#d00e0e;margin-top:5px}.file-upload{align-items:center;border:2px dashed #cbcbcb;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:120px;justify-content:center;width:100%}.file-upload .input{display:none}.file-upload .icon{align-items:center;background-color:#d6d6d6;border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.file-upload .icon svg{color:#656565;width:70%}.file-upload .label{color:#656565;font-size:14px;text-align:center;width:100%}.checkbox{display:inline-block}.checkbox .input{display:none;width:25px}.checkbox .input:checked+.box{background-color:#192e7b;border-color:#192e7b}.checkbox .box{border:2px solid #cbcbcb;border-radius:10px;cursor:pointer;height:25px;position:relative;width:25px}.checkbox .box:after{content:"";position:absolute}
/*# sourceMappingURL=main.1479015f.css.map*/