
.btn-primary{
	background-color: #333 !important;
	color: white !important;
}
.btn-secondary{
	background-color: #666 !important;
	color: white !important;
}
.chip-icon{
	background-color: #333 !important;
}
a{
	color:#333 !important;
}


.warrior-card{
	width: 350px;
}

html, body {
	/* background-color: lightgray; */
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	/* color: #333; */
	/* background-color: lightgray; */
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 
a:visited {
	color: rgb(0,80,160);
} */

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}


button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}


.btn-group-fab {
	position: fixed;
	width: 50px;
	height: auto;
	right: 20px; bottom: 20px;
  }
  .btn-group-fab div {
	position: relative; width: 100%;
	height: auto;
  }
  .btn-group-fab .btn {
	position: absolute;
	bottom: 0;
	border-radius: 50%;
	display: block;
	margin-bottom: 4px;
	width: 40px; height: 40px;
	margin: 4px auto;
  }
  .btn-group-fab .btn-main {
	width: 50px; height: 50px;
	right: 50%; margin-right: -25px;
	z-index: 9;
  }
  .btn-group-fab .btn-sub {
	bottom: 0; z-index: 8;
	right: 50%;
	margin-right: -20px;
	-webkit-transition: all 2s;
	transition: all 0.5s;
  }
  .btn-group-fab.active .btn-sub:nth-child(2) {
	bottom: 60px;
  }
  .btn-group-fab.active .btn-sub:nth-child(3) {
	bottom: 110px;
  }
  .btn-group-fab.active .btn-sub:nth-child(4) {
	bottom: 160px;
  }
  .btn-group-fab .btn-sub:nth-child(5) {
	bottom: 210px;
  }

  .nav-tabs .nav-link::before{
	background-color: red !important;
}