/*
Theme Name: Academist Child
Theme URI: https://academist.qodeinteractive.com/
Description: A child theme of Academist Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: academist
Template: academist
*/

.ginput_container_select {
  position: relative !important;
}

.ginput_container_select select {
  width: 100% !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path fill="%23F71212" d="M7 10l5 5 5-5z"/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
}