/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.login-form {
	max-width: 25rem;
	width: 100%;
}

TD, TH {
	vertical-align: middle !important;
}

.main {
	min-height: 80vh;
}

.clickable-row {
	cursor: pointer;
}
	.clickable-row:hover td,
	.clickable-row:hover th	{
		background-color: rgb(255,164,32);
	}

.icon_perk {
	width: 32px;
	height: 32px;
	background-color: #27688f;
	border: 1px solid #174561;
}

.icon_weapon {
	width: 32px;
	height: 32px;
	background-color: #d42d2a;
	border: 1px solid #a61b18;
}