.select{background-color:#112d24;padding:10px;color:#fff6eb;position:relative;z-index:10}.select .options{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:300px;overflow-y:auto;background-color:#112d24}.select .options .option{border-bottom:1px solid rgba(255,255,255,.3);padding:10px}.select .options .option:last-child{border-bottom:none}.select .options .option:hover{background-color:#2e765e}