.invster-asset-liability {
  max-height: 460px;
  overflow-y: auto;
}

.invster-asset-liability::-webkit-scrollbar {
  width: 8px;
}

.invster-asset-liability::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  margin-top: 50px;
}

.invster-asset-liability::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.card {
  border-bottom: none !important;
}

.table {
  --bs-table-bg: transparent !important;
}

tbody, td, tfoot, th, thead, tr {
  border: none;
}

.serial-no {
  min-width: 100px;
}

.invester-list {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 25px 30px;
  gap: 10px;
}

.design_tab .nav-item .nav-link h4 {
  font-size: larger;
}

.design_tab .nav-item .nav-link.active {
  background-color: #3f8484;
  z-index: 1;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.design_tab .nav-item .nav-link {
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #f5f5f7;
  box-shadow: none !important;
  transition: none !important;
}

.heading-box {
  border: 2px solid #e5f7f7;
  padding: 12px;
  background-color: #e5f7f7;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.notice-box {
  border: 2px solid #e5f7f7;
  background-color: #e5f7f7;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.table-heading {
  background-color: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table-heading th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.table-heading th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.table-body {
  border-radius: 10px;
}

.table-body td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.table-body td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.table-line-table thead {
  border-bottom: none;
}

.table-line thead tr {
  border-bottom: none;
}

.table-line tbody {
  border-bottom: none;
}
.table-line tbody tr {
  border-bottom: none;
}

.investors-table thead {
  border-bottom: none;
}

.investors-table thead tr {
  border-bottom: none;
}

.investors-table tbody {
  border-bottom: none;
}

.investors-table tbody tr {
  border-bottom: none;
}

.credit-rate-table thead {
  border-bottom: none;
}

.credit-rate-table thead tr {
  border-bottom: none;
}

.design_tab .nav-item {
  width: 100%;
  margin-bottom: 2px;
}

.text-card {
  margin-left: 25px;
  text-decoration: underline;
  font-size: 17px;
}

.btn-link {
  border: 1px solid #666;
  color: #666666;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.1s ease;
}

.btn-link:focus, .btn-link[aria-expanded="true"] {
  color: #000;
  outline: none;
  border-color: #666666;
}

button[aria-expanded="true"] i.ti-plus {
  display: none;
}

.btn-link:hover {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: 1px solid #666;
}

.btn-link[aria-expanded="true"] {
  border: none;
  background-color: #fff;
}

.owl-next {
  display: none;
}

.owl-prev {
  display: none;
}

.nav-tabs:focus-within {
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  .heading-box {
    border: 2px solid #ddf5f5;
    background-color: #ddf5f5;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .design_tab .nav-item .nav-link.active {
    box-shadow: none !important;
  }

  .design_tab {
    border: 0px;
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin-bottom: 0 !important;
  }

  .invester-list {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .design_tab .nav-item {
    width: auto;
    margin-bottom: 0;
  }

  .design_tab .nav-item .nav-link h4 {
    font-size: 14px;
  }

  .software_service_tab_content {
    margin-top: 20px;
  }

  .table-responsive {
    display: inline-table;
  }

  .tab-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .design_tab {
    display: inline-flex;
    width: max-content;
  }

  .design_tab .nav-item {
    flex: 0 0 auto;
  }

  .owl-next {
    display: block;
    background-color: #3f8484;
    border-color: #3f8484;
    width: 135px;
    height: 100%;
    color: #fff;
    border-radius: 45px;
  }

  .owl-prev {
    display: block;
    background-color: #3f8484;
    border-color: #3f8484;
    width: 135px;
    height: 100%;
    color: #fff;
    border-radius: 45px;
    left: 0;
  }

  .owl-prev:disabled, .owl-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}

@media (max-width: 768px) {
  .design_tab .nav-item .nav-link.active {
    box-shadow: none !important;
  }

  .design_tab {
    border: 0px;
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin-bottom: 0 !important;
  }

  .invester-list {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .design_tab .nav-item {
    width: auto;
    margin-bottom: 0;
  }

  .design_tab .nav-item .nav-link h4 {
    font-size: 14px;
  }

  .software_service_tab_content {
    margin-top: 20px;
  }

  .table-responsive {
    display: inline-table;
  }

  .scroll-container {
    position: relative;
    max-height: 460px;
    overflow: hidden;
  }

  .invster-asset-liability {
    max-height: 460px;
    overflow-y: scroll;
    padding-right: 15px;
    box-sizing: content-box;
  }

  .tab-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .design_tab {
    display: inline-flex;
    width: max-content;
  }

  .design_tab .nav-item {
    flex: 0 0 auto;
  }

  .owl-next {
    display: block;
    background-color: #3f8484;
    border-color: #3f8484;
    width: 135px;
    height: 100%;
    color: #fff;
    border-radius: 45px;
  }

  .owl-prev {
    display: block;
    background-color: #3f8484;
    border-color: #3f8484;
    width: 135px;
    height: 100%;
    color: #fff;
    border-radius: 45px;
    left: 0;
  }

  .owl-prev:disabled, .owl-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
