        /* Custom font and theme settings */
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
        body {
            font-family: 'Inter', sans-serif;
           /* background-color: #1a202c;
            color: #e2e8f0;*/
            background-color: #fafafa;
            color: #666;
        }
/*        .content-card, .sidebar-card, .post-card {
            /*background-color: #2d3748;*/
            background-color: #fefefe;
            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
*/

        .signal-card{
            background-color: #2d3748;
            /*background-color: #fcfcfc;*/
    background: linear-gradient(0deg, #e1ebfa, #fff 40%) ;

            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .recommendation-summary-card {
    	   background: linear-gradient(0deg, #fff, #eee 20%) ;
    	    /*background: linear-gradient(0deg, #3f73c0, #2e538a 80%) ;*/

            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        /* Custom font and theme settings */
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
        body {      
            font-family: 'Inter', sans-serif;
            background-color: #1a202c;
            color: #e2e8f0;
        }   
        .chart-card {
            background-color: #2d3748;
            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }           
        .recommendation-card {
            border-radius: 0.75rem;
            padding: 2rem;
            text-align: center;
            font-size: 1.875rem;
            font-weight: 700;
            transition: all 0.3s ease;
        }       
        .content-card {
            background-color: #2d3748;
            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .content-card2 {
            background-color: #394559;
            border-radius: 0.75rem;
            padding: 1.5rem;
	    margin-right: 1rem;
	    margin-left: 1rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .sidebar-card {
            /*background-color: #2d3748;
             background: linear-gradient(to right, #038c27, #0bd640);*/
    background: linear-gradient(0deg, #424f66, #2d3748 80%) ;

            border-radius: 0.75rem;
            padding: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .buy { background: linear-gradient(to right, #038c27, #0bd640); color: white; }
        .sell { background: linear-gradient(to right, #a6030e, #f87); color: white; }
        .wait { background: linear-gradient(to right, #e08f02, #99b6f7); color: white; }
        //.wait { background: linear-gradient(to right, #e88e10, #5083f1); color: white; }
