/*<css-9586>*/.custom-select {
	position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select::after {
	content: '';
    position: absolute;
    top: 26%;
    right: 6%;
    width: 18px; /* Ajusta el tamaño de la imagen */
    height: 18px; /* Ajusta el tamaño de la imagen */
    background: url('https://file.urp.edu.pe/file-urp-20240731-112741-181-48966aa65fd043f9.png') no-repeat center center; /* Ruta a tu imagen */
    background-size: contain; /* Ajusta el tamaño de la imagen dentro del contenedor */
    pointer-events: none;
	rotate: 90deg;
}/*</css-9586>*/