.top-filter {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 767.6px) {
  .top-filter {
    display: block;
  }
}
.top-filter .inner-page-header {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767.6px) {
  .top-filter .inner-page-header {
    width: 100%;
    margin-bottom: 14px;
  }
}
.top-filter .page-heading {
  font-size: 32px;
  color: #00BA8D;
}
.top-filter .form-wrapper {
  display: block;
}
@media only screen and (max-width: 767.6px) {
  .top-filter .form-wrapper {
    width: 100%;
  }
}
.top-filter .form-wrapper label {
  margin-right: 30px;
  font-weight: 500;
  font-size: 11px;
  color: #959898;
}
@media only screen and (max-width: 767.6px) {
  .top-filter .form-wrapper label {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.form-wrapper select {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #B9BBBA;
  height: 30px;
  padding-right: 40px;
  padding-left: 14px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #B9BBBA;
  height: 30px;
  padding-right: 40px;
  padding-left: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M1 1.5L4 4.5L7 1.5' stroke='%234F5453' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
}
.form-wrapper select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.custom-striped-table .ant-table {
  font-size: 15px;
}
.custom-striped-table .ant-table .ant-table-thead tr th {
  background-color: rgba(217, 217, 217, 0.2);
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
  padding: 14px 20px;
  font-size: 11px;
  vertical-align: baseline;
}
.custom-striped-table .ant-table .ant-table-thead tr th::before {
  display: none;
}
.custom-striped-table .ant-table .ant-table-thead tr th:hover {
  background-color: rgba(217, 217, 217, 0.2) !important;
}
.custom-striped-table .ant-table .ant-table-thead tr:first-child > *:first-child, .custom-striped-table .ant-table .ant-table-thead tr:first-child > *:last-child {
  border-radius: 10;
}
.custom-striped-table .ant-table .ant-table-tbody tr:nth-child(even) td {
  background: rgba(247, 247, 247, 0.2);
}
.custom-striped-table .ant-table .ant-table-tbody tr td {
  border-bottom: 0;
  font-weight: 300;
  padding: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5019607843);
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.card {
  background: #fff;
  box-shadow: none;
  color: inherit;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid rgba(217, 217, 217, 0.6980392157) !important;
  border-radius: 5px !important;
}
@media only screen and (max-width: 767.6px) {
  .card {
    border: none !important;
    padding: 0 !important;
  }
}

.box-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767.6px) {
  .box-title {
    font-size: 18px;
    font-weight: 400;
  }
}

.text-para {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4f5453 !important;
}
@media only screen and (max-width: 767.6px) {
  .text-para {
    font-size: 14px;
    color: #000 !important;
  }
}

body {
  background-color: white;
}

.colorful-box {
  padding: 30px;
  color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.6px) {
  .colorful-box {
    padding: 26px 14px;
    margin-bottom: 20px;
  }
}
.colorful-box img {
  margin-right: 15px;
}
.colorful-box .box-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
}
@media only screen and (max-width: 767.6px) {
  .colorful-box .box-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
}
.colorful-box .heading-with-icon {
  margin-bottom: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 767.6px) {
  .colorful-box .heading-with-icon {
    margin-bottom: 15px;
  }
}
.colorful-box ol {
  padding-left: 16px;
}
.colorful-box.box-blue {
  background-color: #D8D6E6;
}
.colorful-box.box-pink {
  background-color: #F0D3E3;
}

.progress-indicator {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 26px 0px 37px 0px;
}
@media only screen and (max-width: 767.6px) {
  .progress-indicator {
    display: block;
    margin-top: 24px;
    margin-bottom: 15px;
  }
}
.progress-indicator h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #959898;
}
@media only screen and (max-width: 767.6px) {
  .progress-indicator h6 {
    font-weight: 500;
    color: #000;
    margin-bottom: 9px;
  }
}
.progress-indicator .progress-items {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 767.6px) {
  .progress-indicator .progress-items {
    font-size: 12px;
  }
}
.progress-indicator .progress-items svg,
.progress-indicator .progress-items path {
  margin-right: 6px;
}
@media only screen and (max-width: 767.6px) {
  .progress-indicator .progress-items svg,
  .progress-indicator .progress-items path {
    margin-right: 3px;
    height: 12px;
    width: 12px;
  }
}
.progress-indicator .progress-list {
  display: flex;
  align-items: center;
}

.sort-by-select {
  align-items: center;
}
.sort-by-select label {
  min-width: 56px;
  font-weight: 500;
  font-size: 11px;
  color: #959898;
  margin-right: 10px;
}
.sort-by-select select {
  max-width: 230px;
}

