:root{--background:#ececec;--primary-color:#061b2f;--label-color:#333;--secondary-color:#1aa0ff;--white:#ececec;--black:#333;--red:#a92525;--gray:#b6b6b6;--sub-title:#7c7c7c}html,body{background-color:var(--background);max-width:100vw;height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}label{color:var(--label-color)}.ps-menu-button{background:var(--primary-color)}.css-1tqrhto>.ps-menu-button:hover,.css-1t8x7v1>.ps-menu-button:hover,.css-16jesut>.ps-menu-button:hover{background-color:var(--secondary-color)!important}.rightButtonsContainer{flex-direction:row-reverse;width:100%;display:flex;position:relative}.redButton{background-color:var(--red)!important}.container{width:100%;height:100%;display:grid}.center-container{background:#fff;border-radius:.5rem;place-self:center;width:100%;height:max-content;max-height:100%;padding:1rem;box-shadow:9px 11px 49px #363636bf}.form-title{border-bottom:1px var(--gray)solid;margin-bottom:1.5rem;padding-bottom:1.5rem}.form-title>h1{color:var(--black);margin-bottom:1rem}.form-title>p{color:var(--sub-title)}.squares-container{grid-template-columns:repeat(8,1fr);gap:1rem;display:grid}.square{text-align:center;border:1px solid var(--gray);border-radius:.3rem;justify-content:center;gap:.5rem;min-height:8rem;padding:1rem;display:grid}.square:hover{border-color:var(--primary-color);cursor:pointer}.square>svg,.square>div>svg{justify-self:center;width:80px;height:80px}
