
        .date-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: #f1f1f1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #555;
            flex-shrink: 0;
            border: 1px solid orange;
        }
        .data-circle-selected {
        	background-color: orange;

        .event-row {
            margin-bottom: 25px;
            align-items: flex-start;
        }
        .speaker-photo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }
        .time-place {
            font-size: 14px;
            color: #666;
        }
        .time-place .time {
            font-weight: bold;
            color: orange !important;
        }
        .speaker-name {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 4px;
            text-transform: uppercase;
            color: #2c3e50;
        }
        .coffee-break {
            background-color: #fff8e6;
            border-radius: 8px;
            padding: 15px;
        }
        #view_all_agenda {
            color: #3498db;
            font-weight: 600;
            cursor: pointer !important;
        }
	tr {
	border-bottom: 2px solid black !important;
	}
