.input-area-buttons{display:flex;gap:8px;width:100%}.select-image-wrapper{position:relative;flex:1}.select-image-btn{display:flex;height:32px;padding:4px 16px;justify-content:center;align-items:center;gap:4px;width:100%;border-radius:999px;border:1px solid rgb(255 255 255 / .2);background:rgb(255 255 255 / .05);color:rgb(255 255 255 / .9);font-size:12px;font-weight:500;cursor:pointer;transition:all 0.2s;outline:none}.select-image-btn:hover,.select-image-btn:focus,.select-image-btn:focus-visible{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .3)}.image-select-dropdown{position:absolute;bottom:calc(100% + 4px);right:0;width:fit-content;max-height:200px;overflow-y:scroll;background:rgb(20 20 20 / .98);border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:8px;display:none;grid-template-columns:repeat(2,1fr);z-index:100;box-shadow:0 4px 12px rgb(0 0 0 / .5)}.image-select-dropdown.active{display:grid}.dropdown-image-item{padding:8px;border-radius:6px;cursor:pointer;transition:all 0.2s;margin-bottom:4px;aspect-ratio:1/1;min-width:100px}.dropdown-image-item:last-child{margin-bottom:0}.dropdown-image-item:hover{background:rgb(255 255 255 / .1)}.dropdown-image-item img{width:100%;height:100%;object-fit:cover;border-radius:4px;background:rgb(0 0 0 / .3)}.dropdown-image-item .kfc-file-icon{width:100%;height:100%}.dropdown-image-item .kfc-file-icon .kfc-file-ext{font-size:14px}.no-images{padding:20px;text-align:center;color:rgb(255 255 255 / .5);font-size:12px}.image-select-dropdown::-webkit-scrollbar{width:6px}.image-select-dropdown::-webkit-scrollbar-track{background:rgb(255 255 255 / .05);border-radius:3px}.image-select-dropdown::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .2);border-radius:3px}.image-select-dropdown::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .3)}