.pcare-card-main {
    background: linear-gradient(244deg, rgba(208, 231, 247, 0.05) -4.18%, #D0E7F7 85.84%);
}
.pcare-card-secondary {
    background: linear-gradient(147deg, rgba(208, 231, 247, 0.04) 5.47%, rgba(208, 231, 247, 0.90) 82.57%);
}

.pcare-button-main {
    background: linear-gradient(242deg, rgba(160, 210, 241, 0.15) -24.49%, #19335F 101.06%);
}

.pcare-color-main {
    background: linear-gradient(242deg, rgba(31, 67, 90, 0.15) -24.49%, #19335F 101.06%);
}

.pcare-ratio {
    width: 100%; /* or set a custom width */
    padding-top: 100%; /* This ensures a 1:1 aspect ratio */
    position: relative;
}

.pcare-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; /* To maintain the circle shape */
}

.pcare-button-not-clickable {
    pointer-events: none;
    cursor: not-allowed;
}

.pcare-avatar {
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.text-avatar-name {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.text-avatar-type {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    margin-top: -4px;
}

@media (max-width: 576px) {
    .text-avatar-name {
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    .text-avatar-type {
        font-size: 10px; /* Adjust font size for smaller screens */
    }
}


/* P-Care V3 */
.pcare-header {
    background: linear-gradient(83deg, #206A5D 2.61%, #BFDCAE 72.46%);
}

.pcare-bg {
    background: linear-gradient(83deg, #206A5D 2.61%, #BFDCAE 72.46%);
}

.pcare-menu {
    border-radius: 10px;
    color: #242424;
    border: 1px solid rgb(58 58 58 / 20%);
    background: linear-gradient(113deg, #FFF -0.86%, #E5E5E5 118.44%);
}

.pcare-card-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
}

.pcare-dash-card {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(149deg, #FFF -8.63%, #EFEFEF 102.13%);
}

.pcare-dash-card a {
    color: #333;
    text-decoration: none;
}

.pcare-dash-card a:hover {
    color: #444;
    text-decoration: none;
}

.pcare-dash-card-name {
    font-weight: bold;
    font-size: 1.0rem;
    color: #333;
    margin-top: 10px;
}

.pcare-dash-card-content {
    color: #333;
    font-weight: normal;
    font-size: 11px;
}

.pcare-dash-card-content i {
    font-size: 13px;
}

.pcare-dash-card-content-standard {
    color: #333;
    font-weight: normal;
    font-size: 13px;
}

.pcare-dash-card-content-standard i {
    font-size: 13px;
}

.pcare-dash-card-footer {
    background: #D9D9D9;
}

.pcare-dash-card-footer a {
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: color 0.3s ease;
}

.pcare-dash-card-footer a:hover {
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(322deg, #206A5D -13.2%, #BFDCAE 100%);
}

.pcare-dash-card-link {
    position: relative;
    display: inline-block;
}

.pcare-dash-card-link .pcare-dash-card-a-active {
    display: none; /* Hide active text initially */
}

.pcare-dash-card-link:hover .pcare-dash-card-a {
    display: none; /* Hide default text on hover */
}

.pcare-dash-card-link:hover .pcare-dash-card-a-active {
    display: inline; /* Show active text on hover */
}

.pagination {
    margin-left: 10px;
}

.pcare-dash-card-schedule {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: none;
    background: #FFF;
}

.pcare-dash-card-search-schedule {
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(322deg, #206A5D -13.2%, #BFDCAE 100%);
}

.pcare-dash-bg-active {
    background: linear-gradient(322deg, #206A5D -13.2%, #BFDCAE 100%);
}


