@font-face {
  font-family: "Jano Sans Pro";
  src: url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.eot");
  src: url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.woff2") format("woff2"), url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.woff") format("woff"), url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.ttf") format("truetype"), url("../fonts/JanoSansPro-Regular/JanoSansPro-Regular.svg#JanoSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.eot");
  src: url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.woff2") format("woff2"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.woff") format("woff"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.ttf") format("truetype"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.svg#JanoSansPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.eot");
  src: url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.woff2") format("woff2"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.woff") format("woff"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.ttf") format("truetype"), url("../fonts/JanoSansPro-Medium/JanoSansPro-Medium.svg#JanoSansPro-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.eot");
  src: url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.woff2") format("woff2"), url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.woff") format("woff"), url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.ttf") format("truetype"), url("../fonts/JanoSansPro-Bold/JanoSansPro-Bold.svg#JanoSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Regular/Tajawal-Regular.eot");
  src: url("../fonts/Tajawal-Regular/Tajawal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Regular/Tajawal-Regular.woff2") format("woff2"), url("../fonts/Tajawal-Regular/Tajawal-Regular.woff") format("woff"), url("../fonts/Tajawal-Regular/Tajawal-Regular.ttf") format("truetype"), url("../fonts/Tajawal-Regular/Tajawal-Regular.svg#Tajawal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Medium/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal-Medium/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Medium/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal-Medium/Tajawal-Medium.woff") format("woff"), url("../fonts/Tajawal-Medium/Tajawal-Medium.ttf") format("truetype"), url("../fonts/Tajawal-Medium/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Medium/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal-Medium/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Medium/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal-Medium/Tajawal-Medium.woff") format("woff"), url("../fonts/Tajawal-Medium/Tajawal-Medium.ttf") format("truetype"), url("../fonts/Tajawal-Medium/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Bold/Tajawal-Bold.eot");
  src: url("../fonts/Tajawal-Bold/Tajawal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Bold/Tajawal-Bold.woff2") format("woff2"), url("../fonts/Tajawal-Bold/Tajawal-Bold.woff") format("woff"), url("../fonts/Tajawal-Bold/Tajawal-Bold.ttf") format("truetype"), url("../fonts/Tajawal-Bold/Tajawal-Bold.svg#Tajawal-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  color: #000;
  overflow-x: hidden;
  font-family: "Jano Sans Pro";
}
[dir=rtl] body {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}

.top-header {
  background-color: #0033a1;
  padding: 0.625rem 0;
}
.top-header .region-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 992px) {
  .top-header .region-header {
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .top-header .region-header {
    justify-content: center;
  }
  .top-header .region-header .contact-info-wrapper {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .top-header .region-header {
    flex-direction: column;
  }
  .top-header .region-header .block-block-content {
    display: none !important;
  }
}
.top-header .region-header .block-block-content {
  width: 100%;
  display: flex !important;
}
@media (max-width: 992px) {
  .top-header .region-header .block-block-content {
    display: none !important;
  }
}

.contact-info-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-info-wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-info-wrapper ul li a {
  color: #fff;
  text-decoration: none;
}
.contact-info-wrapper ul li a:active, .contact-info-wrapper ul li a:hover {
  opacity: 0.85;
}
.contact-info-wrapper ul li .fas {
  font-weight: normal;
  font-family: var(--bs-font-sans-serif);
}
.contact-info-wrapper ul li .fas::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
[dir=ltr] .contact-info-wrapper ul li .fas::before {
  margin-right: 0.5rem;
}
[dir=rtl] .contact-info-wrapper ul li .fas::before {
  margin-left: 0.5rem;
}

.language-switcher-language-url ul {
  padding: 0;
  margin: 0;
}
.language-switcher-language-url ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.language-switcher-language-url ul li a {
  color: #fff;
  text-decoration: none;
}
[dir=ltr] .language-switcher-language-url ul li a {
  font-family: "Tajawal", sans-serif;
}
[dir=rtl] .language-switcher-language-url ul li a {
  font-family: "Jano Sans Pro";
}
.language-switcher-language-url ul li a:active, .language-switcher-language-url ul li a:hover {
  opacity: 0.85;
}
.language-switcher-language-url ul li a.active, .language-switcher-language-url ul li a.is-active {
  color: #fff !important;
  opacity: 0.75;
}

.menu--account {
  display: flex;
  min-width: max-content;
}
.menu--account ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 650px) {
  .menu--account ul {
    flex-wrap: wrap;
  }
}
.menu--account ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.menu--account ul li::after {
  display: block;
  color: #fff;
  content: "|";
}
.menu--account ul li:last-of-type::after {
  content: none;
}
@media (max-width: 575px) {
  .menu--account ul li:last-of-type::after {
    content: none;
  }
}
.menu--account ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}
.menu--account ul li a:active, .menu--account ul li a:hover {
  color: #fff;
  opacity: 0.85;
}
.menu--account ul li a.active, .menu--account ul li a.is-active {
  color: #fff !important;
  opacity: 0.75;
}

