body:dir(ltr) {
  font-size: 16px;
}
body:dir(rtl) {
  font-size: 16px;
}
body {
  font-family: 'Inter', sans-serif;
  color: #4A4A4A;
  font-weight: 400;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #101222;
}
h1.style2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003AC1;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #101222;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #003AC1;
}
h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #101222;
}
span.label,
div.label,
label {
  font-size: 0.9rem;
  font-weight: 400;
  color: #101222;
}
button,
submit,
btn {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
p {
  font-size: 1rem;
}
a.btn-outline-danger {
  color: #DC3545;
}
.btn {
  /*border-radius: 1.5rem;*/
}
.btn-primary {
  background-color: #003AC1;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #0D6EFD;
  color: #FFFFFF;
  font-weight: 500;
}
.btn-primary:disabled {
  background-color: #D2D4DA;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
.btn-secondary {
  border-color: #003AC1;
  background-color: #FFFFFF !important;
  color: #003AC1 !important;
  color: #4A4A4A;
  font-weight: 400;
}
.btn-secondary:hover {
  border-color: #0D6EFD;
  background-color: #FFFFFF !important;
  color: #0D6EFD !important;
  font-weight: 400;
}
.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;
  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;
}
.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;
}
.btn-profile-form {
  width: 10rem;
}
div.actions {
  margin-bottom: 15px;
  float: inline-end;
}
span.field-validation-error {
  color: #DC3545;
}
label.required {
  font-weight: bold;
}
.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 .nav-item .nav-link {
  color: #101222 !important;
}
.navbar .nav-link {
  color: #003AC1;
  font-weight: 400;
}
.navbar .nav-link.active {
  /*color: @primary-blue !important;*/
  font-weight: 500;
  /*border-bottom: @primary-blue 3px solid;*/
  background-color: #E1E7EC;
  border-radius: 8px;
}
.nav-item .navbar .nav-link.active {
  background-color: #E1E7EC;
  border-radius: 8px;
}
.navbar .nav-link.btn.btn-primary {
  color: white !important;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  border-radius: 26px;
}
.sidebar .nav-item .nav-link {
  color: #101222 !important;
}
.sidebar .nav-link {
  color: #003AC1;
  font-weight: 400;
}
.sidebar .nav-link.active {
  /*color: @primary-blue !important;*/
  font-weight: 500;
  background-color: #E1E7EC;
  border-radius: 8px;
}
.sidebar .nav-item.active {
  background-color: #E1E7EC;
  border-radius: 8px;
}
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;
}
.sidebar {
  background-color: #F9FAFB;
}
.accordion-profile-review {
  border-radius: 25px;
  margin-bottom: 1.5rem;
}
.accordion-profile-review-item {
  border: solid 1px #D2D4DA;
  border-radius: 25px;
}
.accordion-button {
  border-radius: 10px;
  background-color: #F9FAFB;
  border: solid 1px #A5A5A5;
  font-size: 1.5rem;
  font-weight: 500;
  color: #101222;
}
.accordion-button:not(.collapsed) {
  border-radius: 10px;
  background-color: #F9FAFB;
  border: solid 1px #A5A5A5;
  font-size: 1.5rem;
  font-weight: 500;
  color: #101222;
}
.accordion-button:focus {
  border: solid 1px #A5A5A5;
  outline: 0;
  box-shadow: none;
}
.accordion-collapse-profile-review-item {
  background-color: #FFFFFF;
  color: #101222;
  font-size: 1rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/images/icons/1rem/down.svg");
  transition: transform 0.2s ease-in-out;
}
.accordion-button::after {
  background-image: url("/images/icons/1rem/down.svg");
  transition: transform 0.2s ease-in-out;
}
.accordion-header-title {
  flex-grow: 1;
}
.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;
}
.review-question {
  font-weight: 500;
  font-size: 1rem;
}
.review-questions-header {
  color: #003AC1;
  font-size: 1rem;
}
.review-edit-button {
  position: static;
  background: #F9FAFB padding-box;
  border-radius: 20px;
  opacity: 0;
  text-align: center;
  text-decoration: underline;
  font-size: 1rem;
  color: #003AC1;
  opacity: 1;
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.review-edit-button::before {
  background-image: url("/images/icons/1rem/edit.svg");
}
.announcement .announcement-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #101222;
}
.announcement .announcement-date {
  font-size: 0.875rem;
  color: #0D6EFD;
}
.profile-cover-photo {
  border-radius: 10px;
  margin-bottom: 12rem;
  position: relative;
  height: 20rem;
  width: 100%;
}
.profile-photo {
  position: relative;
  width: 12rem;
  height: 12rem;
  border: solid 1.5rem #FFFFFF;
  border-radius: 10rem;
  padding: 0;
  bottom: 6rem;
  left: 5rem;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  border-left: 4px solid #ccc;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -25px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 25px;
  height: 25px;
  border: 4px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.StepProgress-item.is-done::before {
  border-left: 4px solid green;
}
.StepProgress-item.is-done::after {
  content: "✔";
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 4px solid green;
  background-color: green;
}
.StepProgress-item.current::before {
  border-left: 4px solid green;
}
.StepProgress-item.current::after {
  content: '\26AB';
  padding-top: 0px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -38px;
  font-weight: bold;
  text-align: center;
  color: transparent;
  border: 4px solid green;
  background-color: white;
  text-shadow: 0 0 0 green;
}
.StepProgress strong {
  display: block;
}
.highlight-text {
  color: #DC3545;
}
.legend-label {
  display: inline-block;
  width: inherit;
  padding: inherit;
  font-size: inherit;
  color: #101222;
  border: inherit;
  border-bottom: inherit;
  max-width: 100%;
  font-weight: 400;
  margin-left: 1rem;
}
.dashed-boder {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2300000073' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
}
.dashed-boder-2 {
  background: var(--white) 0% 0% no-repeat padding-box;
  border: 1px dashed var(--quick-silver);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px dashed #A5A5A5;
  border-radius: 5px;
  opacity: 1;
}
.StepProgress-item.stop::before {
  border-left: 4px solid red;
}
.StepProgress-item.stop::after {
  content: '\274C';
  padding-top: 0px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -38px;
  font-weight: bold;
  text-align: center;
  color: transparent;
  border: 4px solid red;
  background-color: white;
  text-shadow: 0 0 0 red;
}
.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;
}
.delete-icon {
  color: red;
  cursor: pointer;
}
.edit-icon {
  color: blue;
  cursor: pointer;
}
.partnership-entity,
.planned-activity,
.governorate-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: lightblue;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.thematic-question-text {
  color: black;
  font-weight: bolder;
  margin-bottom: 10px;
}
.thematic-question-assistive-text {
  color: gray;
  margin-bottom: 10px;
}
.thematic-category-separator,
.log-frame-elements-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.thematic-category-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #003AC1;
  font-size: 14px !important;
  font-weight: bold;
}
.log-frame-item {
  list-style: none;
}
.beneficiaries-vlue-invalid {
  border: 1px solid red;
}
.report-header-dashboard {
  font-size: 1.125rem;
  font-weight: bold;
  color: #101222;
}
.padding-div {
  padding: 5px 25px 5px 25px;
}
div.bold {
  font-weight: bold;
}
.report-section-header {
  color: #003AC1;
}
.notify-count {
  position: absolute;
  top: 15%;
  right: 30%;
  color: rgba(255, 0, 0, 0.8);
}
.activity-date-invalid {
  border: 1px solid red;
}
.spending-difference {
  font-size: 20px;
}
.spending-difference label {
  font-size: 20px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.difference-red,
.difference-red label {
  color: #940000 !important;
}
.difference-red img {
  filter: invert(8%) sepia(84%) saturate(6790%) hue-rotate(0deg) brightness(81%) contrast(107%);
}
.difference-green,
.difference-green label {
  color: #219653 !important;
}
.difference-green img {
  filter: invert(45%) sepia(79%) saturate(418%) hue-rotate(93deg) brightness(89%) contrast(90%);
}
.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;
}
.custom-card-parent {
  border-radius: 16px;
  border: 1px solid #AEBECD;
  background: #FFF;
}
.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;
}
.section {
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #AEBECD;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 24px;
}
.section-header {
  padding-left: 60px !important;
  padding-right: 60px !important;
  border-radius: 16px 16px 0px 0px;
}
.section-body {
  padding: 60px;
}
.section-no-spaces {
  margin-top: 0px;
}
.narrow-section-body {
  padding: 15px;
}
.section-no-radius,
.section-no-radius .section-header {
  border-radius: 0px;
}
.section-no-bottom-radius {
  border-radius: 16px 16px 0px 0px;
}
table.no-spaces {
  margin-bottom: 0px;
}
th.padding-column {
  width: 60px;
}
.bottom-radius {
  border-radius: 0px 0px 16px 16px;
  border-bottom: 1px solid #AEBECD;
  padding-right: 0px;
  padding-left: 0px;
}
.side-borders {
  border-left: 1px solid #AEBECD;
  border-right: 1px solid #AEBECD;
}
.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,
.btn-primary img {
  margin-inline-start: 20px;
  float: inline-end;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.end {
  float: inline-end;
  /*border-radius: 6px;*/
}
.next-btn img.ar,
.btn-dark img.ar,
.btn-primary img.ar {
  transform: rotate(180deg);
}
.report-title h2 {
  display: inline-block;
}
/*.day[style*="background-color: rgb(219, 25, 59);"] .day-content, .day[style*="background-color: grey;"] .day-content, .day[style*="background-color: rgb(33, 150, 83);"] .day-content, .day[style*="background-color: rgb(59, 130, 246);"] .day-content {
    color: #FFFFFF !important;
}*/
.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;
}
.custom-card-no-radius,
.custom-card-no-radius .custom-card-header {
  border-radius: 0px;
}
.table-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #5b92e5;
  overflow: hidden;
}
.in-progress-icon {
  color: #0a58ca;
}
.completed-icon {
  color: limegreen;
}
.pending-icon {
  color: orange;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  border-left: 4px solid #ccc;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -25px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 25px;
  height: 25px;
  border: 4px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.StepProgress-item.is-done::before {
  border-left: 4px solid green;
}
.StepProgress-item.is-done::after {
  content: "✔";
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 4px solid green;
  background-color: green;
}
.StepProgress-item.current::before {
  border-left: 4px solid green;
}
.StepProgress-item.current::after {
  content: '\26AB';
  padding-top: 0px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -38px;
  font-weight: bold;
  text-align: center;
  color: transparent;
  border: 4px solid green;
  background-color: white;
  text-shadow: 0 0 0 green;
}
.StepProgress strong {
  display: block;
}
.highlight-text {
  color: #DC3545;
}
.legend-label {
  display: inline-block;
  width: inherit;
  padding: inherit;
  font-size: inherit;
  color: #101222;
  border: inherit;
  border-bottom: inherit;
  max-width: 100%;
  font-weight: 400;
  margin-left: 1rem;
}
.dashed-boder {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2300000073' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
}
.dashed-boder-2 {
  background: var(--white) 0% 0% no-repeat padding-box;
  border: 1px dashed var(--quick-silver);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px dashed #A5A5A5;
  border-radius: 5px;
  opacity: 1;
}
.StepProgress-item.stop::before {
  border-left: 4px solid red;
}
.StepProgress-item.stop::after {
  content: '\274C';
  padding-top: 0px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  top: -4px;
  left: -38px;
  font-weight: bold;
  text-align: center;
  color: transparent;
  border: 4px solid red;
  background-color: white;
  text-shadow: 0 0 0 red;
}
.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;
}
.delete-icon {
  color: red;
  cursor: pointer;
}
.edit-icon {
  color: blue;
  cursor: pointer;
}
.partnership-entity,
.planned-activity,
.governorate-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: lightblue;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.thematic-question-text {
  color: black;
  font-weight: bolder;
  margin-bottom: 10px;
}
.thematic-question-assistive-text {
  color: gray;
  margin-bottom: 10px;
}
.thematic-category-separator,
.log-frame-elements-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.thematic-category-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #003AC1;
  font-size: 14px !important;
  font-weight: bold;
}
.log-frame-item {
  list-style: none;
}
.beneficiaries-vlue-invalid {
  border: 1px solid red;
}
.report-header-dashboard {
  font-size: 1.125rem;
  font-weight: bold;
  color: #101222;
}
.padding-div {
  padding: 5px 25px 5px 25px;
}
div.bold {
  font-weight: bold;
}
.report-section-header {
  color: #003AC1;
}
.notify-count {
  position: absolute;
  top: 15%;
  right: 30%;
  color: rgba(255, 0, 0, 0.8);
}
.activity-date-invalid {
  border: 1px solid red;
}
.spending-difference {
  font-size: 20px;
}
.spending-difference label {
  font-size: 20px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.difference-red,
.difference-red label {
  color: #940000 !important;
}
.difference-red img {
  filter: invert(8%) sepia(84%) saturate(6790%) hue-rotate(0deg) brightness(81%) contrast(107%);
}
.difference-green,
.difference-green label {
  color: #219653 !important;
}
.difference-green img {
  filter: invert(45%) sepia(79%) saturate(418%) hue-rotate(93deg) brightness(89%) contrast(90%);
}
.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;
}
.custom-card-parent {
  border-radius: 16px;
  border: 1px solid #AEBECD;
  background: #FFF;
}
.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;
}
.section {
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #AEBECD;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 24px;
}
.section-header {
  padding-left: 60px !important;
  padding-right: 60px !important;
  border-radius: 16px 16px 0px 0px;
}
.section-body {
  padding: 60px;
}
.section-no-spaces {
  margin-top: 0px;
}
.narrow-section-body {
  padding: 15px;
}
.section-no-radius,
.section-no-radius .section-header {
  border-radius: 0px;
}
.section-no-bottom-radius {
  border-radius: 16px 16px 0px 0px;
}
table.no-spaces {
  margin-bottom: 0px;
}
th.padding-column {
  width: 60px;
}
.bottom-radius {
  border-radius: 0px 0px 16px 16px;
  border-bottom: 1px solid #AEBECD;
  padding-right: 0px;
  padding-left: 0px;
}
.side-borders {
  border-left: 1px solid #AEBECD;
  border-right: 1px solid #AEBECD;
}
.next-btn {
  float: inline-end;
  background-color: #212529;
  /*padding: 8px 24px 8px 24px;*/
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.btn-dark {
  background-color: #101222 !important;
  border-color: #101222 !important;
}
.next-btn img,
.btn-dark img {
  margin-inline-start: 20px;
  float: inline-end;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.end {
  float: inline-end;
  border-radius: 6px;
}
.next-btn img.ar,
.btn-dark img.ar {
  transform: rotate(180deg);
}
.report-title h2 {
  display: inline-block;
}
/*.day[style*="background-color: rgb(219, 25, 59);"] .day-content, .day[style*="background-color: grey;"] .day-content, .day[style*="background-color: rgb(33, 150, 83);"] .day-content, .day[style*="background-color: rgb(59, 130, 246);"] .day-content {
    color: #FFFFFF !important;
}*/
.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;
}
.custom-card-no-radius,
.custom-card-no-radius .custom-card-header {
  border-radius: 0px;
}
.table-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #101222;
  overflow: hidden;
}
.in-progress-icon {
  color: #0a58ca;
}
.completed-icon {
  color: limegreen;
}
.pending-icon {
  color: orange;
}
.custom-card {
  /* width: 546px; */
  height: 280px;
  margin: 10px;
  border-radius: 8px !important;
}
.card-text {
  -webkit-box-orient: vertical;
  display: flex;
  overflow: auto;
  min-height: 5rem;
  max-height: 5rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 16px;
}
.card-text {
  -webkit-box-orient: vertical;
  display: flex;
  overflow: auto;
  min-height: 5rem;
  max-height: 20rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 16px;
}
.edit-logo {
  width: 14px;
  /* Set the width of the edit logo */
}
.check-logo {
  width: 14px;
  color: #4CAF50;
}
.custom-table-card {
  margin: 10px;
  border-radius: 10px;
}
table {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
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;
}
table tbody tr {
  background-color: #FFF;
  color: #101222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
[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;
}
.drop {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 360px;
  border-radius: 4px;
  z-index: 999;
}
.currency-dropdown {
  min-width: fit-content !important;
}
.link-button {
  cursor: pointer;
  color: -webkit-link;
  text-decoration: underline;
  background: inherit;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: unset !important;
}
.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;
}
.arrow-top {
  margin-top: -5px;
  margin-bottom: -10px;
  margin-left: 10px;
}
.arrow-low {
  margin-left: 10px;
}
.progress-card {
  background-color: #101222 !important;
  color: white !important;
}
.progress-bar,
.progress {
  height: 10px !important;
  border-radius: 10px !important;
}
.english li {
  --li-width: calc(100% / 6);
  --li-after-left: -50%;
  --li-float: left;
}
.arabic li {
  --li-width: calc(100% / 6);
  --li-after-left: 50%;
  --li-float: right;
}
.remaining {
  background-color: #E1E7EC;
  height: 24px;
  border-radius: 12px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}
