/* SecurityTalent 1.9.61 Arabic desktop navigation alignment. */
@media (min-width: 1200px) {
  html[dir="rtl"] #sp-header #sp-menu > .sp-column {
    height: 88px !important;
    align-items: center !important;
  }

  html[dir="rtl"] #sp-header .sp-megamenu-wrapper {
    display: flex !important;
    height: 88px !important;
    align-items: center !important;
    align-self: center !important;
  }

  html[dir="rtl"] #sp-header .sp-megamenu-parent {
    display: flex !important;
    height: 88px !important;
    align-items: stretch !important;
  }

  html[dir="rtl"] #sp-header .sp-megamenu-parent > li {
    display: flex !important;
    height: 88px !important;
    align-items: stretch !important;
  }

  html[dir="rtl"] #sp-header .sp-megamenu-parent > li > a,
  html[dir="rtl"] #sp-header .sp-megamenu-parent > li > span {
    display: flex !important;
    height: 88px !important;
    padding-inline: 12px !important;
    align-items: center !important;
    font-size: 1.04rem !important;
    line-height: 1.35 !important;
  }

  html[dir="rtl"] #sp-header .st-header-language,
  html[dir="rtl"] #sp-header .st-header-auth,
  html[dir="rtl"] #sp-header .mod-es-dropdown-menu {
    align-self: center !important;
  }
}
