/* Custom styling for sleek UI appearance */

#scriptOutput::-webkit-scrollbar {
    width: 6px;
}
#scriptOutput::-webkit-scrollbar-track {
    background: #0f172a;
    border-radius: 8px;
}
#scriptOutput::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 8px;
}
#scriptOutput::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://w3.org' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25em;
    padding-right: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
