html {
	overflow: hidden;
}

.addStyle {
	fill: #45e3ff;
}

#exhibitor-list {
	padding: 0;
	margin: 0;
	height: calc(100vh - 290px);
	overflow: scroll;
}

#exhibitor-list li a {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	color: #000 !important;
	border-top: solid 1px rgba(0, 0, 0, 0.08);
	min-height: 3.5rem;
	background-color: rgba(255, 255, 255, 255);
	padding: 5px 7vw 5px 1rem;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 15px;
	font-weight: 700;
	word-break: break-all;
	position: relative;
	line-height: 1.2;
	word-break: break-word;
}

#exhibitor-list li a span {
	position: absolute;
	left: 72%;
}

#exhibitor-list li a:after {
	display: inline-block;
	position: absolute;
	left: 90%;
	width: 8px;
	height: 15px;
	background: url(https://venues.gevme.com/33cd3a34-8bf8-444f-bfdc-16fceca50422/global/assets/floor-plan/arrow.png) no-repeat;
	content: "";
}

/* text:hover {
	cursor: pointer;
} */
.exhibitorsMap:hover,
rect.exhibitorsMap:hover {
	/* fill: #45e3ff; */
	cursor: pointer;
}

#exhibitor-list li a:hover {
	background-color: #F8F9FD;
}

.button-container {
	position: absolute;
}

.button-container a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	width: 2rem;
	margin: 10px;
	padding: 0;
	background: #ffffff;
	cursor: pointer;
	color: #5D5C5C;
	border-radius: 5px;
	outline: none;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
}

.button-container a:hover {
	background: #f2f2f2;
}

.modal-area {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
	background: #fff;
	color: #000;
}

.modal-area.opened {
	display: block;
}

.modal-wrapper {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-close-btn {
	text-align: right;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
}

.modal-close-btn span {
	cursor: pointer;
}

.modal-content-wrapper {
	flex-grow: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
    overflow-y: scroll;
    padding: 0 30px;
    box-sizing: border-box;
}

.location {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0;
	color: #767A81;
	text-align: center;
}

.logo {
	text-align: center;
	margin: 0;
}

.name {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0;
	color: #40454E;
	text-align: center;
}

.tagline {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0;
	color: #40454E;
	text-align: center;
}

.country {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
	color: #40454E;
	text-align: center;
}

.description {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	color: #40454E;
}

.text-block {
	overflow-x: hidden;
	overflow-y: auto;
	height: 80%;
	font-size: 12px;
}

.rightContent {
	width: 80%;
	overflow: scroll;
	height: calc(100vh - 197px);  /* full height - header - footer = container height*/
	float: left;
	position: relative;
}

.leftContent {
	width: 20%;
	float: left;
	position: relative;
	height: calc(100vh - 197px);  /* full height - header - footer = container height*/
	background: #fff;
}

svg {
	width: 100%;
	height: calc(100vh - 221px);  /* full height - header - footer - padding = svy height*/
	/* height: 80%; */
	padding: 10px;
}

.logo img {
	width: 100%;
}

.gevme-content-blocks-container {
	overflow: hidden;
	max-width: 100%;
}

.modal-content-block {
	width: 100%;
}

/* search bar */
.searchContent {
	overflow: hidden;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #C0C5D6;
	margin: 15px;
	border-radius: 10px;
}

.search {
	float: left;
	width: 10%;
	margin-block-end: 0;
	margin: 10px 0;
}

#searchbar {
	float: left;
	width: 90%;
	padding: 17px 5px;
	border-radius: 10px;
	border: transparent;
	font-weight: 700;
	color: #8B8B8B;
	font-size: 15px;
}

input#searchbar:focus-visible {
	border-bottom: 1px solid #000;
	border-radius: 0;
	outline: 0;
}

input[type=text] {
	width: 30%;
	-webkit-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
}

tooltip {
	position: fixed;
	background: #fff;
	color: 000;
	border: 1px solid #C0C5D6;
	font-size: 14px;
	border-radius: 8px;
	padding: 0 10px;
}

tooltip p {
	margin: 0;
	font-family: Arial;
}

.socialMedia {
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

.socialMedia li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

/* When the input field gets focus,
  change its width to 100% */
input[type=text]:focus {
	width: 70%;
}

#list {
	font-size: 1.5em;
	margin-left: 90px;
}

/* button search */

.openSearch,
.closeSearch {
	cursor: pointer;
}

.button-container .button img {
	pointer-events: none;
}

@media only screen and (max-width: 991px) {
	.modal-wrapper {
		padding: 0 20px;
	}
	.modal-content-wrapper {
		padding: 0;
	}
	.modal-close-btn {
		padding-top: 5px;
		padding-right: 0;
	}
	.text-block {
		font-size: 10px;
	}
	#exhibitor-list li a {
		padding: 5px 65px 5px 1rem;
	}
	#exhibitor-list li a span {
		position: absolute;
		left: 75%;
	}
	.leftContent {
		width: 30%;
	}
	.rightContent {
		width: 70%;
	}
	.search {
		width: 20%;
	}
	#searchbar {
		width: 80%;
	}
	.content-wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	.rightContent {
		width: 100%;
		overflow: hidden;
		float: left;
		position: absolute;
		height: 400px;
		padding: 0 10px;
	}
	.leftContent {
		width: 100%;
		float: left;
		position: relative;
		height: auto;
		margin-top: 400px;
		background: #fff;
		z-index: 2;
		transition: all 0.3s;
	}
	.logo img {
		width: 50%;
	}
	.searchOpen {
		margin-top: 40px;
	}
	#exhibitor-list li a {
		padding: 5px 80px 5px 1rem;
	}
	#searchbar {
		font-size: 13px;
	}
	.search {
		width: 10%;
	}
	#searchbar {
		width: 90%;
	}
	.openSearch {
		display: block;
		text-align: center;
	}
	.closeSearch {
		display: none;
		text-align: center;
	}
	#exhibitor-list {
		height: 340px;
	}
}

@media only screen and (min-width: 576px) {
	.openSearch,
	.closeSearch {
		display: none !important;
	}
	#exhibitor-list li a span {
        left: unset;
        right: 30px;
    }
	#exhibitor-list li a:after {
		left: unset;
    	right: 15px;
	}
}