﻿.boxSloce {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 31px;
}
.sitemap-acc {}

.sitemap-acc .sitemap-link  {}
.sitemap-acc .acc-sec ul{
    padding: 0 3rem;
}
.sitemap-acc .acc-sec ul li{
    margin-bottom: 10px;
    font-size: 18px;
}
.sitemap-acc .acc-sec ul li a{
    font-size: 16px;
    color: inherit;
}

.sitemap-acc .accordion-body {
    background-color: #f8f8f8;
}

.sitemap-acc .sitemap-link::after {
    display:none
}

/*
.sitemap-acc .sitemap-link img {
    width: 50px;
    height: 50px;
}
*/


.ms-srch-item {
  width: auto;
  padding: 0;
  margin-bottom: 20px;
  }

.ms-srch-item .ms-srch-hover-outerContainer {
  display: none !important; }
/*
.ms-srch-result #Paging li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 2.5px; }

.ms-srch-result #Paging li a {
  font-size: 1rem;
  font-weight: 700;
  color: #727f7c; }


.ms-srch-result #PagingSelf a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--themes-text-text-primary);
  color: #fff !important;
  cursor: unset; }

li#PagingImageLink {
  background: none !important; }
  
a#PageLinkNext {
  background-image: url(/Style%20Library/ar-sa/assets/images/news/pagi-l.svg);
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  background-color: transparent; }

a#PageLinkPrev {
  background-image: url(/Style%20Library/ar-sa/assets/images/news/pagi-r.svg);
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  background-color: transparent; }

.ms-promlink-button-image {
  display: none; }
  
  */

  */

.ms-ref-ellipsis {
  line-height: initial; }

div.ms-advsearch-header {
  margin: 0; }


.ms-srch-item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f8f8f8;
    box-shadow: unset !important;
    outline: unset !important;
}

.ms-srch-item-link {
    font-size: 20px;
    color: #2C3A82;
}

.ms-srch-item-summary {
    font-size: 16px;
    color: inherit;
}

.ms-srch-item-path {
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
}