.cc-em--search-book {
	overflow: visible !important;
}

.tooltip__wrapper {
	display: flex !important;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
  	width: 250px;
	margin-top: 10px !important;
	margin-bottom: -10px !important;
}

.tooltip__wrapper span {
	text-decoration: underline;
	margin-left: 10px !important;
  	font-size: 12px !important;
	color: #e30520 !important;
}

.tooltip__wrapper .tooltip_item {
  	z-index: 99999;
  	width: calc(100% - 6px);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
  	left: 0;
	top: 0;
	padding: 10px !important;
	transition: all 0.2s ease;
  	width: 400px;
}
.tooltip__wrapper .tooltip_item p {
	color: #fff !important;
	line-height: 16px;
	margin-bottom: 5px !important;
}
.tooltip__wrapper:hover .tooltip_item {
	opacity: 1;
	visibility: visible;
}

.tooltip_item ul {
	margin-left: 5px !important;
}

.tooltip_item ul li {
	line-height: 14px;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {
  .tooltip__wrapper {
	position: unset !important;
	margin-bottom: -20px !important;
  }
  .cc-book-wrp .cc-input-licenseplate {
    	margin-top: 40px !important;
  }
  .tooltip__wrapper .tooltip_item {
  	width: 350px;
  }
}