        .wraper {
            background: #fff;
            border-radius: 20px;
            padding: 5px;
            max-width: 600px;
            width: 100%;
            color: #333;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .main-content {
            display: flex;
            margin-bottom: 5px;
        }

        @media (max-width: 900px) {
            .main-content {
                flex-direction: column;
            }
        }

        .clock-container {
            position: relative;
            width: 280px;
            height: 280px;
            margin-bottom: 25px;
			display: none;
        }

        .digital-clock {
            font-size: 2.8rem;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
			display: none;
        }

        .date-display {
            font-size: 1.4rem;
            color: #7f8c8d;
            text-align: center;
            margin-bottom: 5px;
        }

        .prayer-section {
            flex: 2;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 2px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            overflow: hidden;
        }

        th, td {
            padding: 2px;
            text-align: center;
            border-bottom: 1px solid #e0e0e0;
        }

        th {
            background: #4ca1af;
            color: #fff;
            font-weight: 600;
            font-size: 1.1rem;
        }

        tr {
            transition: all 0.3s ease;
            cursor: pointer;
        }

        tr:nth-child(even) {
            background: #f9f9f9;
        }

        tr:hover {
            background: #f1f1f1;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        tr:active {
            transform: translateY(0);
        }

        td {
            color: #333;
            font-size: 1.05rem;
        }

        .prayer-name {
            text-align: left;
            font-weight: 600;
        }

        .start-time, .end-time {
            font-weight: 600;
        }

        /* Color coding for prayers */
        tr[data-prayer="fajr"].active-row {
            background-color: rgba(39, 219, 60, 0.2) !important;
            box-shadow: 0 0 15px rgba(39, 219, 60, 0.3);
        }
        
        tr[data-prayer="sunrise"].active-row,
        tr[data-prayer="sunset"].active-row,
        tr[data-prayer="zawal"].active-row {
            background-color: rgba(196, 45, 45, 0.2) !important;
            box-shadow: 0 0 15px rgba(196, 45, 45, 0.3);
        }
        
        tr[data-prayer="ishraq"].active-row,
        tr[data-prayer="chasht"].active-row {
            background-color: rgba(39, 186, 219, 0.2) !important;
            box-shadow: 0 0 15px rgba(39, 186, 219, 0.3);
        }
        
        tr[data-prayer="dhuhr"].active-row {
            background-color: rgba(159, 219, 39, 0.2) !important;
            box-shadow: 0 0 15px rgba(159, 219, 39, 0.3);
        }
        
        tr[data-prayer="asr"].active-row {
            background-color: rgba(201, 219, 39, 0.2) !important;
            box-shadow: 0 0 15px rgba(201, 219, 39, 0.3);
        }
        
        tr[data-prayer="maghrib"].active-row {
            background-color: rgba(219, 195, 39, 0.2) !important;
            box-shadow: 0 0 15px rgba(219, 195, 39, 0.3);
        }
        
        tr[data-prayer="isha"].active-row,
        tr[data-prayer="awwabin"].active-row {
            background-color: rgba(219, 165, 39, 0.2) !important;
            box-shadow: 0 0 15px rgba(219, 165, 39, 0.3);
        }
        
        tr[data-prayer="tahajjud"].active-row {
            background-color: rgba(20, 166, 73, 0.2) !important;
            box-shadow: 0 0 15px rgba(20, 166, 73, 0.3);
        }

        tr.active-row td {
            color: #2c3e50;
            font-weight: 600;
        }

        .active-time {
            position: relative;
        }

        .active-time::after {
            content: '●';
            position: absolute;
            right: 0px;
            animation: pulse 1.5s infinite;
        }

        /* Color for active time indicators */
        tr[data-prayer="fajr"] .active-time::after { color: #27db3c; }
        tr[data-prayer="sunrise"] .active-time::after,
        tr[data-prayer="sunset"] .active-time::after,
        tr[data-prayer="zawal"] .active-time::after { color: #c42d2d; }
        tr[data-prayer="ishraq"] .active-time::after,
        tr[data-prayer="chasht"] .active-time::after { color: #27badb; }
        tr[data-prayer="dhuhr"] .active-time::after { color: #9fdb27; }
        tr[data-prayer="asr"] .active-time::after { color: #c9db27; }
        tr[data-prayer="maghrib"] .active-time::after { color: #dbc327; }
        tr[data-prayer="isha"] .active-time::after,
        tr[data-prayer="awwabin"] .active-time::after { color: #dba527; }
        tr[data-prayer="tahajjud"] .active-time::after { color: #14a649; }

        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.4; }
            100% { opacity: 1; }
        }

        .new-section {
            margin-top: 30px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
			display: none;
        }

        .highlighted {
            animation: highlight 2s ease;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

        @keyframes highlight {
            0% { transform: scale(1); }
            50% { transform: scale(1.02); }
            100% { transform: scale(1); }
        }

        .time-display {
            min-width: 80px;
            display: inline-block;
        }

        /* Monthly Prayer Times Table Styles */
        .monthly-section {
			display: none;
        }

        .prayer-time-cell {
            font-family: 'Courier New', monospace;
            font-weight: 500;
        }
		
		/* Prayer Labels */
        .prayer-label {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 15px;
            color: white;
            font-size: 0.85rem;
            margin-top: 5px;
            font-weight: 500;
        }

        .fajr-label { background: #27db3c; }
		.sunrise-label { background: #c42d2d; }
		.ishraq-label { background: #27badb; }
		.chasht-label { background: #27badb; }
		.zawal-label { background: #c42d2d; }
        .dhuhr-label { background: #9fdb27; }
        .asr-label { background: #c9db27; }
		.sunset-label { background: #c42d2d; }
        .maghrib-label { background: #dbc327; }
		.awwabin-label { background: #dba527; }
        .isha-label { background: #dba527; }
		.tahajjud-label { background: #14a649; }

        .color-box {
            width: 15px;
            height: 15px;
            border-radius: 3px;
        }
		
		.roza {
			padding: 3px;
			background-color: #4ca1af;
			Color: #fff;
		}
		
		.roza-time {
			display: flex;
			gap: 10px;
		}