
  #company-search-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }

  #company-search-pop .content {
	background: #fff;
	padding: 2rem;
	border-radius: 1rem;
	max-width: 1200px;
	width: 90%;
	height: 90vh;
	overflow-y: scroll;
  }

  #company-search-pop .content h2,
  #company-search-pop .content ul li a,
  #company-search-pop .content p {
	color: black;
  }
