#message-container{padding:1rem;position:fixed;bottom:10px;width:100%;left:0}#message-container #message{padding:5px 15px;background:var(--kind-gray);border-radius:10px}#message .circle{width:15px;height:15px;border-radius:100%}#message .circle-container{display:grid;place-items:center}#message .circle.red{background:red}#message .circle.green{background:green}#message .exit-icon:hover{cursor:pointer}#message #circle-container{font-weight:100;white-space:nowrap}#dashboard #title{color:red;box-shadow:0 2px 4px rgba(0,0,0,.5)}#dashboard #title h1{font-weight:800;font-size:70px}#dashboard .my-column{border-radius:15px;padding:1rem 2rem;position:relative;overflow:hidden;min-height:600px;max-height:50vh}#dashboard .my-column#left{padding-bottom:70px}#dashboard .driver-header,#dashboard .justify-content-between{justify-content:space-between;display:flex}#dashboard .delete-all{color:red}#dashboard .delete-all:hover{cursor:pointer;text-decoration:underline}#dashboard #driver-list{max-height:80%;overflow:scroll}#dashboard #driver-list::-webkit-scrollbar{display:none}#dashboard .driver-item{justify-content:space-between;place-items:center;display:flex;background-color:var(--main-color);padding:12px 20px;border-radius:15px;margin-top:7px;margin-bottom:7px}#dashboard .driver-item :hover{cursor:default}#dashboard .driver-item div h5{font-weight:400}#dashboard .driver-item div p{font-weight:100}#dashboard #add-driver-container{background-color:#444;position:absolute;bottom:0;left:0;width:100%;padding-top:20px;padding-bottom:20px}#dashboard #add-driver-container p:hover{cursor:pointer}#dashboard .bottom-right{position:absolute;bottom:1rem;right:2rem}#dashboard .item-selected{border:1px solid #fff}#dashboard input.error{border:1px solid red}#dashboard .custom_trial_container{display:flex}#dashboard .custom_trial{display:flex;justify-content:center;align-items:center;background-color:var(--main-color);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 15px 10px 18px;border-radius:10px;margin:10px}#dashboard .custom_trial p{margin-right:10px;margin-bottom:0}#dashboard .custom_trial svg{margin-right:3px}#dashboard .custom_trial svg:hover{cursor:pointer}#right_panel{color:#fff;padding:20px;background-color:var(--kind-gray)}#right_panel input{width:-webkit-fill-available;padding-bottom:30px}#right .three_cols_layout{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.scrollable{overflow:scroll!important}.MuiPaper-root{border-top-left-radius:15px;border-bottom-left-radius:15px;background-color:var(--kind-gray)!important}.popup{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:400;background-color:var(--main-color)!important;box-shadow:24;padding:20px;border-radius:7px;min-width:25vw}:root{--main-color:#292929;--second-color:red;--third-color:#fff;--kind-gray:#333}body,input{background-color:#292929;background-color:var(--main-color);color:#fff;color:var(--third-color)}input{outline:none;box-shadow:0 2px 4px rgba(0,0,0,.3);border:none;padding:5px 15px;border-radius:7px;font-weight:100}.touchable:hover{cursor:pointer!important}.max-width{width:100%}.justify-space-around{justify-content:space-around}.display-inline{display:inline-flex;place-items:center}.my-container{padding:3rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.btn-primary,.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:red;background-color:var(--second-color);border:none}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:none}.btn-primary:focus-visible{outline:none}.gray-bkg{background-color:#333;background-color:var(--kind-gray)}.middle-screen{display:grid;place-content:center}.full-screen{height:100vh}
/*# sourceMappingURL=main.e2a45fd6.chunk.css.map */