.esb-compliance-standards__inner {
  background-color: var(--BlueLight2);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #0000000d;
  margin: 70px 0 0;
}
.esb-compliance-standards__tab-wrapper {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.esb-compliance-standards__tab-buttons {
  max-width: 310px;
  width: 100%;
  max-height: 322px;
  overflow: auto;
}
.esb-compliance-standards__tab-buttons ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 322px;
  overflow: auto;
  width: 100%;
}
.esb-compliance-standards__tab-buttons ul::-webkit-scrollbar {
  width: 2px;
}
.esb-compliance-standards__tab-buttons ul::-webkit-scrollbar-track {
  background-color: rgb(0 0 0 / 20%);
}
.esb-compliance-standards__tab-buttons ul::-webkit-scrollbar-thumb {
  background-color: var(--BluePrimary);
}
.esb-compliance-standards__tab-content:nth-child(6n + 1),
.esb-compliance-standards__tab-buttons ul li:nth-child(6n + 1) a {
  /* background-color: #edfff2; */
}
.esb-compliance-standards__tab-content:nth-child(6n + 2),
.esb-compliance-standards__tab-buttons ul li:nth-child(6n + 2) a {
  /* background-color: #f5f2eb; */
}
.esb-compliance-standards__tab-content:nth-child(6n + 3),
.esb-compliance-standards__tab-buttons ul li:nth-child(6n + 3) a {
  /* background-color: #f6f5ff; */
}
.esb-compliance-standards__tab-content:nth-child(6n + 4),
.esb-compliance-standards__tab-buttons ul li:nth-child(6n + 4) a {
  /* background-color: #edfaff; */
}
.esb-compliance-standards__tab-content:nth-child(6n + 5),
.esb-compliance-standards__tab-buttons ul li:nth-child(6n + 5) a {
  /* background-color: #f5ebeb; */
}

.esb-compliance-standards__tab-buttons ul li a {
  background-color: var(--BlueLight2);
  border: 1px solid var(--BluePrimary);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 8px 17px;
  border-radius: 5px;
  width: max-content;
  display: inline-block;
  color: var(--white);
  text-decoration: none !important;
  background-color: var(--BluePrimary);
}
.esb-compliance-standards__tab-buttons ul li a:not(.current) {
  /* opacity: 0.5; */
  background-color: var(--white);
  color: var(--BluePrimary);
}
.esb-compliance-standards__tab-buttons ul li a:not(.current):hover {
  color: var(--BluePrimary) !important;
  opacity: 0.8;
}
.esb-compliance-standards__tab-buttons ul li a:hover {
  color: var(--white) !important;
}

.esb-compliance-standards__tab-contains {
  padding: 50px 55px;
  width: calc(100% - 230px);
  max-width: 100%;
}
.esb-compliance-standards__tab-content {
  background-color: var(--white);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #1319241a;
  box-shadow: 0px 2.98px 18.63px 0px #0000000a;
}
.esb-compliance-standards__tab-content-title h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 0 0 40px;
  color: var(--BlueTextColor);
}
.esb-compliance-standards__tab-content-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: var(--BlueTextColor);
}

@media screen and (max-width: 1440px) {
  .esb-compliance-standards__tab-content-description p {
    font-size: 18px;
    line-height: 1.7;
  }
  .esb-compliance-standards__tab-buttons ul li a {
    font-size: 16px;
    padding: 6px 11px;
  }
}
@media screen and (max-width: 1023px) {
  .esb-compliance-standards__inner {
    padding: 20px;
  }
  .esb-compliance-standards__tab-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .esb-compliance-standards__tab-contains {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .esb-compliance-standards__tab-content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .esb-compliance-standards__tab-wrapper {
    flex-direction: column;
  }
  .esb-compliance-standards__tab-buttons {
    max-width: 100%;
  }
  .esb-compliance-standards__tab-buttons ul {
    flex-direction: row;
  }
  .esb-compliance-standards__tab-contains {
    width: 100%;
    max-width: 100%;
  }
}
