.manage-project .section-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.manage-project .stages .stage {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0 3px 25px 0 rgba(10, 111, 194, 0.0784313725);
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.manage-project .stages .stage .title {
  color: #0b2746;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
.manage-project .stages .stage .status {
  margin-block: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  color: #0b2746;
}
.manage-project .stages .stage .status .circle {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.manage-project .stages .stage .status .circle .percentage {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  font-weight: 500;
}
.manage-project .stages .stage .description {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.manage-project .stages.stages2 .stage {
  min-height: 250px;
}
.manage-project .stages.stages2 .stage .top .right .title {
  font-weight: 600;
  font-size: 24px;
  color: #0b2746;
}
.manage-project .stages.stages2 .stage .top .subtitle-box .subtitle {
  font-weight: 700;
  font-size: 11px;
  color: #0b2746;
  text-align: start;
}
.manage-project .stages.stages2 .stage .status {
  margin-block: 20px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  font-size: 30px;
  font-weight: 500;
  color: #0b2746;
}
.manage-project .stages.stages2 .stage .status.indicator-status {
  justify-content: center;
}
.manage-project .stages.stages2 .stage .status.indicator-status .indicator {
  width: 100px;
  height: 100px;
  gap: 8px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DD0417;
  color: #ffffff;
  font-size: 30px;
}
.manage-project #gauge-chart svg text:first-of-type tspan,
.manage-project #gauge-chart svg text:nth-of-type(2) tspan,
.manage-project #gauge-chart2 svg text:first-of-type tspan,
.manage-project #gauge-chart2 svg text:nth-of-type(2) tspan {
  font-family: "Cairo", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.manage-project .calendar-wrapper #custom-toggle-view-original {
  display: none;
}
.manage-project .calendar-wrapper #custom-toggle-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #09579B;
  color: white;
  border-radius: 30px;
  padding: 2px 3px 2px 2px;
  font-weight: bold;
  font-size: 16px;
  gap: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.manage-project .calendar-wrapper #custom-toggle-view .arrow {
  font-size: 18px;
  background-color: #0A6FC2;
  width: 35px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage-project .calendar-wrapper #custom-toggle-view #viewText {
  min-width: 50px;
  text-align: center;
}
.manage-project .calendar-wrapper #calendar {
  max-width: 100%;
  direction: rtl;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk {
  position: relative;
  padding-inline: 30px;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk:first-of-type {
  padding-inline: 0;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-next-button,
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-prev-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: #0A6FC2;
  border-color: #0A6FC2;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-next-button:active,
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-prev-button:active {
  background-color: #0A6FC2;
  border-color: #0A6FC2;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-prev-button {
  right: 0;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-next-button {
  left: 0;
}
.manage-project .calendar-wrapper #calendar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 20px;
  margin-inline: 5px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  text-align: center;
}
.manage-project .calendar-wrapper #calendar .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.manage-project .calendar-wrapper #calendar .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-inline: 4px;
  margin-block: 3px;
  border-radius: 4px;
}
.manage-project .calendar-wrapper #calendar .fc-h-event .fc-event-title-container {
  cursor: pointer;
}
.manage-project .calendar-wrapper #calendar .fc-h-event .fc-event-title {
  position: relative;
  vertical-align: middle;
  left: unset;
  right: 50%;
  transform: translateX(50%);
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding-inline: 5px;
}
.manage-project .next-tasks .card .table-container {
  padding: 0;
  margin: 0;
}
.manage-project .next-tasks .card .table-container form .box {
  margin-bottom: 0;
  padding: 0;
}

.fc .fc-button .fc-icon {
    vertical-align: unset;
}

@media (min-width: 1400px) {
  .manage-project .top-card .table-box {
    width: 80%;
  }
  .col-xxl-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