.header-image-wrapper {
  position: relative;
}
.header-image-wrapper .header-image img {
  width: 100%;
  max-height: 25rem;
}
@media (max-width: 992px) {
  .header-image-wrapper .header-image img {
    height: 11rem;
    object-fit: cover;
  }
}
.header-image-wrapper .header-title h1 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3.125rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 0 0.3125rem 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (max-width: 768px) {
  .header-image-wrapper .header-title h1 {
    font-size: 1.5rem;
  }
}
.header-image-wrapper .header-title h1 span {
  max-width: 70rem;
  margin: 0 auto;
  width: 100%;
  display: block;
}

@media (max-width: 575px) {
  main {
    margin-top: -3rem;
  }
  main .header-title {
    margin-bottom: 1.5rem;
  }
}

.region {
  padding: 0 !important;
}

.region-nav-branding {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .navbar {
    display: none !important;
  }
}

.navbar-brand {
  margin: 0 !important;
}
.navbar-brand img {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .navbar-brand {
    display: none !important;
  }
}

.field--name-body p:last-of-type {
  margin-bottom: 0;
}

.node--type-page.node--view-mode-full .layout--onecol {
  margin: 3.75rem 0;
}
.node--type-page.node--view-mode-full .layout--onecol:first-of-type {
  margin-top: 0;
}
.node--type-page.node--view-mode-full .layout--onecol:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .node--type-page.node--view-mode-full .layout--onecol {
    margin: 2rem 0;
  }
  .node--type-page.node--view-mode-full .layout--onecol:first-of-type {
    margin-top: 0;
  }
  .node--type-page.node--view-mode-full .layout--onecol:last-of-type {
    margin-bottom: 0;
  }
}
.node--type-page.node--view-mode-full .layout--onecol .block-inline-blockbasic {
  max-width: 60rem;
  text-align: center;
  margin: 0 auto;
}
.node--type-page.node--promoted > h2 {
  display: none !important;
}

.progress-tracker .progress-step.is-complete .progress-marker::before,
.progress-tracker .progress-step.is-active .progress-marker::before {
  background-color: #0033a1 !important;
}
.progress-tracker .progress-step.is-complete .progress-text,
.progress-tracker .progress-step.is-complete .progress-title,
.progress-tracker .progress-step.is-active .progress-text,
.progress-tracker .progress-step.is-active .progress-title {
  font-weight: bold !important;
  color: #0033a1 !important;
}
.progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.progress-tracker .progress-step.is-active:hover .progress-marker::before {
  background-color: #0033a1 !important;
}
.progress-tracker .progress-step.is-complete:hover .progress-text,
.progress-tracker .progress-step.is-complete:hover .progress-title,
.progress-tracker .progress-step.is-active:hover .progress-text,
.progress-tracker .progress-step.is-active:hover .progress-title {
  color: #0033a1 !important;
}
.progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: #0033a1 !important;
}

