/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 08:42:51 */
.popularity-all-5 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-5.png') no-repeat left;
}

.popularity-all-4 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-4.png') no-repeat left;
}

.popularity-all-3 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-3.png') no-repeat left;
}

.popularity-all-2 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-2.png') no-repeat left;
}

.popularity-all-1 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-1.png') no-repeat left;
}

.popularity-all-0 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-all-0.png') no-repeat left;
}

.popularity-new-5 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-5.png') no-repeat left;
}

.popularity-new-4 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-4.png') no-repeat left;
}

.popularity-new-3 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-3.png') no-repeat left;
}

.popularity-new-2 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-2.png') no-repeat left;
}

.popularity-new-1 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-1.png') no-repeat left;
}

.popularity-new-0 {
    background: url('https://oimionach.pl/wp-content/uploads/popularity-new-0.png') no-repeat left;
}

.trend-downward-then-downward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-downward-then-downward.svg') no-repeat left;
}

.trend-downward-then-stable {
    background: url('https://oimionach.pl/wp-content/uploads/trend-downward-then-stable.svg') no-repeat left;
}

.trend-downward-then-upward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-downward-then-upward.svg') no-repeat left;
}

.trend-upward-then-downward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-upward-then-downward.svg') no-repeat left;
}

.trend-upward-then-stable {
    background: url('https://oimionach.pl/wp-content/uploads/trend-upward-then-stable.svg') no-repeat left;
}

.trend-upward-then-upward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-upward-then-upward.svg') no-repeat left;
}

.trend-stable-then-downward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-stable-then-downward.svg') no-repeat left;
}

.trend-stable-then-stable {
    background: url('https://oimionach.pl/wp-content/uploads/trend-stable-then-stable.svg') no-repeat left;
}

.trend-stable-then-upward {
    background: url('https://oimionach.pl/wp-content/uploads/trend-stable-then-upward.svg') no-repeat left;
}


.popularity-all-5, .popularity-all-4, .popularity-all-3, .popularity-all-2, .popularity-all-1, .popularity-all-0, .popularity-new-5, .popularity-new-4, .popularity-new-3, .popularity-new-2, .popularity-new-1, .popularity-new-0
{
    background-size: contain; /* Ensure the icon scales properly */
    text-indent: -9999px;
    width: 60px;
    height: 20px;
    display: inline-block;
    position: relative; /* Ensure tooltip is positioned relative to the label */
}


.trend-downward-then-downward, .trend-downward-then-stable, .trend-downward-then-upward,
.trend-upward-then-downward, .trend-upward-then-stable, .trend-upward-then-upward, 
.trend-stable-then-downward, .trend-stable-then-stable, .trend-stable-then-upward
{
    background-size: contain; /* Ensure the icon scales properly */
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative; /* Ensure tooltip is positioned relative to the label */
}

.jet-checkboxes-list__label {
    position: relative; /* Ensure tooltip is positioned relative to the label */
}


.popularity-tooltip {
	text-indent: 0px;
    visibility: hidden;
    width: 130px;
    background-color: #EBEBEB;
    color: #54595F;
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    position: absolute;
    z-index: 1000;
    bottom: 125%; 
    left: 50%; 
    transform: translateX(-50%);
transition: opacity 0.3s;
    font-family: Quicksand;
	font-weight: 500;
	font-size: 14px;
}

.jet-checkboxes-list__label:hover .popularity-tooltip {
    visibility: visible;
}
