/* looged in user menu */

.search-menu {
  height: 42px;
  margin: auto;
  display: flex;
  margin-left: 16px;
}

.search-menu img {
  margin: auto;
}

.nav-profile {
  min-width: 240px;
  height: 42px;
  display: flex;
  padding: 8px;
  gap: 8px;
  border-radius: 6px;
  border: 0.5px solid var(--Stander-colors-Grey-Scale-Soft-Gray, #e9e9e9);
  /* background: var(--Stander-colors-BG-BG-Main, #fff); */
  justify-content: space-between;
  /* M - Shadow */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04),
    0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.nav-profile span {
  cursor: pointer;
  overflow: hidden;
  color: var(--Stander-colors-Fonts-Primary-Font, #435363);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}

.nav-profile-icon {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: var(--Color-p, #25935f);
}

.nav-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #facc15;
  color: #000;
  font-size: 0.7rem;
  padding: 0 5px;
  border-radius: 50%;
  font-weight: bold;
}

.icon-btn {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 6px 10px;
  background: #fff;
  position: relative;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.dropdown-menu {
  margin-top: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid rgba(157, 164, 174, 0.3);
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  padding: 10px;
}

.dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
  top: 70px;
}

/* notification in notification page and header  */

.user-dropdown-menu {
  min-width: 12rem;
  padding: 20px 15px;
}

.user-dropdown-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.user-dropdown-menu-item a {
  display: flex;
  gap: 10px;
}

.user-dropdown-menu-item h4 {
  text-align: right;
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 5px;
}

.user-dropdown-menu-item p {
  font-size: 12px !important;
  text-align: right;
}

.notification-dropdown-menu {
  overflow-y: auto;
  min-height: 100px;
  max-height: 470px;
  width: 514px;
  padding: 21px 48px;
}

.notification-card {
  padding: 16px;
  height: 80px;
  border-right: 4px solid #e5e7eb;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  margin-bottom: 16px;
}

.notification-item {
  text-align: right;
  display: flex;
}

.notification-image {
  margin: unset;
}

.notification-image img {
  width: 24px;
}

.notification-data {
  margin-right: 15px;
}

.notification-data h6 {
  color: var(--Color-st-2, #384250);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

.notification-data p {
  color: var(--Color-st-1, #9da4ae);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.notification-data span {
  color: var(--Color-st-1, #9da4ae);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.notification-warning {
  border-right: 2px solid #f5bd02;
}

.notification-info {
  border-right: 2px solid #b2ddff;
}

.notification-success {
  border-right: 2px solid #b8eacb;
}

.notification-icon {
  width: 20.53px;
  height: 22.264px;
  flex-shrink: 0;
}

.notification-close {
  font-size: 1.2rem;
  color: #9ca3af;
  cursor: pointer;
}

/* service card */

.servcie-cards {
}

.service-card {
  position: relative;
  /* width: 286px; */
  height: 303px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #ecf0f1;
  background: #fff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 22px;
  /* margin-left: 20px; */
  margin-bottom: 25px;
}

.servcie-cards .service-tag {
  display: inline-flex;
  height: 30px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 38px;
  border: 0.5px solid #25935f;
  background: #fdfdfd;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.servcie-cards .service-tag:hover {
  background: #25935f !important;
  color: #fff;
}

.service-card-env-stage {
  top: 0;
  left: 0;
  position: absolute;
  width: 85px;
  height: 37px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px 0px;
  background: rgba(178, 221, 255, 0.35);
}

.service-card-env-stage p {
  color: #2d718c;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.service-card-env-prod {
  top: 0;
  left: 0;
  position: absolute;
  width: 85px;
  height: 37px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px 0px;
  background: rgba(184, 234, 203, 0.4);
}

.service-card-env-prod p {
  color: var(--Color-p, #25935f);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.service-card-img {
  margin-bottom: 15px;
}

.service-card-title {
  width: 100%;
  min-height: 60px;
  color: #242424;
  text-align: right;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  overflow: auto;
  max-height: 60px;
}

.service-card-description {
  width: 100%;
  color: #697582;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  height: 100px;
  overflow: auto;
}

.service-card-buttom {
  display: flex;
  justify-content: space-between;
}

.service-card-action {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.service-card-bookmark {
  margin-left: 10px;
}

.service-card-link {
  display: flex;
  width: 86px;
  height: 30px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 38px;
  border: 0.5px solid rgba(157, 164, 174, 0.2);
  background: #fff;

  /* Small-Down */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.service-card-link a {
  text-decoration: none;
  color: var(--Color-p, #25935f);
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}

.service-card-info p {
  color: #435363;
  text-align: center;

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 200% */
  margin-bottom: 5px;
}

.service-card-info .version {
  color: #242424;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

/* support-section */

.support-section {
  margin-top: 24px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #d2d6db;
  background: #fff;
}

.support-section h3 {
  color: #1f2a37;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-top: 16px;
  margin-bottom: 16px;
}

/* faq */

.faq-section {
  margin-top: 135px;
}

.faq-header {
  margin-bottom: 44px;
}

.faq-header h3 {
  color: #242424;
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
}

.accordion-button {
  color: var(--Text-text-default, #161616);
  background: #f9fafb;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  justify-content: space-between;
}

.accordion-button::after {
  margin-left: unset;
}

.accordion-button:not(.collapsed) {
  color: var(--Text-text-default, #161616);
  background-color: unset;
}

.accordion-item {
  border: unset;
  border-bottom: 1px solid var(--Border-border-neutral-primary, #d2d6db);
}

/* sidebar */

.page-sidebar {
  padding: var(--Global-spacing-5xl, 40px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Global-spacing-3xl, 24px);
  border-radius: var(--Radius-radius-lg, 16px);
  border: 1px solid var(--Border-border-background-neutral, #d2d6db);
  background: var(--Background-background-white, #fff);
}

.page-sidebar-files a {
  text-decoration: none;
  margin-bottom: 25px;
  display: flex;
  width: 232px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: var(--Global-spacing-none, 0px)
    var(--Button-buttons-lg-padding, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Button-buttons-lg-gap, 4px);
  border-radius: var(--Radius-radius-sm, 4px);
  border: 1px solid rgba(157, 164, 174, 0.2);
  background: var(--Color-bg, #fefefe);

  /* ظل الازرار */
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);

  color: var(--Color-pt, #242424);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page-sidebar hr {
  width: 232px;
  height: 1px;
  background: var(--Border-border-neutral-primary, #d2d6db);
}

.page-sidebar-info .data-info h3 {
  color: var(--Text-text-display, #1f2a37);
  font-size: var(--Size-Text-typo-size-text-Ig, 18px);
  font-weight: 700;
  line-height: var(
    --Line-Height-Text-line-heights-text-Ig,
    28px
  ); /* 155.556% */
}

.page-sidebar-info .data-info p {
  color: var(--Color-st-2, #384250);
  font-size: var(--Size-Text-typo-size-text-md, 16px);
  font-weight: 400;
  line-height: var(--Line-Height-Text-line-heights-text-md, 24px); /* 150% */
  margin-bottom: 16px;
}

.page-sidebar-info .data-info a {
  text-decoration: none;
  color: var(--Link-link-primary, #1b8354);
  font-size: var(--Size-Text-typo-size-text-md, 16px);
  font-weight: 400;
  line-height: var(--Line-Height-Text-line-heights-text-md, 24px); /* 150% */
}

.page-sidebar-info .data-info .status {
  justify-content: start;
  position: relative;
  margin-bottom: 4px;
}

.page-sidebar-info .data-info .status span {
  position: absolute;
  height: 117px;
  width: 2px;
  background: #9da4ae;
  right: 12px;
  top: 20px;
}

.page-sidebar-info .data-info:last-of-type .status span {
  height: 0px;
}

.page-sidebar-info .data-info .time-status {
  color: #9da4ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 22px;
  min-height: 20px;
  margin-bottom: 17px;
}

.page-sidebar-info .data-info .status-description {
  margin-right: 22px;
  margin-bottom: 4px;
}

.p-lable {
  color: #1f2a37;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.p-data {
  color: var(--Color-st-2, #384250);
  font-size: 16px;
  font-weight: 400;
}

/* pagination */

.pagination {
  float: left;
}

.page-item .page-link {
  border: unset;
  background: unset;
}

.page-item.active .page-link {
  background: unset;
  color: #161616;
  border-bottom: 4px solid #1b8354;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.page-link:hover {
  z-index: 2;
  color: unset;
  background-color: unset;
  border-color: unset;
}

.page-item a {
  color: #161616;
  /* font-family: "IBM Plex Sans Arabic"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* status */

.status {
  display: flex;
  width: 120px;
  height: 44px;
  padding: 8px;
  margin: 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #435363;
  font-size: 14px;
  border-radius: 50px;
  background: rgba(209, 233, 255, 0.3);
}

.status-lg {
  width: 100%;
}

.status.status-new {
  background: rgb(184 234 203 / 25%);
}

.status.status-new svg circle {
  fill: #25935f;
}

.status.status-rejected {
  background: rgb(180 35 24 / 5%);
}

.status.status-rejected svg circle {
  fill: #b42318;
}

.status.status-inprogress {
  background: #fffcf4;
}

.status.status-inprogress svg circle {
  fill: #fdbf21;
}

.status.status-closed {
  background: rgb(157 164 174 / 20%);
}

.status.status-closed svg circle {
  fill: #384250;
}

/* table */
.najiz-table h3 {
  color: var(--Color-st-2, #384250);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
}

.najiz-table table {
  width: 100%;
}

.najiz-table tbody tr {
  margin-top: 12px;
  margin-bottom: 12px;
  /* display: flex; */
  height: 78px;
  padding: 16px;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04),
    0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.najiz-table .t-header {
  padding: 8px 16px;
  gap: 8px;
  align-self: stretch;

  border-radius: 10px;
  background: #f6f6f7;
  color: #435363;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.najiz-table tbody .t-number p {
  /* width: 15%; */
  flex-shrink: 0;
  color: #008d55;
  text-align: center;

  font-size: 18px;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
}

.najiz-table tbody .t-name {
  width: 50%;
}

.najiz-table tbody .t-name p {
  color: var(--Color-st-2, #384250);
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

/* responsive */

@media (max-width: 992px) {
  .left-menu {
    margin-top: 10px;
    justify-content: space-between;
  }

  .notification-dropdown-menu {
    width: 320px;
    padding: 20px 20px;
  }
}

pre code,
.microlight,
code {
  direction: ltr !important;
  unicode-bidi: embed !important;
  font-family: Consolas, "Courier New", monospace !important;
}