.finished {
  background-color: #101222;
  height: 24px;
  border-radius: 12px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}
.finished-and-remaining {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  background-color: #EAEEF2;
  align-items: center;
  border-radius: 0px 0px 8px 8px;
}
.announcement-item {
  display: none;
}
.announcement-item.active {
  display: inline-block;
}
.carousel-control-prev,
.carousel-control-next {
  top: unset !important;
  margin-bottom: 1rem;
  opacity: 1;
}
.carousel-control-prev-icon {
  background-image: url('/images/icons/1.5rem/round-arrow-filled-left.svg');
  filter: none !important;
}
.carousel-control-next-icon {
  background-image: url('/images/icons/1.5rem/round-arrow-filled-right.svg');
  filter: none !important;
}
.carousel-control-prev-icon.disabled {
  background-image: url('/images/icons/1.5rem/round-arrow-left.svg');
}
.carousel-control-next-icon.disabled {
  background-image: url('/images/icons/1.5rem/round-arrow-right.svg');
}
.carousel-inner {
  height: 200px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.custom-card {
  /* width: 546px; */
  height: 280px;
  margin: 10px;
  border-radius: 8px!important;
}
.card-footer {
  background-color: #EAEEF2B2;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card-text {
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 16px;
}
.edit-logo {
  width: 14px;
  /* Set the width of the edit logo */
}
.check-logo {
  width: 14px;
  color: #4CAF50;
}
.custom-table-card {
  margin: 10px;
  border-radius: 10px !important;
}
.custom-table-card table {
  margin-bottom: 0px;
  border-color: #dee2e6;
}
body {
  font-family: 'Cairo', sans-serif !important;
  color: #4A4A4A;
  font-weight: 400;
  font-size: 16px;
  background-color: #F7FAFC !important;
}
table thead tr {
  background-color: #5b92e5 !important;
  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% */
}
th {
  background-color: #e0413d;
  color: #FFFFFF;
  padding: 10px;
}
td {
  padding: 10px;
}
/* required css to make rounded table (below) */
tr:first-child th:first-child {
  border-start-start-radius: 10px;
}
tr:first-child th:last-child {
  border-start-end-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.big-radio {
  width: 1.25em;
  height: 1.25em;
  border: 0;
  margin: 0 0 0 5px;
  accent-color: #404B5A;
}
.custom-card {
  height: auto;
}
.cycle-steps-card {
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
}
.cycle-card-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}
.cycle-card-black {
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px solid #0D6EFD;
  background: #101222;
  padding: 5px;
  color: #FFF;
  margin: 5px 5px;
}
.cycle-card-black-details {
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cycle-card-green {
  flex-shrink: 0;
  border-radius: 16px;
  padding: 24px;
  color: #020246;
  margin: 5px 5px;
  border: 3px solid #7FAB40;
  background: #FFF;
}
.cycle-card-yellow {
  flex-shrink: 0;
  border-radius: 16px;
  padding: 24px;
  color: #020246;
  margin: 5px 5px;
  border-radius: 8px;
  border: 3px solid #F6D01A;
  background: #FFF;
}
.cycle-card-status {
  color: #3E3F42;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cycle-card-edit-label {
  color: #3E3F42;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 150% */
}
.cycle-card-edit-info {
  color: #3E3F42;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.cycle-card-edit-info::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}
.cycle-card-stage-label {
  color: #940000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 150% */
}
.cycle-card-stage-info {
  color: #940000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.cycle-card-stage-info::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}
.no-border {
  border: none;
}
a {
  text-decoration: none !important;
}
.btn-view {
  background-color: #404B5A;
  color: #FFFFFF;
  border: 1px solid #404B5A !important;
}
.btn-view.active {
  background-color: #404B5A;
  color: #FFFFFF;
  border: 1px solid #404B5A !important;
}
.custom-checkbox {
  border: 2px solid #ABB5BE;
  padding: 2px;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 5px 0 5px;
  accent-color: #101222;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  position: relative;
  text-align: center;
}
#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;
}
.form-renderer-card {
  border-radius: 16px;
}
.form-renderer-text {
  font-size: 1.125rem;
  /*font-weight: bold;*/
  white-space: nowrap;
  color: #101222;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-renderer-header {
  font-size: 1.125rem;
  color: #101222;
  font-weight: 700;
}
.input-background-color {
  background-color: #F8F9FA !important;
}
.bold-colored-text {
  font-weight: 600;
  color: #101222;
}
.form-section {
  background: white;
  border: 0 none;
  border-radius: 20px;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  padding: 20px 30px;
  box-sizing: border-box;
  /* width: 80%; */
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}
#navbarSupportedContent {
  display: grid !important;
}
.announcement-label {
  font-size: 24px !important;
  font-weight: bold;
  color: #101222;
}
a.page-link {
  color: #101222;
}
.active > .page-link {
  background-color: #101222 !important;
  border-color: #101222 !important;
}
.bi-arrow-right-circle-fill::before {
  color: #101222;
}
.bi-arrow-left-circle-fill::before {
  color: #101222;
}
.link-danger {
  border-color: #dc3545;
}
.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;
}
.content-img {
  max-width: 100%;
}
/* Merged from main */
.left-zero {
  left: auto !important;
}
html[dir="rtl"] .left-zero {
  left: 0 !important;
}
.completed-cycle-edit {
  cursor: pointer;
  color: var(--bs-link-color);
}
.completed-cycle-edit:hover {
  color: var(--bs-link-hover-color);
}
.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;
}
.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;
}
.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: grey;
  color: #FFFFFF;
}
.activity-ongoing {
  background-color: #3B82F6;
  color: #FFFFFF;
}
.activity-pending {
  background-color: #DB193B;
  color: #FFFFFF;
}
.activity-done {
  background-color: #219653;
  color: #FFFFFF;
}
.activity-cancelled {
  background-color: #F6D01A;
  color: #FFFFFF;
}
.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 !important;
}
.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 {
  height: 235px;
  margin-bottom: 25px;
}
.calendar table.month {
  height: 100%;
}
.calendar table.month th.month-title {
  color: #101222;
  font-size: 18px;
  font-weight: 700;
}
.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;
}
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;
}
.fixed-size-column-110 {
  width: 110px;
}
table.no-spaces {
  margin-bottom: 0px;
}
.side-borders {
  border-left: 1px solid #AEBECD;
  border-right: 1px solid #AEBECD;
}
.side-borders table {
  border-radius: 0;
}
.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;
}
.comments-header {
  font-weight: 700;
}
.btn-nowrap {
  text-wrap: nowrap;
}
.edit-activity {
  cursor: pointer;
  font-size: 20px;
}
.black-icon {
  color: black;
  padding: 5px;
}
.calendar table.month {
  height: 100%;
}
.calendar table.month th.month-title {
  color: #101222;
  font-size: 18px;
  font-weight: 700;
}
.calendar-activity-icon {
  color: white;
  /*padding: 5px;*/
  margin-left: 5px;
  margin-right: 5px;
}
.actions-text {
  width: 100%;
  text-align: center;
}
.btn-large {
  width: 165px;
}
#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;
}
.monthly-spedning-value {
  text-align: end;
  font-weight: 600 !important;
}
.monthly-spedning-value label {
  font-weight: 600 !important;
}
.monthly-spending-card {
  background-color: #F9FCFD;
  margin-top: 30px;
}
#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;
}
.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%;
  width: 100%;
}
.project-details-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83vw;
  height: 100%;
  background: #E8F1F8;
  z-index: -1;
  margin-left: calc(-37vw + 50%);
}
.read-more-notification {
  color: #5b92e5 !important;
  font-size: 0.8rem !important;
}
.input-white-color,
.input-white-color:focus-visible,
.input-white-color:focus {
  border-color: white !important;
  border: none !important;
  background-color: white !important;
}
.form-renderer-assistive-text {
  font-size: 0.8rem;
  color: gray;
}
.loading-spinner {
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 10%;
  width: 3rem !important;
  height: 3rem !important;
}
[x-cloak] {
  display: none !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: 0 0 0 0.25rem rgba(16, 52, 166, 0.25) !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 52, 166, 0.25) !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single {
  background-position: left 0.75rem center;
}
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--multiple {
  background-position: left 0.75rem center;
}
nav.side-menu {
  border: #D9D9D9 1px solid;
  border-radius: 16px;
  box-shadow: unset !important;
  padding-bottom: 1.1rem !important;
}
.side-menu .nav-item {
  padding: 13px 16px;
}
.side-menu .nav {
  width: 100%;
}
.cycle-status {
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid;
}
.cycle-status-completed {
  border-color: #7FAB40;
}
.cycle-status-in-progress {
  border-color: #3B82F6;
}
.cycle-status-not-started {
  border-color: orange;
}
.cycle-card-blue {
  flex-shrink: 0;
  border-radius: 16px;
  padding: 24px;
  color: #020246;
  margin: 5px 5px;
  border: 3px solid #1034A6;
  background: #FFF;
}
.cycle-progress-bar {
  height: 10px !important;
  border-radius: 10px !important;
}
.completed-progress-bar {
  background-color: #7FAB40 !important;
}
.in-progress-progress-bar {
  background-color: #1034A6 !important;
}
.not-started-progress-bar {
  background-color: orange !important;
}
.cycle-details-card {
  border-radius: 16px !important;
  /*padding: 40px 24px;*/
}
.cycle-details-section-header {
  font-size: 1.125rem;
  font-weight: 700;
  color: #101222;
}
.cycle-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #101222;
}
.cycle-stage-name {
  border: 1px solid;
  border-radius: 12px;
  padding: 4px 10px 4px 10px;
  color: #fff;
}
.cycle-stage-100 {
  background-color: #16ab3a;
}
.cycle-stage-200 {
  background-color: #f38b07;
}
.cycle-stage-300 {
  background-color: #079df3;
}
.cycle-stage-400 {
  background-color: #f30719;
}
.cycle-stage-500 {
  background-color: #ba07f3;
}
.stage-form-status {
  border-radius: 14px;
  padding: 2px 10px;
  border: 3px solid;
  font-weight: 700;
}
.stage-form-in-progress {
  border-color: blue;
  color: blue;
}
.stage-form-submitted {
  border-color: green;
  color: green;
}
.remaining-time-dashboard {
  background-color: #FFF;
}
.cycle-stages-content {
  position: relative;
}
.cycle-stages-container {
  flex-wrap: nowrap;
  overflow: hidden;
}
.cycle-stages-control-prev-icon {
  background-image: url('/images/icons/1.5rem/round-arrow-filled-left.svg');
  filter: none !important;
  position: absolute;
  left: -40px;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.cycle-stages-control-next-icon {
  background-image: url('/images/icons/1.5rem/round-arrow-filled-right.svg');
  filter: none !important;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.cycle-stages-control-prev-icon.disabled {
  background-image: url('/images/icons/1.5rem/round-arrow-left.svg');
  cursor: default;
}
.cycle-stages-control-next-icon.disabled {
  background-image: url('/images/icons/1.5rem/round-arrow-right.svg');
  cursor: default;
}
.log-frame-bread-crumps {
  color: dodgerblue;
  font-size: 14px;
}
.log-frame-item-type {
  color: #fff;
  background-color: #1fb047;
  border-radius: 30px;
  border: 1px solid #1fb047;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 40px;
}
.cycle-details-container {
  display: flex;
  justify-content: end;
}
@media (max-width: 500px) {
  .cycle-stage-name {
    font-size: 12px;
    display: inline-block;
  }
  .btn-details {
    font-size: 12px !important;
    margin-top: 5px;
  }
  .stage-form-status {
    font-size: 12px;
  }
  .cycle-details-container {
    justify-content: center;
  }
  .finished-and-remaining {
    display: block;
  }
}
.delete-activity {
  cursor: pointer;
  font-size: 20px;
}
.calendar-activity-icon-black {
  /*padding: 5px;*/
  margin-left: 5px;
  margin-right: 5px;
}
.custom-flatpickr-input {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(64, 75, 90, 1)' class='bi bi-calendar' viewBox='0 0 16 16'><path d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.25rem;
  color: #404B5A;
}
[dir="rtl"] .custom-flatpickr-input {
  background-position: left 1.25rem center;
}