.custom-accordion {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767.6px) {
  .custom-accordion {
    margin-bottom: 25px;
  }
}
.custom-accordion .accordion-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.custom-accordion .accordian-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.custom-accordion .ant-space {
  width: 100%;
  row-gap: 10px;
}
.custom-accordion .ant-space .ant-collapse .ant-collapse-content .panel-content {
  margin-bottom: 10px;
}
.custom-accordion .ant-space .ant-collapse .ant-collapse-content .panel-content:last-child {
  margin-bottom: 0px;
}
.custom-accordion .ant-space .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 0px 20px 20px 20px;
}
.custom-accordion .ant-space .ant-collapse.collapse-green {
  border: 1px solid #00BA8D;
  background-color: rgba(0, 186, 141, 0.0392156863);
}
.custom-accordion .ant-space .ant-collapse.collapse-green .ant-collapse-header .ant-collapse-arrow {
  color: #00BA8D;
}
.custom-accordion .ant-space .ant-collapse.collapse-green .ant-collapse-content {
  background-color: rgb(246, 252, 251);
  border-top: 0;
}
.custom-accordion .ant-space .ant-collapse.collapse-orange {
  border: 1px solid #ff9f00;
  background-color: rgba(255, 159, 0, 0.0392156863);
}
.custom-accordion .ant-space .ant-collapse.collapse-orange .ant-collapse-header .ant-collapse-arrow {
  color: #ff9f00;
}
.custom-accordion .ant-space .ant-collapse.collapse-orange .ant-collapse-content {
  background-color: #fffbf6;
  border-top: 0;
}
.custom-accordion .ant-space .ant-collapse.collapse-red {
  border: 1px solid #F04949;
  background-color: rgba(240, 73, 73, 0.0392156863);
  border-radius: 5px;
}
.custom-accordion .ant-space .ant-collapse.collapse-red .ant-collapse-header .ant-collapse-arrow {
  color: #ff0000;
}
.custom-accordion .ant-space .ant-collapse.collapse-red .ant-collapse-content {
  background-color: #fef8f8;
  border-top: 0;
}
.custom-accordion .ant-space .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  transform: rotate(90deg);
}
.custom-accordion .ant-space .ant-collapse .ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow {
  transform: rotate(180deg);
}
.custom-accordion .panel-content-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 55px 0 30px;
  gap: 15px;
}
.custom-accordion .panel-content-list .collapse-heading svg {
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
.custom-accordion .panel-content-list .collapse-dates {
  display: flex;
  gap: 20px;
}

.mt-31 {
  margin-top: 31px;
}

.mb-25 {
  margin-bottom: 25px;
}

.box-light-green {
  background-color: rgba(0, 147, 111, 0.2);
}

.box-light-purple {
  background-color: #D8D6E6;
}

.box-light-pink {
  background-color: #F0D3E3;
}

.date {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-bottom: 10px;
  min-height: 16px;
}
@media only screen and (max-width: 767.6px) {
  .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 7px;
  }
}

.data-card {
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.6px) {
  .data-card {
    margin-top: 25px;
  }
}
.data-card .box-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.6px) {
  .data-card .box-title {
    margin-bottom: 16px;
  }
}
.data-card .percentage {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.6px) {
  .data-card .percentage {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
  }
}
.data-card .box-para {
  color: #000;
}
@media only screen and (max-width: 767.6px) {
  .data-card .box-para {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.data-card .colorful-box {
  margin-bottom: 0;
  height: calc(100% - 30px);
  padding: 30px;
}
@media only screen and (max-width: 767.6px) {
  .data-card .colorful-box {
    padding: 26px;
  }
}
@media only screen and (max-width: 767.6px) {
  .data-card .colorful-box {
    height: auto;
  }
  .data-card .colorful-box .box-heading {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
.data-card .bottom-commentry .box-title {
  margin-bottom: 13px;
}
.data-card .bottom-commentry .text-para {
  color: rgba(0, 0, 0, 0.6980392157) !important;
}
.data-card .boxes-row .mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.6px) {
  .data-card .boxes-row .mb-30 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.6px) {
  .data-card .boxes-row .mb-30:last-child {
    margin-bottom: 25px;
  }
}

.separator {
  margin: 31px 0px 25px 0;
}
@media only screen and (max-width: 767.6px) {
  .separator {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 767.6px) {
  .finalisation .top-filter {
    margin-bottom: 30px;
  }
  .finalisation .checklist-div {
    margin-bottom: 24px;
  }
  .finalisation .custom-accordion .panel-content-list {
    display: block;
    padding: 0px 30px;
    margin-bottom: 15px;
  }
  .finalisation .custom-accordion .panel-content-list .collapse-dates {
    color: rgba(0, 0, 0, 0.6980392157);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
  }
  .finalisation .custom-accordion .panel-content-list .collapse-heading {
    margin-bottom: 8px;
  }
}

.table-loader {
  width: 60px;
  aspect-ratio: 5;
  --_g: no-repeat radial-gradient(circle closest-side, #00ba8d 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1.5s infinite linear;
  margin: 10px auto;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.account .account-form-wrapper {
  max-width: 675px;
  margin: auto;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper {
    border: 0;
  }
}
.account .account-form-wrapper .account-fields {
  margin: 2px 50px 40px 50px;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper .account-fields {
    margin: 0;
  }
}
.account .account-form-wrapper .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #B9BBBA;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper .label {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.6980392157);
  }
}
.account .account-form-wrapper .value {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #4F5453;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper .value {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #000;
  }
}
.account .account-form-wrapper .value strong {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper .value strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }
}
.account .account-form-wrapper .user-type {
  text-transform: lowercase;
}
.account .account-form-wrapper .user-type::first-letter {
  text-transform: uppercase;
}
.account .account-form-wrapper .row {
  padding: 28px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin: 0;
}
@media only screen and (max-width: 767.6px) {
  .account .account-form-wrapper .row {
    border-radius: 10px;
    border-bottom: none;
    background-color: #F6F6F6;
    margin-bottom: 10px;
    padding: 15px;
  }
  .account .account-form-wrapper .row [class*=col-] {
    padding: 0;
  }
}
.account .account-form-wrapper .btn-border.red svg {
  margin-top: -3px;
  width: 13px;
}
.account .account-form-wrapper .btn-border.dark-blue {
  margin-right: 20px;
}
.btn-border {
  font-weight: 600;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 10px 20px;
}
.btn-border.dark-blue {
  color: #3B3482;
  border-color: #3B3482;
}
.btn-border.dark-blue svg, .btn-border.dark-blue path {
  margin-right: 10px;
}
.btn-border.red {
  color: #F04949;
  border-color: #F04949;
}
.btn-border.red svg, .btn-border.red path {
  fill: #F04949;
  margin-right: 10px;
}/*# sourceMappingURL=custom.css.map */