﻿.appointment_link p {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.customer-dashboard-tabs a.active {
    color: #2d54de;
    background: #23AF49;
    color: white;
    padding: 7px;
}

.customer-dashboard-tabs a {
    /* display: block; */
    /* padding: 10px 0px; */
    /* font-weight: 500; */
    /* text-decoration: none; */
    /* color: #8e97b3; */
    position: relative;
    font-size: 19px;
    text-decoration: none !important;
    margin-right: 5px;
    border-radius: 4px;
    background: whitesmoke;
    height: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 33%;
    margin: 0px 4px 6px 0px;
}

@media (max-width: 600px) {
    .customer-dashboard-tabs a {
        width: 100%;
        margin-bottom: 5px !important;
    }
}