﻿:root {
  --dark-900: #15171c;
  --dark-800: #444549;
  --dark-700: #6c758a;
  --dark-600: #56617d;
  --dark-500: #828ca1;
  --dark-400: #979eab;
  --dark-300: #cfd3d7;
  --light-600: #b8bec3;
  --light-500: #eff4fe;
  --light-400: #cfd8ea;
  --light-300: #dee6f6;
  --light-200: #f8f9ff;
  --light-100: #e9eef9;
  --light-btn: #dfe7f9;
}
.controlsFilters {
  border: 1px solid #e9ecef;
  background: #fefefe;
  box-shadow: 0 0 6px #ebeef4;
  border-radius: 10px;
}

.bar-icos {
  background: rgba(255, 255, 255, 0.75);
  color: #11307f;
  border-radius: 0.375rem;
  border: 1px solid var(--light-300);

  transition: all ease-in-out 0.3s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: fit-content;
}

.bar-icos a {
  display: inline-block;
  margin: 6px;
  padding: 8px 10px;
  cursor: pointer;
  color: #11307f;
  border-radius: 100%;
}

.bar-icos a svg {
  opacity: 0.75;
  transition: all ease-in-out 0.3s;
}

.bar-icos a:hover {
  background: #11307f;
}

.bar-icos a:hover svg {
  color: #fff;
  opacity: 1;
}

.card-custom {
  border: none !important;
}

.chart-head {
  background: #f3f5f7;
  border-radius: 6px;
  padding: 0.5rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  display: flex !important;
}

.margin-after-1 {
  margin-right: 8.333% !important;
}

.margin-after-2 {
  margin-right: 16.666% !important;
}

.margin-after-3 {
  margin-right: 25% !important;
}

.margin-after-4 {
  margin-right: 33.333% !important;
}

.margin-after-5 {
  margin-right: 41.666% !important;
}

.margin-after-6 {
  margin-right: 50% !important;
}

.margin-after-7 {
  margin-right: 58.333% !important;
}

.margin-after-8 {
  margin-right: 66.666% !important;
}

.margin-after-9 {
  margin-right: 75% !important;
}

.margin-after-10 {
  margin-right: 83.333% !important;
}

.margin-after-11 {
  margin-right: 91.666% !important;
}

.margin-after-12 {
  margin-right: 100% !important;
}

.margin-before-1 {
  margin-left: 8.333% !important;
}

.margin-before-2 {
  margin-left: 16.666% !important;
}

.margin-before-3 {
  margin-left: 25% !important;
}

.margin-before-4 {
  margin-left: 33.333% !important;
}

.margin-before-5 {
  margin-left: 41.666% !important;
}

.margin-before-6 {
  margin-left: 50% !important;
}

.margin-before-7 {
  margin-left: 58.333% !important;
}

.margin-before-8 {
  margin-left: 66.666% !important;
}

.margin-before-9 {
  margin-left: 75% !important;
}

.margin-before-10 {
  margin-left: 83.333% !important;
}

.margin-before-11 {
  margin-left: 91.666% !important;
}

.margin-before-12 {
  margin-left: 100% !important;
}

.card.col-card-input {
  border: 2px dashed lightgrey;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 7px;
}

.card.col-card {
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 7px;
}

.mud-select {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  background-color: white;
}

.mud-input-control {
  margin: 0 !important;
}

.mud-select-sm > div > div > .mud-input-outlined-border {
  border-radius: 0.25rem !important;
}

.mud-input-outlined-border {
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
}

.mud-select-sm > div > div > .mud-input-slot {
  padding: 0.45rem 0.45rem !important;
  font-size: 0.875rem !important;
}

.mud-input-slot {
  padding: 0.6rem 0.75rem !important;
  font-size: 1rem !important;
}

.mud-popover-open {
  z-index: 10000 !important;
}

@media (min-width: 992px) {
  .col-lg-count-5 {
    flex: 0 0 auto;
    width: 20% !important;
  }
}

@media (min-width: 576px) {
  .suggestion-width {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .suggestion-width {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .suggestion-width {
    width: 170px;
  }
}

@media (min-width: 1400px) {
  .suggestion-width {
    width: 200px;
  }
}

.card-suggestion-item {
  padding: 0rem 0.5rem;
  margin-bottom: 0.25rem;
}

.card-suggestion-item span {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: start;
  border: 1px solid #c3ccd5;
}

.card-suggestion-item button {
  border-color: #c3ccd5;
}
/*addedby mohamed  Kassem*/
.sidebar .dropdown-menu.show {
  width: 100%;
  position: static;
  background-color: rgba(255, 255, 255, 0.2);
}
.action-btn-list {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.25rem;
}
.icon-lg svg {
  width: 2rem;
  height: 2rem;
}
.btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn .icon svg {
  width: 1rem;
  height: 1rem;
}
.btn-outline-light {
  border-color: var(--light-400) !important;
  color: var(--dark-900) !important;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: var(--dark-600) !important;
}
.btn-action-24 {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-action-24 svg {
  width: 1.25rem;
  height: 1.25rem;
}
.btn.delet-btn {
  color: #e82c2c;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220%200%2024%2024%22 fill%3D%22none%22%3E%3Cpath d%3D%22M12%205V19M5%2012H19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220%200%2024%2024%22 fill%3D%22none%22%3E%3Cpath d%3D%22M5%2012H19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}
.badge.text-bg-primary {
  color: var(--bs-primary);
  background-color: var(--light-200);
  font-weight: 600;
}
.page-body {
  padding-block: 1.5rem 0.75rem;
}
.page-header {
  position: sticky;
  top: 56px;
  z-index: 1000;
  background-color: var(--bs-white);
  padding-block: 0.5rem;
}
.page-headline {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--dark-900);
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-headline .active-page {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-700);
  padding-inline-start: 0.125rem;
  position: relative;
}

.btn-upload-excel-to-stream {
  /*display: none !important;*/
}

.dashed-item {
  border-inline-end: 2px dashed black;
  padding-inline-end: 0.5rem;
  min-height: 100%;
}
.swal-footer {
  text-align: center !important;
}

.analysis-component-card {
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  border: 2px dashed var(--bs-primary);
}
.dashboard-offcanvas-popup form .row.g-3:has(.col-group) {
  --bs-gutter-x: 0;
}
.dashboard-offcanvas-popup .col-group {
  width: 100%;
}

.dashboard-offcanvas-popup .dashed-item {
  border-inline-end: unset;
  border-bottom: 2px dashed black;
  padding-inline-end: 0;
  padding-bottom: 1rem;
}
html:dir(rtl) {
  .arrow {
    transform: rotate(180deg);
  }
}

.btn-upload-excel-to-stream{
    display: none !important;
}