

.page_center-new {
  margin: 0 auto !important;
  max-width: 1360px !important;
  padding: 0 20px !important;
}

.ComplyScoreTableHeading h2 {
  font-family: Inter !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #000 !important;
}

.ComplyScoreTableDescription p {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #4e5056 !important;
  width: 568px;
  margin: 0 auto !important;
  padding-top: 24px;
}

.ComplyScoreTableLeftHeadings {
  /*   width: 514px; */
  height: 76px;
  margin: 64px 0 0;
  padding: 24px 24px 24px 24px;
  background-color: #000;
  border-top-left-radius: 8px !important;
  box-sizing: border-box;
}

.ComplyScoreTableMiddleHeadings {
  /*   width: 224px; */
  height: 76px;
  margin: 64px 0 0;
  padding: 24px 24px;
  background-color: #000;
  box-sizing: border-box;
}

.ComplyScoreTableRightHeadings {
  /*   width: 224px; */
  height: 76px;
  margin: 64px 0 0;
  padding: 24px 24px;
  background-color: #000;
  border-top-right-radius: 8px !important;
  box-sizing: border-box;
}

.ComplyScoreTableHeadings {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ComplyScoreTableLeftHeadings h3,
.ComplyScoreTableMiddleHeadings h3,
.ComplyScoreTableRightHeadings h3 {
  font-family: Inter !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  margin: 0;
}

/* .ComplyScoreTableValue {
display: flex;
justify-content: center;
align-items: center;
} */

.ComplyScoreTableLeftValue {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5 !important;
  height: 76px;
  padding: 24px 24px 24px 24px;
  /*   width: 514px; */
  box-sizing: border-box;
}
table.ComplyScoreTable {
  width: 100%;
  border-collapse: collapse;
  border:none;
}
table.ComplyScoreTable th,
table.ComplyScoreTable td{
  border:none;
  vertical-align:middle;
}
.ComplyScoreTableLeftHeadings,
.ComplyScoreTableLeftValue {
  width: 50%;
}

.ComplyScoreTableMiddleHeadings,
.ComplyScoreTableMiddleValue {
  width: 25%;
  text-align: center;
}

.ComplyScoreTableRightHeadings,
.ComplyScoreTableRightValue {
  width: 25%;
  text-align: center;
}
.ComplyScoreTableMiddleValue,
.ComplyScoreTableRightvalue {
  /*   width: 224px; */
  height: 76px;
  padding: 24px 24px;
  border-bottom: 1px solid #f5f5f5 !important;
  background-color: #fff;
  box-sizing: border-box;
  /*   display: flex; */
  justify-content: center;
}

.ComplyScoreTableLeftValue h3,
.ComplyScoreTableMiddleValue h3,
.ComplyScoreTableRightvalue h3 {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0;
  text-align: left !important;
}

.ComplyScoreIconIndiactore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.ComplyScoreIndiactore {
  padding-top: 30px;
}

.ComplyScoreIndiactoreFullSupportValue {
  display: flex;
  align-items: center;
  position: relative;
}

span.Full-Support {
  height: 24px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.indicator-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}


/* The scroll wrapper wrapping the table */
@media(max-width:1280px){
  .ComplyScoreTableScrollWrapper {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 768px) {



  .ComplyScoreTableDescription p {
    text-align: center;
    width: unset;
  }

  /*   .ComplyScoreTableHeadings,
  .ComplyScoreTableValue {
  min-width: 960px;
  display: flex;
  flex-wrap: nowrap;
} */

  .ComplyScoreTableLeftHeadings,
  .ComplyScoreTableMiddleHeadings,
  .ComplyScoreTableRightHeadings,
  .ComplyScoreTableLeftValue,
  .ComplyScoreTableMiddleValue,
  .ComplyScoreTableRightvalue {
    flex-shrink: 0;
  }

  .ComplyScoreTableLeftHeadings,
  .ComplyScoreTableLeftValue {
    padding-left: 16px !important;
  }

  /*   .ComplyScoreTableMiddleValue,
  .ComplyScoreTableRightvalue {
  display: flex;
  justify-content: center;
  align-items: center;
} */

  /* Optional scroll direction indicator */
  .ComplyScoreTableScrollWrapper::after {
    position: absolute;
    right: 16px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
    z-index: 10;
  }
}

/* Scrollbar styles for modern browsers */
.ComplyScoreTableScrollWrapper {
  overflow:visible; /* force scroll always */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  height:auto;
  max-width:962px;
  margin:64px auto 0;
} 

/* Scrollbar styles for WebKit browsers (Chrome, Safari, Edge) */
/* WebKit (Chrome, Safari, Edge) */
.ComplyScoreTableScrollWrapper::-webkit-scrollbar {
  height: 20px;
  width: 14px;
}

.ComplyScoreTableScrollWrapper::-webkit-scrollbar-track {
  background: #c4c0c0;
  border-radius: 10px;
}

.ComplyScoreTableScrollWrapper::-webkit-scrollbar-thumb {
  background-color: #961116;
  border-radius: 10px;
}




/* iPad Air portrait (820px width) and landscape (1180px width) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ComplyScoreTableOuter {
    padding:30px 0;
  }

  .ComplyScoreTableDescription p {
    text-align: center;
    width: unset;
  }
  .ComplyScoreTableLeftHeadings,
  .ComplyScoreTableMiddleHeadings,
  .ComplyScoreTableRightHeadings,
  .ComplyScoreTableLeftValue,
  .ComplyScoreTableMiddleValue,
  .ComplyScoreTableRightvalue {
    flex-shrink: 0;
    width: 33.33%;
    padding: 20px 16px;
  }


  .ComplyScoreIconIndiactore {
    /*     flex-direction: column; */
    align-items: flex-start;
    padding: 20px 20px;
    gap: 20px;
  }
  .ComplyScoreIndiactore {
    padding-top: 15px;
  }

  .ComplyScoreIndiactoreFullSupportValue {
    flex-direction: row;
  }

  .indicator-icon {
    width: 20px;
    height: 20px;
  }

  span.Full-Support {
    font-size: 15px;
  }
  .ComplyScoreTableScrollWrapper {
    overflow-x: auto;
    width: 100%;
    height: auto;
  }

  .ComplyScoreTableScrollWrapper::-webkit-scrollbar {
    height: 10px;
  }
  .ComplyScoreTableHeadings,
  .ComplyScoreTableValue {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}


@media(max-width:768px){

  .ComplyScoreTableOuter {
    padding:30px 0;
  }

  .ComplyScoreTableDescription p {
    margin-bottom: 50px !important;
    text-align: center;
  }
  .ComplyScoreTableLeftHeadings,
  .ComplyScoreTableMiddleHeadings,
  .ComplyScoreTableRightHeadings,
  .ComplyScoreTableLeftValue,
  .ComplyScoreTableMiddleValue,
  .ComplyScoreTableRightvalue {
    flex-shrink: 0;
    /*     width: 33.33%; */
    padding: 20px 16px;
  }


  .ComplyScoreIconIndiactore {
    /*     flex-direction: column; */
    align-items: flex-start;
    padding: 10px 20px;
    gap: 20px;
  }
  .ComplyScoreIndiactore {
    padding-top: 0px;
  }
  .ComplyScoreIndiactoreFullSupportValue {
    flex-direction: row;
  }

  .indicator-icon {
    width: 20px;
    height: 20px;
  }

  span.Full-Support {
    font-size: 15px;
  }
  .ComplyScoreTableScrollWrapper {
    /*     overflow-x: auto; */
    width: 100%;
    height: auto;
  }

  .ComplyScoreTableScrollWrapper::-webkit-scrollbar {
    height: 10px;
  }
  .ComplyScoreTableHeadings,
  .ComplyScoreTableValue {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media(max-width:581px) {
  /* Scroll wrapper with visible horizontal and vertical scrollbars */
  .ComplyScoreTableScrollWrapper {
    /*     overflow: scroll!important; /* enables both x and y scroll */ */
    /*     -webkit-overflow-scrolling: touch; */
    width: 100%;
    /*     height: 350px!important; */
    position: relative;
  }
  table.ComplyScoreTable th, table.ComplyScoreTable td {
    height: auto !important;
    padding: 16px 10px !important;
  }
  table.ComplyScoreTable th h3 {
    font-size: 14px !important;
    text-align:left !important;
  }
  table.ComplyScoreTable td h3 {
    font-size: 12px !important;
  }

  .ComplyScoreIconIndiactore {
    flex-direction:column;
    align-items: flex-start;
    gap: 24px;
  }

/*   .ComplyScoreIndiactore {
    padding-top: 0;
  } */

  .ComplyScoreIndiactoreFullSupportValue {
    flex-direction: row;
    align-items: center;
  }

  span.Full-Support {
    font-size: 15px;
  }

  .indicator-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 350px) {
  table.ComplyScoreTable th h3 {
    font-size: 12px !important;
  }
  table.ComplyScoreTable td h3 {
    font-size: 10px !important;
  }
}
