.celebrity-poll {
    font-family: Arial, sans-serif !important;
}

.celebrity-poll button:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
}

.celebrity-poll .max-h-96::-webkit-scrollbar {
    width: 8px !important;
}

.celebrity-poll .max-h-96::-webkit-scrollbar-thumb {
    background-color: #FF6000 !important;
    border-radius: 4px !important;
}

.celebrity-poll .max-h-96::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

#poll-dropdown {
    min-width: 12rem;
    transition: all 0.2s ease;
    z-index: 9999;
}

#poll-dropdown.show {
    display: block !important;
}

#add-form.show {
    display: block !important;
}

#suggestions.show {
    display: block !important;
}