.select {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent
}

.select:focus {
    outline: 2px solid #007fff;
}
