/*pagination*/
   
           .ellipses{
       padding: 6px;
    position: relative;
    top: 7px;
    font-size: 20px;
    }
     .pagination {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        .pagination a {
            color: black;
            padding: 8px 16px;
            text-decoration: none;
            border: 1px solid #ddd;
            margin: 0 4px;
        }
        .pagination a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }
        .page-item.active .page-link {
   
    background-color: #ff8400!important;
    
}
        .pagination a:hover:not(.active) {
            background-color: #ddd;
            color:black;
        }
        .pagination .page-link {
        background-color: #ddd!important;
        
        border-radius: 50%!important; /* Make the button round */
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: none;
        padding: 0px 12px!important;
        font-size: 16px!important; 
    }
    .pagination .page-link:hover {
        background-color: #ff6b00;
    }

    .pagination .page-item.disabled .page-link {
        background-color: #ddd!important;
        color: #666;
    }
    .active{
          margin: 0px 0px;
        }
         .time-slot {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }