nav.ch-brand-block-chmainmenu a[href=""] {
  pointer-events: none;
}

@media screen and (width <= 991px) {
  .menu__btn-dropmenu {
    display: none;
  }

  html[dir="rtl"] .coh-style-configurable-header .ch-brand-block-chmainmenu > .menu > li > span:not(.accordion-icon), html[dir="rtl"] .coh-style-configurable-header .ch-brand-block-chutilitymenu > .menu > li > span:not(.accordion-icon) {
    padding-right: 1rem;
    text-align: right;
  }

  html[dir="rtl"] .coh-style-configurable-header .main .center-content .ch-brand-block-chmainmenu > .menu > li.menu-item--expanded > span .menu__btn-dropmenu, html[dir="rtl"] .coh-style-configurable-header .main .center-content .ch-brand-block-chutilitymenu > .menu > li.menu-item--expanded > span .menu__btn-dropmenu {
    margin-right: 0.375rem;
    margin-left: 0;
  }
}

@media screen and (width >= 992px) {
  .menu__btn-dropmenu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .menu__btn-dropmenu:focus-visible {
    border: 1px solid;
  }

  html[dir="rtl"] .coh-style-configurable-header .ch-brand-block-chmainmenu > .menu > li > span:not(.accordion-icon), html[dir="rtl"] .coh-style-configurable-header .ch-brand-block-chutilitymenu > .menu > li > span:not(.accordion-icon) {
    padding-right: 1rem;
    text-align: right;
  }

  html[dir="rtl"] .coh-style-configurable-header .main .center-content .ch-brand-block-chmainmenu > .menu > li.menu-item--expanded > span .menu__btn-dropmenu, html[dir="rtl"] .coh-style-configurable-header .main .center-content .ch-brand-block-chutilitymenu > .menu > li.menu-item--expanded > span .menu__btn-dropmenu {
    margin-right: 0.375rem;
    margin-left: 0;
  }

  nav.ch-brand-block-chmainmenu .menu-level-0 > li > .menu_link_content {
    visibility: hidden;
    transition: 0s 0.2s;
  }

  nav.ch-brand-block-chmainmenu .menu-level-0 > li > .menu_link_content.active-nav {
    visibility: visible;
  }

  .ch-brand-block-chmainmenu .menu-item--expanded > span span:not(.accordion-icon)::after, .ch-brand-block-chutilitymenu .menu-item--expanded > span span:not(.accordion-icon)::after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon, sans-serif;
    content: "\f078";
    margin-top: -0.0625rem;
    margin-left: 0.375rem;
    color: inherit;
  }
  
  .ch-brand-block-chmainmenu .menu-item--expanded > span span:not(.accordion-icon).open::after, .ch-brand-block-chutilitymenu .menu-item--expanded > span span:not(.accordion-icon).open::after{
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon, sans-serif;
    content: "\f077";
    margin-top: -0.0625rem;
    margin-left: 0.375rem;
    color: inherit;
  }
}

/* z-index for chatbot. */
.cx-sidebar {
  z-index: 99 !important;
}

.cx-widget.cx-side-button-group {
  z-index: 99 !important;
}

.cx-widget {
  z-index: 99 !important;
}
