/* Show it's not fixed to the top */
body {
  min-height: 75rem;
}
  .bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  }

  @media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
  }
  
  
  #overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
  z-index: 999999999999;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

#alert_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
}

.page_alert {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.feather-16{
	width: 16px;
	height: 16px;
	padding-top: 5px;
}
.feather-16np {
	width: 16px;
	height: 16px;
}
.feather-24{
	width: 24px;
	height: 24px;
	margin-top: 7px;
}
.feather-32{
	width: 32px;
	height: 32px;
}

.cursor-pointer { cursor: pointer !important; }
