/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #666; 
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

.panel-button {
	color: #3fb125!important;
	font-weight: bold;
}

#register-modal {
	display: none;
}

.modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #00000066;
	z-index: 9999;
}

.modal-content {
	position: relative;
	width: 500px;
	height: calc(100vh - 100px);
	margin: 50px auto;
	background: #383e40;
	padding-top: 100px;
}

#register-terms, #register-done, #register-done-back, #register-done-close {
	display: none;
}

.register-terms-body {
	max-height: calc(100vh - 520px);
	margin-bottom: 20px;
	overflow-y: auto;
}

select.form-control.select-contactform {
	height: inherit !important;
	color: #868e96;
}