/*@font-face {
  font-family: 'Roboto';
  src: url(/resource/GellixRegular)format(“OpenType”);
}*/

.my-icon {
    --slds-c-icon-color-foreground-default: #0a78e6;
    padding: 0.1rem;
    height: 24px;
}

.my-icon svg {
    width: 17px;
}

.topic-drawers lightning-accordion-section lightning-primitive-icon {
    display: none;
}

/* Accordion Icons */
.topic-drawers .slds-accordion__section .slds-accordion__summary {
    border-bottom: var(--level3-divider-stroke-weight) solid var(--level3-divider-stroke-color);
}

.topic-drawers .slds-accordion__summary-action:focus {
    color: var(--level3-font-color-hover);
}

.topic-drawers .slds-accordion__section {
    margin-top: 15px;
    margin-bottom: 20px;
}

.topic-drawers .slds-accordion__section .slds-accordion__summary-action:after {
    display: inline-block !important;
    content: "";
    background-color: var(--level3-font-color);
    mask-image: url("/sfsites/c/resource/NF_HelpCenter/icons/down-chevron.svg"), url("/helpcenter/resource/NF_HelpCenter/icons/down-chevron.svg");
    height: 10px;
    width: 16px;
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: auto;
    transition: all 0.4s ease;
}

.topic-drawers .slds-accordion__section.slds-is-open .slds-accordion__summary-action:after {
    background-color: var(--level3-font-color-hover);
    mask-image: url("/sfsites/c/resource/NF_HelpCenter/icons/down-chevron.svg"), url("/helpcenter/resource/NF_HelpCenter/icons/down-chevron.svg");
    transform: rotate(180deg);
}

.topic-drawers .slds-accordion__summary-action:hover:after {
    background-color: var(--level3-font-color-hover);
    mask-image: url("/sfsites/c/resource/NF_HelpCenter/icons/down-chevron.svg"), url("/helpcenter/resource/NF_HelpCenter/icons/down-chevron.svg");
}

/* Accordion Title Text */
.topic-drawers .slds-accordion__section .slds-accordion__summary-content {
    font-size: var(--level3-font-size);
    font-style: normal;
    font-family: var(--level3-font-family, "Roboto");
    text-decoration: none;
    color: var(--level3-font-color);
}
.topic-drawers .slds-accordion__summary-heading .slds-button:focus {
    text-decoration: none;
}
.topic-drawers .slds-accordion__summary-action:hover span,
.topic-drawers .slds-accordion__section .slds-accordion__summary-content:hover {
    color: var(--level3-font-color-hover) !important;
    text-decoration: var(--level3-underline-hover);
}

.topic-drawers .slds-accordion__list-item {
    border: none;
}

.topic-drawers .slds-accordion__content .articleLink a:hover {
    color: var(--article-font-color-hover);
    text-decoration: var(--article-underline-hover);
}

.topic-drawers .slds-accordion__content .articleLink:first-child {
    padding-top: 5px;
}

@media screen and (max-width: 480px) {
    .topic-drawers .slds-accordion__section .slds-accordion__summary-content {
        font-size: var(--level3-font-size-mob);
        padding-right: 20px;
    }
    .topic-drawers .slds-accordion__section .slds-accordion__summary {
        border-radius: 6px;
        border: 1px solid #e1e7f0;
        background: #fff;
    }
    .topic-drawers .slds-accordion__summary-action:hover {
        text-decoration: var(--level3-underline-hover);
    }
    .topic-drawers .slds-accordion__content .articleLink a {
        word-wrap: break-word;
        line-height: 30px;
        font-size: var(--article-font-size-mob);
    }
    .topic-drawers .slds-col {
        padding: 0px;
    }
    .slds-input_faux,
    .slds-dropdown-trigger .slds-dropdown {
        border-radius: 6px;
        border: 1px solid #e1e7f0;
        background: #f4f4f4;
    }
    .slds-dropdown-trigger .slds-dropdown .slds-listbox__option {
        font-family: Roboto, helvetica, arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }
    .slds-dropdown-trigger .slds-dropdown .slds-listbox__option .slds-media__body span {
        white-space: normal;
    }
    .slds-dropdown-trigger .slds-dropdown .slds-listbox__option .slds-media__body span:hover {
        color: var(--level2-font-color-hover);
        text-decoration: var(--level2-underline-hover);
    }
    .slds-input_faux div lightning-icon span lightning-primitive-icon {
        display: none;
    }
    .more-topics-button svg {
        width: 30px;
        height: 18px;
        --slds-c-icon-color-foreground: #000000;
    }
    .l2Topic-button-icon svg {
        width: 30px;
        height: 18px;
        --slds-c-icon-color-foreground: #000000;
    }
}

@media screen and (max-width: 520px) and (min-width: 480px) {
    .topic-drawers .slds-accordion__section .slds-accordion__summary-action:after,
    .topic-drawers .slds-accordion__summary-action:hover:after,
    .topic-drawers .slds-accordion__section.slds-is-open .slds-accordion__summary-action:after {
        width: 28px;
    }
    .topic-drawers .slds-accordion__section .slds-accordion__summary-content {
        font-size: 18px;
    }
}
