.custom-composite-select{
	font-size: 14px !important;
    font-weight: 600;
    padding: 16px 8px;
    width: 100%;
    appearance: none;
}
.custom-composite-select-with-option{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}
