.us-map .line {
    fill: none;
  }
  .us-map .shape {
    stroke: #fff;
  }
  .us-map .state:not([data-link=""]) {
      cursor: pointer;
    }
  .us-map .btn-dropdown {
    content: '';
    background-image: url('https://res.cloudinary.com/highereducation/image/upload/co_rgb:333333,e_colorize:100,h_30,w_30,f_auto,fl_lossy,q_auto,c_fill/v1610723009/Sonic/icons/tailwind/solid/chevron-down');
  }

