/*
Theme Name: Tournament Theme
Theme URI: https://example.com
Author: Ajay Maurya
Author URI: https://example.com
Description: A basic custom WordPress theme.
Version: 1.0
Text Domain: my-custom-theme
*/



.paid-dot{
width:12px;
height:12px;
background:#28a745;
display:inline-block;
border-radius:50%;
}

.unpaid-dot{
width:12px;
height:12px;
background:#dc3545;
display:inline-block;
border-radius:50%;
}