form .js-form-item > label {
  margin-bottom: 0.625rem;
  font-weight: bold;
}
form .js-form-item.form-type-radio > label, form .js-form-item.form-type-checkbox > label {
  font-weight: normal;
}
[dir=rtl] form .form-check {
  padding-right: 1.5em;
  padding-left: 0;
}
[dir=rtl] form .form-check input {
  margin-right: -1.5em;
  margin-left: 0;
  float: right;
}
form .form-control:focus-visible, form .form-control:focus-within, form .form-control:focus {
  border-color: #000;
  box-shadow: none;
}
form .form-item {
  margin: 2rem 0;
}
form .webform-options-display-side-by-side > div {
  margin: 0.625rem 0.5rem 0 0;
}
[dir=rtl] form .webform-options-display-side-by-side > div {
  margin: 0.625rem 0 0 0.5rem;
}
[dir=rtl] form .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
[dir=rtl] form .form-date {
  text-align: right;
}
form .iti--allow-dropdown {
  width: 100%;
}
[dir=rtl] form .iti--allow-dropdown .iti__flag-container {
  right: 0;
  left: auto;
}
[dir=rtl] form .iti--allow-dropdown input {
  text-align: right;
  padding-left: 0.375rem;
  padding-right: 3.25rem;
}
form #edit-relations,
form .js-form-type-vertical-tabs {
  display: none !important;
}
form .webform-type-managed-file .js-form-managed-file .form-check {
  margin: 1rem 0 0 !important;
}
form .webform-type-managed-file .js-form-managed-file .form-submit {
  margin: 1rem 0 !important;
}
form .form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ajax-progress.ajax-progress-throbber {
  float: none;
}
[dir=rtl] .ajax-progress.ajax-progress-throbber {
  direction: ltr;
}

#experiences_table .webform-multiple-table .tabledrag-toggle-weight-wrapper,
#professional_experience_table .webform-multiple-table .tabledrag-toggle-weight-wrapper,
#training_courses_table .webform-multiple-table .tabledrag-toggle-weight-wrapper {
  display: none !important;
}
#experiences_table .webform-multiple-table .tabledrag-handle .handle,
#professional_experience_table .webform-multiple-table .tabledrag-handle .handle,
#training_courses_table .webform-multiple-table .tabledrag-handle .handle {
  height: inherit;
}
#experiences_table .webform-multiple-add,
#professional_experience_table .webform-multiple-add,
#training_courses_table .webform-multiple-add {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.btn-primary {
  background-color: #0033a1 !important;
  border-color: #0033a1 !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: rgb(0, 34.8447204969, 110) !important;
  border-color: rgb(0, 34.8447204969, 110) !important;
}

.btn-secondary {
  background-color: #0082ca !important;
  border-color: #0082ca !important;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: rgb(0, 97.1782178218, 151) !important;
  border-color: rgb(0, 97.1782178218, 151) !important;
}

footer {
  background-color: #0033a1;
  color: #fff;
  text-align: center;
}

[dir=rtl] .alert.alert-status {
  padding-right: 1rem;
  padding-left: 3rem;
}
[dir=rtl] .alert.alert-status .btn-close {
  right: auto;
  left: 0;
}

