:root{--backgroundHeader:#0003}body{overflow-y:hidden}main{width:100vw;min-height:100vh}.top{background-color:var(--backgroundHeader);justify-content:space-between;align-items:center;height:80px;padding:20px 40px;display:flex}.bottom{height:calc(100vh - 120px);display:flex}.left{border-right:3px solid #000c;justify-content:center;align-items:center;width:27vw;height:calc(100vh - 120px);display:flex}.right{flex-direction:column;align-items:center;width:73vw;height:calc(100vh - 120px);padding-top:20px;display:flex}.item{background-color:#0000001a;border-radius:10px;flex-direction:column;align-items:center;width:calc(63% - 20px);height:calc(35vh - 20px);margin:20px 30px;padding:20px;display:flex}.item h1{margin-bottom:10px}.lista{background-color:#0000004d;flex-direction:column;align-items:center;width:95%;height:70%;max-height:70%;display:flex;overflow-y:scroll}.trabalhador{border-bottom:1px solid #000c;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.trabalhador p{width:25%}.left button{cursor:pointer;background-color:#0000001a;border:1px solid #000c;border-radius:5px;width:120px;height:40px;padding:10px 20px;transition:all .15s}.left button:hover{background-color:#0003;transform:scale(1.05)}.left button:active{transform:scale(.95)}.lista button{cursor:pointer;background-color:#0000001a;border:1px solid #000c;border-radius:5px;margin-top:10px;padding:5px 10px;transition:all .15s}.legalbonitinho{margin-top:10px}
