    .ttk-bg-blur-dark {
        background: rgba(90, 90, 100, 0.15);
        backdrop-filter: blur(40.481929779052734px);
        border-radius: 20px;

    }
    
    .ttk-bg-blur {
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(40.481929779052734px);
        border-radius: 20px;

    }