.pagination .page-item .page-link {
  color: #0033a1;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0033a1;
  border-color: #0033a1;
  box-shadow: none !important;
}
[dir=rtl] .pagination .page-item:first-of-type .page-link {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}
[dir=rtl] .pagination .page-item:last-of-type .page-link {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

a {
  color: #0033a1;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:active, a:hover {
  color: rgb(0, 34.8447204969, 110);
}

.view-application-details-page .views-row {
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
.view-application-details-page h2 {
  color: #0033a1;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.75rem;
}
.view-application-details-page .webform-container {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
}
.view-application-details-page .webform-element {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0 1rem 1rem;
  border-bottom: 0.0625rem solid #dee2e6;
}
[dir=rtl] .view-application-details-page .webform-element.form-item-phone-number {
  direction: ltr;
}
.view-application-details-page .webform-element:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.view-application-details-page .webform-element label {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: block;
}
.view-application-details-page .webform-element > div:not(.item-list), .view-application-details-page .webform-element > a, .view-application-details-page .webform-element > span {
  font-size: 1rem;
  line-height: 1.6;
}
.view-application-details-page .item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-application-details-page .item-list ul li {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #dee2e6;
}
[dir=rtl] .view-application-details-page .item-list ul li {
  text-align: right;
}
.view-application-details-page .item-list ul li:last-child {
  border-bottom: none;
}
.view-application-details-page .item-list ul li b {
  color: #000;
  font-weight: 600;
}
.view-application-details-page .file {
  padding: 0;
  background-image: none;
}
.view-application-details-page .file a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  word-break: break-all;
}
.view-application-details-page .file a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
[dir=rtl] .view-application-details-page .file a::before {
  margin-right: 0;
  margin-left: 0.5rem;
}
.view-application-details-page .file.file--mime-application-pdf a::before {
  content: "\f1c1";
  color: #d32f2f;
}
.view-application-details-page .file.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before {
  content: "\f1c2";
  color: #2b579a;
}
.view-application-details-page .webform-element-type-managed-file.webform-element {
  display: none !important;
}
.view-application-details-page .webform-element-type-managed-file .item-list li {
  margin: 0;
}
.view-application-details-page .form-item-college,
.view-application-details-page .form-item-department-major {
  display: none !important;
}
@media (max-width: 768px) {
  .view-application-details-page .views-row {
    padding: 1rem;
  }
  .view-application-details-page .webform-container {
    padding: 1rem;
  }
  .view-application-details-page h2 {
    font-size: 1.5rem;
  }
  .view-application-details-page .webform-element {
    padding: 0.75rem;
  }
  .view-application-details-page .file a {
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
  }
  .view-application-details-page .file a::before {
    font-size: 0.9rem;
  }
}
[dir=rtl] .view-application-details-page .views-row,
[dir=rtl] .view-application-details-page .webform-container,
[dir=rtl] .view-application-details-page .webform-element {
  text-align: right;
}
.view-application-details-page .add-query-str {
  margin: 3rem 0 0 !important;
}

.views-exposed-form {
  margin-bottom: 3.125rem;
}
.views-exposed-form .form--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.views-exposed-form .form--inline .form-wrapper,
.views-exposed-form .form--inline > .form-item {
  width: 100%;
  max-width: 12.6rem;
  margin: 0 !important;
}
.views-exposed-form .form--inline .form-wrapper .description,
.views-exposed-form .form--inline > .form-item .description {
  font-size: 80%;
  margin-top: 0.5rem;
}
.views-exposed-form .form--inline .js-form-wrapper.form-wrapper,
.views-exposed-form .form--inline > .js-form-type-date {
  flex: 0 0 calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}
@media (max-width: 1200px) {
  .views-exposed-form .form--inline .js-form-wrapper.form-wrapper,
  .views-exposed-form .form--inline > .js-form-type-date {
    flex: 0 0 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
@media (max-width: 992px) {
  .views-exposed-form .form--inline .js-form-wrapper.form-wrapper,
  .views-exposed-form .form--inline > .js-form-type-date {
    flex: 0 0 calc(33.33% - 1rem);
    max-width: calc(33.33% - 1rem);
  }
}
@media (max-width: 576px) {
  .views-exposed-form .form--inline .js-form-wrapper.form-wrapper,
  .views-exposed-form .form--inline > .js-form-type-date {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.views-exposed-form .form--inline .js-form-wrapper.form-wrapper .js-form-item,
.views-exposed-form .form--inline > .js-form-type-date .js-form-item {
  width: 100% !important;
}
.views-exposed-form .form--inline .form-item {
  margin: 0 !important;
}
.views-exposed-form .form--inline .form-actions {
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.views-exposed-form .form--inline .form-actions input {
  width: 6.25rem;
  margin: 0;
}

.system-4xx {
  text-align: center;
}
.system-4xx .region {
  width: 100%;
}
.system-4xx .region > .block-system-main-block {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}

.messages__wrapper {
  margin-bottom: 1.25rem;
}

[dir=rtl] .iti--container {
  direction: ltr;
}
[dir=rtl] .iti--container .iti__country-list {
  text-align: right;
}

.view-job-application-entries .view-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .view-job-application-entries .view-content {
    flex-direction: column;
  }
}
.view-job-application-entries .view-content > div {
  width: 100%;
}
.view-job-application-entries .view-content .btn {
  width: 100%;
  margin: 0;
}

.name-with-read {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.name-with-read::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #ff3b30;
  border: 0.0625rem solid #cc2e25;
}
.name-with-read.read-true::before {
  background-color: #34d399;
  border-color: #10b981;
}

.view-content form .form-item {
  margin: 0 !important;
}
.view-content form#views-form-users-users-page #edit-user-bulk-form--2,
.view-content form#views-form-users-users-page #edit-taxonomy-term-bulk-form--2, .view-content form#views-form-the-desired-job-desired-jobs-page #edit-user-bulk-form--2,
.view-content form#views-form-the-desired-job-desired-jobs-page #edit-taxonomy-term-bulk-form--2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.view-content form#views-form-users-users-page #edit-user-bulk-form--2 .form-actions,
.view-content form#views-form-users-users-page #edit-taxonomy-term-bulk-form--2 .form-actions, .view-content form#views-form-the-desired-job-desired-jobs-page #edit-user-bulk-form--2 .form-actions,
.view-content form#views-form-the-desired-job-desired-jobs-page #edit-taxonomy-term-bulk-form--2 .form-actions {
  margin: 0 !important;
}
.view-content form#views-form-users-users-page > .form-actions, .view-content form#views-form-the-desired-job-desired-jobs-page > .form-actions {
  display: none !important;
}
.view-content table tbody {
  font-family: "Tajawal", sans-serif;
}
.view-content table tbody tr {
  position: relative;
}
.view-content table tbody tr td time {
  z-index: 2;
  position: relative;
}
.view-content table tbody tr td a.view-details::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.views-data-export-feed.xlsx-feed .feed-icon {
  width: 3rem;
  height: 3rem;
  background: url("../images/excel-icon.svg") no-repeat center;
}

.slick {
  position: relative;
}
.slick .slick__arrow {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  content: "";
}
.slick .slick__arrow .slick-arrow {
  z-index: 1;
  position: absolute;
  top: -0.25rem;
  border: none;
  outline: none;
  font-size: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 0 !important;
  margin: 0 !important;
}
[dir=ltr] .slick .slick__arrow .slick-arrow.slick-prev {
  background: #fff url("../images/circle-left.svg") no-repeat center;
  left: 0;
}
[dir=rtl] .slick .slick__arrow .slick-arrow.slick-prev {
  background: #fff url("../images/circle-right.svg") no-repeat center;
  right: 0;
}
[dir=ltr] .slick .slick__arrow .slick-arrow.slick-next {
  background: #fff url("../images/circle-right.svg") no-repeat center;
  right: 0;
}
[dir=rtl] .slick .slick__arrow .slick-arrow.slick-next {
  background: #fff url("../images/circle-left.svg") no-repeat center;
  left: 0;
}
.slick .slick__arrow .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pdf-slide {
  text-align: center;
}
.pdf-slide a {
  width: 90%;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print {
  .view-job-application-entries,
  .admin-toolbar,
  .admin-toolbar-control-bar,
  .header-image-wrapper,
  .alert-status,
  .add-query-str,
  .view-pdf-preview,
  header,
  footer {
    display: none !important;
  }
  .admin-toolbar ~ .dialog-off-canvas-main-canvas {
    margin: 0 !important;
  }
  .view-application-details {
    margin: 0 !important;
  }
  .container {
    max-width: 100%;
  }
  .views-row {
    padding: 1rem !important;
    background-color: #fff !important;
    box-shadow: none !important;
  }
  .webform-container {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .webform-container .webform-element {
    margin-bottom: 0.25rem !important;
    padding: 0 0 0.25rem !important;
  }
  .webform-container .webform-element:last-of-type {
    border-bottom: 0.0625rem solid #dee2e6;
  }
  .webform-container .webform-element label {
    margin-bottom: 0.25rem !important;
  }
  .webform-container .webform-element .item-list ul li {
    padding: 0 0 0.25rem !important;
  }
  .webform-container .webform-element .item-list ul li:last-of-type {
    padding: 0 !important;
  }
  .view-application-details h2 {
    margin-bottom: 1rem;
  }
  .webform-element-type-managed-file {
    display: block !important;
    margin-bottom: 0 !important;
    border: none !important;
  }
  .file a {
    padding: 0 !important;
  }
  main .col-12.mt-5.mb-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body::after {
    content: none;
    display: none;
  }
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }
  * {
    margin: 0;
    box-shadow: none !important;
    background: none !important;
  }
}

/*# sourceMappingURL=custom.css.map */
