@import url("https://fonts.googleapis.com/css2?family=Kurale&family=Ubuntu:wght@300;500&family=Viga&display=swap");
* {
	font-family: "Ubuntu";
}
.bg {
	background-image: url("../../logo/bg2.webp");
	background-position: center;
	background-size: cover;
}
body {
	margin: 0;
	padding: 0;
	background-color: #17a2b8;
	height: 100vh;
	overflow-x: hidden;
}
.wrapper {
	min-height: 100vh;
}
.mouse {
	cursor: pointer;
}
.mouse:hover {
	transition: all 1s linear;
	background: rgb(98, 97, 97);
	color: rgb(206, 210, 214) !important;
}
.mouse:hover a {
	transition: all 1s linear;
	background: rgb(98, 97, 97);
	color: rgb(206, 210, 214) !important;
}
nav .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}
.background {
	background-image: url("../../logo/bg2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a {
	text-decoration: none !important;
}
.select2-container {
	width: 100% !important;
}
.btn-bd-primary {
	color: #fff;
	background-color: #004e64;
	border-color: #004e64;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
}
.btn-bd-primary:hover,
.btn-bd-primary:active,
.btn-bd-primary:focus,
.btn-bd-primary.active {
	/* let's darken #004E64 a bit for hover effect */
	background: #003d4f;
	color: #ffffff;
	border-color: #003d4f;
}
select#select {
	width: 100px;
	display: inline-block;
}
.select2-container--default .select2-selection--multiple {
	max-height: 10vh !important;
	overflow-y: scroll;
	overflow-x: hidden;
}
/* .headerfixed {
	position: sticky;
	top: 0 !important;
	z-index: 1 !important;
}
.colomleft {
	left: 0 !important;
	position: sticky;
	z-index: 2;
	background: #ffffff !important;
} */
