.cecAgentPanelQuantic {
    padding-left: 5%;
    padding-right: 5%;
}
.cecAgentPanelQuantic .slds-accordion__section {
    padding: 0px;
}

.cecAgentPanelQuantic .slds-accordion__summary-heading:focus{
    border:none;
}

.cecAgentPanelQuantic .slds-accordion__section.slds-is-open{
    background: #f7f8f9;
    border: thin solid #bcc3ca;
    border-radius: 2px;
}

.cecAgentPanelQuantic .slds-accordion__summary {
    font-size: 13px;
    margin: 0;     
    padding-left: 10px;
    font-weight: bold; 
}

.cecAgentPanelQuantic .slds-accordion__summary-action {
    padding: 4px 0;
    margin: 0;
}

.cecAgentPanelQuantic .slds-accordion__summary-content {
    font-size: 13px;
}
.cecAgentPanelQuantic .slds-is-open>.slds-accordion__content{
    background: #f7f8f9;
    padding-left: 10px;
    border-top: thin solid #bcc3ca;
    border-radius: 2px;
}

.cecAgentPanelQuantic c-quantic-result-template>div {
    padding: 8px;
}

.cecAgentPanelQuantic c-quantic-result:hover,
.cecAgentPanelQuantic c-quantic-result-template>div:hover {
    background-color: #eef4ff;
}


.result-title .result-text__value
{
    font-weight: 400;
    font-size: medium;
    overflow-wrap: break-word;
    white-space: normal !important;
    word-break: break-word;
}

.cecAgentPanelQuantic .breadcrumb-manager__column.slds-col.slds-col_bump-right.slds-truncate {
    padding-top: 8px;
}

.cecAgentPanelQuantic .facet__clear-filter {
    text-transform: capitalize;
}

/*.cecAgentPanelQuantic .facet__value-container.facet__value-option  {
    text-transform: capitalize;
}*/

.cecAgentPanelQuantic .result-text__label
{
  font-weight: bold;  
}

.cecAgentPanelQuantic p[slot="date"]
{
    display: flex;
    justify-content: flex-end;
}

.cecAgentPanelQuantic .quickview__spinner-container{
    max-height: 90%;
    min-height: 67vh;
}

.cecAgentPanelQuantic .quickview__result-title {
    font-weight: 400;
    font-size: medium;
    overflow-wrap: break-word;
    white-space: normal !important;
    font-family: 'Montserrat';
}

.cecAgentPanelQuantic .quickview__result-date {
    font-size: small;
}

.cecCommunitySearchQuantic .quickview__spinner-container{
    max-height: 90%;
    min-height: 67vh;
}

.cecCommunitySearchQuantic .quickview__result-title {
    font-weight: 400;
    font-size: medium;
    overflow-wrap: break-word;
    white-space: normal !important;
    font-family: 'Montserrat';
}

.cecCommunitySearchQuantic .quickview__result-date {
    font-size: small;
}

.cecAgentPanelQuantic c-quantic-result-template > div > .slds-size_1-of-1 > div {
    max-width: 80%;
}

.cecCommunitySearchQuantic .date__container{
    padding-left: 1rem;
}

.cecCommunitySearchQuantic div[slot="excerpt"]
{
    color: #706e6b;
}

.cecCommunitySearchQuantic svg[data-key="close"]
{
    color: #296896;
}

.cecCommunitySearchQuantic .breadcrumb-manager__clear-button .slds-button
{
    color: #296896;
}

.cecCommunitySearchQuantic lightning-icon[icon-name="standard:article"]
{
    background-color: #F2CF5B;
} 

.cecAgentPanelQuantic .cecAgentPanelQuickView .slds-grid.slds-grid_vertical-align-center {
    align-items: start;
}
.cecAgentPanelQuantic .cecAgentPanelQuickView .result-text__label, 
.cecAgentPanelQuantic .cecAgentPanelQuickView .result-text__value {
    text-overflow: ellipsis;
    white-space: brbreak-spaces;
    text-wrap: wrap;
    width: 50%;
}
.cecAgentPanelQuantic .result-label__label{
    font-size: medium;
    font-weight: bold;
}

.cecCommunitySearchQuantic .result-label__label{
    font-size: medium;
    font-weight: bold;
}
c-cec-quantic-attach-to-case-full-search {
    margin-right: 2px;
}
c-cec-quantic-result-quickview {
    margin-left: 2px;
}