/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.tygia-icon {
  font-family: Ionicons; /* hoặc Font bạn đang dùng */
    font-size: 16px;
  
}

.tygia-icon::before {
   content: "\f28b";
}

.tygia-icon.up {
    color: green;
    transform: rotate(0deg); /* mũi tên lên */
}

.tygia-icon.down:before {
	  content: "\f289";
    color: red;
    transform: rotate(180deg); /* mũi tên xuống */
}
.css-an{
	display:none;
}
.tygia-number.up{
	color: green;
}
.tygia-number.down{
	color: red;
}