.header_top {
    width: 100%;
    height: 35px;
    color: white;
    background: #556ee6;
    font-size: 16px;
    padding: 5px 10px 10px 20px;
}

.header_top b {
    text-transform: uppercase;
}

.clients_section b {
    font-size: 17px;
    font-weight: 700;
}

.clients_list .client_name {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.header_top a {
    text-decoration: none;
    color: white;
}

.client_name i {
    color: #99d4ec;
    font-size: 18px;
    float: left;
    padding: 5px;
    margin-right: 2px;
}

.client_name {
    color: #556ee6;
}

.details_section {
    width: 1240px;
}

.calender_for_text {
    font-size: 19px;
}

.schedule-card-body a {
    color: #9ea57c !important;
}

.schedule-card-body a:hover {
    color: #747474 !important;
}

.schedule-card-body p {
    margin: 5px;
}

.schedule-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.schedule-card-header {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #747474;
    text-transform: uppercase;
}

.schedule-card-body {
    padding: 16px;
    font-size: 13px;
    color: #747474;
}

.schedule-card-body p {
    font-size: 16px;
}

.schedule-card-body a {
    color: #007bff;
    text-decoration: none;
}

.schedule-card-body a:hover {
    text-decoration: underline;
}

.clients_section {
    width: 1240px;
    margin: 0 auto;
}

.clients_list .client_name {
    font-size: 17px;
}
