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

.my-icon {
  --slds-c-icon-color-foreground-default: #1943DC;
  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: 1px solid #E1E7F0;
}

.topic-drawers .slds-accordion__summary-action:focus{
  color:#020553;
}

.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-image: url("/sfsites/c/resource/Add_icon_black"), url("/helpcenter/resource/Add_icon_black");
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: auto;
}

.topic-drawers .slds-accordion__section.slds-is-open .slds-accordion__summary-action:after {
  display: inline-block !important;
  content: "";
  background-image: url("/sfsites/c/resource/Subtract_icon"), url("/helpcenter/resource/Subtract_icon");
  height: 4px;
  width: 20px;
  transform: rotate(180deg);
  transition: all 0.4s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: auto;
}

/* Accordion Title Text */
.topic-drawers .slds-accordion__section .slds-accordion__summary-content {
  font-size: 24px;
  font-style: normal;
  font-family: Gellix Regular, helvetica, arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.topic-drawers .slds-accordion__summary-heading .slds-button:focus{
  text-decoration: none;
}
.topic-drawers .slds-accordion__summary-action:hover{
  text-decoration: underline;
}

.topic-drawers .slds-accordion__summary-action:hover:after{
  color: #1943DC;
  display: inline-block !important;
  content: "";
  background-image: url("/sfsites/c/resource/Add_icon_blue"), url("/helpcenter/resource/Add_icon_blue");
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: auto;
}

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

.topic-drawers .slds-accordion__content .articleLink a {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  word-wrap: break-word;
  color: #020553;
  font-family: Gellix Regular, helvetica, arial, sans-serif;
  line-height: 40px;
}

.topic-drawers .slds-accordion__content .articleLink a:hover {
  color: #1943DC;
  text-decoration: underline;
}

.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: 16px;
    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: underline;
  }
  .topic-drawers .slds-accordion__summary-action:hover:after{
    color:#1943DC;
    height:18px;
    width:18px;
  }
  .topic-drawers .slds-accordion__section .slds-accordion__summary-action:after,
  .topic-drawers .slds-accordion__section.slds-is-open .slds-accordion__summary-action:after{
    width:20px;
  }
  .topic-drawers .slds-accordion__section .slds-accordion__summary-action:after{
    height:18px;
  }
  .topic-drawers .slds-accordion__content .articleLink a {
    word-wrap: break-word;
    line-height: 30px;
  }
  .topic-drawers .slds-col{
    padding: 0px;
  }
  .slds-input_faux, .slds-dropdown-trigger .slds-dropdown{
    border-radius: 6px;
    border: 1px solid #E1E7F0;
    background: #F0F4FA;
  }
  .slds-dropdown-trigger .slds-dropdown .slds-listbox__option{
    font-family: Gellix Regular, 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: #1943DC;
    text-decoration: underline;
  }
  .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:#020553;
  }
  .l2Topic-button-icon svg{
    width: 30px;
    height: 18px;
    --slds-c-icon-color-foreground:#020553;
  }
}

@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;
  }
}