/* myHealthbox specific css */

::placeholder {
	color: grey !important;
	font-style: italic !important;
	font-size: 1.20rem !important;
	opacity: 0.5 !important;        /* Firefox */
}

html {
  scroll-behavior: smooth;
}

.search-icon {
	background-color: #f8f8fa00;
	border-color: #94999d;
	border-right-width: 0px;
	border-radius: 24px !important;
	border-top-right-radius: 0 !important;
  	border-bottom-right-radius: 0 !important;
}

.search-input {
	border-color: #94999d;
	border-left-width: 0;
	/* border-radius: 24px  !important; */
	border-right: none;
	border-top-left-radius: 0 !important;
  	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
  	border-bottom-right-radius: 0 !important;
}

.search-input:focus {
	border-color: #94999d;
	border-left-width: 0;
	/* border-radius: 24px  !important; */
	border-right: none;
	border-top-left-radius: 0 !important;
  	border-bottom-left-radius: 0 !important;
  	
}

.search-barcode {
	background-color: #f8f8fa00;
	border-color: #94999d;
	border-left-width: 0;
	border-radius: 24px  !important;
	border-top-left-radius: 0 !important;
  	border-bottom-left-radius: 0 !important;
}

.highlight-hover:hover {
	border-color: grey !important;
	opacity: 0.8;
}

.blue-background {
	background-color: rgb(121,192,244,0.5);
  	/* background-image: url("../img/slider.png"); */
}

.myhb_search_result_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
}