* {
	font-family: "Roboto", Arial, sans-serif;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

*::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none !important;
	outline: none !important;
}

body {}

.container {
	width: 1920px;
	height: 1080px;
	background: url(img/bg2.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* background: rgb(16,23,53); */
	/* background: linear-gradient(126deg, rgba(16,23,53,1) 0%, rgba(36,50,113,1) 46%); */
}

#map {
	width: 960px;
	height: 1080px;
	margin-left: 100px;
}

.map {
	width: 960px;
	height: 1080px;
}

#map svg {
	width: 100%;
	height: 100%;
}

.countryMap {
	padding: 20px;
}

#N2013, #B2013, #N2017, #B2017 {
	display: none;
}

svg path, svg polygon, svg polyline {
	fill: #6a727b;
	stroke: #fff;
	stroke-width: 0.01em;
}

path:hover, polygon:hover, polyline:hover {
	/* stroke-width: 0.1em; */
}

path.current, polygon.current, polyline.current {
	/* stroke: #000 !important; */
	filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
	/* fill: yellow; */
	filter: brightness(1.5);
}

.l2map svg path, .l2map svg polygon, .l3map svg path, .l3map svg polygon, .l3map svg polyline, .l3map svg polyline {
	stroke-width: 0.1em;
}

.l2map svg path:hover, .l2map svg polygon:hover, .l3map svg path:hover, .l3map svg polygon:hover, .l3map svg polyline:hover, .l3map svg polyline:hover {
	/* stroke-width: 0.5em !important; */
}

.rightControls {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	width: 100px;
}

.rightControls .years {
	margin: 220px 0 20px 0;
}

.rightControls .years .yr, .rightControls .years .thing {
	color: white;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
	display: block;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

.rightControls .years .yr:hover {
	background: #CCC;
	color: black;
}

.rightControls .years .thing.one {
	margin-top: 30px;
}

.rightControls .items {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	height: 400px;
	display: block;
	overflow: hidden;
	overflow-y: scroll;
}

.rightControls .items .item {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
	display: block;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}

.rightControls .items .item:hover {
	background: #CCC;
	color: black;
}

.topControls {
	width: 50px;
	height: 150px;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 99999;
}

.topControls .btn {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	padding: 12px 0 0 0;
	background: #b9242a;
	border-radius: 50px;
	margin-bottom: 10px;
}

.topControls .btn i {
	font-size: 25px;
	color: white;
}

.tiranaMap {}

svg text {
	font-size: 0.3rem;
	color: white;
	fill: white;
	font-weight: 400;
}

#content {
	width: 830px;
	height: 910px;
	position: absolute;
	right: 30px;
	top: 170px;
	overflow: hidden;
	overflow-y: scroll;
}

.party-result {
	width: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(161, 161, 161, 1) 100%);
	margin-bottom: 20px;
	position: relative;
	height: 100px;
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	overflow-y: hidden;
}

.party-result img {
	width: 100px;
	height: 100px;
}

.party-result .logo {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: rgba(74, 74, 74, 0.5);
	background-size: cover;
	background-position: center center;
}

.party-result .logo .mandate {
	background: yellow;
	color: black;
	font-family: "Roboto Condensed";
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	line-height: 40px;
	border-bottom-right-radius: 50%;
	font-size: 20px;
}

.party-result .result {
	width: 150px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: white;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.party-result .name {
	width: 570px;
	position: absolute;
	left: 100px;
	top: 0;
	height: 100px;
	font-size: 35px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	line-height: 42px;
	padding-top: 10px;
	padding-left: 10px;
	color: #161616;
	text-shadow: 1px 1px #ffffff;
	overflow: hidden;
}

.party-result .result .votes {
	padding-right: 10px;
	margin-bottom: 15px;
	height: 30px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.3);
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.party-result .result .pc {
	font-size: 40px;
	line-height: 40px;
	font-weight: bolder;
	text-align: center;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.title {
	position: absolute;
	right: 30px;
	top: 10px;
	display: inline-block;
	border-top: 5px solid #b9242a;
	color: black;
	margin-top: 20px;
	padding: 0px 0px;
}

.title .region-title {
	font-weight: bold;
	font-size: 60px;
}

.title .year {
	font-weight: 300;
	font-size: 60px;
	color: #b9242a;
}

.loading {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #b9242a;
	color: white;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	z-index: 9999999;
}