.member-panel-border {
    border: none !important;
    border-radius: 10px;
    margin: 1.2em;
    padding: 0.4em 1.2em;
    font-family: 'Roboto' !important;
}

.member-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Roboto' !important;
}

.pcp-panel {
    margin: 10px;
}

.pcp-display-False {
    display: none;
}

.pcp-display-True {
    display: block;
}

.pcp-icon {
    font-size: 20px;
    margin: 10px;
}

.pcp-red-color {
    color: #B30000;
}

.pcp-blue-color {
    color: #00548C;
}

.pcp-purple-color {
    color: #7622A4;
}

.pcp-action-button-wrapper {
    margin-top: 0.5em;
}

.pcp-action-button-wrapper-hide-True {
    display: none;
}

.pcp-action-button-wrapper-hide-False {
    display: block;
}

.old-pcp-panel {
    margin: 5px;
    padding-left: 17px;
}

.pcp-toggle-block{
    display: none;
}

.pcp-toggle-button.expanded .fa-chevron-down {
    transform: rotate(-180deg);
}

.pcp-toggle-button.expanded .fa-chevron-down {
    transition: all .4s;
}

.more-pcp-icon {
    font-weight: bold !important;
    font-size: 1.2em;
}

.more-pcp-icon-show-True {
    display: inline-block;
}

.more-pcp-icon-show-False {
    display: none !important;
}

.headingName {
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 23px !important;
    color: #1A1A1A !important;
}
#pcpProviderName {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
}

.member-panel {
    font-family: 'Roboto' !important;
}

.old-pcp-panel {
    font-family: 'Roboto' !important;
}
@media only screen and (max-width: 600px) {
    .old-pcp-panel {
        padding-left: 0px;
    }
}