.component.gif_picker{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.component.gif_picker>.header{width:100%;display:flex}.component.gif_picker>.header>input{color:#fff;background:#1d2027;border:none;border-radius:5px;outline:none;width:100%;height:46px;padding:5px 15px;font-size:16px}.component.gif_picker>.results{flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;max-height:400px;display:flex;overflow-y:auto}.component.gif_picker>.results>.column.left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.component.gif_picker>.results>.column.left>img{border-radius:10px;width:100%;overflow:hidden}.component.gif_picker>.results>.column.middle{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.component.gif_picker>.results>.column.middle>img{border-radius:10px;width:100%;overflow:hidden}.component.gif_picker>.results>.column.right{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.component.gif_picker>.results>.column.right>img{border-radius:10px;width:100%;overflow:hidden}
.component.create_poll_input{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.component.create_poll_input>.choice_input{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.component.create_poll_input>.choice_input>input{color:#fff;background-color:#0000;border:1px solid #707482;border-radius:5px;width:100%;padding:7px 15px}.component.create_poll_input>.choice_input>input::placeholder{color:#707482}.component.create_poll_input>.choice_input>button>svg{color:#707482;width:24px}.component.create_poll_input>.choice_input>button:disabled>svg{color:#30333b}.component.create_poll_input>.controls{flex-direction:row;justify-content:flex-end;align-items:center;gap:15px;width:100%;display:flex}.component.create_poll_input>.controls>button{opacity:1;background-color:#1d2027;border:1px solid #30333b;border-radius:5px;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;width:auto;padding:3px 10px;transition:all .1s ease-in-out;display:flex}.component.create_poll_input>.controls>button>svg{color:#fff;width:18px}.component.create_poll_input>.controls>button>p{color:#fff;white-space:nowrap;font-size:14px}.component.create_poll_input>.controls>button.remove{border-color:var(--red);background-color:#b12b38}.component.create_poll_input>.controls>button:hover:not(:disabled){background-color:#30333b;transition:all .1s ease-in-out}.component.create_poll_input>.controls>button:hover:not(:disabled).remove{background-color:var(--red);transition:all .1s ease-in-out}.component.create_poll_input>.controls>button:disabled{opacity:.5;transition:all .1s ease-in-out}
