body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#4caf50;--primary-dark:#24712a;--secondary-color:#007bff;--secondary-dark:#0056b3;--background-color:#f0f8f0;--green-background-color:#e0f2f1;--green-background-color-light:#e8f5e9;--border-color:#ccc;--text-color-light:#fff}body{background-color:#f0f8f0;background-color:var(--background-color);font-family:Arial,sans-serif;margin:0}.App{align-items:center;display:flex;flex-direction:column;height:100vh;text-align:center}h1{color:#4caf50;color:var(--primary-color);margin-bottom:20px}.container{align-items:stretch;display:flex;gap:20px;height:80vh;padding:0 20px;width:100%}.voting-list{background-color:#e0f2f1;background-color:var(--green-background-color);flex:1 1;flex-direction:column;padding:10px}.voting-detail,.voting-list{align-items:center;border-radius:5px;display:flex;overflow-y:auto}.voting-detail{background-color:#e8f5e9;background-color:var(--green-background-color-light);box-shadow:0 4px 8px #0000001a;flex:2 1;flex-direction:column;padding:20px}button{background-color:#4caf50;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;color:var(--text-color-light);cursor:pointer;display:inline-block;font-size:16px;margin:10px 0;min-width:50%;padding:10px 20px;text-align:center;text-decoration:none}button.selected,button:hover{background-color:#24712a;background-color:var(--primary-dark)}.refresh-button{background-color:#007bff;background-color:var(--secondary-color)}.refresh-button:hover{background-color:#0056b3;background-color:var(--secondary-dark)}.grow-spacer{flex-grow:1}
/*# sourceMappingURL=main.c08d8827.css.map*/