.tippy-box {
	background-color: var(--secondary-blue);
}
.tippy-arrow {
    color: var(--secondary-blue);
}

div.tippy-word-info {
    text-align: center;
    direction: ltr;
}
p.tippy-word {
    margin-top: 0;
    margin-bottom: 0;
	color: var(--primary-white);
    text-align: center;
    direction: ltr;
}

span.tippy-lemma {
	color: var(--primary-white);
    /*color:  #dc3545;*/
    text-align: center;
    direction: rtl;
}
span.tippy-def { 
	font-size: 0.8em;
	font-family:  "Times New Roman";
    color: var(--secondary-white);
    /*color:  #0d6efd;*/
    text-align: center;
    direction: ltr;
}
p.tippy-pos {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 0.8em;
	font-family:  "Times New Roman";
    color: var(--tertiary-white);
    /*color:  #146c43;*/
    text-align: center;
    direction: ltr;
}
/*
.dark-mode p.tippy-pos {
    color: #36c281;
}
*/
