@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.nav-header {
	display: grid;
	width: 100%;
	grid-template-columns: 2fr 1fr 0.5fr;
	gap: 0.5rem;
	min-height: 2.5rem;
	align-items: start;
    margin-bottom: 15px;
}

header {
	height: auto !important;
}

.currency-selector {
	font-size: small;
	font-weight: bold;
	width: 112px;
}

.currency-selector > option {
	background: white;
	color: black;
}

@media screen and (min-width: 992px) {
	#sidenav_mobile {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	.nav-header {
		align-items: center;
	}

	.currency-selector {
		width: 100%;
		text-align: center;
	}
}

.header-button {
    padding-inline: 1rem;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	background-color: #eeb851 !important;
	box-shadow: 0px 2px 0 0 #c19031;
	transition: all 0.25s;
	height: 95%;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-links {
	justify-content: center;
	gap: 0.7rem;
}

.header-links a {
	font-size: 16px;
	line-height: 0;
	color: rgba(254, 254, 254, 0.65);
	font-size: 16px;
	font-weight: 500;
	margin-right: 0.55rem;
}

.header-links a:last-child {
	margin-right: 0;
}

.header-links img {
	margin-right: 7px;
}

.header-links .dropdown {
	display: flex;
	align-items: center;
}

.header-links .dropdown-menu {
	min-width: 280px;
	padding: 0.5rem 0;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.header-links .dropdown-menu a.dropdown-item {
	display: block;
	margin: 0;
	padding: 0.55rem 1rem;
	color: #212121;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	white-space: normal;
}

.header-links .dropdown-menu a.dropdown-item:hover,
.header-links .dropdown-menu a.dropdown-item:focus {
	color: #212121;
	background-color: #f4f4f4;
	opacity: 1;
}

.console {
	white-space: nowrap;
}

.console-selector {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.main {
	margin-top: 15px;
}

.donateDiv {
	height: 100%;
}

.donateDiv .content {
	height: auto !important;
}

body {
	font-weight: 500;
}
.promocode {
	font-weight: 550;
}
.labels {
	font-weight: 410;
}

.modal-body .tab-content a.nav-link.active {
	background: #eeb851;
}

.nav-pills .nav-link {
	word-break: break-word;
}

.modal-rules {
	width: 85%;
	max-width: 1200px;
}

@media screen and (max-width: 992px) {
	.modal-rules {
		width: auto;
	}
}

.currency-selector {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>")
		no-repeat;
	background-size: 12px;
	background-position: calc(100% - 10px) calc(100% - 10px);
	background-repeat: no-repeat;
	background-color: #efefef;
	padding: 12px;
	padding-right: 24px;
}

#sidenav_mobile:not(.active) {
	display: flex;
}

#sidenav_mobile {
	display: flex;
    flex-direction: column;
    align-items: start;
	position: static;
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
	background-color: transparent;
	padding-top: 0;
	gap: 1rem;
}

#sidenav_mobile.active {
    max-height: 12rem;
    transition: max-height 0.25s ease-in;
}

#sidenav_mobile > a {
    font-size: 1rem;
    margin-bottom: 0;
    display: flex;
    gap: 0.5rem;
    line-height: 1;
}
