/**
 * Custom Tooltip Styles for FarsiBau Website
 */

a.glossary-tooltip-container {
    color: #E91E63;
}

.tooltipster-light {
  	font-size: 14px !important;
  	font-family: Vazirmatn !important;
  	background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
  	line-height: 20px;
}

.wpg-tooltip-term-title {
  font-size: 18px !important;
}

.wpg-tooltip-content {
  	line-height: 20px;
}

.tooltipster-light .tooltipster-content {
    	font-family: Vazirmatn !important;
}

.words-container .wpg-list-template-one-column {
	height: 50vh;
	max-height: 50vh;
	overflow-y: scroll !important;
}