.general-dashboard-tabs {
    display: inline-block;
    background: rgb(216, 215, 215);
    border-radius: 20px;
    list-style: none;
    height: 50px;
    padding: 0;
}

.general-dashboard-tabs ul {
    margin-top: 0;
}

.general-dashboard-tabs>li {
    float: left;
    position: relative;
    display: block;
    margin-top: 13px;
}

.general-dashboard-tabs a {
    text-decoration: none;
    padding: 15px 15px;
    text-align: center;
    align-items: center;
    color: black;
    margin-left: 15px;
}

.general-dashboard-tabs li a {
    color: #5d5d6a;
    padding: 0 15px;
    margin: 5px;
}

.nav>li>a {
    position: relative;
    display: block;
}

.general-dashboard-tabs li.active a {
    border-radius: 20px;
    color: #00b7af !important;
    background-color: #fff !important;
    border: 1px solid #dfe3e8;
}

.active-tab {
    background-color:white;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #00b7af !important;
}

.active-content {
    display: block;
}

.dashboardContent {
    display: none;
    padding: 20px;
    /* border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px; */
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
}
.sub-dashboard{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.calender{
    border: none;
    width: 30%;
}
.appointment-details{
    width: 70%;
}
.dashboard-btn{
   float: right;
}
.dashboard-btn button{
    font-size:5px;
}

.calendar-container {
    width: 60%;
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.calendar{
    font-size: 20px;
    height: 700px;
    width: 1300px;
    border-collapse: collapse;

}
/* agenda section */
.sub-presentation-content{
    display:flex;
    justify-content: space-evenly;
}