﻿body:dir(ltr) {
  font-size: 18px;
}
body:dir(rtl) {
  font-size: 18px;
}
body {
  font-family: 'Cairo', sans-serif;
  color: #4A4A4A;
  font-weight: 400;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #101222;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #101222;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #101222;
}
h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #101222;
}
span.label,
div.label,
label {
  font-size: 18px;
  font-weight: 400;
  color: #101222;
}
button,
submit,
btn {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
p {
  font-size: 18px;
}
a.btn-outline-danger {
  color: #DC3545;
}
.btn-primary {
  background-color: #003AC1;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #0D6EFD;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
.btn-primary:disabled {
  background-color: #D2D4DA;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
.btn-secondary:disabled {
  background-color: #D2D4DA;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
}
.btn-tertiary {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
  color: #003AC1;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-tertiary:hover {
  border-color: #FFFFFF;
  background-color: #D2D4DA !important;
  color: #003AC1;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
}
.btn-tertiary:disabled {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
  color: #A5A5A5;
  font-weight: 500;
  font-size: 1rem;
}
.btn-danger {
  border-color: #DC3545;
  background-color: #DC3545 !important;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: #FF6A79;
  background-color: #FF6A79 !important;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
.btn-success {
  border-color: #198754;
  background-color: #198754 !important;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
.btn-success:hover {
  border-color: #2EB978;
  background-color: #2EB978 !important;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
@media print {
  .no-print {
    display: none;
  }
  .print {
    display: inline-block !important;
  }
}
.print {
  display: none;
  break-after: auto;
  break-before: auto;
  break-inside: avoid;
}
div.actions {
  margin-bottom: 15px;
}
body {
  font-family: 'Cairo', sans-serif;
  color: #4A4A4A;
  font-weight: 400;
  background: #F7FAFC;
}
span.field-validation-error {
  color: #DC3545;
  font-size: 0.875rem;
}
label.required {
  font-weight: bold;
}
.tooltip-warning .tooltip-inner {
  background-color: #ffc107;
  color: #212529;
}
.top-header {
  background-color: #F9FAFB;
  padding: 0 !important;
}
.log-in-background,
.sign-up-background {
  background-color: #F9FAFB !important;
  background-image: url("/images/backgrounds/sign-up-sign-in-background.svg");
  background-position: bottom;
  background-repeat: repeat-x;
}
header.flat a:link,
header.flat a:visited {
  color: #101222;
  text-decoration: none;
}
.navbar-collapse {
  justify-content: center;
  gap: 2%;
  font-size: 18px;
}
.navbar {
  background-color: #FFFFFF;
}
.navbar .nav-item .nav-link {
  color: #101222 !important;
}
.navbar .nav-link {
  color: #101222;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.navbar .nav-link.active {
  color: #101222 !important;
  font-weight: 700;
  border-bottom: #101222 3px solid;
}
.navbar .nav-link.btn.btn-primary {
  color: white !important;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  border-radius: 26px;
}
.navbar .dropdown-toggle {
  border: 0;
}
.navbar .dropdown-toggle.show {
  font-weight: 700;
}
.navbar .dropdown-menu .nav-link.active {
  color: #101222 !important;
  background-color: #F1F5FE;
  font-weight: 700;
  border-bottom: 0;
}
.navbar .dropdown-menu .nav-link {
  text-align: start;
  padding: 5% 10%;
}
.sidebar .nav-item .nav-link {
  color: #003AC1 !important;
}
.sidebar .nav-link {
  color: #003AC1;
  font-weight: 400;
}
.sidebar .nav-link.active {
  color: #003AC1 !important;
  font-weight: 500;
}
footer {
  border-top: 1px solid #D2D4DA;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.alert-danger {
  border-color: #DC3545;
  background-color: #FDF6F7;
}
.alert-info {
  border-color: #0D6EFD;
  background-color: #F1F5FE;
}
.alert-success {
  border-color: #198754;
  background-color: #F2FAF9;
}
.alert-warning {
  border-color: #FFC107;
  background-color: #FFFCF2;
}
.progress-panel {
  background-color: #F9FAFB;
}
.review-list-item {
  display: inline-block;
  background: #FFFFFF padding-box;
  border: 1px solid #003AC1;
  color: #003AC1;
  border-radius: 5px;
  opacity: 1;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.review-list-block {
  background: #FFFFFF padding-box;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
  opacity: 1;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}
.ngo-profile-panel {
  background-color: #F9FAFB;
  padding-top: 10px;
  padding-bottom: 10px;
}
.circle {
  width: 200px;
  border-radius: 50%;
  border: 2px solid #D2D4DA;
  background: #FFFFFF;
}
.circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.circle {
  position: relative;
  line-height: 0;
}
.circle .circle-text {
  position: absolute;
  bottom: 65%;
  width: 100%;
  text-align: center;
}
.circle .circle-text-2 {
  position: absolute;
  bottom: 30%;
  width: 100%;
  text-align: center;
}
.accordion-table-header {
  border-radius: 10px;
  background-color: #F9FAFB;
  border: 0;
  font: normal normal medium 14px/24px Inter;
  color: #101222;
  padding: 16px;
  letter-spacing: -0.62px;
}
.accordion-table-body {
  font: normal normal normal 14px/24px Inter;
  letter-spacing: -0.27px;
}
.sidebar div .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.project-district {
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  /*border: solid 1px #dee2e6;
    border-radius: 5px;
    margin-top: 5px;*/
  margin-left: 5px;
}
.floating-buttons-container {
  float: left;
  margin-left: 80px;
  margin-top: -50px;
  z-index: 1;
  top: 2px;
  position: relative;
}
.buttons-right {
  float: right !important;
  margin-right: 80px !important;
}
.accordion-button {
  z-index: 0 !important;
}
.arabic-text {
  direction: rtl;
}
.english-text {
  direction: ltr;
}
.question-item {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 10px;
}
.noborder-button,
.noborder-button:hover,
.noborder-button:active {
  border: none;
  background-color: white;
}
.btn-outline-danger.nobored-button:active {
  color: #dc3545 !important;
}
.thin-button {
  padding: 2px;
}
.thin-button.btn-outline-danger:hover {
  color: #dc3545;
}
div.bold {
  font-weight: bold;
}
.padding-div {
  padding: 5px 25px 5px 25px;
}
.thematic-question-text {
  color: black;
  font-weight: bolder;
  margin-bottom: 10px;
}
.thematic-question-assistive-text {
  color: gray;
  margin-bottom: 10px;
}
.thematic-category-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.thematic-category-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: blue;
}
.english-text {
  direction: ltr;
}
.arabic-text {
  direction: rtl;
}
.question-item {
  margin-top: 10px;
  margin-bottom: 40px;
}
.log-frame-proof,
.thematic-question-answer {
  margin-top: 5px;
  margin-bottom: 5px;
}
.log-frame-comment,
.planned-activity-comment,
.log-frame-comment-input,
.planned-activity-comment-input,
.beneficiaries-comment,
.beneficiaris-comment-input,
.thematic-question-comment,
.thematic-question-comment-input {
  margin-bottom: 10px;
  margin-top: 10px;
}
.planned-activity-comment-time,
.planned-activity-comment-user,
.log-frame-comment-time,
.log-frame-comment-user,
.beneficiaries-comment-time,
.beneficiaries-comment-user,
.thematic-question-comment-time,
.thematic-question-comment-user {
  color: grey;
  font-size: 14px;
}
.planned-activity-comment-time,
.log-frame-comment-time,
.beneficiaries-comment-time,
.thematic-question-comment-time {
  text-align: end;
}
.planned-activity-comment-content,
.log-frame-comment-content,
.beneficiaries-comment-content,
.thematic-question-comment-content {
  color: blue;
  margin-bottom: 10px;
}
.indicators-count {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}
.zero-indicators {
  color: red;
}
.div-copy-report {
  margin-bottom: 15px;
}
.comments-header {
  margin-top: 20px;
}
.fixed-size-button-145 {
  width: 145px;
  margin-bottom: 5px;
}
.custom-card-parent {
  border-radius: 16px;
  border: 1px solid #AEBECD;
  background: #FFF;
  margin-top: 30px;
}
.custom-card-header {
  border-radius: 16px 16px 0px 0px;
  background-color: #EDF2F7;
  border: solid 1px #A5A5A5;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
}
.custom-card-header-title {
  flex-grow: 1;
  color: #101222;
  font-family: Cairo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.custom-card-body {
  padding: 1rem;
}
.objective-list-item {
  list-style-image: url(../images/icons/1.5rem/objective.svg);
}
.indicator-list-item {
  list-style-image: url(../images/icons/1.5rem/indicator.svg);
}
.activity-list-item {
  list-style-image: url(../images/icons/1.5rem/outcome.svg);
}
.spending-difference {
  font-size: 20px;
}
.spending-difference label {
  font-size: 20px !important;
  margin-block-start: 5px;
  /*margin-right: 5px;*/
}
.difference-red,
.difference-red label {
  color: red !important;
}
.difference-red img {
  filter: invert(18%) sepia(92%) saturate(7290%) hue-rotate(2deg) brightness(91%) contrast(127%);
}
.difference-green,
.difference-green label {
  color: green !important;
}
.difference-green img {
  filter: invert(25%) sepia(84%) saturate(1553%) hue-rotate(97deg) brightness(101%) contrast(104%);
}
.difference-yellow,
.difference-yellow label {
  color: #FFBF00 !important;
}
.difference-yellow img {
  filter: invert(77%) sepia(11%) saturate(6252%) hue-rotate(357deg) brightness(103%) contrast(108%);
}
.spending-invalid {
  border: 1px solid red;
}
.right-to-left {
  direction: rtl !important;
}
.next-btn {
  float: inline-end;
  background-color: #212529;
  /*padding: 8px 24px 8px 24px;*/
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.next-btn img,
.btn-dark img {
  margin-inline-start: 20px;
  float: inline-end;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.end {
  float: inline-end;
}
.next-btn img.ar,
.btn-dark img.ar {
  transform: rotate(180deg);
}
.report-title h2 {
  display: inline-block;
}
.day[style*="background-color"] .day-content {
  color: #FFFFFF !important;
}
.custom-card-no-bottom-radius {
  border-radius: 16px 16px 0px 0px;
}
.side-borders {
  border-left: 1px solid #AEBECD;
  border-right: 1px solid #AEBECD;
}
.side-borders table {
  border-radius: 0;
}
.custom-card-no-radius,
.custom-card-no-radius .custom-card-header {
  border-radius: 0px;
  margin-top: 0;
  border-top: 0;
}
table.no-spaces {
  margin-bottom: 0px;
}
.bottom-radius {
  border-radius: 0px 0px 16px 16px;
  border-bottom: 1px solid #AEBECD;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.with-bottom-radius {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: solid 1px #A5A5A5;
}
.table-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #101222;
  /*overflow: hidden;*/
}
.form-control-custom {
  border-radius: 6px;
  border: 1px solid #AEBECD;
  background: #F8F9FA;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #404B5A;
}
/**/
#msform ul {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.main-body {
  border: 0 none;
  border-radius: 20px;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  box-sizing: border-box;
  width: 80%;
  /* margin: 0 10%;*/
  /*stacking fieldsets above each other*/
  position: relative;
}
.breadcrumbs {
  position: relative;
  z-index: 1;
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #E8F1F8;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}
.page-header {
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}
div.main-container {
  background-image: url(/images/backgrounds/background-bottom.svg);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li:before {
  content: url(../images/icons/1.5rem/progress-disable.svg);
  counter-increment: step;
  width: 20px;
  height: 20px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
}
#progressbar li {
  margin-top: 5px;
  list-style-type: none;
  color: gray;
  text-transform: uppercase;
  font-size: 9px;
  width: var(--li-width);
  float: var(--li-float);
  position: relative;
  letter-spacing: 1px;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #A8A8A8;
  position: absolute;
  left: var(--li-after-left);
  top: 9px;
  z-index: 1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  content: url(../images/icons/1.5rem/progress-processing.svg);
  /*background: #ee7900;
    color: white;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee7900;*/
}
#progressbar li.active:after {
  background: #ee7900;
  color: white;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
/* */
#progressbar li.passed:before {
  content: url(../images/icons/1.5rem/progress-check.svg);
}
#progressbar li.passed:after {
  background: #119900;
  color: white;
}
#external-list {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid gray;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  height: 28px;
  overflow: auto;
  padding: 2px;
  resize: both;
  width: 400px;
}
.create-section-container {
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px dashed #AEBECD;
  background: #EDF2F7;
}
table {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
table thead tr {
  background-color: #101222;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 122.222% */
}
table tbody tr {
  background-color: #FFF;
  color: #101222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 122.222% */
}
[dir="rtl"] table thead tr:first-child th:first-child {
  border-radius: 0px 16px 0px 0px !important;
}
[dir="rtl"] table thead tr:first-child th:last-child {
  border-radius: 16px 0px 0px 0px !important;
}
[dir="ltr"] table thead tr:first-child th:first-child {
  border-radius: 16px 0px 0px 0px !important;
}
[dir="ltr"] table thead tr:first-child th:last-child {
  border-radius: 0px 16px 0px 0px !important;
}
.cycle-step-header {
  color: #000000;
  Font: 'Cairo';
  font-size: 32px;
  font-weight: 600;
}
.cycle-sub-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #101222;
}
.circle-icon {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
}
.custom-radio-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  border: 2px solid #ABB5BE;
  padding: 2px;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  margin: 0 5px 0 5px;
}
.custom-radio-button:checked {
  border-radius: 90%;
  border: 7px solid #404B5A;
}
.custom-checkbox {
  border: 2px solid #ABB5BE;
  padding: 2px;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 5px 0 5px;
  accent-color: #101222;
}
.chat-search-panel {
  background-color: #EAEEF2;
  padding: 40px;
}
.chat-search-button {
  background-color: #404B5A;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
.bi-caret-up,
.bi-caret-down,
.bi-caret-up-fill,
.bi-caret-down-fill {
  color: white;
}
.drop {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 360px;
  border-radius: 4px;
  z-index: 999;
}
input[type="radio"] {
  margin-right: 0.5rem !important;
}
input[type="checkbox"] {
  margin-right: 0.5rem !important;
}
.currency-dropdown {
  min-width: fit-content !important;
}
.link-button {
  cursor: pointer;
  color: -webkit-link;
  text-decoration: underline;
  background: inherit;
  border: 0;
}
.arrow-top {
  margin-top: -5px;
  margin-bottom: -10px;
  margin-left: 10px;
}
.arrow-low {
  margin-left: 10px;
}
.invitation-list-builder-exist-ngo-container {
  border-radius: 16px;
  border: 1px solid #AEBECD;
  background: #FFF;
  flex-shrink: 0;
}
.invitation-list-builder-exist-ngo-search {
  border-radius: 16px 16px 0px 0px;
  background: #EDF2F7;
  flex-shrink: 0;
}
.invitation-list-builder-exist-ngo-select-all {
  background: #EDF2F7;
  flex-shrink: 0;
}
.multiple_emails-container {
  border: 1px #000000 solid;
  border-radius: 16px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px;
  margin: 0;
  cursor: text;
  width: 100%;
}
.multiple_emails-container input {
  width: 100%;
  border: 0;
  outline: none;
  padding-left: 5px;
}
.multiple_emails-container input {
  border: 0 !important;
}
.multiple_emails-container input.multiple_emails-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
  outline: thin auto red !important;
}
.multiple_emails-container ul {
  list-style-type: none;
  padding-left: 0;
}
.multiple_emails-email {
  display: inline-flex;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 24.5px;
  background: #404B5A;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  margin-block: 2px;
  margin-inline: 2px;
}
.multiple_emails-close {
  float: left;
  margin: 0 3px;
}
.custom-card {
  background-color: #F7FAFC;
  border-radius: 15px;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.checkbox-label {
  display: flex;
  align-items: center;
}
.checkbox-input {
  margin-right: 5px;
  margin-left: 5px;
}
.scrollable-container {
  max-height: 400px;
  overflow-y: auto;
}
.main-container {
  min-height: 100vh;
}
.pagination {
  --bs-pagination-active-bg: #101222;
  --bs-pagination-color: #101222;
  gap: 1%;
}
.pagination .page-link {
  border-radius: 8px;
}
.label-pass-direction {
  color: #0162DD;
  font-weight: 600;
}
.clickable {
  cursor: pointer;
}
.dashboard-chart {
  padding: 5px;
}
.empty-question-chart {
  padding: 10px;
}
.months-container {
  justify-content: center;
}
.months-container .month-container {
  width: 30% !important;
  border: 1px solid #101222;
  border-radius: 16px;
  background-color: #FFFFFF;
  margin: 10px;
}
.months-container .month-container table thead tr {
  background-color: unset;
}
.months-container .month-container table.month {
  width: 75%;
  height: 90%;
}
.months-container .month-container .day-header {
  color: green;
}
@media (max-width: 900px) {
  .months-container .month-container {
    width: 45% !important;
  }
}
@media (max-width: 660px) {
  .months-container .month-container {
    width: 100% !important;
  }
}
.calendar .calendar-header .year-title {
  font-size: 18px;
}
.calendar .months-container .month-container {
  min-height: fit-content;
  padding: 5vh 0 !important;
  margin-bottom: 25px;
}
.calendar table.month {
  height: 100%;
}
.calendar table.month th.month-title {
  color: #101222;
  font-size: 18px;
  font-weight: 700;
}
.event-middle {
  background-color: #D2D4DA;
  border-radius: 0px !important;
}
.event-start {
  background-color: #D2D4DA;
  border-radius: 16px 0px 0px 16px !important;
}
.event-end {
  background-color: #D2D4DA;
  border-radius: 0px 16px 16px 0px !important;
}
.event-start-ar {
  background-color: #D2D4DA;
  border-radius: 0px 16px 16px 0px !important;
}
.event-end-ar {
  background-color: #D2D4DA;
  border-radius: 16px 0px 0px 16px !important;
}
.activity-unknown {
  background-color: #404B5A;
  color: #FFFFFF;
}
.activity-ongoing {
  background-color: #3B82F6;
  color: #FFFFFF;
}
.activity-pending {
  background-color: #E15E01;
  color: #FFFFFF;
}
.activity-done {
  background-color: #00A69C;
  color: #FFFFFF;
}
.activity-cancelled {
  background-color: #F6D01A;
  color: #FFFFFF;
}
.event-name {
  cursor: pointer;
}
.beneficiaries-content {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}
.project-activity-table-header {
  padding: 15px !important;
}
table thead tr:first-child th:first-child.project-activity-table-header,
table thead tr:first-child th:last-child.project-activity-table-header {
  border-radius: 0px !important;
}
.project-details-header-title {
  flex-grow: 1;
  color: #101222;
  font-family: Cairo;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.legend {
  width: 22px !important;
  border-radius: 5px;
  height: 22px;
  display: inline-block;
}
.legends-container {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px;
}
.thin-button.btn-outline-dark:hover {
  background-color: #212529;
}
.black-icon {
  color: black;
  padding: 5px;
}
.calendar-activity-icon {
  color: white;
  /*padding: 5px;*/
  margin-left: 5px;
  margin-right: 5px;
}
.btn-large {
  width: 165px;
}
.monthly-spending-value {
  text-align: end;
  font-weight: 600 !important;
}
.monthly-spending-value label {
  font-weight: 600 !important;
}
.monthly-spending-card {
  background-color: #F9FCFD;
}
#project_details_tab_list a.active,
#project_details_tab_list a:hover {
  background-color: #FCEEE5;
  color: #E15E01;
  border-color: #E15E01;
  font-weight: 600;
}
#implementation-plan-tab-list {
  display: inline-flex;
}
#implementation-plan-tab-list .nav-link.active {
  border-bottom: #00A69C 4px solid;
}
.implementation-plan-sub-header {
  color: #00A69C;
}
.spending-difference-red {
  background-color: red;
}
.spending-difference-yellow {
  background-color: #FFBF00;
}
.spending-difference-green {
  background-color: green;
}
.notification-td {
  padding-inline-start: 7.5rem !important;
}
.notification-header {
  font-weight: 700;
}
.notification-body {
  padding-top: 1rem;
}
.notification-footer {
  font-size: 14px;
  color: #D2D4DA;
}
.notification-dropdown {
  max-height: 20rem;
  overflow: scroll;
  min-width: 16rem !important;
  padding: 0.5rem 1rem !important;
}
.notification-dropdown .notification-dropdown-footer {
  font-size: 12px;
  color: #D2D4DA;
}
.notification-dropdown .notification-dropdown-body {
  font-size: 14px;
}
.notification-dropdown .notification-dropdown-header {
  font-weight: 600;
  font-size: 15px;
}
.notification-dropdown li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D2D4DA;
  margin: 0.5rem 0;
}
.left-chart {
  max-width: 65%;
  min-width: 65%;
}
.right-chart {
  max-width: 34%;
  min-width: 34%;
}
.single-chart {
  max-width: 100%;
  min-width: 100%;
}
@media (max-width: 1200px) {
  .left-chart {
    max-width: 100%;
    min-width: 100%;
  }
  .right-chart {
    max-width: 100%;
    min-width: 100%;
    margin-top: 1rem;
  }
  .right-chart::before {
    flex-basis: 100%;
    height: 0;
  }
}
.swal2-error {
  border-color: #C81C2F !important;
  color: #C81C2F !important;
}
.swal2-info {
  border-color: #003CD6 !important;
  color: #003CD6 !important;
}
.swal2-success {
  border-color: #7FAB40 !important;
  color: #7FAB40 !important;
}
.swal2-icon.no-border .swal2-icon-content {
  font-size: 5.75em !important;
}
.swal2-icon-content .bi-exclamation-triangle {
  border-color: #EFAF00 !important;
  color: #EFAF00 !important;
}
.swal2-title {
  font-weight: 700 !important;
  color: #000000 !important;
}
.no-border {
  border: 0 !important;
}
.message-danger {
  color: #DC3545;
  display: inline-block;
  float: inline-end;
}
.project-details-banner {
  position: relative;
  z-index: 1;
  padding: 5%;
}
.project-details-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #E8F1F8;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}
.question-fieldset {
  border: 1px dotted #A5A5A5;
  border-radius: 15px;
  padding: 10px;
}
.btn-dark:disabled,
.btn-dark.disabled {
  opacity: 50%;
  cursor: default;
}