@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Play);
@import url(https://fonts.googleapis.com/css?family=Prompt);
@import url(https://fonts.googleapis.com/css?family=Staatliches);
@import url(https://fonts.googleapis.com/css?family=Economica);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
/*
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
*/

* {
  scrollbar-width: thin;
  scrollbar-color: var(--bs-gray-300) var(--bs-gray-100);
}


*::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 20px;
  border: 3px solid var(--bs-gray-100);  
}

.hover{
	cursor:pointer
}

.hover:hover{
	background: #d3d3ec;
}


.claim{
	font-family: 'Play';
	color:var(--bs-primary);	
	font-weight:bold;		
}

.ui-sortable-helper {
    display: table;
}
.table{
	margin:0;
}
.btn.btn-xs{
	font-size:0.7rem;
	padding:0.125rem 0.25rem;
}
html{
	min-height:100%;
}
body{
	
min-height: 100vh;
}
.navbar h5{
	margin:0;
}
h5{
font-family: 'Prompt';
color:var(--bs-primary);
line-height:0.8em;
}
h5 small{
	font-size:0.5em;
}
h4{	
font-family: 'Staatliches';
}