/* Tosha Regular */
@font-face {
  font-family: "tosha";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tosha-regular.ttf") format("truetype");
}
/* Tosha Medium */
@font-face {
  font-family: "tosha";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/tosha-medium.ttf") format("truetype");
}
/* Tosha Bold */
@font-face {
  font-family: "tosha";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tosha-Bold.ttf") format("truetype");
}
/* Tosha Bold */
@font-face {
  font-family: "tosha";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tosha-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "taibah-icons";
  src: url("../taibah_icons/fonts/taibah-icons.eot?erudd3");
  src: url("../taibah_icons/fonts/taibah-icons.eot?erudd3#iefix") format("embedded-opentype"), url("../taibah_icons/fonts/taibah-icons.ttf?erudd3") format("truetype"), url("../taibah_icons/fonts/taibah-icons.woff?erudd3") format("woff"), url("../taibah_icons/fonts/taibah-icons.svg?erudd3#taibah-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "internal-icons";
  src: url("../internal-icon/fonts/icomoon.eot");
  src: url("../internal-icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../internal-icon/fonts/icomoon.ttf") format("truetype"), url("../internal-icon/fonts/icomoon.woff") format("woff"), url("../internal-icon/fonts/icomoon.svg#taibah-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**
 * Responsive font-size mixin
 * @param {Number} $font-size - Base font size (usually desktop size)
 * @param {Number} $min-font-size - Minimum font size for mobile (optional)
 * @param {Number} $max-font-size - Maximum font size for large screens (optional)
 */
/**
 * Static font-size (no responsiveness)
 */
/**
 * Utility classes for responsive text sizes
 */
.saud-block-wrapper .section-title-wrapper .section-title-top .section-link, .saud-block-wrapper .section-title-wrapper .section-title-top, .accordion .accordion-item .accordion-header, .view-id-internal_decision.view-display-id-home_page .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page .card, .view-id-internal_decision.view-display-id-home_page_announcement .card,
.view-internal-announcement.view-display-id-home_page .card,
.view-internal-announcement.view-display-id-home_page_announcement .card,
.view-internal-circulars.view-display-id-home_page .card,
.view-internal-circulars.view-display-id-home_page_announcement .card,
.view-internal-policy.view-display-id-home_page .card,
.view-internal-policy.view-display-id-home_page_announcement .card, .view-internal-news.view-display-id-home_page .card .card-actions, .view-internal-event.view-display-id-compiled .card .wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/**
 * Responsive font-size mixin
 * @param {Number} $font-size - Base font size (usually desktop size)
 * @param {Number} $min-font-size - Minimum font size for mobile (optional)
 * @param {Number} $max-font-size - Maximum font size for large screens (optional)
 */
/**
 * Static font-size (no responsiveness)
 */
/**
 * Utility classes for responsive text sizes
 */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1350px;
  --breakpoint-xxl: 1536px;
}

.row, .count-block-wrapper .no-container > div > div:nth-of-type(1) {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-left: calc(-0.5 * var(--gutter-x));
  margin-right: calc(-0.5 * var(--gutter-x));
}
.row > *, .count-block-wrapper .no-container > div > div:nth-of-type(1) > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12, .count-block-wrapper .no-container > div > div:nth-of-type(1) .block-views {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.3333333333%;
}

.offset-2 {
  margin-right: 16.6666666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.3333333333%;
}

.offset-5 {
  margin-right: 41.6666666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.3333333333%;
}

.offset-8 {
  margin-right: 66.6666666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.3333333333%;
}

.offset-11 {
  margin-right: 91.6666666667%;
}

.g-0,
.gx-0 {
  --gutter-x: 0;
}

.g-0,
.gy-0 {
  --gutter-y: 0;
}

.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --gutter-y: 3rem;
}

@media (min-width: 640px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-right: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-right: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-right: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-right: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6, .count-block-wrapper .no-container > div > div:nth-of-type(1) .block-views {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.3333333333%;
  }
  .offset-md-2 {
    margin-right: 16.6666666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.3333333333%;
  }
  .offset-md-5 {
    margin-right: 41.6666666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.3333333333%;
  }
  .offset-md-8 {
    margin-right: 66.6666666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.3333333333%;
  }
  .offset-md-11 {
    margin-right: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3, .count-block-wrapper .no-container > div > div:nth-of-type(1) .block-views {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-right: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-right: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-right: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-right: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1350px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-right: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-right: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-right: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-right: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1536px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-right: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
}
/**
 * Responsive font-size mixin
 * @param {Number} $font-size - Base font size (usually desktop size)
 * @param {Number} $min-font-size - Minimum font size for mobile (optional)
 * @param {Number} $max-font-size - Maximum font size for large screens (optional)
 */
/**
 * Static font-size (no responsiveness)
 */
/**
 * Utility classes for responsive text sizes
 */
.saud-block-wrapper .section-title-wrapper .section-title-top .section-link, .saud-block-wrapper .section-title-wrapper .section-title-top, .accordion .accordion-item .accordion-header, .view-id-internal_decision.view-display-id-home_page .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page .card, .view-id-internal_decision.view-display-id-home_page_announcement .card,
.view-internal-announcement.view-display-id-home_page .card,
.view-internal-announcement.view-display-id-home_page_announcement .card,
.view-internal-circulars.view-display-id-home_page .card,
.view-internal-circulars.view-display-id-home_page_announcement .card,
.view-internal-policy.view-display-id-home_page .card,
.view-internal-policy.view-display-id-home_page_announcement .card, .view-internal-news.view-display-id-home_page .card .card-actions, .view-internal-event.view-display-id-compiled .card .wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

body {
  font-size: clamp(0.875rem, 0.875rem, 1.125rem);
  font-family: "tosha", Arial, sans-serif;
  line-height: 1.6;
}

a,
div {
  outline: none;
}

a {
  color: #4296c7;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #4296c7;
  -webkit-text-decoration-color: #4296c7;
          text-decoration-color: #4296c7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "tosha", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

h1 {
  font-size: clamp(1.53125rem, 1.75rem, 1.96875rem);
}

h2 {
  font-size: clamp(1.3125rem, 1.5rem, 1.6875rem);
}

h3 {
  font-size: clamp(1.09375rem, 1.25rem, 1.40625rem);
}

h4 {
  font-size: clamp(0.984375rem, 1.125rem, 1.265625rem);
}

h5 {
  font-size: clamp(0.875rem, 1rem, 1.125rem);
}

h6 {
  font-size: clamp(0.765625rem, 0.875rem, 0.984375rem);
}

.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6 {
  color: #4056E3;
  font-family: "tosha", Arial, sans-serif;
}

blockquote {
  padding-right: 30px;
  border-right: 5px solid #4056E3;
}

.table-responsive {
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: auto;
}

table {
  margin: 0px;
}
table thead th {
  font-size: clamp(0.875rem, 1rem, 1.125rem);
  padding: 12px 16px;
  font-weight: 400;
  color: #4D4D73;
  background: #EBECF5;
  min-width: 200px;
}
table tbody tr:hover {
  background-color: #E7F4F1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table tbody tr:hover .views-field-title {
  text-decoration: underline;
}
table tbody tr td {
  color: #114;
  padding: 14px 16px;
  font-size: 13px;
  border-bottom: 1px solid #EAECF0;
}
table tbody tr td p {
  margin: 0;
}
table tbody tr td a {
  color: #4056E3;
  text-decoration: none;
  font-weight: 500;
}
table tbody tr td a:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table tbody tr td a:hover {
  text-decoration: underline;
}
table tbody tr td.icon-download-file a {
  padding: 6px;
}
table tbody tr td.icon-download-file a:first-child {
  font-size: 0;
}
table tbody tr td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
table tbody tr td.icon-download-file a:last-child {
  font-size: 0;
}
table tbody tr td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}

p.medium {
  font-size: clamp(1.09375rem, 1.25rem, 1.40625rem);
}

.field--name-created {
  font-size: 14px;
  color: #114;
}

.field--name-field-range-date-with-time {
  color: #4D4D73;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.field--name-field-range-date-with-time::before {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 12px;
  font-size: 22px;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.tag-lg.tag-primary-600, .tag-lg.tag-yellow-200 {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: #CFF7F3;
  color: #4D4D73;
  padding: 6px 20px;
  border-radius: 30px;
}
.tag-lg.tag-yellow-200 {
  background-color: #F2E381;
  color: #4D4D73;
}

.small-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #114;
}
.small-title a {
  font-size: 16px;
  font-weight: 500;
  color: #114;
}

.medium-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #114;
}
.medium-title a {
  font-size: 20px;
  font-weight: 500;
  color: #114;
}

.view-content .views-row .views-field {
  height: 100%;
}
.view-content .views-row .views-field .field-content {
  height: 100%;
}

.internal-portal-landing-img {
  margin-bottom: 20px;
  text-align: center;
}

.btn-primary {
  background-color: #4296c7;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #4296c7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #fff;
  color: #4296c7;
}

.btn-secondary {
  background-color: #fff;
  color: #4296c7;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.btn-secondary:hover {
  background-color: #EDEDED;
  color: #4296c7;
}

.btn-transparent {
  background-color: transparent;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.btn-transparent:hover {
  background-color: #fff;
  color: #4296c7;
}

.btn-oncolor-primary {
  background-color: #E7F4F1;
  color: #4296c7;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #E7F4F1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.btn-oncolor-primary:hover {
  background-color: #4296c7;
  color: #fff;
}

.btn-arrow.none {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow.none::before {
  display: inline-block;
  content: "\e904";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 22px;
}
[dir=rtl] .btn-arrow.none::before {
  display: inline-block;
  content: "\e903";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 22px;
}

.text-white {
  color: #fff;
}

.text-medium {
  font-size: clamp(1.3125rem, 1.5rem, 1.6875rem);
}

.swiper-container .swiper-pagination {
  top: 0;
  width: 100%;
  text-align: end;
  height: 30px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 2.5px;
}
.swiper-container.one-slider {
  padding: 0;
}

.section-space-sm-bottom-top {
  padding: 20px 0;
}

.internal-home .no-container {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
          box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
  border-radius: 16px;
}

.node--type-internal-banner.node--view-mode-slide .banner-wrapper::after, .node--type-internal-banner.node--view-mode-slide::after {
  content: "";
  background-image: url("/themes/custom/internal_portal/images/banner_pattern.svg");
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.menu-icon-decisions::before {
  display: inline-block;
  content: "\e913";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-reports::before {
  display: inline-block;
  content: "\e912";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-news::before {
  display: inline-block;
  content: "\e909";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-file::before {
  display: inline-block;
  content: "\e914";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-home::before {
  display: inline-block;
  content: "\e90a";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-services::before {
  display: inline-block;
  content: "\e900";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-events::before {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-question::before {
  display: inline-block;
  content: "\e90d";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-exclamationmark::before {
  display: inline-block;
  content: "\e90b";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-staff::before {
  display: inline-block;
  content: "\e91a";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.menu-icon-announcements::before {
  display: inline-block;
  content: "\e917";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.color-switcher::before {
  display: inline-block;
  content: "\e918";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0px;
  font-size: 26px;
}

.menu-icon-policy::before {
  display: inline-block;
  content: "\e91b";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 10px;
  font-size: 22px;
}

.pager .pager__items {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pager .pager__items .pager__item--first,
.pager .pager__items .pager__item--last {
  display: none;
}
.pager .pager__items .pager__item a {
  color: #8888A2;
  font-weight: 700;
  line-height: normal;
  background: transparent;
}
.pager .pager__items .pager__item a:hover {
  border-radius: 8px;
  border: 1px solid #E4E4F2;
  background: #FAFBFC;
}
.pager .pager__items .pager__item a.is-active {
  border-radius: 8px;
  border: 1px solid #E4E4F2;
  background: #F8F9FF;
  color: #4056E3;
}

.block-views {
  position: relative;
}

body:not(.layout-builder-on) .messages-list {
  top: 1rem;
  left: 2rem;
}

.layout-builder-on .messages-list {
  bottom: 1rem;
  right: 4rem;
}

.messages-list {
  position: fixed;
  z-index: 50;
}
.messages-list .seeds_messages-wrapper {
  border-radius: 0.5rem;
  color: #9ca3af;
  background-color: #ffffff;
}
.messages-list .seeds_messages-wrapper:hover {
  color: #111827;
}
.messages-list .seeds_messages-wrapper .seeds_messages-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 22rem;
  color: #6b7280;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.messages-list .seeds_messages-wrapper .seeds_messages-icon-wrapper .seeds_messages-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #10b981;
  background-color: #d1fae5;
}
.messages-list .seeds_messages-wrapper .seeds_messages-icon-wrapper svg {
  width: 2rem;
  height: 1.25rem;
}
.messages-list .seeds_messages-wrapper .seeds_messages-body {
  font-size: 0.875rem;
  -webkit-margin-start: 0.75rem;
     -moz-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
  font-weight: 400;
  color: #374151;
}
.messages-list .seeds_messages-wrapper .close_button_toast {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.375rem;
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  -webkit-margin-start: auto;
     -moz-margin-start: auto;
          margin-inline-start: auto;
  cursor: pointer;
}
.messages-list .seeds_messages-wrapper .close_button_toast:hover {
  background-color: #f3f4f6;
}
.messages-list .seeds_messages-wrapper .close_button_toast svg {
  width: 0.75rem;
  height: 0.75rem;
}

.card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.card .card-content,
.card .card-date {
  padding: 10px 24px 30px;
}
.card .card-date {
  padding-top: 0;
}
.card .card-actions {
  padding: 15px;
  margin-top: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.card .card-actions.justify-content-end {
  text-align: end;
}
.card:hover {
  border: 1px solid #CEE8E2;
  background: #E7F4F1;
}
.card:hover h2,
.card:hover h1 {
  text-decoration: underline;
}
.card:hover .card-actions {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.card:hover .card-actions .btn-arrow::before {
  -webkit-transform: translateX(-6px) ;
       -o-transform: translateX(-6px) ;
          transform: translateX(-6px) ;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card .field--name-field-date {
  color: #4D4D73;
}
.card .flag.action-unflag a {
  background-color: #CEE8E2;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #CEE8E2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.card .flag.action-unflag a:hover {
  background-color: #fff;
  color: #CEE8E2;
}
.card .flag.action-flag a {
  background-color: #4296c7;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #4296c7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.card .flag.action-flag a:hover {
  background-color: #fff;
  color: #4296c7;
}

.node--type-internal-banner.node--view-mode-slide {
  background: #4296c7;
  min-height: 100%;
}
.node--type-internal-banner.node--view-mode-slide picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: #4296c7;
  width: 50%;
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper {
  padding: 4rem 2rem;
  height: 100%;
  z-index: 2;
  position: relative;
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: white;
  margin-bottom: 20px;
  line-height: normal;
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2 {
  font-size: clamp(2.078125rem, 2.375rem, 2.671875rem);
  line-height: 1.7;
}
@media (max-width: 992px) {
  .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2 {
    font-size: clamp(1.3125rem, 1.5rem, 1.6875rem);
  }
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper .btn-secondary {
  background-color: #fff;
  color: #114;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper .btn-secondary:hover {
  background-color: #EDEDED;
  color: #114;
}
@media (max-width: 992px) {
  .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper {
    padding: 2rem;
  }
}
.node--type-internal-banner.node--view-mode-slide .banner-wrapper .field--name-field-link {
  padding-top: 15px;
}
@media (max-width: 992px) {
  .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
    width: 100%;
    top: auto;
  }
}
.node--type-internal-banner.node--view-mode-slide.no-banner-image .banner-wrapper {
  position: unset;
}
@media (max-width: 768px) {
  .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper {
    width: auto;
  }
}

.view-internal-e-service.view-display-id-compiled .view-content {
  padding: 16px;
  background-color: #fff;
}
.view-internal-e-service.view-display-id-compiled .card {
  padding: 20px;
  background-color: #FAFBFC;
  position: relative;
}
.view-internal-e-service.view-display-id-compiled .card .card-content {
  margin-top: 24px;
}
.view-internal-e-service.view-display-id-compiled .card .field--name-field-image {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #EAEAED;
  border-radius: 20px;
  width: 60px;
  height: 60px;
}
.view-internal-e-service.view-display-id-home_page .card, .view-internal-e-service.view-display-id-home_page_favorites .card {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 16px 12px;
}
.view-internal-e-service.view-display-id-home_page .card .card-header, .view-internal-e-service.view-display-id-home_page_favorites .card .card-header {
  width: 25%;
}
.view-internal-e-service.view-display-id-home_page .card .card-content, .view-internal-e-service.view-display-id-home_page_favorites .card .card-content {
  padding: 0;
  margin: 0;
  width: 100%;
}
.view-internal-e-service.view-display-id-home_page .card .field--name-field-private-image img, .view-internal-e-service.view-display-id-home_page_favorites .card .field--name-field-private-image img {
  border: 3px solid #CFCFDB;
  border-radius: 10px;
  width: 56px;
  height: 56px;
}
.view-internal-e-service.view-display-id-home_page .card .field--name-node-title, .view-internal-e-service.view-display-id-home_page_favorites .card .field--name-node-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .view-internal-e-service.view-display-id-home_page .card, .view-internal-e-service.view-display-id-home_page_favorites .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.view-internal-event.view-display-id-compiled .card {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.view-internal-event.view-display-id-compiled .card .card-content {
  padding: 40px 44px;
}
.view-internal-event.view-display-id-compiled .card .wrapper-item {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 48px;
}
.view-internal-event.view-display-id-compiled .card .field--name-field-text {
  color: #4D5761;
  font-size: clamp(0.875rem, 1rem, 1.125rem);
}
.view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  display: inline-block;
  content: "\e90e";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 12px;
  font-size: 22px;
}
.view-internal-event.view-display-id-compiled .card .field--name-body {
  font-size: clamp(0.984375rem, 1.125rem, 1.265625rem);
  color: #4D5761;
}
.view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 48px;
}
.view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time span {
  color: #1F2A37;
  font-weight: 500;
}
.view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time span:first-child {
  font-size: 16px;
}
.view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time span:last-child {
  font-size: clamp(2.1875rem, 2.5rem, 2.8125rem);
}
.view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 100%;
  width: 1px;
  background-color: #CEE8E2;
  margin: 0;
}
.view-internal-event.view-display-id-compiled .card .body-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.view-internal-event.view-display-id-compiled .card:hover {
  background-color: #fff;
}
.view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #4296c7;
}

.view-internal-news.view-display-id-home_page {
  border-radius: 16px;
  padding: 30px 30px 24px 30px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #4296c7;
}
.view-internal-news.view-display-id-home_page::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 260px;
  background-image: url(/themes/custom/internal_portal/images/pattern-d.svg);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  bottom: 0;
  right: 0;
}
.view-internal-news.view-display-id-home_page .views-row {
  padding: 0;
  margin: 0;
}
.view-internal-news.view-display-id-home_page .view-content {
  margin: 0;
}
.view-internal-news.view-display-id-home_page .card {
  background: transparent;
  padding: 0;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.view-internal-news.view-display-id-home_page .card:hover {
  background: transparent;
  border: none;
}
.view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.view-internal-news.view-display-id-home_page .card h1 {
  margin-bottom: 24px;
}
.view-internal-news.view-display-id-home_page .card .field--name-body p {
  color: #fff;
  font-size: clamp(0.875rem, 1rem, 1.125rem);
}
.view-internal-news.view-display-id-home_page .card .btn {
  width: 180px;
  display: block;
  text-align: center;
}
.view-internal-news.view-display-id-home_page .card .card-content,
.view-internal-news.view-display-id-home_page .card .card-actions {
  padding: 0;
  border: none;
  opacity: 1;
}
.view-internal-news.view-display-id-home_page .card .card-actions {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  margin: 84px 0 10px 0;
}
.view-internal-news.view-display-id-home_page .last-news {
  font-size: clamp(1.09375rem, 1.25rem, 1.40625rem);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px 0;
}
.view-internal-news.view-display-id-home_page .last-news::before {
  display: inline-block;
  content: "\e909";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-left: 0;
  font-size: 28px;
}
.view-internal-news.view-display-id-home_page .last-news::before {
  margin-bottom: 24px;
}

.view-id-internal_decision.view-display-id-home_page .card, .view-id-internal_decision.view-display-id-home_page_announcement .card,
.view-internal-announcement.view-display-id-home_page .card,
.view-internal-announcement.view-display-id-home_page_announcement .card,
.view-internal-circulars.view-display-id-home_page .card,
.view-internal-circulars.view-display-id-home_page_announcement .card,
.view-internal-policy.view-display-id-home_page .card,
.view-internal-policy.view-display-id-home_page_announcement .card {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 24px;
}
.view-id-internal_decision.view-display-id-home_page .card .card-content,
.view-id-internal_decision.view-display-id-home_page .card .card-actions, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions,
.view-internal-announcement.view-display-id-home_page .card .card-content,
.view-internal-announcement.view-display-id-home_page .card .card-actions,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions,
.view-internal-circulars.view-display-id-home_page .card .card-content,
.view-internal-circulars.view-display-id-home_page .card .card-actions,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions,
.view-internal-policy.view-display-id-home_page .card .card-content,
.view-internal-policy.view-display-id-home_page .card .card-actions,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions {
  padding: 0;
}
.view-id-internal_decision.view-display-id-home_page .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions .field--name-node-title {
  gap: 16px;
}
.view-id-internal_decision.view-display-id-home_page .card .card-content .field--name-node-title::before,
.view-id-internal_decision.view-display-id-home_page .card .card-actions .field--name-node-title::before, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page .card .card-content .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page .card .card-actions .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before,
.view-internal-circulars.view-display-id-home_page .card .card-content .field--name-node-title::before,
.view-internal-circulars.view-display-id-home_page .card .card-actions .field--name-node-title::before,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before,
.view-internal-policy.view-display-id-home_page .card .card-content .field--name-node-title::before,
.view-internal-policy.view-display-id-home_page .card .card-actions .field--name-node-title::before,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before {
  display: inline-block;
  content: "\e90c";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 28px;
}
.view-id-internal_decision.view-display-id-home_page .card .card-content a,
.view-id-internal_decision.view-display-id-home_page .card .card-actions a, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content a,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions a,
.view-internal-announcement.view-display-id-home_page .card .card-content a,
.view-internal-announcement.view-display-id-home_page .card .card-actions a,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content a,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions a,
.view-internal-circulars.view-display-id-home_page .card .card-content a,
.view-internal-circulars.view-display-id-home_page .card .card-actions a,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content a,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions a,
.view-internal-policy.view-display-id-home_page .card .card-content a,
.view-internal-policy.view-display-id-home_page .card .card-actions a,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content a,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions a {
  background: none;
  border: none;
  font-size: 0;
}
.view-id-internal_decision.view-display-id-home_page .card .card-content a::before,
.view-id-internal_decision.view-display-id-home_page .card .card-actions a::before, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content a::before,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions a::before,
.view-internal-announcement.view-display-id-home_page .card .card-content a::before,
.view-internal-announcement.view-display-id-home_page .card .card-actions a::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content a::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions a::before,
.view-internal-circulars.view-display-id-home_page .card .card-content a::before,
.view-internal-circulars.view-display-id-home_page .card .card-actions a::before,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content a::before,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions a::before,
.view-internal-policy.view-display-id-home_page .card .card-content a::before,
.view-internal-policy.view-display-id-home_page .card .card-actions a::before,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content a::before,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions a::before {
  display: inline-block;
  content: "\e90f";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 22px;
}

.view-internal-announcement.view-display-id-home_page_announcement .card {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 24px;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions {
  padding: 0;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title {
  gap: 16px;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before {
  display: inline-block;
  content: "\e917";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0px;
  font-size: 28px;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title::before {
  border: 1px solid #F4F5FD;
  border-radius: 8px;
  padding: 2px;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content a,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions a {
  background: none;
  border: none;
  font-size: 0;
}
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content a::before,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions a::before {
  display: inline-block;
  content: "\e904";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0px;
  font-size: 22px;
}
[dir=rtl] .view-internal-announcement.view-display-id-home_page_announcement .card .card-content a::before,
[dir=rtl] .view-internal-announcement.view-display-id-home_page_announcement .card .card-actions a::before {
  display: inline-block;
  content: "\e903";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0px;
  font-size: 22px;
}

.view-internal-banner.view-id-internal_banner .swiper-initialized {
  padding: 0;
}
.view-internal-banner.view-id-internal_banner .view-content {
  padding: 0;
  margin: 0;
}

.view-display-id-internal_news_count,
.view-display-id-internal_decision_count,
.view-display-id-internal_circulars_count,
.view-display-id-internal_application_count {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
          box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
  border-radius: 16px;
}
.view-display-id-internal_news_count i,
.view-display-id-internal_decision_count i,
.view-display-id-internal_circulars_count i,
.view-display-id-internal_application_count i {
  font-style: normal;
  border: 1px solid var(--border-default, #e7e7ec);
  width: 57px;
  height: 57px;
  border-radius: 18px;
  display: block;
}
.view-display-id-internal_news_count i:before,
.view-display-id-internal_decision_count i:before,
.view-display-id-internal_circulars_count i:before,
.view-display-id-internal_application_count i:before {
  font-size: 40px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-display-id-internal_news_count .count-title,
.view-display-id-internal_decision_count .count-title,
.view-display-id-internal_circulars_count .count-title,
.view-display-id-internal_application_count .count-title {
  font-size: 16px;
}
.view-display-id-internal_news_count .field-content,
.view-display-id-internal_decision_count .field-content,
.view-display-id-internal_circulars_count .field-content,
.view-display-id-internal_application_count .field-content {
  font-size: 42px;
  font-weight: 500;
  display: block;
  direction: ltr;
  text-align: end;
}

.block-views-blockinternal-news-home-page {
  height: 100%;
}
.block-views-blockinternal-news-home-page > div,
.block-views-blockinternal-news-home-page .view-id-internal_news.view-display-id-home_page {
  height: 100%;
}
.block-views-blockinternal-news-home-page > div .view-content,
.block-views-blockinternal-news-home-page .view-id-internal_news.view-display-id-home_page .view-content {
  height: 100%;
}
.block-views-blockinternal-news-home-page > div .view-content .views-field,
.block-views-blockinternal-news-home-page .view-id-internal_news.view-display-id-home_page .view-content .views-field {
  height: 100%;
}
.block-views-blockinternal-news-home-page > div .view-content .views-field .card-actions,
.block-views-blockinternal-news-home-page .view-id-internal_news.view-display-id-home_page .view-content .views-field .card-actions {
  margin-top: auto;
}

.view-internal-faq.view-display-id-internal_faqs .view-content {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
          box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
}
.view-internal-faq.view-display-id-internal_faqs .view-content .views-row:last-child .accordion {
  border-bottom: none;
}

.total-items {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: clamp(0.984375rem, 1.125rem, 1.265625rem);
  color: #8888A2;
}
.total-items span {
  color: #4D4D73;
}
@media (max-width: 1280px) {
  .total-items {
    position: relative;
    inset: 0;
    text-align: end;
  }
}

.view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem;
}
.view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  width: 75px;
  height: 75px;
  margin-bottom: 1rem;
  color: #4296c7;
}
.view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty h3 {
  font-size: clamp(1.09375rem, 1.25rem, 1.40625rem);
  margin: 10px 0;
}
.view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty p {
  color: #4D4D73;
  margin: 10px 0 30px;
}

.view-empty {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/**
 * Responsive font-size mixin
 * @param {Number} $font-size - Base font size (usually desktop size)
 * @param {Number} $min-font-size - Minimum font size for mobile (optional)
 * @param {Number} $max-font-size - Maximum font size for large screens (optional)
 */
/**
 * Static font-size (no responsiveness)
 */
/**
 * Utility classes for responsive text sizes
 */
.view-internal-event.view-display-id-compiled .card .wrapper-item, .view-internal-news.view-display-id-home_page .card .card-actions, .view-id-internal_decision.view-display-id-home_page .card, .view-id-internal_decision.view-display-id-home_page_announcement .card,
.view-internal-announcement.view-display-id-home_page .card,
.view-internal-announcement.view-display-id-home_page_announcement .card,
.view-internal-circulars.view-display-id-home_page .card,
.view-internal-circulars.view-display-id-home_page_announcement .card,
.view-internal-policy.view-display-id-home_page .card,
.view-internal-policy.view-display-id-home_page_announcement .card, .view-id-internal_decision.view-display-id-home_page .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page .card .card-actions .field--name-node-title, .view-id-internal_decision.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-id-internal_decision.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-announcement.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-circulars.view-display-id-home_page_announcement .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page .card .card-actions .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-content .field--name-node-title,
.view-internal-policy.view-display-id-home_page_announcement .card .card-actions .field--name-node-title, .accordion .accordion-item .accordion-header, .saud-block-wrapper .section-title-wrapper .section-title-top, .saud-block-wrapper .section-title-wrapper .section-title-top .section-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.block-system.block-system-branding-block {
  text-align: center;
}

.breadcrumb {
  font-size: 14px;
  margin-top: 20px;
}
.breadcrumb .breadcrumb__item .breadcrumb__link {
  font-weight: 400;
}

.views-exposed-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px !important;
}
.views-exposed-form .views-exposed-form__item,
.views-exposed-form .form-actions {
  margin-top: 0 !important;
}

.exposed-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.exposed-filters .form-item {
  margin-top: 0 !important;
}

.row-spaces .views-row {
  margin-bottom: 30px;
}
.row-spaces.small-spaces .views-row {
  margin-bottom: 12px;
}

.accordion {
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #E7F4F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.accordion .accordion-item:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #E7F4F1;
}
.accordion .accordion-item .accordion-header {
  padding: 24px;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #1F2A37;
}
.accordion .accordion-item .accordion-header:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-item .accordion-icon {
  font-size: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.accordion .accordion-item .accordion-icon::before {
  display: inline-block;
  content: "\e905";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 22px;
}
.accordion .accordion-item .accordion-content {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion .accordion-item .accordion-content-inner {
  padding: 0 24px 24px 24px;
  font-size: clamp(0.765625rem, 0.875rem, 0.984375rem);
  color: #4D5761;
}
.accordion .accordion-item.active .accordion-icon {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #4296c7;
}
.accordion.accordion-small .accordion-header {
  padding: 10px 15px;
  font-size: 14px;
}
.accordion.accordion-small .accordion-content-inner {
  padding: 15px;
}
.accordion.accordion-large .accordion-header {
  padding: 20px 25px;
  font-size: 18px;
}
.accordion.accordion-large .accordion-content-inner {
  padding: 25px;
}

.saud-block-wrapper .section-title-wrapper .section-title-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.saud-block-wrapper .section-title-wrapper .section-title-top .section-title h2 {
  font-size: clamp(1.3125rem, 1.5rem, 1.6875rem);
  color: #4296c7;
  font-weight: 500;
  margin: 0;
}
.saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after {
  display: inline-block;
  content: "\e902";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 40px;
}
[dir=rtl] .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after {
  display: inline-block;
  content: "\e901";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 40px;
}
.saud-block-wrapper .section-title-wrapper .section-title-top .section-link a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saud-block-wrapper .section-title-wrapper .section-title-top .section-link a:hover::after {
  -webkit-transform: translateX(-3px) ;
       -o-transform: translateX(-3px) ;
          transform: translateX(-3px) ;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-blocks-tabs .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px;
  border-radius: 8px;
  background-color: #EBECF5;
  cursor: pointer;
}
.block-blocks-tabs .tabs .tab-panel {
  width: 50%;
  color: #4D4D73;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 8px;
}
.block-blocks-tabs .tabs .tab-panel.active {
  color: #000000;
  background-color: #fff;
}

.swiper-pagination.pagination-swiper-internal-banner-homepage {
  right: 50px;
  bottom: 10px;
  position: absolute;
  text-align: unset;
  top: auto;
}
.swiper-pagination.pagination-swiper-internal-banner-homepage .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.swiper-pagination.pagination-swiper-internal-banner-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 70px;
}

.count-block-wrapper .no-container > div > div:nth-of-type(1) {
  --gutter-x: 30px;
  --gutter-y: 30px;
  margin-bottom: 30px;
}
.artemis-internal-search-block {
  position: relative;
}
.artemis-internal-search-block .stelios-search-block-form .form-type--search {
  margin: 0;
}
.artemis-internal-search-block .stelios-search-block-form .form-type--search input {
  border-color: #ECEEFC;
  border-radius: 8px;
  padding-right: 40px;
}
.artemis-internal-search-block .stelios-search-block-form .form-actions {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.artemis-internal-search-block .stelios-search-block-form .form-actions input {
  margin: 0;
  padding: 0;
  font-size: 0px;
  background-image: url("/themes/custom/internal_portal/images/search.svg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 1024px) and (min-width: 767.98px) {
  .artemis-internal-search-block .stelios-search-block-form .form-type--search {
    display: none;
  }
  .artemis-internal-search-block .stelios-search-block-form .form-actions {
    padding: 8px 12px;
    background-color: #ECEEFC;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .artemis-internal-search-block .stelios-search-block-form .form-actions input {
    background-position: center;
    -webkit-background-size: 20px 20px;
            background-size: 20px;
  }
}

.block-artemis-internal-portal.block-events-switcher-block {
  position: relative;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
  position: absolute;
  top: 42px;
  left: 20px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  font-size: 0;
  display: block;
  border: 1px solid #4296c7;
  border-radius: 0 8px 8px 0;
  padding: 12px;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #4296c7;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border-radius: 8px 0 0 8px;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-block: 1.5rem;
  border: 1px solid #dedfe4;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous,
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next {
  -webkit-transform: rotate(180deg) ;
       -o-transform: rotate(180deg) ;
          transform: rotate(180deg) ;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg,
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg {
  width: 15px;
  height: 15px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #4296c7;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .pager__item--current {
  color: #114;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-filters {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-filters .views-exposed-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-filters .views-exposed-form select {
  border-radius: 8px;
  border: 1px solid #eceefc;
  background: #fff;
  padding: 10px 16px;
  min-width: 260px;
  width: 100%;
}
@media (max-width: 768px) {
  .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-filters .views-exposed-form select {
    min-width: 100%;
  }
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  margin: 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar {
  background-color: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
          box-shadow: 0 1px 8px 0 rgba(224, 224, 224, 0.5);
  border-radius: 16px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar .month-view {
  overflow-x: auto;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table thead tr {
  background-color: #ebecf5;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table thead tr th {
  padding: 16px;
  background-color: #ebecf5;
  color: #4d4d73;
  border: 2px solid #ededf0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table thead tr th:not(:last-child) {
  border-left: 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table thead tr th:not(:first-child) {
  border-right: 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr td {
  background-color: #f8f9ff;
  border-color: #ededf0;
  border-width: 2px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box {
  border-bottom: 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today {
  border-bottom: 0;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border-radius: 8px;
  border: 1px solid #4056e3;
  background: #cfd5f8;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  font-size: 20px;
  color: #114;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item .calendar {
  background: transparent;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0."] {
  display: none;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  display: block;
  text-align: start;
  border-radius: 8px;
  padding: 4px 8px;
  background-color: #4296c7;
}
.block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.content-header {
  background-color: #fff;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #EEEEFC;
  margin: 0;
  overflow: unset !important;
}

.faculty-dropdown-menu {
  left: 0;
}

.dropdown-toggle::before {
  display: inline-block;
  content: "\e919";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 22px;
}

.highlighted {
  padding: 2rem 0;
}

.page-content {
  padding: 2rem;
  margin: 0;
}

.sidebar-wrapper {
  position: relative;
  z-index: 10;
  padding: 0;
}
.sidebar-wrapper .sidebar {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.sidebar-wrapper .sidebar .sidebar-content {
  width: 100%;
}

.sidebar {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  overflow-y: auto;
  padding: 16px 22px;
  -webkit-border-end: 2px solid #EEEEFC;
     -moz-border-end: 2px solid #EEEEFC;
          border-inline-end: 2px solid #EEEEFC;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
@media (max-width: 767.98px) {
  .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    z-index: 11;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .sidebar.sidebar-open {
    right: 0;
  }
}
.sidebar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 147px;
  background: url("/themes/custom/internal_portal/images/full-pattern.svg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.sidebar::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .sidebar-overlay {
    display: none;
  }
}

.sidebar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #495057;
  margin-bottom: 1rem;
}

.sidebar-close {
  background: none;
  border: none;
  color: black;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  border: 1px solid black;
}
.sidebar-close:hover {
  color: #adb5bd;
}

.burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.burger-menu span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  -webkit-transform-origin: 1px;
       -o-transform-origin: 1px;
          transform-origin: 1px;
}
.burger-menu:hover span {
  background: #007bff;
}
.burger-menu.active span:first-child {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
       -o-transform: translateX(-20px);
          transform: translateX(-20px);
}
.burger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) ;
       -o-transform: rotate(-45deg) ;
          transform: rotate(-45deg) ;
}

.main-content {
  padding: 0;
}
@media (max-width: 767.98px) {
  .main-content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.content-wrapper {
  padding: 0;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-left .burger-menu {
  margin-left: 1rem;
}

.header-right .region-top-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
.header-right .region-top-header-right ul {
  list-style-type: none;
}
.header-right .region-top-header-right ul a {
  color: #4D4D73;
  text-decoration: none;
}
.header-right .region-top-header-right ul a.is-active {
  display: none;
}
.header-right .region-top-header-right .color-switcher,
.header-right .region-top-header-right .notification-icon-wrapper {
  padding-right: 11px;
  position: relative;
}
.header-right .region-top-header-right .color-switcher::after,
.header-right .region-top-header-right .notification-icon-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 20px;
  width: 1px;
  background-color: #CEE8E2;
}
@media (max-width: 767.98px) {
  .header-right .region-top-header-right .color-switcher,
  .header-right .region-top-header-right .notification-icon-wrapper {
    padding-right: 0;
  }
  .header-right .region-top-header-right .color-switcher::after,
  .header-right .region-top-header-right .notification-icon-wrapper::after {
    display: none;
  }
}

.language-switcher-language-url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.language-switcher-language-url ul {
  margin: 0;
}
.language-switcher-language-url::after {
  display: inline-block;
  content: "\e911";
  font-family: "taibah-icons";
  color: #4D5761;
  line-height: normal;
  margin-right: 0;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .language-switcher-language-url {
    display: none;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.me-3 {
  margin-left: 1rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  body.sidebar-open {
    overflow: hidden;
  }
}

.sidebar-content .block-menu {
  border-top: 1px solid #CFCFDB;
  padding: 30px 0;
}
.sidebar-content .block-menu .menu {
  margin: 0;
}
.sidebar-content .block-menu .menu .menu-item {
  list-style: none;
  padding: 0;
}
.sidebar-content .block-menu .menu .menu-item a {
  color: #4296c7;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  padding: 16px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-content .block-menu .menu .menu-item a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-content .block-menu .menu .menu-item span {
  color: #4D4D73;
  font-size: clamp(0.765625rem, 0.875rem, 0.984375rem);
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
.sidebar-content .block-menu .menu .menu-icon.is-active {
  border-radius: 12px;
  background: #4296c7;
  color: #fff;
}
.sidebar-content .block-menu.menu--internal-portal {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .sidebar-content .block-menu {
    padding: 12px 0;
  }
}
@media (max-width: 767.98px) {
  .sidebar-content .block-system.block-system-branding-block {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .sidebar-content .block-system.block-system-branding-block .site-logo {
    display: block;
    width: 200px;
  }
}

.notification-icon-wrapper .menu-icon {
  font-size: 0;
}
.notification-icon-wrapper .menu-icon::before {
  display: inline-block;
  content: "\e917";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0px;
  font-size: 26px;
}

@media (max-width: 767.98px) {
  .region-top-header-left {
    display: none;
  }
}

.region-sidebar ul {
  list-style-type: none;
}
.region-sidebar ul a {
  color: #4D4D73;
  text-decoration: none;
}
.region-sidebar ul a.is-active {
  display: none;
}
.region-sidebar .artemis-internal-search-block,
.region-sidebar .language-switcher-language-url {
  display: none;
}
@media (max-width: 767.98px) {
  .region-sidebar .artemis-internal-search-block,
  .region-sidebar .language-switcher-language-url {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .region-sidebar .artemis-internal-search-block.artemis-internal-search-block,
  .region-sidebar .language-switcher-language-url.artemis-internal-search-block {
    margin-top: 10px;
  }
  .region-sidebar .artemis-internal-search-block.artemis-internal-search-block .stelios-search-block-form,
  .region-sidebar .artemis-internal-search-block.artemis-internal-search-block .input-container,
  .region-sidebar .artemis-internal-search-block.artemis-internal-search-block .form-search,
  .region-sidebar .language-switcher-language-url.artemis-internal-search-block .stelios-search-block-form,
  .region-sidebar .language-switcher-language-url.artemis-internal-search-block .input-container,
  .region-sidebar .language-switcher-language-url.artemis-internal-search-block .form-search {
    width: 100%;
  }
}

.sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #fff;
}

.faculty-profile-btn {
  border: 1px solid #E7F4F1;
}
.faculty-profile-btn:hover {
  background: #CEE8E2;
}
@media (max-width: 992px) {
  .faculty-profile-btn .faculty-user-picture {
    display: none;
  }
}

.theme-green {
  background-color: #FAFFFD;
  /* ----------------- TABLE ----------------- */
  /* ----------------- BUTTONS ----------------- */
  /* ----------------- ICON COLORS ----------------- */
  /* ----------------- SIDEBAR MENU ----------------- */
  /* ----------------- INTERNAL NEWS ----------------- */
  /* ----------------- DECISIONS / ANNOUNCEMENTS ----------------- */
  /* ----------------- CARDS ----------------- */
  /* ----------------- SECTION LINKS ----------------- */
  /* ----------------- BANNERS ----------------- */
  /* ----------------- FACULTY PROFILE ----------------- */
  /* ----------------- Accordion Styles ----------------- */
}
.theme-green table tbody tr:hover {
  background-color: #E7F4F1;
}
.theme-green table tbody td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-green table tbody td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-green .btn-arrow.none::before {
  color: #4296c7;
}
.theme-green .btn-secondary {
  background-color: #fff;
  color: #4296c7;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-green .btn-secondary:hover {
  background-color: #EDEDED;
  color: #4296c7;
}
.theme-green .btn-transparent {
  background-color: transparent;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-green .btn-transparent:hover {
  background-color: white;
  color: #4296c7;
}
.theme-green .btn-oncolor-primary {
  background-color: #E7F4F1;
  color: #4296c7;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #E7F4F1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-green .btn-oncolor-primary:hover {
  background-color: #4296c7;
  color: white;
}
.theme-green .menu-icon-news::before,
.theme-green .menu-icon-decisions::before,
.theme-green .menu-icon-file::before,
.theme-green .menu-icon-reports::before,
.theme-green .notification-icon-wrapper .menu-icon::before,
.theme-green .color-switcher::before,
.theme-green .menu-icon-staff::before,
.theme-green .menu-icon-announcements::before,
.theme-green .menu-icon-policy::before {
  color: #4296c7;
}
.theme-green .sidebar-content .block-menu .menu .menu-item a {
  color: #4296c7;
}
.theme-green .sidebar-content .block-menu .menu .menu-item a.is-active {
  background: #4296c7;
  color: #fff;
}
.theme-green .sidebar-content .block-menu .menu .menu-icon::before {
  color: #4296c7;
}
.theme-green .sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #fff;
}
.theme-green .view-internal-news.view-display-id-home_page {
  background: #4296c7 url(/themes/custom/internal_portal/images/pattern-transparent.svg);
}
.theme-green .view-internal-news.view-display-id-home_page .card .card-header .last-news {
  color: white;
}
.theme-green .view-internal-news.view-display-id-home_page .card .card-header .last-news::before {
  color: white;
}
.theme-green .view-internal-news.view-display-id-home_page .card .card-content h1 a,
.theme-green .view-internal-news.view-display-id-home_page .card p {
  color: white;
}
.theme-green .view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.theme-green .view-id-internal_decision .card .card-content .field--name-node-title::before,
.theme-green .view-id-internal_decision .card .card-content a::before,
.theme-green .view-id-internal_decision .card .card-actions .field--name-node-title::before,
.theme-green .view-id-internal_decision .card .card-actions a::before,
.theme-green .view-internal-announcement .card .card-content .field--name-node-title::before,
.theme-green .view-internal-announcement .card .card-content a::before,
.theme-green .view-internal-announcement .card .card-actions .field--name-node-title::before,
.theme-green .view-internal-announcement .card .card-actions a::before,
.theme-green .view-internal-circulars .card .card-content .field--name-node-title::before,
.theme-green .view-internal-circulars .card .card-content a::before,
.theme-green .view-internal-circulars .card .card-actions .field--name-node-title::before,
.theme-green .view-internal-circulars .card .card-actions a::before,
.theme-green .view-internal-policy .card .card-content .field--name-node-title::before,
.theme-green .view-internal-policy .card .card-content a::before,
.theme-green .view-internal-policy .card .card-actions .field--name-node-title::before,
.theme-green .view-internal-policy .card .card-actions a::before {
  color: #4296c7;
}
.theme-green .view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  color: #4296c7;
}
.theme-green .view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  background-color: #CEE8E2;
}
.theme-green .view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  color: #4296c7;
}
.theme-green .card {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-green .card:hover {
  border: 1px solid #CEE8E2;
  background: #E7F4F1;
}
.theme-green .saud-block-wrapper .section-title-wrapper .section-title-top h2 {
  color: #4296c7;
}
.theme-green .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after,
.theme-green .saud-block-wrapper .section-title-wrapper .section-title-top .section-link a {
  color: #4296c7;
}
.theme-green .color-switcher:after,
.theme-green .notification-icon-wrapper :after {
  background-color: #CEE8E2;
}
.theme-green .view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  color: #4296c7;
}
.theme-green .node--type-internal-banner.node--view-mode-slide,
.theme-green .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  background-color: #4296c7;
}
.theme-green .node--type-internal-banner.node--view-mode-slide .text-wrapper h2,
.theme-green .node--type-internal-banner.node--view-mode-slide .text-wrapper p,
.theme-green .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.theme-green .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: white;
}
.theme-green .faculty-profile-btn {
  border: 1px solid #CEE8E2;
}
.theme-green .faculty-profile-btn .dropdown-toggle::after {
  color: #4296c7;
}
.theme-green .faculty-profile-btn:hover {
  background: #E7F4F1;
}
.theme-green .dropdown-toggle::before {
  color: #4296c7;
}
.theme-green .accordion {
  border-bottom: 1px solid #E7F4F1;
}
.theme-green .accordion .accordion-item:hover {
  background-color: #E7F4F1;
}
.theme-green .accordion .accordion-item .accordion-icon::before {
  color: #4296c7;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border: 1px solid #4296c7;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #4296c7;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #4296c7;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #4296c7;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border: 1px solid #4056e3;
  background: #cfd5f8;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  color: #114;
}
.theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  background-color: #4296c7;
}
@media (max-width: 768px) {
  .theme-green .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .theme-green .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.theme-dark-blue {
  background-color: #F4F5FD;
  /* ----------------- TABLE ----------------- */
  /* ----------------- BUTTONS ----------------- */
  /* ----------------- ICON COLORS ----------------- */
  /* ----------------- SIDEBAR MENU ----------------- */
  /* ----------------- INTERNAL NEWS ----------------- */
  /* ----------------- DECISIONS / ANNOUNCEMENTS ----------------- */
  /* ----------------- CARDS ----------------- */
  /* ----------------- SECTION LINKS ----------------- */
  /* ----------------- BANNERS ----------------- */
  /* ----------------- FACULTY PROFILE ----------------- */
  /* ----------------- Accordion Styles ----------------- */
}
.theme-dark-blue table tbody tr:hover {
  background-color: #ECEEFC;
}
.theme-dark-blue table tbody td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #4056E3;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-dark-blue table tbody td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #4056E3;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-dark-blue .btn-arrow.none::before {
  color: #4056E3;
}
.theme-dark-blue .btn-secondary {
  background-color: #fff;
  color: #4056E3;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-dark-blue .btn-secondary:hover {
  background-color: #EDEDED;
  color: #4056E3;
}
.theme-dark-blue .btn-transparent {
  background-color: transparent;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-dark-blue .btn-transparent:hover {
  background-color: white;
  color: #4056E3;
}
.theme-dark-blue .btn-oncolor-primary {
  background-color: #ECEEFC;
  color: #4056E3;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #ECEEFC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-dark-blue .btn-oncolor-primary:hover {
  background-color: #4056E3;
  color: white;
}
.theme-dark-blue .menu-icon-news::before,
.theme-dark-blue .menu-icon-decisions::before,
.theme-dark-blue .menu-icon-file::before,
.theme-dark-blue .menu-icon-reports::before,
.theme-dark-blue .notification-icon-wrapper .menu-icon::before,
.theme-dark-blue .color-switcher::before,
.theme-dark-blue .menu-icon-staff::before,
.theme-dark-blue .menu-icon-announcements::before,
.theme-dark-blue .menu-icon-policy::before {
  color: #4056E3;
}
.theme-dark-blue .sidebar-content .block-menu .menu .menu-item a {
  color: #4056E3;
}
.theme-dark-blue .sidebar-content .block-menu .menu .menu-item a.is-active {
  background: #4056E3;
  color: #fff;
}
.theme-dark-blue .sidebar-content .block-menu .menu .menu-icon::before {
  color: #4056E3;
}
.theme-dark-blue .sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #fff;
}
.theme-dark-blue .view-internal-news.view-display-id-home_page {
  background: #4056E3 url(/themes/custom/internal_portal/images/pattern-transparent.svg);
}
.theme-dark-blue .view-internal-news.view-display-id-home_page .card .card-header .last-news {
  color: white;
}
.theme-dark-blue .view-internal-news.view-display-id-home_page .card .card-header .last-news::before {
  color: white;
}
.theme-dark-blue .view-internal-news.view-display-id-home_page .card .card-content h1 a,
.theme-dark-blue .view-internal-news.view-display-id-home_page .card p {
  color: white;
}
.theme-dark-blue .view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.theme-dark-blue .view-id-internal_decision .card .card-content .field--name-node-title::before,
.theme-dark-blue .view-id-internal_decision .card .card-content a::before,
.theme-dark-blue .view-id-internal_decision .card .card-actions .field--name-node-title::before,
.theme-dark-blue .view-id-internal_decision .card .card-actions a::before,
.theme-dark-blue .view-internal-announcement .card .card-content .field--name-node-title::before,
.theme-dark-blue .view-internal-announcement .card .card-content a::before,
.theme-dark-blue .view-internal-announcement .card .card-actions .field--name-node-title::before,
.theme-dark-blue .view-internal-announcement .card .card-actions a::before,
.theme-dark-blue .view-internal-circulars .card .card-content .field--name-node-title::before,
.theme-dark-blue .view-internal-circulars .card .card-content a::before,
.theme-dark-blue .view-internal-circulars .card .card-actions .field--name-node-title::before,
.theme-dark-blue .view-internal-circulars .card .card-actions a::before,
.theme-dark-blue .view-internal-policy .card .card-content .field--name-node-title::before,
.theme-dark-blue .view-internal-policy .card .card-content a::before,
.theme-dark-blue .view-internal-policy .card .card-actions .field--name-node-title::before,
.theme-dark-blue .view-internal-policy .card .card-actions a::before {
  color: #4056E3;
}
.theme-dark-blue .view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  color: #4056E3;
}
.theme-dark-blue .view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  background-color: #D9DDF9;
}
.theme-dark-blue .view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  color: #4056E3;
}
.theme-dark-blue .card {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-dark-blue .card:hover {
  border: 1px solid #D9DDF9;
  background: #ECEEFC;
}
.theme-dark-blue .saud-block-wrapper .section-title-wrapper .section-title-top h2 {
  color: #4056E3;
}
.theme-dark-blue .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after,
.theme-dark-blue .saud-block-wrapper .section-title-wrapper .section-title-top .section-link a {
  color: #4056E3;
}
.theme-dark-blue .color-switcher:after,
.theme-dark-blue .notification-icon-wrapper :after {
  background-color: #D9DDF9;
}
.theme-dark-blue .view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  color: #4056E3;
}
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide,
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  background-color: #4056E3;
}
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide .text-wrapper h2,
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide .text-wrapper p,
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.theme-dark-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: white;
}
.theme-dark-blue .faculty-profile-btn {
  border: 1px solid #D9DDF9;
}
.theme-dark-blue .faculty-profile-btn .dropdown-toggle::after {
  color: #4056E3;
}
.theme-dark-blue .faculty-profile-btn:hover {
  background: #ECEEFC;
}
.theme-dark-blue .dropdown-toggle::before {
  color: #4056E3;
}
.theme-dark-blue .accordion {
  border-bottom: 1px solid #ECEEFC;
}
.theme-dark-blue .accordion .accordion-item:hover {
  background-color: #ECEEFC;
}
.theme-dark-blue .accordion .accordion-item .accordion-icon::before {
  color: #4056E3;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border: 1px solid #4056E3;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #4056E3;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #4056E3;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #4056E3;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #4056E3;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border: 1px solid #4056e3;
  background: #cfd5f8;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  color: #114;
}
.theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  background-color: #4056E3;
}
@media (max-width: 768px) {
  .theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .theme-dark-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.theme-pink {
  background-color: #FFFBFD;
  /* ----------------- TABLE ----------------- */
  /* ----------------- BUTTONS ----------------- */
  /* ----------------- ICON COLORS ----------------- */
  /* ----------------- SIDEBAR MENU ----------------- */
  /* ----------------- INTERNAL NEWS ----------------- */
  /* ----------------- DECISIONS / ANNOUNCEMENTS ----------------- */
  /* ----------------- CARDS ----------------- */
  /* ----------------- SECTION LINKS ----------------- */
  /* ----------------- BANNERS ----------------- */
  /* ----------------- FACULTY PROFILE ----------------- */
  /* ----------------- Accordion Styles ----------------- */
}
.theme-pink table tbody tr:hover {
  background-color: #FFF3F6;
}
.theme-pink table tbody td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #FFD1DC;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-pink table tbody td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #FFD1DC;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-pink .btn-arrow.none::before {
  color: #FFD1DC;
}
.theme-pink .btn-secondary {
  background-color: #1F2A37;
  color: #FFD1DC;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #1F2A37;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .btn-secondary:hover {
  background-color: #1F2A37;
  color: #FFD1DC;
}
.theme-pink .btn-transparent {
  background-color: transparent;
  color: #1F2A37;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #1F2A37;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .btn-transparent:hover {
  background-color: #1F2A37;
  color: #FFD1DC;
}
.theme-pink .btn-oncolor-primary {
  background-color: #FFF3F6;
  color: #FFD1DC;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #FFF3F6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .btn-oncolor-primary:hover {
  background-color: #FFD1DC;
  color: white;
}
.theme-pink .menu-icon-news::before,
.theme-pink .menu-icon-decisions::before,
.theme-pink .menu-icon-file::before,
.theme-pink .menu-icon-reports::before,
.theme-pink .notification-icon-wrapper .menu-icon::before,
.theme-pink .color-switcher::before,
.theme-pink .menu-icon-staff::before,
.theme-pink .menu-icon-announcements::before,
.theme-pink .menu-icon-policy::before {
  color: #FFD1DC;
}
.theme-pink .sidebar-content .block-menu .menu .menu-item a {
  color: #1F2A37;
}
.theme-pink .sidebar-content .block-menu .menu .menu-item a.is-active {
  background: #FFD1DC;
  color: #1F2A37;
}
.theme-pink .sidebar-content .block-menu .menu .menu-icon::before {
  color: #1F2A37;
}
.theme-pink .sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #1F2A37;
}
.theme-pink .view-internal-news.view-display-id-home_page {
  background: #FFD1DC url(/themes/custom/internal_portal/images/pattern-transparent.svg);
}
.theme-pink .view-internal-news.view-display-id-home_page .card .card-header .last-news {
  color: #1F2A37;
}
.theme-pink .view-internal-news.view-display-id-home_page .card .card-header .last-news::before {
  color: #1F2A37;
}
.theme-pink .view-internal-news.view-display-id-home_page .card .card-content h1 a,
.theme-pink .view-internal-news.view-display-id-home_page .card p {
  color: #1F2A37;
}
.theme-pink .view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: #1F2A37;
          text-decoration-color: #1F2A37;
}
.theme-pink .view-id-internal_decision .card .card-content .field--name-node-title::before,
.theme-pink .view-id-internal_decision .card .card-content a::before,
.theme-pink .view-id-internal_decision .card .card-actions .field--name-node-title::before,
.theme-pink .view-id-internal_decision .card .card-actions a::before,
.theme-pink .view-internal-announcement .card .card-content .field--name-node-title::before,
.theme-pink .view-internal-announcement .card .card-content a::before,
.theme-pink .view-internal-announcement .card .card-actions .field--name-node-title::before,
.theme-pink .view-internal-announcement .card .card-actions a::before,
.theme-pink .view-internal-circulars .card .card-content .field--name-node-title::before,
.theme-pink .view-internal-circulars .card .card-content a::before,
.theme-pink .view-internal-circulars .card .card-actions .field--name-node-title::before,
.theme-pink .view-internal-circulars .card .card-actions a::before,
.theme-pink .view-internal-policy .card .card-content .field--name-node-title::before,
.theme-pink .view-internal-policy .card .card-content a::before,
.theme-pink .view-internal-policy .card .card-actions .field--name-node-title::before,
.theme-pink .view-internal-policy .card .card-actions a::before {
  color: #FFD1DC;
}
.theme-pink .view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  color: #FFD1DC;
}
.theme-pink .view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  background-color: #FAF4CD;
}
.theme-pink .view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  color: #FFD1DC;
}
.theme-pink .card {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-pink .card:hover {
  border: 1px solid #FAF4CD;
  background: #FFF3F6;
}
.theme-pink .saud-block-wrapper .section-title-wrapper .section-title-top h2 {
  color: #1F2A37;
}
.theme-pink .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after,
.theme-pink .saud-block-wrapper .section-title-wrapper .section-title-top .section-link a {
  color: #1F2A37;
}
.theme-pink .color-switcher:after,
.theme-pink .notification-icon-wrapper :after {
  background-color: #FAF4CD;
}
.theme-pink .view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  color: #FFD1DC;
}
.theme-pink .node--type-internal-banner.node--view-mode-slide,
.theme-pink .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  background-color: #FFD1DC;
}
.theme-pink .node--type-internal-banner.node--view-mode-slide .text-wrapper h2,
.theme-pink .node--type-internal-banner.node--view-mode-slide .text-wrapper p,
.theme-pink .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.theme-pink .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: #1F2A37;
}
.theme-pink .faculty-profile-btn {
  border: 1px solid #FAF4CD;
}
.theme-pink .faculty-profile-btn .dropdown-toggle::after {
  color: #FFD1DC;
}
.theme-pink .faculty-profile-btn:hover {
  background: #FFF3F6;
}
.theme-pink .dropdown-toggle::before {
  color: #FFD1DC;
}
.theme-pink .accordion {
  border-bottom: 1px solid #FFF3F6;
}
.theme-pink .accordion .accordion-item:hover {
  background-color: #FFF3F6;
}
.theme-pink .accordion .accordion-item .accordion-icon::before {
  color: #FFD1DC;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border: 1px solid #FFD1DC;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #FFD1DC;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #FFD1DC;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #1F2A37;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #FFD1DC;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #1F2A37;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #FFD1DC;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border: 1px solid #4056e3;
  background: #cfd5f8;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  color: #114;
}
.theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  background-color: #FFD1DC;
}
@media (max-width: 768px) {
  .theme-pink .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .theme-pink .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.theme-purple {
  background-color: #F4F5FD;
  /* ----------------- TABLE ----------------- */
  /* ----------------- BUTTONS ----------------- */
  /* ----------------- ICON COLORS ----------------- */
  /* ----------------- SIDEBAR MENU ----------------- */
  /* ----------------- INTERNAL NEWS ----------------- */
  /* ----------------- DECISIONS / ANNOUNCEMENTS ----------------- */
  /* ----------------- CARDS ----------------- */
  /* ----------------- SECTION LINKS ----------------- */
  /* ----------------- BANNERS ----------------- */
  /* ----------------- FACULTY PROFILE ----------------- */
  /* ----------------- Accordion Styles ----------------- */
}
.theme-purple table tbody tr:hover {
  background-color: #E7E7EC;
}
.theme-purple table tbody td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #114;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-purple table tbody td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #114;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-purple .btn-arrow.none::before {
  color: #114;
}
.theme-purple .btn-secondary {
  background-color: #fff;
  color: #114;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-purple .btn-secondary:hover {
  background-color: #EDEDED;
  color: #114;
}
.theme-purple .btn-transparent {
  background-color: transparent;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-purple .btn-transparent:hover {
  background-color: white;
  color: #114;
}
.theme-purple .btn-oncolor-primary {
  background-color: #E7E7EC;
  color: #114;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #E7E7EC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-purple .btn-oncolor-primary:hover {
  background-color: #114;
  color: white;
}
.theme-purple .menu-icon-news::before,
.theme-purple .menu-icon-decisions::before,
.theme-purple .menu-icon-file::before,
.theme-purple .menu-icon-reports::before,
.theme-purple .notification-icon-wrapper .menu-icon::before,
.theme-purple .color-switcher::before,
.theme-purple .menu-icon-staff::before,
.theme-purple .menu-icon-announcements::before,
.theme-purple .menu-icon-policy::before {
  color: #114;
}
.theme-purple .sidebar-content .block-menu .menu .menu-item a {
  color: #114;
}
.theme-purple .sidebar-content .block-menu .menu .menu-item a.is-active {
  background: #114;
  color: #fff;
}
.theme-purple .sidebar-content .block-menu .menu .menu-icon::before {
  color: #114;
}
.theme-purple .sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #fff;
}
.theme-purple .view-internal-news.view-display-id-home_page {
  background: #114 url(/themes/custom/internal_portal/images/pattern-transparent.svg);
}
.theme-purple .view-internal-news.view-display-id-home_page .card .card-header .last-news {
  color: white;
}
.theme-purple .view-internal-news.view-display-id-home_page .card .card-header .last-news::before {
  color: white;
}
.theme-purple .view-internal-news.view-display-id-home_page .card .card-content h1 a,
.theme-purple .view-internal-news.view-display-id-home_page .card p {
  color: white;
}
.theme-purple .view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.theme-purple .view-id-internal_decision .card .card-content .field--name-node-title::before,
.theme-purple .view-id-internal_decision .card .card-content a::before,
.theme-purple .view-id-internal_decision .card .card-actions .field--name-node-title::before,
.theme-purple .view-id-internal_decision .card .card-actions a::before,
.theme-purple .view-internal-announcement .card .card-content .field--name-node-title::before,
.theme-purple .view-internal-announcement .card .card-content a::before,
.theme-purple .view-internal-announcement .card .card-actions .field--name-node-title::before,
.theme-purple .view-internal-announcement .card .card-actions a::before,
.theme-purple .view-internal-circulars .card .card-content .field--name-node-title::before,
.theme-purple .view-internal-circulars .card .card-content a::before,
.theme-purple .view-internal-circulars .card .card-actions .field--name-node-title::before,
.theme-purple .view-internal-circulars .card .card-actions a::before,
.theme-purple .view-internal-policy .card .card-content .field--name-node-title::before,
.theme-purple .view-internal-policy .card .card-content a::before,
.theme-purple .view-internal-policy .card .card-actions .field--name-node-title::before,
.theme-purple .view-internal-policy .card .card-actions a::before {
  color: #114;
}
.theme-purple .view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  color: #114;
}
.theme-purple .view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  background-color: #CFCFDA;
}
.theme-purple .view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  color: #114;
}
.theme-purple .card {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-purple .card:hover {
  border: 1px solid #CFCFDA;
  background: #E7E7EC;
}
.theme-purple .saud-block-wrapper .section-title-wrapper .section-title-top h2 {
  color: #114;
}
.theme-purple .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after,
.theme-purple .saud-block-wrapper .section-title-wrapper .section-title-top .section-link a {
  color: #114;
}
.theme-purple .color-switcher:after,
.theme-purple .notification-icon-wrapper :after {
  background-color: #CFCFDA;
}
.theme-purple .view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  color: #114;
}
.theme-purple .node--type-internal-banner.node--view-mode-slide,
.theme-purple .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  background-color: #114;
}
.theme-purple .node--type-internal-banner.node--view-mode-slide .text-wrapper h2,
.theme-purple .node--type-internal-banner.node--view-mode-slide .text-wrapper p,
.theme-purple .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.theme-purple .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: white;
}
.theme-purple .faculty-profile-btn {
  border: 1px solid #CFCFDA;
}
.theme-purple .faculty-profile-btn .dropdown-toggle::after {
  color: #114;
}
.theme-purple .faculty-profile-btn:hover {
  background: #E7E7EC;
}
.theme-purple .dropdown-toggle::before {
  color: #114;
}
.theme-purple .accordion {
  border-bottom: 1px solid #E7E7EC;
}
.theme-purple .accordion .accordion-item:hover {
  background-color: #E7E7EC;
}
.theme-purple .accordion .accordion-item .accordion-icon::before {
  color: #114;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border: 1px solid #114;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #114;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #114;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #114;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #114;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border: 1px solid #4056e3;
  background: #cfd5f8;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  color: #114;
}
.theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  background-color: #114;
}
@media (max-width: 768px) {
  .theme-purple .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .theme-purple .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.theme-blue {
  background-color: #f7fdff;
  /* ----------------- TABLE ----------------- */
  /* ----------------- BUTTONS ----------------- */
  /* ----------------- ICON COLORS ----------------- */
  /* ----------------- SIDEBAR MENU ----------------- */
  /* ----------------- INTERNAL NEWS ----------------- */
  /* ----------------- DECISIONS / ANNOUNCEMENTS ----------------- */
  /* ----------------- CARDS ----------------- */
  /* ----------------- SECTION LINKS ----------------- */
  /* ----------------- BANNERS ----------------- */
  /* ----------------- FACULTY PROFILE ----------------- */
  /* ----------------- Accordion Styles ----------------- */
}
.theme-blue table tbody tr:hover {
  background-color: #E6F7FB;
}
.theme-blue table tbody td.icon-download-file a:first-child::before {
  display: inline-block;
  content: "\e910";
  font-family: "taibah-icons";
  color: #00AEDA;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-blue table tbody td.icon-download-file a:last-child::before {
  display: inline-block;
  content: "\e907";
  font-family: "taibah-icons";
  color: #00AEDA;
  line-height: normal;
  margin-left: 0;
  font-size: 24px;
}
.theme-blue .btn-arrow.none::before {
  color: #00AEDA;
}
.theme-blue .btn-secondary {
  background-color: #fff;
  color: #00AEDA;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-blue .btn-secondary:hover {
  background-color: #EDEDED;
  color: #00AEDA;
}
.theme-blue .btn-transparent {
  background-color: transparent;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-blue .btn-transparent:hover {
  background-color: white;
  color: #00AEDA;
}
.theme-blue .btn-oncolor-primary {
  background-color: #E6F7FB;
  color: #00AEDA;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #E6F7FB;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-blue .btn-oncolor-primary:hover {
  background-color: #00AEDA;
  color: white;
}
.theme-blue .menu-icon-news::before,
.theme-blue .menu-icon-decisions::before,
.theme-blue .menu-icon-file::before,
.theme-blue .menu-icon-reports::before,
.theme-blue .notification-icon-wrapper .menu-icon::before,
.theme-blue .color-switcher::before,
.theme-blue .menu-icon-staff::before,
.theme-blue .menu-icon-announcements::before,
.theme-blue .menu-icon-policy::before {
  color: #00AEDA;
}
.theme-blue .sidebar-content .block-menu .menu .menu-item a {
  color: #00AEDA;
}
.theme-blue .sidebar-content .block-menu .menu .menu-item a.is-active {
  background: #00AEDA;
  color: #fff;
}
.theme-blue .sidebar-content .block-menu .menu .menu-icon::before {
  color: #00AEDA;
}
.theme-blue .sidebar-content .block-menu .menu .menu-icon.is-active::before {
  color: #fff;
}
.theme-blue .view-internal-news.view-display-id-home_page {
  background: #00AEDA url(/themes/custom/internal_portal/images/pattern-transparent.svg);
}
.theme-blue .view-internal-news.view-display-id-home_page .card .card-header .last-news {
  color: white;
}
.theme-blue .view-internal-news.view-display-id-home_page .card .card-header .last-news::before {
  color: white;
}
.theme-blue .view-internal-news.view-display-id-home_page .card .card-content h1 a,
.theme-blue .view-internal-news.view-display-id-home_page .card p {
  color: white;
}
.theme-blue .view-internal-news.view-display-id-home_page .card:hover h1 {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.theme-blue .view-id-internal_decision .card .card-content .field--name-node-title::before,
.theme-blue .view-id-internal_decision .card .card-content a::before,
.theme-blue .view-id-internal_decision .card .card-actions .field--name-node-title::before,
.theme-blue .view-id-internal_decision .card .card-actions a::before,
.theme-blue .view-internal-announcement .card .card-content .field--name-node-title::before,
.theme-blue .view-internal-announcement .card .card-content a::before,
.theme-blue .view-internal-announcement .card .card-actions .field--name-node-title::before,
.theme-blue .view-internal-announcement .card .card-actions a::before,
.theme-blue .view-internal-circulars .card .card-content .field--name-node-title::before,
.theme-blue .view-internal-circulars .card .card-content a::before,
.theme-blue .view-internal-circulars .card .card-actions .field--name-node-title::before,
.theme-blue .view-internal-circulars .card .card-actions a::before,
.theme-blue .view-internal-policy .card .card-content .field--name-node-title::before,
.theme-blue .view-internal-policy .card .card-content a::before,
.theme-blue .view-internal-policy .card .card-actions .field--name-node-title::before,
.theme-blue .view-internal-policy .card .card-actions a::before {
  color: #00AEDA;
}
.theme-blue .view-internal-event.view-display-id-compiled .card .field--name-field-text::before {
  color: #00AEDA;
}
.theme-blue .view-internal-event.view-display-id-compiled .card .field--name-field-range-date-with-time::before {
  background-color: #80D7ED;
}
.theme-blue .view-internal-event.view-display-id-compiled .card:hover .medium-title a {
  color: #00AEDA;
}
.theme-blue .card {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-blue .card:hover {
  border: 1px solid #80D7ED;
  background: #E6F7FB;
}
.theme-blue .saud-block-wrapper .section-title-wrapper .section-title-top h2 {
  color: #00AEDA;
}
.theme-blue .saud-block-wrapper .section-title-wrapper .section-title-top .section-link::after,
.theme-blue .saud-block-wrapper .section-title-wrapper .section-title-top .section-link a {
  color: #00AEDA;
}
.theme-blue .color-switcher:after,
.theme-blue .notification-icon-wrapper :after {
  background-color: #80D7ED;
}
.theme-blue .view-id-internal_portal_home_notification.view-display-id-internal_portal_home_notification .view-empty svg {
  color: #00AEDA;
}
.theme-blue .node--type-internal-banner.node--view-mode-slide,
.theme-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper {
  background-color: #00AEDA;
}
.theme-blue .node--type-internal-banner.node--view-mode-slide .text-wrapper h2,
.theme-blue .node--type-internal-banner.node--view-mode-slide .text-wrapper p,
.theme-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper h2,
.theme-blue .node--type-internal-banner.node--view-mode-slide .banner-wrapper .text-wrapper p {
  color: white;
}
.theme-blue .faculty-profile-btn {
  border: 1px solid #80D7ED;
}
.theme-blue .faculty-profile-btn .dropdown-toggle::after {
  color: #00AEDA;
}
.theme-blue .faculty-profile-btn:hover {
  background: #E6F7FB;
}
.theme-blue .dropdown-toggle::before {
  color: #00AEDA;
}
.theme-blue .accordion {
  border-bottom: 1px solid #E6F7FB;
}
.theme-blue .accordion .accordion-item:hover {
  background-color: #E6F7FB;
}
.theme-blue .accordion .accordion-item .accordion-icon::before {
  color: #00AEDA;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar,
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list {
  border: 1px solid #00AEDA;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar::after,
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #00AEDA;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active,
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active {
  background-color: #00AEDA;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-calendar.active::after,
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e916";
  font-family: "taibah-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 20px;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #00AEDA;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs .btn-list.active::after {
  display: inline-block;
  content: "\e900";
  font-family: "internal-icons";
  color: #fff;
  line-height: normal;
  margin-right: 0;
  font-size: 18px;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--previous svg path,
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header .calendar-pager .calendar-pager__item--next svg path {
  stroke: #00AEDA;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.past .inner .day {
  color: #c4c4d0;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td.today .inner .day {
  border: 1px solid #4056e3;
  background: #cfd5f8;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.date-box td .inner .day {
  color: #114;
}
.theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .calendar-calendar table tbody tr.single-day .item div[class*="calendar."][class*="field_range_date_with_time.0.0"] {
  background-color: #00AEDA;
}
@media (max-width: 768px) {
  .theme-blue .block-artemis-internal-portal.block-events-switcher-block .events-switcher-tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
  }
  .theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-block: 0.5rem;
    border-radius: 8px;
    border-left: 1px solid #dedfe4;
    padding: 16px;
  }
  .theme-blue .block-artemis-internal-portal.block-events-switcher-block .views-element-container > .view .view-header ~ .view-filters .views-exposed-form {
    border-right: 1px solid #dedfe4;
    border-radius: 8px;
  }
}

.theme-pink .btn-oncolor-primary {
  background-color: #FFF3F6;
  color: #1F2A37;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #FFF3F6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .btn-oncolor-primary:hover {
  background-color: #FFD1DC;
  color: #1F2A37;
}
.theme-pink .btn-secondary {
  background-color: #1F2A37;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #1F2A37;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .btn-secondary:hover {
  background-color: #1F2A37;
  color: #fff;
}
.theme-pink .node--type-internal-banner.node--view-mode-slide .banner-wrapper .btn-secondary {
  background-color: #1F2A37;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #1F2A37;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
.theme-pink .node--type-internal-banner.node--view-mode-slide .banner-wrapper .btn-secondary:hover {
  background-color: #1F2A37;
  color: #fff;
}

.page-wrapper *:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container,
.container-fluid {
  width: 100%;
  padding-left: calc(var(--gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--gutter-x, 1.5rem) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  --font-tosha: "tosha", Arial, sans-serif;
}

.content-wrapper {
  margin-right: 0 !important;
}

.sidebar {
  float: none !important;
}

body {
  font-family: var(--font-tosha);
  line-height: 1.6;
  color: #333;
  color: #114;
  background-color: #FAFFFD;
}
/*# sourceMappingURL=style.css.map */

/**
 * @file
 * Global responsive table styles for all tables on the website.
 */

/* Make all table containers horizontally scrollable */
.views-element-container,
.view-content,
.form-wrapper,
.details-wrapper,
.field--type-entity-reference,
[id*="table-wrapper"],
[class*="table-wrapper"],
.tabledrag-toggle-weight-wrapper + table,
.responsive-enabled,
form > table,
.region-content table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Generic table wrapper class - add this to any container */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* Ensure tables don't break layout */
table {
  min-width: 100%;
}

/* Drupal admin and form tables */
.field-multiple-table,
.draggable-table,
.sticky-header,
#edit-accounts,
.views-table,
.admin-list table {
  overflow-x: auto;
  display: block;
  width: 100%;
}

/* Specific wrapper for tables that need scrolling */
.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin-bottom: 1em;
}

/* For tables inside forms */
form .form-item table,
form .fieldset-wrapper table {
  display: block;
  overflow-x: auto;
}

/* Responsive behavior */
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Preserve table layout while allowing scroll */
  table thead,
  table tbody,
  table tfoot {
    display: table;
    width: 100%;
  }
}

