.create-poll{z-index:1000;border-radius:10px;flex-direction:column;align-items:center;width:50%;max-width:500px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 8px #6969691a}@media screen and (max-width:500px){.create-poll{width:75%;left:46%}}.create-poll hr{width:100%;margin-top:10px;margin-bottom:10px}.create-poll-option{flex-direction:column;width:100%;display:flex}.create-poll-option a{margin-right:10px}.create-poll-backdrop{z-index:999;background-color:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}
