nav .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}
@import url("https://fonts.googleapis.com/css2?family=Kurale&family=Ubuntu:wght@300;500&family=Viga&display=swap");
* {
	font-family: "Ubuntu";
}
.wrapper {
	height: 100vh;
	overflow: hidden;
}
.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;
}
a {
	text-decoration: none !important;
}
/* .select2-container {
	width: 100% !important;
} */
select#select {
	width: 100px;
	display: inline-block;
}
.select2-container--default .select2-selection--multiple {
	max-height: 10vh !important;
	overflow-y: scroll;
	overflow-x: hidden;
}
.bg {
	background-image: url("../logo/tes.jpeg");
	background-position: center;
	background-size: cover;
}
.bg3 {
	background-image: url("../logo/tes4.jpeg");
	background-position: center;
	background-size: cover;
}
.bg4 {
	background-image: url("../logo/tes5.jpeg");
	background-position: center;
	background-size: cover;
}
.bg2 {
	background-color: #8bc6ec;
	background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}
.btn-bd {
	background-color: #85ffbd;
	background-image: linear-gradient(45deg, #85ffbd 48%, #fffb7d 100%);
}
.btn-bd:hover {
	background-color: #70887b7e;
	background-image: linear-gradient(45deg, #70887b7e 48%, #fffb7d 100%);
}
* {
	box-sizing: border-box;
}

.columns {
	float: left;
	width: 33.3%;
	padding: 8px;
}

.price {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.price:hover {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
	background-color: #111;
	color: white;
	font-size: 25px;
}

.price li {
	border-bottom: 1px solid #eee;
	padding: 20px;
	text-align: center;
}

.price .grey {
	background-color: #eee;
	font-size: 20px;
}

.button {
	background-color: #04aa6d;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

@media only screen and (max-width: 600px) {
	.columns {
		width: 100%;
	}
}
.mouse:hover a {
	background: rgba(98, 97, 97, 0);
	text-decoration: none;
}
a {
	text-decoration: none;
	color: black;
}
.select2-results__option {
	font-size: 13px;
}
