/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 08:42:51 */
.icon {
	width: 24px;
    height: 24px;
	margin-right: 0px;
	display: inline-block;
 	vertical-align: middle; /* Align the icon in the middle of the text */
    line-height: 1; /* Ensures the icon stays in one line height */
  	image-rendering: crisp-edges; /* Ensures sharp rendering for small images */
}


.name-widget {
    font-family: Quicksand, sans-serif;
    padding: 2px;
    width: 20px;
    color: #000;
    font-weight: 500;
	word-wrap: break-word; /* Ensure long words will wrap */
	position: relative;
	pointer-events: auto !important; 
}


.slider-name-widget {
    font-family: Quicksand, sans-serif;
	margin-bottom: 6px;
	margin-right: 20px;
    padding: 2px;
    width: 260px;
    color: #000;
    font-weight: 500;
	word-wrap: break-word; /* Ensure long words will wrap */
/*	position: relative; */
	pointer-events: auto !important; 
	display: flex;
    align-items: center; /* Aligns items vertically in the center */
	justify-content: space-between;
}

.name-section {
    display: flex;
    text-align: left;
	font-size: 20px;
	font-weight: 700;
	color: #1659C8;
	align-items: center;
	margin-bottom: 6px;

}

.info-section {
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
	align-items: center;
	font-size: 14px;
	color: #0D0F16;
	padding-left: 10px;
	line-height: 1.0rem;
	width:200px;
}

.stats-section {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
	align-items: center;
	display: flex;
    flex-direction: row;
    margin-bottom: 6px;
	color: #545645;
	
	
}

.all-stats-section, .new-stats-section {
    display: flex;
	position: relative; 
    flex-direction: column;
    justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.all-stats-section {
	margin-left: 10px;
}

.new-stats-section {
	margin-left: 8px;
}

.icon-section  {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
    width: 100px; /* Adjust width of each column */
	font-size: 14px;
	max-width:fit-content;
}

.trend-icon {
	margin-left: 4px;
	width:22px;
}

.trend-icon img:not([src]) {
    visibility: hidden;
}


.icon-section .popularity-icon {
	width:60px;
	margin-right:5px;
}

.icon-section .popularity-icon img:not([src]) {
    visibility: hidden;
}

.count-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	width: 100px;
	font-size: 14px;
	margin-top: -2px;
}


.count-section .ranking-icon {
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 10px;
    width: 10px;
}

.count-section .missing-data {
	color: #7A7A7A;
}

.popularity-section .count-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #54595FEB;
	margin-top:-20px;
}

.info-element {
	margin-right: 10px;
}


.elementor-widget-container .tippy-content {
    font-family: Quicksand !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}


.name-icon-container {
      position: relative;
      display: inline-block;
      margin: 10px;
      cursor: pointer;
}



/*
.custom-row-container {
    display: flex;
    align-items: center; 
	margin-bottom: 0px;
	position: relative; 
}
*/

