/* @font-face {
  font-family: 'noto_naskh_arabicregular';
  src: url("/Style%20Library/LD2/ar-sa/font/notonaskharabic-regular-webfont.woff2") format("woff2"), url("/Style%20Library/LD2/ar-sa/font/notonaskharabic-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

* {
  font-family: "noto_naskh_arabicregular", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: "noto_naskh_arabicregular", sans-serif;
} */

:root {
  --tab-bg: #066058;
  --tab-active: #c69a47;
  --tab-active-text: #fff;
  --chip-bg: #0f766e0d;
  --chip-border: #cde8dd;
}

a {
  color: #066058;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.40em !important;
  color: #c69a47;
}



.nav-pills .nav-link {
  background: var(--tab-bg);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: .6rem 1rem;
  transition: .2s ease;

}

.nav-pills .nav-link.active {
  background: var(--tab-active);
  color: var(--tab-active-text);
  box-shadow: 0 6px 16px rgba(22, 106, 69, .25);
}

.pointer {
  cursor: default;
}

.title-card {
  background: #fff;
  border: 1px solid var(--chip-border);
  border-radius: 16px;
  padding: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.title-card.bg-soft {
  background: var(--chip-bg);
}

.custom-divider {
  margin: 1.5rem 0;
  color: transparent;
}

.brown-hr {
  width: 70px;
  color: #dba102;
}

.justify {
  text-align: justify;
}

.text-kfu {
  color: #066058;
}

.top-24 {
  margin-top: -24px;
}

.list-none {
  list-style: none;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-1000 {
  max-width: 1000px;
}

/*----------------------------*/
.d-flex>.border-img {
  flex: 0 0 150px !important;
  display: block !important;
  align-self: stretch !important;
}

.border-img {
  max-width: 160px;
}

.custom-divider {
  margin: 1.5rem 0;
  color: transparent;
}

.custom-divider-sm {
  margin: 1rem 0;
  color: transparent;
}

.social a {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: .7rem;
  background: transparent;
  color: #066058;
  transition: .2s;
  text-decoration: none;
}

.social a:hover {
  background: #066058;
  ;
  color: #fff;
  transform: translateY(-2px);
}

.bg-number {
 flex: 0 0 20px !important;
    height: 20px;
    background: #9bbfbc;
    color: #074d47;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 3px 10px;
    font-size: .8rem;
    padding-top: 3px;
}

.text-kfu-sec {
  color: #dba102;
}

.btn-kfu-solid {
  --bs-btn-color: #fff;
  --bs-btn-bg: #066058;
  --bs-btn-border-color: #26634B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #26634B;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #26634B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: gray;
  --bs-btn-disabled-border-color: gray;
}

.btn-kfu {
  --bs-btn-color: #000;

  --bs-btn-bg: transparent;
  /* color: #066058 !important; */
  --bs-btn-border-color: #26634B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #066058;
  --bs-btn-hover-border-color: #26634B;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #26634B;
  --bs-btn-active-border-color: #066058;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: gray;
  --bs-btn-disabled-border-color: gray;
}



.table-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #24895b;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
  background-color: #e8f0ec;
  color: #173729;
}

.accordion-item {
  margin-bottom: 0.4rem;
  border-radius: 0.5rem !important;
}

.accordion-button:focus {
  box-shadow: unset;
}

.pdf-viewer {
  width: 100%;
  height: 60vh;
  /* Adjust height as needed */
  border-radius: 1rem;
  filter: drop-shadow(4px 4px 8px #ddd);
}

.social a {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: .7rem;
  background: transparent;
  color: #066058;
  transition: .2s;
  text-decoration: none;
}

.social a:hover {
  background: #066058;
  ;
  color: #fff;
  transform: translateY(-2px);
}

.staff-img {
  width: 140px;
  height: 136px;
}

.acadimic-img{
  width: 100px;
  height: 67px;
}

.email-text {
  display: block;
  word-break: break-all;
  white-space: normal;
}
.list-group-item.active{
  background-color:#066058; border-color: #066058;
}
.nav-tabs .tab-custom .active {
  border-bottom: 3px solid #fff !important;color: #fff !important;
  background-color: #066058 !important;
}
.nav-tabs .tab-custom .nav-link{color: #000;}
.nav-tabs .tab-custom .nav-link:hover{color: #000 !important; text-decoration: underline; text-underline-offset: 0.40em !important;}
.nav-tabs .tab-custom .nav-link.active:hover{
  color: white !important;
}
.tab-space {
        white-space: nowrap;
    }
    .tab-overflow{flex-wrap: nowrap;}
    .tab-space::-webkit-scrollbar{ height: 4px !important;background-color: #EBEAF0;}
.tab-space::-webkit-scrollbar-thumb{background-color: #adc3c8;}

.bg-kfu{background-color: #066058;}
.acadimic-card {
  text-decoration: none !important;
}

.acadimic-card:hover {
  text-decoration: none !important;
}

.acadimic-card .border {
  transition: all 0.3s ease;
}

.acadimic-card:hover .border {
  background-color: #066058 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.acadimic-card:hover h5 {
  color: #fff !important;
}

.acadimic-card:hover .acadimic-img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.modal .btn-close {
  filter: invert(1) brightness(2);
  opacity: 1 !important;
}

.modal .btn-close:hover {
  filter: invert(0) brightness(2);
}

table td, 
table th {
  vertical-align: middle !important;
}


@media (max-width: 779px) {
  #subTabs {
    /* ul.nav */
    flex-direction: column !important;
    align-items: stretch;
  }

  #subTabs .nav-item {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  #subTabs .nav-link {
    width: 100%;
    display: block;
  }

  .border-img {
    margin-left: auto;
    margin-right: auto;
  }

  .table-responsive table {
    white-space: nowrap
  }

  .d-border-mob-none{
    border: none !important;
    background-color: transparent !important;
  }

}