.application-card {
  align-items: center;
  background-color: #F3F6FD;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

.application-card_icon {
  font-size: 3rem;
  margin-right: 1rem;
}

.application-card_title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #192f60;
  letter-spacing: 0.4px;
}

.application-card_count {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.56px;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin-right: 0.25rem;
}

.details-btn {
  background: #192F60;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 0.3rem 0.75rem;
  outline: none;
}

.action-item-box {
  display: flex;
  gap: 0.75rem;
  margin: 0;
}

.action-item img {
  width: 32px;
  height: 32px;
}

.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 400px;
}

.modal.right .modal-content {
  height: 100%;
  border-radius: 0;
}

.custom-multi-select {
  width: 100%;
  max-height: 350px;
  padding: 5px;
  overflow-y: auto;
  border: 1px solid #192f60;
  border-radius: 0;
}

.custom-multi-select input {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.custom-multi-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-multi-select li {
  padding: 5px;
  cursor: pointer;
}

.custom-multi-select li:hover {
  background-color: #f0f0f0;
}

/* Application Tabs */
.application-tabs li a {
  padding: 0.5rem;
}

.application-tabs-icon {
  height: 25px;
}
.application-childtabs-icon {
    height: 1rem;
}
.application-tabs-counter {
    font-size: 1.75rem;
    font-weight: 600;
}

.application-tabs-title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28px;
  margin: 0;
}

.application-steps-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.application-tabs > .nav-tabs .nav-link {
  border: 1px solid #192F60;
  background: #fff;
  color: #192F60;
  border-radius: 0;
  margin-right: 5px;
}

.application-tabs > .nav-tabs .nav-link.active {
  background: #192F60;
  color: #fff;
}

.application-tabs > .nav-tabs .nav-link.disabled {
  background: #F3F6FD;
  color: rgba(120, 57, 184, 0.5) !important;
  border: 1px solid rgba(25, 47, 96, 0.3);
  opacity: 0.9;
  cursor: not-allowed;
}

/* Width Utility */
.w-12 {
  min-width: 9rem;
  max-width: 10rem;
}

/* Child Tabs */
.application-child-tabs,
.disbursement-child-tabs {
  /* border: 1px solid #BAC1D0; */
  /* background: #FFF; */
}
.application-child-tabs-container{
/* border-radius: 8px; */
border-right: 1px solid #BAC1D0;
border-bottom: 1px solid  #BAC1D0;
border-left: 1px solid  #BAC1D0;
background: #FFF;
}
.application-child-tabs .nav-tabs .nav-link,
.disbursement-child-tabs .nav-tabs .nav-link {
  border: 1px solid rgba(25, 47, 96, 0.3);
  background: #F3F6FD;
  color: rgba(25, 47, 96, 0.7);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-align: center;
  margin-right: 0;
  border-radius: 0;
}

.application-child-tabs .nav-tabs .nav-link.active,
.disbursement-child-tabs .nav-tabs .nav-link.active {
  background: #FFF;
  color: #192f60 !important;
  border: 1px solid rgba(25, 47, 96, 0.3);
  border-bottom: 1px solid #FFF;
  border-top: 1px solid rgba(25, 47, 96, 0.3);
  border-left: 1px solid rgba(25, 47, 96, 0.3);
  border-right: 1px solid rgba(25, 47, 96, 0.3);
}

/* Sub-Child Tabs */
.disbursement-subChild-tabs {
  border: none;
}

.disbursement-subChild-tabs .nav-tabs .nav-link {
  color: #192F60;
  background: #fff;
  border: 2px solid #192F60;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
}

.disbursement-subChild-tabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #192F60;
}

/* Section Styling */
.section-title {
  background: #192f60;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.page-main-container {
  background: #FFF;
  border: 1px solid #192F60;
  border-radius: 8px;
  padding: 1rem;
}

/* Info Table/Box */
.info-box {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 20px;
}

.info-table td {
  font-size: 14px;
  padding: 8px;
}

.info-table td:first-child {
  font-weight: 600;
  width: 200px;
}

/* Badge */
.default-badge {
  background: #F3F6FD;
  border: 1px solid #6C7EB8;
  color: #5A6B8F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding: 0.15rem 0.75rem;
  border-radius: 58px;
}

/* Typography Defaults */
tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 14px;
}

/* Document Header */
.document-head {
  background: #192F60;
}

.document-head h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem;
  letter-spacing: 0.28px;
}

.document-head table,
.document-head table tr td {
  font-size: 14px;
  border: none;
}

/* Button */
.btn-download {
  background: #0083DB;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 8px;
}

/* Disbursement Header */
.disbursement-details-header > .list-group-item {
    padding: 0.25rem;
    border-right: 2px solid #192f60;
    background: transparent;
    border: 0;
}

/* Report Request */
.report_req1 {
  padding: 0.5rem;
}
.expand-btn {
  background: none;
border: none;
font-size: 16px;
cursor: pointer;
vertical-align: middle;
margin-left: 4px;
color: #192f60;
/* border: 1px solid #192f60; */
/* padding: 5px 10px;
border-radius: 50%; */
}
.accordion-content {
  display: none;
  background: #f3f5fa;
  border-top: 1px solid #e5e7eb;
}
.accordion-content td {
  padding: 20px 18px;
  color: #4b5563;
  font-size: 15px;
}
.table-borderless{
  border: 0 !important;
  margin: 0;
}
.nav-link.disabled, .nav-link:disabled{
    opacity:0.5;
}