.svg-header > div {
  display: flex;
  align-items: self-start;
  gap: 6px;
}

.svg-header > div > figure {
  margin-bottom: 0;
  margin-top: 8px;
}

.svg-header > div > figure.image > img {
  margin: -4px 4px 0 4px;
  height: 24px !important;
}

@media (max-width: 480px) {
  .svg-header > div > figure {
    margin-top: 4px;
  }

  .svg-header > div > figure.image > img {
    height: 18px !important;
  }
}

.light-blue-btn > span > div {
  background-color: #b7e5fa;
  padding: 8px 12px !important;
  border: 1.5px solid #006eac;
  border-radius: 1.5rem;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
}

.light-blue-btn > span > div > span {
  color: #096599 !important;
}

.icon-with-background > div > img {
  padding: 24px;
  background: #f9f9f8;
  border-radius: 100%;
}

.card-with-icon {
  padding-top: 32px;
  padding-bottom: 18px;
  text-align: center;
  border: 1px solid #c2e7fc;
  border-radius: 16px;
}

.card-with-icon > section:nth-child(2) {
  margin-top: 16px;
}

.card-with-icon > section:nth-child(1) > div > div > div > img {
  padding: 24px;
  background: #f9f9f8;
  border-radius: 100%;
}

.board-of-directors .row > div > section:nth-child(1) > .row > div > div {
  text-align: center;
}

.board-of-directors .row > div > section:nth-child(2) {
  margin-top: 10px;
}

.board-of-directors .row > div > section:nth-child(2) > .row > div > div > p {
  margin-bottom: 0px;
}

.board-of-directors
  .row
  > div
  > section:nth-child(2)
  > .row
  > div
  > div
  > p
  > span {
  color: #0c2217 !important;
}

.custom-tab > ul {
  justify-content: center;
  gap: 1rem !important;
}

.custom-tab > ul.nav-tabs > li.nav-item > a.nav-link.active {
  border-radius: 8px;
  background: rgba(1, 90, 140, 0.09) !important;
  padding: 8px 16px !important;
}

.custom-tab > ul > li > .nav-link {
  border: 0px !important;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 8px 16px !important;
}

.simple-chip {
  display: flex !important;
  justify-content: flex-start;
}

.simple-chip > div {
  background-color: #f0f2f5;
  border-radius: 50px;
  padding: 7px 14px;
  width: fit-content;
}

.simple-chip > div > p {
  margin-bottom: 0;
  color: #1a1a1a;
  font-size: 14px;
}

.asset-item {
    background: white;
    padding: 1.5rem;
    border-start-start-radius: 1rem;
    border-start-end-radius: 0;
    border-end-start-radius: 1rem;
    border-end-end-radius: 0;
    margin-bottom: 1rem;
    width: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
}

.asset-item-btn {
    width: 5rem;
    background: white;
    border-start-start-radius: 0;
    border-start-end-radius: 1rem;
    border-end-start-radius: 0;
    border-end-end-radius: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1.5rem;
    padding-right: 0.7rem;
}

.asset-item-btn a {
    background: white;
    border: 1px solid #006BA6;
    border-radius: 2rem;
    width: 2.5rem;
    display: block;
    height: 2.5rem;
    padding: 0;
}

.asset-item-btn a:hover {
    background: #006BA6;
}

.asset-item-btn a svg {
  color: #006BA6
}

.asset-item-btn a:hover svg {
  color: #FFFFFF
}

.asset-item-btn a > span {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
}

.asset-item-btn a > span > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asset-item ol {
    margin-left: -1.5rem
}

.asset-item-no-btn {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width:  100%;
    max-width: 100%;
}

// .asset-item-no-btn ol {
//    margin-left: -1.5rem
// }

/* mobile view */
@media (max-width: 768px) {
  .asset-item {
      padding-bottom: 0;
      border-radius: 1rem 1rem 0 0;
      margin-bottom: 0;
      width: 100%;
      max-width: 100%;
  }
    
  .asset-item-no-btn {
      border-radius: 1rem;
      margin-bottom: 1rem;
      width: 100%;
      max-width: 100%;
  }

  .asset-item-btn {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    justify-content: flex-end;
    padding-bottom: 1.5rem;
    padding-right: 1.2rem;
  }
}

@media (max-width: 576px) {
  .custom-tab .nav-item {
    width: calc(50% - 0.5rem);
  }
}

// About us modal
.pc-card-modal .modal-dialog .modal-content .modal-header {
    padding: 1rem 1rem 0 1rem !important;
}

.pc-card-modal .modal-dialog .modal-content .modal-header .pop-up-name > p > strong {
    font-size: 18px !important;
}

.pc-card-modal .modal-dialog .modal-content .modal-body {
        padding: 3rem 1rem 1rem 1rem !important;
}

.pc-card-modal .modal-dialog .modal-content .modal-body .pop-up-role > p > span {
    color: #000E18 !important;
    font-size: 18px !important;
    font-weight: bolder !important;
}

.pc-card-modal .modal-dialog .modal-content .modal-header > img {
    width: 11rem !important;
    height: 11rem !important;
    object-position: top !important;
}